


.mdl-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mdl-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(30, 30, 30, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.mdl-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


.font20 {
    font-size: 20px;
}
.font30 {
    font-size: 30px;
}

.red {
    color: #f01446;
}

.gray {
    color: #828282;
}

.carbon {
    color: #424242;
}

.flexy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

sup {
    font-size: 59%;
}


.nav__mobile--carat {display: none;}

    /*-------------Shadowed-----------*/

#main-content {top:0;}

#veil {
    background: rgba(0, 0, 0, .75);
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 2;
    display: none;

}

/*#veil {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 2s;
        transition: all 2s;
}

    .veiled {
        background: rgba(0, 0, 0, .75)!important;
        min-height: 100vh;
        width: 100%;
        position: absolute;
        top: 70px;

        z-index: 2;
        -webkit-transition: all 2s;
        transition: all 2s;
    }*/


    #content__wrap {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }


.noScrollBody {
    position: fixed!important;
overflow: hidden;
    height:100vh;
    left: 0;
    right: 0;
}

    .stuck {
        position: fixed!important;
        top: 0;
    }

#nav--main.stuck {
    background-position: 0 -20px;
}

#nav--main.stuck .nav--main {
    height: 44px;
}



#nav--main.stuck #veil {
    top: 44px;
}

#nav--main.stuck .nav__drawer {
    top:44px;
}
.placeHolder {
    margin: 0 auto;
    display: block;
    width: 75%;
}

   .nav--site {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100vw;
        margin: 0 auto;
    }
.nav__wrapper {
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0px;
        position: relative;
    }
#nav--global {
    display: none;
    padding: 0;
}

    #nav--main {
        background: url(../images/nav/main_nav_bg.jpg) #fff repeat-x;
        position: relative;
        z-index: 50;
        padding: 0;
        width: 100%;
    }
    .nav--main {
        color: #828282;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.5px;
        height: 70px;
        border-bottom: 1px solid #eee;
    }
a.nav__logo img {
        width: 70px;
    padding: 19px 0 0 10px;
    }

#nav__phone.font30 {
    font-size: 14px;
}

.nav__ctas .font5 {
    font-size: 10px;
}


.nav__cta--icon:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);

}
#icon--searchNav {
    display: none;
}

#icon--chat {
    margin-top:4px;
}
.nav__ctas li a {
        color: #f01446;
        padding: 24px 4px;
        text-decoration: none;
    }
.nav__ctas li a.btn--order1 {
        padding: 12px 24px;
        border-radius: 4px;
        margin-right: 16px;
        -webkit-transition: all .25s;
        transition: all .25s;
        display: none;
    }
    .nav__ctas li a:hover.btn--order1 {
        background: #f01446;
        color: #fff;
    }

#navLinks--chatOrder {
    display: block;
    padding-top: 8px;
    text-align: center;
}

#icon--hamburgerWrap {
    margin: 0 0 0 6px;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    width: 50px;
    height: 44px;
    background:transparent;
    background-size: 36px;
}

#icon--hamburgerWrap a {
    display: block;
    width: 50px;
    height: 44px;
    background: url(../images/nav/icon_menu_red.svg) no-repeat center;
    background-size: 36px;
}

#icon--hamburgerWrap.active {
    background: url(../images/nav/mobile_nav_bg.jpg) repeat-x;
    background-position: 0 -18px;

}

#icon--hamburgerWrap.active a {
    display: block;
    width: 50px;
    height: 44px;
    background: url(../images/nav/icon_menu_gray.svg) no-repeat center;
    background-size: 36px;
}

.button-red-candy-noRflx a {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    padding: .4rem .6rem;
    background: -webkit-linear-gradient(#ee0505 #ea595d, #e91d22, #ee0505); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#ee0505, #ea595d, #e91d22, #e82a2f);
    background: -webkit-linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
    background: linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f); /* Standard syntax (must be last) */
    border: solid #b33133 1px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}
.button-red-candy-noRflx img {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    opacity: .7;
}
.button-red-candy-noRflx a:hover {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    padding: .4rem .6rem;
    background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#ed1420, #f02026, #ff1515, #d31a1f);
    background: linear-gradient(#ed1420, #f02026, #ff1515, #d31a1f); /* Standard syntax (must be last) */
    box-shadow:
    0 0 0 0px #f5f5f5,
    0 0 0 0px #dcdcdc,
    0 8px 12px 1px rgba(0, 0, 0, 0.14), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
    border: solid #b33133 1px;
    color: #fff;
    font-size: 16px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    overflow: visible;
}
.button-red-candy-noRflx {
    width: 120px;
}

@media all and (max-width: 600px) {
    .button-red-candy-noRflx {
    width: 70px!important;
}

.button-red-candy-noRflx a {
    font-size: 12px;
    padding: 0.5rem 0.4rem;
    }




}



@media all and (max-width: 1024px){
    .nav--site .mobile {display: block;}

 .nav--btn--mobile {
        margin-right: 7px;
    }

    .nav--main {
        height: 44px;
    }

    #main-content {
        top: 44px;
    }

    a.nav__logo img {
        padding: 11px 0 0 10px;
    }

    #veil {
        top: 44px;
    }

    #nav--main {
        position: fixed;
        top: 0;
        background-position: 0 -20px;
    }

#nav--main .button-gray-candy {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #e5e5e5, #fff, #f2f2f2); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #e5e5e5, #fff, #f2f2f2); /* Standard syntax */
    background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* Standard syntax (must be last) */
    box-shadow: 0 0 0 0px #f1f1f1, 0 0 0 0px #fff, 0 0px 0px 0px rgba(0, 0, 0, 0.14), 0 0px 1px 1px rgba(0, 0, 0, 0.2);
    border: solid #fff 1px;
    border: solid #dcdcdc 1px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
#nav--main .button-gray-candy:hover {
    position: relative;
    display: block;
    border-radius: 4px;
    border-style: outset;
    text-align: center;
    text-decoration: none;
    background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* Standard syntax (must be last) */
    border: solid #b33133 1px;
    color: #fff;
    font-size: 12px;
}
#nav--main .button-gray-candy.button-red-border-text {
    border: 1px solid #f01446;
    background: none;
    color: #f01446;
    width: 50px;
}
#nav--main .button-gray-candy {
    width: 80px;
    margin-top: 4px;
}
    .nav__ctas li a {
        padding: 6px 4px;
    }

.nav__topLevel {
display: none;
    position: absolute;
    top:44px;
    right: 0;
    width: 300px;
    height: calc(100vh - 44px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f0f0f0;
    box-shadow: 0 4px 5px 0 rgba(30, 30, 30, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    padding: 0px;
    z-index: 3;
}

    @media all and (max-height:500px) and (max-width: 767px) {
        .nav__topLevel {
             height: calc(100vh - 110px)!important;
        }
    }




    #nav--main.stuck .nav__topLevel {
        top:44px;
    }
    .nav__tab {
        padding: 14px 8px;
        font-weight: 900;
        display: block;
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #f0f0f0;
        color: #828282;
        text-decoration: none;
        background: url(../images/nav/mobile_nav_bg.jpg) repeat-x 0 -20px;
    }

    @media all and (min-width: 768px) and (max-width:1025px) {
         .nav__ctas li { margin-left: 10px;}
    }


    @media all and (max-width:1025px) {
    .nav__mobile--carat {
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        float: left;
        margin-right: 7px;
    }



        }

    .caratFlip {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

 .nav__drawer {
        background: #f0f0f0;;
        display: -webkit-box;;
        display: -webkit-flex;;
        display: -ms-flexbox;;
        display: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 300px;

        z-index: 100;
        min-height: 150px;

        left: 0px;
        top: 0px;
        -webkit-transition: all .5s;
        transition: all .5s;
     overflow-y: scroll;
     overflow-x: hidden;
    }


    .nav__drawer__col1 {
        display: none;
    }

    .panel__links {
        list-style-type: none;
        width: 280px;
    }
    .panel__link a{
        display: block;
        color: #828282;
        text-decoration: none;
        margin: 20px 0 10px 28px;
    }


    .carat-red {
        width: 15px;
        padding: 0 4px;
        margin-left: 8px;
        display: inline-block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .25s;
        transition: all .35s;
    }

    .carat-open {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .thirdLevel {
        margin: -10px 5px 0px 20px;
        display: none;
        opacity: 0;
        -webkit-transition: all .25s;
        transition: all .5s;
        list-style-type: none;
    }
    thirdLevel li {
-webkit-transition: all .5s;
transition: all .5s;
    }
    .thirdLevel li a {
        text-decoration: none;
        color: #999999;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 0px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .showSub {
        display: block;
        opacity: 1;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .showBurger {
        display: block!important;
        box-shadow: -3px 3px 7px #111;
    }
    .thirdLevel li a:hover {
        text-decoration: underline;
    }

    .panel__wrap {
        display: none;
    }
    .navShow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 5;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
    }




}

@media all and (max-width: 767px) {
    .nav--site .desktop {display: none;}
    .nav--site .mobile {display: block;}
 .flipster__button {
  position: absolute;
  top: 60%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f01446;
  border: none;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: 0 7rem;
    border: 1px solid gray;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.flipster__button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: #fff;
  stroke-width: 1;
  stroke-linecap: round;
    position: relative;
    top: 2px;
}

    #mobile__search input {
        width: 270px;
        margin: 15px 15px 0 15px;
        padding: 8px;
        height: 50px;
        background: url(../images/nav/icon_search.png) no-repeat 210px center #fff;
    }

}

@media all and (min-width: 768px) {
    .nav--site .desktop {display: block;}
    .nav--site .mobile {display: none;}
    .touchNav {display: block;!important}

    #icon--searchNav {
    display: block;
    -webkit-transition: all .5s;
    transition: opacity .5s;
    cursor: pointer;
}

    #mobile__search {
        display: none;
    }

    .nav--icon--search--active {
    height: 40px;
    padding-top: 9px!important;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
        box-shadow: -7px 3px 6px #cdcdcd;
    }
#nav--main.stuck .nav--icon--search--active {
    padding-top: 9px!important;
    }

    #nav--main.stuck .nav--icon--search--active {
        height: 40px;
    }



    #nav--search--wrap {
        height: 40px;
        opacity: 0;
        width: 0px;
        -webkit-transition: all .5s;
        transition: all .5s;
        top: 2px;
        right:86px;
        position:absolute;
        background: #fff;
        z-index: -10;
        border-radius: 2px;
        border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
        border-right: none;

    }

    #nav--main.stuck #nav--search--wrap {
        height: 40px;
        top: 2px;
    }

    #nav--search--wrap input {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border: none;
        outline: none;
        font-size: 18px;
        font-family: 'museo-sans';
        font-weight: 100!important;
    }

    .nav--showSearch {
        opacity: 1!important;
        width: 250px!important;
        position: absolute;
        top: 4px;
        z-index: 100!important;
         background: #fff;
box-shadow: -5px 3px 7px #cdcdcd;
    }

}

/*-------------============DESKTOP STYLES============--------------*/
@media all and (min-width: 1025px) {

    .nav--site .desktop {display: block;}
    .nav--site .mobile {display: none;}
    .touchNav {display: none;}

    #tab__currentCustomers, #other__DISHWebsites {display: none;}

.nav--site {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100vw;
        margin: 0 auto;
    }

    .nav__wrapper {
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #nav--global {
        background: #424242;
        display:block;
        -webkit-transition: all .5s;transition: all .5s;
    }
    .nav--global {
        height: 34px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        -webkit-transition: all .5s;transition: all .5s;
    }


    .nav--global li {
        padding: 0 0 0 15px;
    }
    .nav--global li:not(:last-child)::after {
        content: "|";
        padding-left: 24px;
    }
    .nav--global a {
        color: #fff;
        text-decoration: none;
        padding: 8px 0;
    }
    .nav--global a:hover {
        text-decoration: underline;
    }
    .nav__loginLinks {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #nav--main {
        background: url(../images/nav/main_nav_bg.jpg) #fff repeat-x;
        background-position: center -5px;
        position: relative;
        z-index: 50;
        width: 100%;
        -webkit-transition: all .25s;
        transition: all .25s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .nav--main {
        color: #404040;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1.5px;
        height: 70px;
        border-bottom: 1px solid #eee;
        -webkit-transition: all .25s;
        transition: all .25s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #nav__phone.font30 {
    font-size: 30px;
}

    .nav__ctas .font5 {
    font-size: 14px;
}

#icon--searchNav {
    display: block;
    -webkit-transition: all .5s;
    transition: opacity .5s;
    cursor: pointer;
}

    .nav--icon--search--active {
    height: 60px;
    padding-top: 18px!important;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
        box-shadow: -7px 3px 6px #cdcdcd;
    }
#nav--main.stuck .nav--icon--search--active {
    padding-top: 9px!important;
    }

    #nav--main.stuck .nav--icon--search--active {
        height: 40px;
    }



    #nav--search--wrap {
        height: 60px;
        opacity: 0;
        width: 0px;
        -webkit-transition: all .5s;
        transition: all .5s;
        top: 5px;
        right:60px;
        position:absolute;
        background: #fff;
        z-index: -10;
        border-radius: 2px;
        border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
        border-right: none;

    }

    #nav--main.stuck #nav--search--wrap {
        height: 40px;
        top: 2px;
    }

    #nav--search--wrap input {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border: none;
        outline: none;
        font-size: 18px;
        font-family: 'museo-sans';
        font-weight: 100!important;
    }

    .nav--showSearch {
        opacity: 1!important;
        width: 250px!important;
        position: absolute;
        top: 4px;
        z-index: 100!important;
         background: #fff;
box-shadow: -5px 3px 7px #cdcdcd;
    }


    #nav--main.stuck a.nav__logo img {
    padding: 0 0 0 10px;
    margin-top: -4px;
    }

    .nav__topLevel {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .nav__topLevel > li > a {
        display: inline-block;
        color: #404040;
        padding: 32px 12px;
        text-decoration: none;
        background-position: center 70px;
        background-size: 16px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }
    .nav__topLevel > li > a:hover {
        color: #000;
    }
    .nav__topLevel > li > a.active {
        color: #000;
        background: url(../images/nav/nav_indicator_red.svg) no-repeat;
        background-position: center bottom;
        background-size: 24px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    #nav--main.stuck .nav__topLevel > li > a.active {
    background-position: center 51px;
    }

    .nav__topLevel > li > a#tab__getDISH.active {
        color: #000;
        background: url(../images/nav/nav_indicator_red.svg) no-repeat;
        background-position: center bottom;
        background-size: 24px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    .nav__topLevel > li > a#tab__aboutDISH.active {
        color: #000;
        background: url(../images/nav/nav_indicator_red.svg) no-repeat;
        background-position: center bottom;
        background-size: 24px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }


    a.nav__logo img {
        width: 90px;
        height: 53px;
        margin-left: 24px;
        margin-right: -24px;
    }

    .nav__ctas .button-red-candy-noRflx {
        margin: 0 0 0 15px;
    }

    .nav__ctas {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .nav__ctas li a {
        color: #f01446;
        padding: 24px 12px;
        text-decoration: none;
    }
    .nav__ctas li a.btn--order1 {
        padding: 12px 24px;
        border-radius: 4px;
        margin-right: 16px;
        -webkit-transition: all .25s;
        transition: all .25s;
        display: inline-block;
    }
    .nav__ctas li a:hover.btn--order1 {
        background: #f01446;
        color: #fff;
    }

    .nav__ctas li {
        padding: 0 2px;
    }
    #nav__phone img {
        padding-right: 8px;
    }
    #nav__phone .inPhone {
    display: inline-block;
        padding: 0 0 3px;
        font-size: 22px;
        text-align: center;

}
    #icon--hamburgerWrap {
        display: none;
        position: relative;
    }

    button {
        cursor: pointer;
    }
    .btn__outline--whiteRed {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 3px;
        color: #fff;
        width: 180px;
    }
    .btn__outline--whiteRed:hover {
        background: #fff;
        color: #f01446;
    }
    .btn__outline--whiteRed a {
        color: #fff;
        padding: 16px 2px;
        line-height: 3;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1.25px;
    }
    .btn__outline--whiteRed:hover a {
        color: #f01446;
    }
    /*-------------Subnav Drawers-----------*/
    .nav__drawer {
        background: #fff;;
        display: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 850px;
        position: absolute;
        z-index: -5;
        height: 450px;
        left: 20px;
        top: 70px;
        /*-webkit-transition: all .5s;
        transition: all .5s;*/
        overflow: hidden;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }
    .navShow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 5;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .nav__drawer__col1 {
        width: 250px;
        padding: 80px 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .col1__headline {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .col1__paragraph {
        font-size: 14px;
        font-weight: 100;
        line-height: 1.25;
        margin-bottom: 20px;
    }
    .col1__paragraph a {
        font-weight: 500;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .col1__paragraph a:hover {
        text-decoration: underline;
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    .col1__price {
        margin: 0 0 20px 56px;
    }
    .col1__paragraph button {
        margin-left: 15px;
    }
    .tucked {
        margin-left: -30px;
    }

    .panel__wrap .col1__paragraph {
        font-size: 12px!important;
        line-height: 1.5;
    }
    .panel__wrap .col1__headline {
        font-size: 16px!important;
        margin-bottom: 10px;
    }

    #drawer__getDISH .nav__drawer__col1 {
        background: #f01446 url(../images/nav/bg_getDISH_col1.png) no-repeat;
        background-size: cover;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #drawer__aboutDISH .nav__drawer__col1 {
        background: #f01446 url(../images/nav/bg_learn_col1.png) no-repeat;
        background-size: cover;
        color: #fff;
    }
    #drawer__compareDISH .nav__drawer__col1 {
        background: url(../images/nav/bg_compare_col1.png) no-repeat;
        background-size: cover;
        color: #fff;
    }
    .nav__drawer__col2 {
        width: 290px;
        padding: 30px 0px 10px 16px;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        position: relative;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #fff;
        z-index: 14;


    }
    .nav__drawer__col2 ul {
        list-style-type: none;
        overflow: hidden;
    }
    .nav__drawer__col2 > ul > li {
        font-size: 13px;
    }
    .nav__drawer__col2 > ul > li > a {
        color: #404040;
        text-decoration: none;
        display: block;
        padding: 6px 0;
        margin-left:14px;
        width: 100%;
    }
    .nav__drawer__col2 > ul > li > a:hover {
        color: #242424;
        text-decoration: underline;
    }
    .nav__drawer__col2 > ul > li > a:hover div {
        opacity: 1!important;
    }

    .carat-red {
        width: 14px;
        padding: 0 4px;
        display: inline-block;
        float: left;
        cursor: pointer;
        -webkit-transition: all .25s;
        transition: all .35s;
    }

    .carat-open {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .thirdLevel {
        margin: 10px 5px 0px 20px;
        display: none;
        -webkit-transition: all .25s;
        transition: all .35s;
    }
    thirdLevel li {

    }
    .thirdLevel li a {
        text-decoration: none;
        color: #999999;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 16px;
    }
    .showSub {
        display: block;
        opacity: 1;
    }
    .thirdLevel li a:hover {
        text-decoration: underline;
    }

    .panel__wrap {
        position: absolute;
        right: -310px;
        top: 0;
        width: 310px;
        z-index: 2;
        padding: 250px 30px 20px;
        background: #fff;
        height: 450px;
        background: url(../images/nav/bg_panel.png) no-repeat;

    }
    /*--------Panel Styling ---------*/

    #panel__link--packages #panel__packages {
        background: url(../images/nav/bg_panel_packages.jpg) #fff no-repeat;
        background-size: contain;
        -webkit-transition: all .1s;
        transition: all .1s;
        opacity: 1;
    }
    #panel__link--packages:hover #panel__packages {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--latino #panel__latino {
        background: url(../images/nav/bg_panel_latino.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--latino:hover #panel__latino {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--international #panel__international {
        background: url(../images/nav/bg_panel_international.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--international:hover #panel__international {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--premiums #panel__premiums {
        background: url(../images/nav/bg_panel_premiums.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--premiums:hover #panel__premiums {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--sports #panel__sports {
        background: url(../images/nav/bg_panel_sports.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--sports:hover #panel__sports {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--lifestyle #panel__lifestyle {
        background: url(../images/nav/bg_panel_addOns.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--lifestyle:hover #panel__lifestyle {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--news #panel__news {
        background: url(../images/nav/bg_panel_news.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--news:hover #panel__news {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--latinoAdd #panel__latinoAdd {
        background: url(../images/nav/bg_panel_latino-add-on.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--latinoAdd:hover #panel__latinoAdd {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--adult #panel__adult {
        background: url(../images/nav/bg_panel_adult.jpg) #fff no-repeat;
        background-size: contain;

        opacity: 0;
    }
    #panel__link--adult:hover #panel__adult {
        z-index: 10;
        opacity: 1;
    }

    #panel__link--dishExperience #panel__dishExperience {
        background: url(../images/nav/bg_panel_experience.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--dishExperience:hover #panel__dishExperience {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--hopper3 #panel__hopper3 {
        background: url(../images/nav/bg_panel_hopper3.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 1;
    }
    #panel__link--hopper3:hover #panel__hopper3 {
        z-index: 10;
        opacity: 1;
    }

    #panel__link--hopperSling #panel__hopperSling {
        background: url(../images/nav/bg_panel_hopper.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--hopperSling:hover #panel__hopperSling {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--dany #panel__dany {
        background: url(../images/nav/bg_panel_dany.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--dany:hover #panel__dany {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--hopperGo #panel__hopperGo {
        background: url(../images/nav/bg_panel_hopperGo.jpg) #fff no-repeat;
        background-size: contain;
      opacity: 0;
    }
    #panel__link--hopperGo:hover #panel__hopperGo {
        z-index: 10;
        opacity: 1;
    }

    #panel__link--hopperGo a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #828282;
    }

    #panel__link--bundles #panel__bundles {
        background: url(../images/nav/bg_panel_bundles.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--bundles:hover #panel__bundles {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--dishValue #panel__dishValue {
        background: url(../images/nav/bg_panel_value.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--dishValue:hover #panel__dishValue {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--installSHS #panel__installSHS {
        background: url(../images/nav/bg_panel_install.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--installSHS:hover #panel__installSHS {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--tvOutdoors #panel__tvOutdoors {
        background: url(../images/nav/bg_panel_outdoor.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--tvOutdoors:hover #panel__tvOutdoors {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareDISH #panel__compareDISH {
        background: url(../images/nav/bg_panel_compareDishComp.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 1;
    }
    #panel__link--compareDISH:hover #panel__compareDISH {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareDTV #panel__compareDTV {
        background: url(../images/nav/bg_panel_compareDTV.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareDTV:hover #panel__compareDTV {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareComcast #panel__compareComcast {
        background: url(../images/nav/bg_panel_compareComcast.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareComcast:hover #panel__compareComcast {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareTWC #panel__compareTWC {
        background: url(../images/nav/bg_panel_compareTWC.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareTWC:hover #panel__compareTWC {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareCharter #panel__compareCharter {
        background: url(../images/nav/bg_panel_compareCharter.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareCharter:hover #panel__compareCharter {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareCOX #panel__compareCOX {
        background: url(../images/nav/bg_panel_compareCOX.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareCOX:hover #panel__compareCOX {
        z-index: 10;
        opacity: 1;
    }
        #panel__link--compareFios #panel__compareFios {
        background: url(../images/nav/bg_panel_compareVerizon.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareFios:hover #panel__compareFios {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--compareChannels #panel__compareChannels {
        background: url(../images/nav/bg_panel_compareChannels.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareChannels:hover #panel__compareChannels {
        z-index: 10;
        opacity: 1;
    }
    #panel__link--comparePackages #panel__comparePackages {
        background: url(../images/nav/bg_panel_compareDishPacks.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--comparePackages:hover #panel__comparePackages {
        z-index: 10;
        opacity: 1;
    }

    #panel__link--compareChannelLineup #panel__compareChannelLineup {
        background: url(../images/nav/bg_panel_compareLineup.png) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareChannelLineup:hover #panel__compareChannelLineup {
        z-index: 10;
        opacity: 1;
    }

    #panel__link--compareTechnology #panel__compareTechnology {
        background: url(../images/nav/bg_panel_compareTech.jpg) #fff no-repeat;
        background-size: contain;
        opacity: 0;
    }
    #panel__link--compareTechnology:hover #panel__compareTechnology {
        z-index: 10;
        opacity: 1;
    }



}


/*-------------MEDIA QUERIES --------- */

@media all and (min-width:1200px) {

    .font20 {
        font-size: 24px;
    }

    .nav__topLevel > li > a {
        padding: 32px 33px;
    }
 .nav__topLevel > li > a#tab__aboutDISH.active {
        color: #000;
        background: url(../images/nav/nav_indicator_red.svg) no-repeat;
        background-position: center bottom;
        background-size: 22px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }
}

@media all and (min-width: 1280px) {
    .nav--site {
        max-width: 1280px;
    }
}




.shineItUp {
    -webkit-animation:shineItUp linear 1;
    animation:shineItUp linear 1;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:5s;
    animation-duration:5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}





@-webkit-keyframes shineItUp {
    0% { opacity:0.3; left: -60px; }

    14% {opacity: 1; left: 128px;}


    30% { opacity: 0;}
    100% { opacity:0; }
}





@keyframes shineItUp {
    0% { opacity:0.3; left: -60px; }

    14% {opacity: 1; left: 128px;}


    30% { opacity: 0;}
    100% { opacity:0; }
}


/*============= SEARCH BOX ===============================================*/
.nav--showSearch .as-list, #mobile__search .as-list {
    background-color: #F01446;
    position: absolute;
    overflow: hidden;
    text-align: left;
    width: 100%;
    color: #fff;
}
.nav--showSearch .as-list .as-result-item, #mobile__search .as-list .as-result-item {
    padding: 5px 5px 5px 10px;
}
.nav--showSearch .as-list .as-result-item a, #mobile__search .as-list .as-result-item a {
    color: white;
    width: 100%;
}
.nav--showSearch .as-list .as-result-item a:hover, #mobile__search .as-list .as-result-item a:hover {
    color: #404040;
    font-weight: bold;
}

@media all and (max-width: 767px) {
    #mobile__search .as-list {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
}