@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .topic-gray:before, .topic-white:before, .region-list:before, .region-list li:before, .intl-pkgs:before,
.clearfix:after,
.topic-gray:after,
.topic-white:after,
.region-list:after,
.region-list li:after,
.intl-pkgs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .topic-gray:after, .topic-white:after, .region-list:after, .region-list li:after, .intl-pkgs:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .topic-gray, .topic-white, .region-list, .region-list li, .intl-pkgs {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3,
  .mobile-fake-header,
  .nflst-wrap .h3,
  .and-more {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3,
  .mobile-fake-header,
  .nflst-wrap .h3,
  .and-more {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3, .mobile-fake-header, .nflst-wrap .h3, .and-more {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.75em;
  margin: 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: normal;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  /*    margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;*/
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*	CSSGrid
 *  https://github.com/crowdfavorite/css-grid
 *	License: http://opensource.org/licenses/mit-license.php  */
/** grid foundation
 -------------------------------------------------- */
.grid {
  margin: 30px auto;
  padding: 0 10px;
}

/* fluid media */
.row img,
.row object,
.row embed,
.row video {
  max-width: 100%;
}

/** Medium  Sized Grid
 -------------------------------------------------- */
/* Medium-sized grid. */
@media only screen and (min-width: 759px) {
  .grid {
    width: 700px;
    padding: 0;
  }

  .c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
  .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c6-23, .c6-234, .c6-2345, .c6-23456,
  .c6-34, .c6-345, .c6-3456,
  .c6-45, .c6-456, .c6-56 {
    display: inline;
    /* IE6/IE7 double-margin float bug fix */
    float: left;
    margin-left: 20px;
    /* Prevent collapsing of empty columns. Min-height prevents collapse
    everywhere but IE6. IE6 doesn't collapse empty collumns anyhow, so no need
    for a fix there. */
    min-height: 1px;
  }

  /* sixths */
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6 {
    width: 100px;
  }

  /* quarters */
  .c4-1, .c4-2, .c4-3, .c4-4 {
    width: 160px;
  }

  /* thirds */
  .c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
    width: 220px;
  }

  /* halves */
  .c4-12, .c4-23, .c4-34,
  .c6-123, .c6-234, .c6-345, .c6-456 {
    width: 340px;
  }

  /* two-thirds */
  .c6-1234, .c6-2345, .c6-3456 {
    width: 460px;
  }

  /* three-quarters */
  .c4-123, .c4-234 {
    width: 520px;
  }

  /* five-sixths */
  .c6-12345, .c6-23456 {
    width: 580px;
  }

  /* zeroing out leftmost.unit margins */
  .c6-1, .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c4-1, .c4-12, .c4-123 {
    margin-left: 0;
  }

  /* zeroing out leftmost nested .unit margins */
  .c6-2 .c6-2, .c6-23 .c6-2, .c6-23 .c6-23, .c6-234 .c6-2, .c6-234 .c6-23, .c6-234 .c6-234, .c6-2345 .c6-2, .c6-2345 .c6-23, .c6-2345 .c6-234, .c6-2345 .c6-2345, .c6-23456 .c6-2, .c6-23456 .c6-23, .c6-23456 .c6-234, .c6-23456 .c6-2345, .c6-23456 .c6-23456,
  .c6-3 .c6-3, .c6-34 .c6-3, .c6-34 .c6-34, .c6-345 .c6-3, .c6-345 .c6-34, .c6-345 .c6-345, .c6-3456 .c6-3, .c6-3456 .c6-34, .c6-3456 .c6-345, .c6-3456 .c6-3456,
  .c6-4 .c6-4, .c6-45 .c6-4, .c6-45 .c6-45, .c6-456 .c6-4, .c6-456 .c6-45, .c6-456 .c6-456,
  .c6-5 .c6-5, .c6-56 .c6-5, .c6-56 .c6-56,
  .c6-6 .c6-6,
  .c4-2 .c4-2, .c4-23 .c4-2, .c4-23 .c4-23, .c4-234 .c4-2, .c4-234 .c4-23, .c4-234 .c4-234,
  .c4-3 .c4-3, .c4-34 .c4-3, .c4-34 .c4-34 {
    margin-left: 0;
  }
}
/** Large, Desktop Grid
 -------------------------------------------------- */
@media only screen and (min-width: 1104px) {
  .grid {
    width: 1030px;
    padding: 0;
    margin: 32px auto;
  }

  .c4-1, .c4-2, .c4-3, .c4-4, .c4-12, .c4-123, .c4-23, .c4-234, .c4-34,
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6,
  .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c6-23, .c6-234, .c6-2345, .c6-23456,
  .c6-34, .c6-345, .c6-3456,
  .c6-45, .c6-456, .c6-56 {
    margin-left: 32px;
  }

  /* Sixths */
  .c6-1, .c6-2, .c6-3, .c6-4, .c6-5, .c6-6 {
    width: 145px;
  }

  /* Quarters */
  .c4-1, .c4-2, .c4-3, .c4-4 {
    width: 234px;
  }

  /* Thirds */
  .c6-12, .c6-23, .c6-34, .c6-45, .c6-56 {
    width: 322px;
  }

  /* Halves */
  .c4-12, .c4-23, .c4-34,
  .c6-123, .c6-234, .c6-345, .c6-456 {
    width: 499px;
  }

  /* Two-thirds */
  .c6-1234, .c6-2345, .c6-3456 {
    width: 676px;
  }

  /* three-quarters */
  .c4-123, .c4-234 {
    width: 765px;
  }

  /* Five-sixths */
  .c6-12345, .c6-23456 {
    width: 853px;
  }

  /* width-full
  These classes are not included in column float definitions, since they don't
  have either margin or fixed width. Including display:block and width styles
  so these classes can be used on non-block-level elements. */
  .c6-123456,
  .c4-1234 {
    clear: both;
    display: block;
    min-height: 1px;
    width: auto;
  }

  /* zeroing out leftmost.unit margins */
  .c6-1, .c6-12, .c6-123, .c6-1234, .c6-12345,
  .c4-1, .c4-12, .c4-123 {
    margin-left: 0;
  }

  /* zeroing out leftmost nested .unit margins */
  .c6-2 .c6-2, .c6-23 .c6-2, .c6-23 .c6-23, .c6-234 .c6-2, .c6-234 .c6-23, .c6-234 .c6-234, .c6-2345 .c6-2, .c6-2345 .c6-23, .c6-2345 .c6-234, .c6-2345 .c6-2345, .c6-23456 .c6-2, .c6-23456 .c6-23, .c6-23456 .c6-234, .c6-23456 .c6-2345, .c6-23456 .c6-23456,
  .c6-3 .c6-3, .c6-34 .c6-3, .c6-34 .c6-34, .c6-345 .c6-3, .c6-345 .c6-34, .c6-345 .c6-345, .c6-3456 .c6-3, .c6-3456 .c6-34, .c6-3456 .c6-345, .c6-3456 .c6-3456,
  .c6-4 .c6-4, .c6-45 .c6-4, .c6-45 .c6-45, .c6-456 .c6-4, .c6-456 .c6-45, .c6-456 .c6-456,
  .c6-5 .c6-5, .c6-56 .c6-5, .c6-56 .c6-56,
  .c6-6 .c6-6,
  .c4-2 .c4-2, .c4-23 .c4-2, .c4-23 .c4-23, .c4-234 .c4-2, .c4-234 .c4-23, .c4-234 .c4-234,
  .c4-3 .c4-3, .c4-34 .c4-3, .c4-34 .c4-34 {
    margin-left: 0;
  }
}
/** grid utilities
 -------------------------------------------------- */
/* Row Clearfix
Uses variation of Nicolas Gallagher's Micro Clearfix.
http://nicolasgallagher.com/micro-clearfix-hack/ */
.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  /* Just in case: make sure that rows clear outside floats. */
  clear: both;
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
  margin: 16px 0;
}

/** grid helper classes
 -------------------------------------------------- */
/* Set overflow:hidden to crop overflow content.
Good for user-generated content. Use this class if you want to support IE6 -- it has issues with overflow.
Example usage: .grid.hideoverflow. */
.hideoverflow .c6-1, .hideoverflow .c6-2, .hideoverflow .c6-3, .hideoverflow .c6-4, .hideoverflow .c6-5, .hideoverflow .c6-6,
.hideoverflow .c4-1, .hideoverflow .c4-2, .hideoverflow .c4-3, .hideoverflow .c4-4,
.hideoverflow .c6-12, .hideoverflow .c6-123, .hideoverflow .c6-1234, .hideoverflow .c6-12345, .hideoverflow .c6-123456,
.hideoverflow .c6-23, .hideoverflow .c6-234, .hideoverflow .c6-2345, .hideoverflow .c6-23456,
.hideoverflow .c6-34, .hideoverflow .c6-345, .hideoverflow .c6-3456,
.hideoverflow .c6-45, .hideoverflow .c6-456, .hideoverflow .c6-56,
.hideoverflow .c4-12, .hideoverflow .c4-123, .hideoverflow .c4-1234,
.hideoverflow .c4-23, .hideoverflow .c4-234,
.hideoverflow .c4-34 {
  overflow: hidden;
}

@media screen and (max-width: 759px) {
  .mobile-hide, .dealer-info .map {
    display: none;
  }
}

@media screen and (min-width: 759px) {
  .mobile-only, .mobile-hero {
    display: none;
  }
}

.zip-results.active, .state-choose-container, .zip-results-container {
  -webkit-transition: .7s ease-out all;
  -moz-transition: .7s ease-out all;
  -ms-transition: .7s ease-out all;
  -o-transition: .7s ease-out all;
  transition: .7s ease-out all;
}

/*
   Animation example, for spinners
*/
.icon-spin5:before {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* 	Macro Styles
	------------------------------------------------------- */
body {
  font-size: 14px;
  background: #000;
  background-size: 800px;
  color: #fff;
  font-family: DINWeb, sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 760px) {
  body {
    font-size: 100%;
  }
}

p {
  font-family: DINWeb, sans-serif;
  font-weight: normal;
  margin: 0 0 24px;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button {
  background: #2180d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7ec2ff), color-stop(1%, #74bef3), color-stop(5%, #2999f5), color-stop(94%, #2180d7), color-stop(100%, #1b5a95));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* W3C */
  -webkit-box-shadow: 0px 1px 2px #080808;
  -moz-box-shadow: 0px 1px 2px #080808;
  box-shadow: 0px 1px 2px #080808;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #24A5EC;
  color: #fff;
  display: block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 20px;
  opacity: 1;
  padding: 9px 16px 3px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #00528a;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
a.button:hover {
  -moz-box-shadow: 1px 1px 4px #111;
  -webkit-box-shadow: 1px 1px 4px #111;
  box-shadow: 1px 1px 4px #111;
}
a.button:hover {
  text-decoration: none;
}

strong,
b {
  font-family: DINWeb-Medium, sans-serif;
}

em,
i {
  font-family: DINWeb, sans-serif;
}

.typ-gradient {
  background-image: -webkit-linear-gradient(-90deg, #FDFDFD 0%, #95979A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
}

.typ-micro {
  color: #9fa0a2;
  font-family: SilkscreenNormal, mono;
  font-size: 9px;
  line-height: 12px;
}

.typ-micro-strong {
  color: #9fa0a2;
  font-family: SilkscreenBold, mono;
  font-size: 9px;
  line-height: 12px;
}

hr.gray {
  height: 1px;
  background: #d1d3d4;
}

/* 	Heading Styles
	------------------------------------------------------- */
h1,
.h1 {
  font-size: 32px;
  font-family: DINWeb-Medium, sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 40px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

h2,
.h2 {
  clear: both;
  display: block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
@media screen and (min-width: 1104px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}

h3, .mobile-fake-header, .nflst-wrap .h3, .and-more,
.h3 {
  clear: both;
  display: block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h4,
.h4 {
  clear: both;
  display: block;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h5,
.h5 {
  display: block;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h6,
.h6 {
  clear: both;
  font-family: DINWeb, sans-serif;
  font-size: 12px;
}

.section-header {
  margin: 20px auto;
}

.section-description {
  display: none;
}

.accessible-hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.heading-white {
  color: #fff;
}

.thin-type {
  font-weight: normal;
  font-family: DINWeb, sans-serif;
}

h3.h2.thin-type, .h2.thin-type.mobile-fake-header, .nflst-wrap .h2.thin-type.h3, .h2.thin-type.and-more {
  font-size: 20px;
  line-height: 32px;
  text-transform: none;
}

.h2.strong {
  font-size: 34px;
  line-height: 34px;
}

.heading-dark {
  color: #5f5f5f;
}

/* 	List Styles
	------------------------------------------------------- */
.linear-list {
  display: inline;
  list-style: none;
}
.linear-list li {
  display: inline;
}
.linear-list li a {
  border: none;
}

/* 	Home page header (header-default.php)  -------------------------------------------- */
#back-to-top {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  height: 7px;
  z-index: 1000;
}
@media screen and (min-width: 760px) {
  #back-to-top {
    display: none;
  }
}

.already-customer-home {
  color: #d1d3d4;
  text-align: right;
  font-size: 11px;
}
@media screen and (min-width: 760px) {
  .already-customer-home {
    font-size: 14px;
  }
}
.already-customer-home a {
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  transition: 0.1s ease;
}
.already-customer-home a:hover {
  color: #fff;
}

.already-customer-home {
  position: absolute;
  left: 350px;
  top: 0;
  line-height: 8px;
}
@media screen and (min-width: 760px) {
  .already-customer-home {
    top: auto;
    right: 0;
    bottom: 0;
    line-height: 10px;
  }
}
@media screen and (min-width: 1104px) {
  .already-customer-home {
    line-height: 8px;
  }
}

.dealer-title-home {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 18px;
  vertical-align: bottom;
  text-align: center;
  line-height: 24px;
}
@media screen and (min-width: 500px) {
  .dealer-title-home {
    display: inline-block;
    margin-bottom: -6px;
    text-align: left;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-title-home {
    font-size: 25px;
    line-height: 14px;
    margin-bottom: 0;
  }
}

.dealer-header-home {
  margin: 17px auto 23px;
  position: relative;
  line-height: 39px;
}
@media screen and (min-width: 760px) {
  .dealer-header-home {
    margin-bottom: 29px;
    line-height: 39px;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-header-home {
    line-height: 60px;
  }
}
.dealer-header-home .logo-home img {
  width: 137px;
  height: 39px;
  display: block;
  margin: 15px auto 0;
}
@media screen and (min-width: 500px) {
  .dealer-header-home .logo-home img {
    float: right;
    width: 137px;
    height: 39px;
  }
}
@media screen and (min-width: 760px) {
  .dealer-header-home .logo-home img {
    height: 39px;
    width: 139px;
    line-height: 40px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-header-home .logo-home img {
    background: url(../images/logo-large.png) no-repeat;
    height: 60px;
    width: 207px;
  }
}

/* 	Header
	------------------------------------------------------- */
#back-to-top {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  height: 7px;
  z-index: 1000;
}
@media screen and (min-width: 760px) {
  #back-to-top {
    display: none;
  }
}

.already-customer {
  display: block;
  background-color: #212121;
  border-bottom: 1px solid #1b1b1b;
  color: #999;
  text-align: right;
  font-size: 11px;
}
@media screen and (min-width: 760px) {
  .already-customer {
    font-size: 14px;
  }
}
.already-customer .grid {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px;
}
@media screen and (min-width: 760px) {
  .already-customer .grid {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }
}
.already-customer a {
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  transition: 0.1s ease;
}
.already-customer a:hover {
  color: #fff;
}

.header-ad {
  display: inline-block;
}

.main-header {
  background: #111112;
  background: -webkit-linear-gradient(top, #242424, #010101);
  background: -moz-linear-gradient(top, #242424, #010101);
  background: -o-linear-gradient(top, #242424, #010101);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#010101');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#010101')";
  background: -ms-linear-gradient(top, #242424, #010101);
  background: linear-gradient(top, #242424, #010101);
  border-top: 1px solid #292929;
  border-bottom: 1px solid #38383b;
  min-height: 60px;
}
@media screen and (min-width: 760px) {
  .main-header {
    border-bottom: none;
    height: auto;
    padding: 0;
  }
}
.main-header .logo {
  background: url("../images/logo.png?ver=0.28") no-repeat;
  width: 95px;
  height: 27px;
  background-size: 100%;
  display: block;
  float: left;
  text-indent: -9999em;
  margin: 0 12px 6px 0;
}
@media screen and (min-width: 500px) {
  .main-header .logo {
    width: 137px;
    height: 39px;
  }
}
@media screen and (min-width: 760px) {
  .main-header .logo {
    height: 39px;
    vertical-align: middle;
    width: 139px;
    margin: 15px 26px 16px 0;
    line-height: 40px;
  }
}

.ie8 .main-header .logo {
  background: url("../images/@1x/logo-m@1x.png?ver=0.28") no-repeat;
}
@media screen and (min-width: 500px) {
  .ie8 .main-header .logo {
    background: url("../images/logo.png?ver=0.28") no-repeat;
  }
}

.header-container {
  border-top: 1px solid #292929;
}

.dealer-header {
  margin: 0 auto;
  padding: 14px 0;
  width: 300px;
}
@media screen and (min-width: 500px) {
  .dealer-header {
    width: 450px;
  }
}
@media screen and (min-width: 760px) {
  .dealer-header {
    height: auto;
    width: 700px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0 18px;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-header {
    width: 1030px;
  }
}
.dealer-header .dealer-title {
  font-size: 20px;
  line-height: 22px;
  position: relative;
  top: -2px;
  display: inline;
}
@media screen and (min-width: 500px) {
  .dealer-header .dealer-title {
    font-size: 24px;
    line-height: 26px;
    margin-top: 0px;
    display: block;
    top: 0;
  }
}
@media screen and (min-width: 760px) {
  .dealer-header .dealer-title {
    margin: 0;
    margin-top: 14px;
    font-size: 32px;
  }
}
.dealer-header .contact-nav {
  margin-right: 12px;
  margin-top: 20px;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 19px;
  background-color: none;
}
@media screen and (max-width: 504px) {
  .dealer-header .contact-nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 415px) {
  .dealer-header .contact-nav {
    clear: right;
  }
}
.dealer-header .contact-nav .contact-overlay {
  top: 26px;
}

.social-link {
  font-size: 14px;
}
.social-link:before {
  background: url("../images/bg-social.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  width: 11px;
}
.social-link:after {
  background: url("../images/social-arrow.png") 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0 0 -2px 7px;
  width: 15px;
}
@media screen and (max-width: 500px) {
  .social-link {
    clear: both;
    display: block;
  }
}
.social-link a {
  color: #959595;
}

@media screen and (max-width: 500px) {
  .dealer-img {
    display: block;
    margin: 0 auto 15px;
  }
}
.dealer-info {
  display: block;
  float: left;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}
@media screen and (min-width: 500px) {
  .dealer-info {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 760px) {
  .dealer-info {
    margin-top: 6px;
    float: left;
    width: 535px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-info {
    width: 865px;
  }
}
.dealer-info h1 {
  float: left;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 504px) {
  .dealer-info h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 760px) {
  .dealer-info h1 {
    margin: 0;
    font-size: 32px;
  }
}
.dealer-info .tel {
  font-family: DINWeb-Medium, sans-serif;
}
.dealer-info .tel:after {
  content: " |";
  color: #7c7c7c;
}
@media screen and (min-width: 760px) {
  .dealer-info .tel {
    margin-right: 20px;
    display: inline-block;
  }
  .dealer-info .tel:after {
    content: none;
  }
}
@media screen and (min-width: 1104px) {
  .dealer-info .tel {
    display: none;
  }
}
.dealer-info span {
  color: #00aeef;
  font-family: DINWeb-Medium, sans-serif;
}
@media screen and (min-width: 760px) {
  .dealer-info span {
    color: #fff;
    font-family: DINWeb, sans-serif;
  }
}
.dealer-info .map {
  font-size: 14px;
}

.contact-form label {
  font-size: large;
}
.contact-form label.invalid {
  color: #EEEE00;
}
.contact-form label.required.invalid {
  color: #EE0000;
}
.contact-form label.invalid:after {
  content: " Invalid input";
  font-size: small;
  position: absolute;
  right: 0;
}
.contact-form input[type=text] {
  display: block;
  font-size: large;
  height: 2em;
  width: 20em;
}
.contact-form .contact-button {
  background: #2180d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7ec2ff), color-stop(1%, #74bef3), color-stop(5%, #2999f5), color-stop(94%, #2180d7), color-stop(100%, #1b5a95));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* W3C */
  -webkit-box-shadow: 0px 1px 2px #080808;
  -moz-box-shadow: 0px 1px 2px #080808;
  box-shadow: 0px 1px 2px #080808;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #24A5EC;
  color: #fff;
  display: block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 20px;
  opacity: 1;
  padding: 9px 16px 3px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #00528a;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border: 1px solid #235;
  cursor: pointer;
  float: right;
  font-size: .9em;
  height: 35px;
  line-height: .9em;
  margin: 14px auto 0;
  padding: 3px 6px 1px;
  vertical-align: middle;
  width: 75px;
}
.contact-form .contact-button:hover {
  -moz-box-shadow: 1px 1px 4px #111;
  -webkit-box-shadow: 1px 1px 4px #111;
  box-shadow: 1px 1px 4px #111;
}
.contact-form .dd-form-response {
  font-size: 1.3em;
  text-align: center;
}
.contact-form .dd-form-response span {
  font-size: 1.5em;
  line-height: 3em;
}

.nav-container {
  background: #222;
  /* Old browsers */
  background: -moz-linear-gradient(top, #222 0%, #0C0C0C 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #0C0C0C));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #222 0%, #0C0C0C 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #222 0%, #0C0C0C 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #222 0%, #0C0C0C 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #222 0%, #0C0C0C 100%);
  /* W3C */
  -webkit-box-shadow: 0px 1px 2px black;
  -moz-box-shadow: 0px 1px 2px black;
  box-shadow: 0px 1px 2px black;
  z-index: 1;
  position: relative;
  text-align: center;
}
.nav-container > .grid {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .nav-container > .grid {
    width: 741px;
  }
}
@media screen and (min-width: 1104px) {
  .nav-container > .grid {
    width: 1035px;
  }
}
.nav-container.detached {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 760px) {
  .nav-container.detached .sliding-logo {
    width: 67px;
  }
}
@media screen and (min-width: 1104px) {
  .nav-container.detached .sliding-logo {
    margin-left: 3px;
    width: 150px;
  }
}
@media screen and (min-width: 1104px) {
  .nav-container.detached #nav li > a {
    padding: 0 14px;
  }
}
@media screen and (min-width: 760px) {
  .nav-container.detached #nav li > a {
    padding: 0 8px;
  }
}
.nav-container.detached #nav li > a.button {
  padding: 3px 8px 1px;
}
.nav-container.detached #nav .contact-nav {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 760px) {
  .nav-container.detached #nav .contact-nav {
    padding: 0 5px;
    width: 206px;
  }
}
@media screen and (min-width: 1104px) {
  .nav-container.detached #nav .contact-nav {
    width: 372px;
  }
}

@media screen and (min-width: 760px) {
  .dumb-nav {
    height: 52px;
  }
}
@media screen and (min-width: 1104px) {
  .dumb-nav {
    height: 56px;
  }
}

.sliding-logo {
  display: none;
  -webkit-transition: .3s width ease-out;
  -moz-transition: .3s width ease-out;
  -o-transition: .3s width ease-out;
  -ms-transition: .3s width ease-out;
  transition: .3s width ease-out;
}
@media screen and (min-width: 760px) {
  .sliding-logo {
    display: block;
    background: url("../images/directv_small.gif?ver=0.28") no-repeat 0 2px;
    float: right;
    width: 0;
    height: 52px;
  }
}
@media screen and (min-width: 1104px) {
  .sliding-logo {
    background: url("../images/logo.png?ver=0.28") no-repeat 0 8px;
    float: left;
    width: 0;
    height: 52px;
  }
}

#nav {
  color: white;
  font-size: 0 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  -ms-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
@media screen and (min-width: 760px) {
  #nav {
    width: 741px;
    display: block;
    height: 52px;
  }
}
@media screen and (min-width: 1104px) {
  #nav {
    width: 1193px;
    height: 56px;
  }
}
#nav .linear-list {
  font-family: DINWeb-Bold, sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 2px #000;
  display: block;
  text-align: center;
}
@media screen and (min-width: 760px) {
  #nav .linear-list {
    text-align: left;
    width: 741px;
  }
}
@media screen and (min-width: 1104px) {
  #nav .linear-list {
    width: 1035px;
  }
}
#nav li {
  display: inline-block;
}
#nav li > a {
  display: inline-block;
  line-height: 50px;
  border-left: 1px solid #0A0A0A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 13px;
  padding: 0 4px;
}
@media screen and (min-width: 600px) {
  #nav li > a {
    font-size: 18px;
    padding: 0 13px;
  }
}
@media screen and (min-width: 760px) {
  #nav li > a {
    padding: 0 14px;
    line-height: 52px;
  }
}
@media screen and (min-width: 1104px) {
  #nav li > a {
    padding: 0 24px;
    font-size: 20px;
    line-height: 56px;
  }
}
#nav li > a:hover {
  text-shadow: 1px 0px 7px rgba(255, 255, 255, 0.25), -1px 0px 7px rgba(255, 255, 255, 0.25), 0px 1px 7px rgba(255, 255, 255, 0.25), 0px -1px 7px rgba(255, 255, 255, 0.25);
}
#nav li.active > a {
  background: #3483be;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3483be 1%, #74bef3 1%, #3ba2e9 5%, #187fd2 94%, #316291 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3483be), color-stop(1%, #74bef3), color-stop(5%, #3ba2e9), color-stop(94%, #187fd2), color-stop(100%, #316291));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3483be 1%, #74bef3 1%, #3ba2e9 5%, #187fd2 94%, #316291 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3483be 1%, #74bef3 1%, #3ba2e9 5%, #187fd2 94%, #316291 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3483be 1%, #74bef3 1%, #3ba2e9 5%, #187fd2 94%, #316291 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3483be 1%, #74bef3 1%, #3ba2e9 5%, #187fd2 94%, #316291 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3483be', endColorstr='#316291',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 2px #080808;
  -moz-box-shadow: 0px 1px 2px #080808;
  box-shadow: 0px 1px 2px #080808;
  padding-bottom: 1px;
}
#nav li .first-nav {
  border-left: 0;
}
@media screen and (min-width: 760px) {
  #nav li .first-nav {
    border-left: 1px solid #0A0A0A;
  }
}
#nav .contact-nav {
  display: none;
  overflow: hidden;
  font-size: 12px;
  font-family: DINWeb-Light, sans-serif;
  text-shadow: none;
  text-align: center;
  border-left: 1px solid #0A0A0A;
  padding: 0 15px;
  background: #383838;
  /* Old browsers */
  background: -moz-linear-gradient(top, #383838 0%, #222222 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #222222));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #383838 0%, #222222 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #383838 0%, #222222 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #383838 0%, #222222 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #383838 0%, #222222 100%);
  /* W3C */
  border-right: 1px solid #0A0A0A;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 760px) {
  #nav .contact-nav {
    width: 206px;
    height: 52px;
    vertical-align: top;
    display: inline-block;
  }
}
@media screen and (min-width: 1104px) {
  #nav .contact-nav {
    width: 372px;
    height: 56px;
  }
}
#nav .contact-nav .button {
  cursor: pointer;
  display: none;
  font-size: 12px;
  line-height: 19px;
  margin: 14px auto 0;
  padding: 3px 6px 1px;
  vertical-align: middle;
  border: 1px solid #235;
}
@media screen and (min-width: 760px) {
  #nav .contact-nav .button {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 19px;
    margin: 14px auto 0;
    padding: 3px 8px 1px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1104px) {
  #nav .contact-nav .button {
    display: inline-block;
    font-size: 12px;
    margin: -5px 4px 0;
  }
}
#nav .contact-nav .or {
  display: none;
}
@media screen and (min-width: 1104px) {
  #nav .contact-nav .or {
    display: inline;
    font-size: 14px;
    font-family: DINWeb, sans-serif;
  }
}
#nav .contact-nav .h2 {
  display: block;
  font-size: 30px;
  padding-top: 14px;
}
@media screen and (min-width: 1104px) {
  #nav .contact-nav .h2 {
    display: inline-block;
    padding-top: 0;
    vertical-align: middle;
    font-size: 28px;
  }
}
#nav .contact-prompt {
  display: none;
}
@media screen and (min-width: 1104px) {
  #nav .contact-prompt {
    color: #FFF;
    line-height: 25px;
    margin-bottom: 0;
    padding-top: 0px;
    display: block;
  }
}

.vendor {
  font-family: DINWeb-Bold, sans-serif;
  font-size: 12px;
  float: left;
  clear: both;
  margin: 0 0 0 10px;
  padding-top: 24px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 270px;
}
@media screen and (min-width: 760px) {
  .vendor {
    float: none;
    font-size: 14px;
    height: 60px;
    left: 20px;
    margin: 17px auto 0;
    max-width: none;
    padding-top: 11px;
    position: fixed;
    z-index: 1200;
  }
}
@media screen and (min-width: 1104px) {
  .vendor {
    font-size: 16px;
  }
}

.vendor.long {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 760px) {
  .vendor.long {
    width: 210px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1104px) {
  .vendor.long {
    font-size: 12px;
    width: 225px;
  }
}

.directv-contact {
  float: right;
  margin: 16px 10px 0 0;
  width: 50px;
}
@media screen and (min-width: 760px) {
  .directv-contact {
    margin: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1104px) {
  .directv-contact {
    width: 180px;
  }
}
.directv-contact .contact-button {
  display: none;
}
@media screen and (min-width: 760px) {
  .directv-contact .contact-button {
    display: none;
  }
}
@media screen and (min-width: 1104px) {
  .directv-contact .contact-button {
    display: block;
  }
}
.directv-contact .contact-button:before {
  content: '[+]';
  font-size: 12px;
  margin-right: 3px;
  margin-top: -2px;
  padding-right: 3px;
}
.directv-contact .contact-button.on:before {
  content: '[–]';
}
.directv-contact span {
  display: block;
  float: left;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 15px;
  padding-top: 13px;
  text-transform: uppercase;
  width: 110px;
}
.directv-contact span:hover {
  text-shadow: 2px 0px 10px rgba(36, 165, 236, 0.75), -2px 0px 10px rgba(36, 165, 236, 0.75), 0px 2px 10px rgba(36, 165, 236, 0.75), 0px -2px 10px rgba(36, 165, 236, 0.75);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.directv-contact img {
  float: right;
  height: 48px;
  width: 50px;
}
@media screen and (min-width: 760px) {
  .directv-contact {
    float: none;
    margin: 17px auto 0;
    position: fixed;
    right: 20px;
    z-index: 1200;
  }
}

.contact-nav {
  position: relative;
}

.contact-overlay {
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  background: #f1f2f2;
  box-shadow: 0px 0px 5px #000;
  color: #666666;
  display: none;
  height: 300px;
  padding-bottom: 20px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-shadow: none;
  top: 52px;
  width: 320px;
  z-index: 2000;
}
@media screen and (min-width: 760px) {
  .contact-overlay {
    height: 300px;
    width: 520px;
  }
}
.contact-overlay .h2 {
  color: #00aeef;
  font-size: 35px;
  line-height: 52px;
}
@media screen and (min-width: 760px) {
  .contact-overlay .h2 {
    font-size: 55px;
    line-height: 72px;
  }
}
.contact-overlay .h3 {
  font-size: 20px;
  letter-spacing: normal;
  line-height: 37px;
  color: #000;
  font-family: DINWeb, sans-serif;
  text-transform: none;
}
@media screen and (min-width: 760px) {
  .contact-overlay .h3 {
    font-size: 25px;
    line-height: 42px;
  }
}
.contact-overlay .or {
  color: #666666;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 25px;
}
.contact-overlay .button {
  margin: 14px auto 0;
  display: inline-block;
}
.contact-overlay p {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 24px auto 0;
  width: 70%;
}
.contact-overlay.on {
  display: block;
}
.contact-overlay .close-button {
  display: block;
  float: right;
  background: url("../images/close.png?ver=0.28");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.ie8 .contact-overlay .close-button {
  background: url("../images/@1x/close@1x.png?ver=0.28");
}

.contact-info {
  margin-top: 72px;
}
@media screen and (min-width: 760px) {
  .contact-info {
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (min-width: 1104px) {
  .contact-info {
    padding: 30px;
  }
}
.contact-info h2 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}
.contact-info .button {
  margin: 14px 0 0;
  width: 177px;
}
.contact-info p {
  font-family: DINWeb-Medium, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}

.mobile-hero {
  text-align: center;
}
.mobile-hero img {
  width: 100%;
}
@media screen and (max-width: 420px) {
  .mobile-hero .grid {
    margin-top: -23px;
  }
}
@media screen and (min-width: 420px) {
  .mobile-hero .grid {
    margin-top: -32px;
  }
}
@media screen and (min-width: 550px) {
  .mobile-hero .grid {
    margin-top: -62px;
  }
}
.mobile-hero h3, .mobile-hero .mobile-fake-header, .mobile-hero .nflst-wrap .h3, .nflst-wrap .mobile-hero .h3, .mobile-hero .and-more, .mobile-hero h2 {
  color: #ffc600;
}
.mobile-hero h2 {
  font-size: 37px;
  text-transform: uppercase;
  font-family: DINWeb-Medium, sans-serif;
  line-height: 40px;
}
.mobile-hero h3, .mobile-hero .mobile-fake-header, .mobile-hero .nflst-wrap .h3, .nflst-wrap .mobile-hero .h3, .mobile-hero .and-more {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 38px;
}
.mobile-hero .disclaimer {
  font-family: DINWeb-Light, sans-serif;
  font-size: 9px;
  line-height: 12px;
  margin-top: 21px;
}

/* 	Modules
	------------------------------------------------------- */
/* 	Carousel  -------------------------------------------- */
.main {
  margin-top: 0;
  position: relative;
}

.carousel {
  display: none;
  margin: 0;
  padding: 0;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 760px) {
  .carousel {
    display: block;
    width: 759px;
  }
}
@media screen and (min-width: 1104px) {
  .carousel {
    width: 1103px;
  }
}
.carousel .offer-details {
  font-size: 14px;
  line-height: 14px;
  bottom: -40px;
  right: 90px;
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
}

/* 	Introduction  -------------------------------------------- */
.introduction {
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 760px) {
  .introduction {
    margin-top: 47px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 27px;
  }
}
.introduction .dealer-info {
  display: block;
  margin-left: 0;
  width: 100%;
  line-height: 23px;
  padding: 0 0 15px;
  float: none;
}
@media screen and (min-width: 760px) {
  .introduction .dealer-info {
    border-bottom: 1px solid #444545;
  }
}
.introduction p {
  margin-top: 19px;
}
.introduction .last-word {
  width: 6px;
  display: inline-block;
}
.introduction .address-block {
  display: inline-block;
  white-space: nowrap;
}

.dealer-info-main {
  position: relative;
  padding-bottom: 8px;
}
.dealer-info-main:after {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(left, black 0%, #4c4d4d 5%, #4c4d4d 95%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(5%, #4c4d4d), color-stop(95%, #4c4d4d), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, black 0%, #4c4d4d 5%, #4c4d4d 95%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, black 0%, #4c4d4d 5%, #4c4d4d 95%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, black 0%, #4c4d4d 5%, #4c4d4d 95%, black 100%);
  /* IE10+ */
  background: linear-gradient(to right, black 0%, #4c4d4d 5%, #4c4d4d 95%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
  content: '';
  display: block;
  height: 1px;
  width: 103%;
  left: -1.5%;
  position: absolute;
  bottom: 0;
}
.dealer-info-main h1,
.dealer-info-main .h1 {
  font-size: inherit;
  margin-right: 14px;
  display: block;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 760px) {
  .dealer-info-main h1,
  .dealer-info-main .h1 {
    display: inline;
  }
}
.dealer-info-main span {
  color: #00aeef;
}
@media screen and (min-width: 760px) {
  .dealer-info-main span {
    color: #fff;
  }
}

.get-directv-link {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.get-directv-link:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7.5px;
  border-color: transparent transparent transparent #00aeef;
  background-color: transparent;
}

/* 	Promotions  -------------------------------------------- */
.promotions {
  display: block;
}
@media screen and (min-width: 760px) {
  .promotions {
    margin-top: 32px;
  }
}
.promotions .row {
  margin-top: 0;
}

.promotion-1,
.promotion-2 {
  padding: 6px 0px 80px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
@media screen and (min-width: 760px) {
  .promotion-1,
  .promotion-2 {
    font-size: 20px;
    line-height: 32px;
    padding: 36px 0 0 140px;
    min-height: 204px;
    background-size: auto;
  }
}

.promotion-1 {
  background-image: url("../images/promo-1.png?ver=0.28");
  background-position: 100% 100%;
  padding-bottom: 115px;
  background-size: auto 120px;
}
@media screen and (min-width: 760px) {
  .promotion-1:after {
    position: absolute;
    right: -14px;
    top: 22px;
    content: '';
    background-color: #00a3e0;
    width: 1px;
    border-right: 1px solid #00648b;
    display: block;
    height: 200px;
  }
}
@media screen and (min-width: 1104px) {
  .promotion-1:after {
    top: 8px;
    height: 170px;
    right: -20px;
  }
}
@media screen and (min-width: 760px) {
  .promotion-1 {
    background-position: 0 36%;
    background-size: auto;
  }
}
@media screen and (min-width: 1104px) {
  .promotion-1 {
    background-position: 0 20%;
  }
}

.promotion-2 {
  display: none;
}
@media screen and (min-width: 760px) {
  .promotion-2 {
    display: block;
    background-image: url("../images/promo-2.png?ver=0.28");
    background-size: auto 150px;
    padding-bottom: 152px;
    background-position: 8px 25px;
    padding: 54px 0 0 120px;
    background-size: auto;
  }
}
@media screen and (min-width: 1104px) {
  .promotion-2 {
    background-position: 8px 6px;
  }
}

.num-1 {
  font-size: 14px;
  float: right;
}
.num-1 a {
  text-decoration: underline;
}

.tel-promo {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.biz-promo {
  margin: 40px auto 45px;
}
.biz-promo img {
  margin-bottom: 35px;
}
@media screen and (min-width: 760px) {
  .biz-promo img {
    margin-left: 35px;
  }
}

.biz-promo-hero {
  display: block;
  width: 100%;
  height: auto;
}

/* 	Topic General  -------------------------------------------- */
.topic-gray, .topic-white {
  box-shadow: 0px 2px 4px #CCC inset;
  color: #231f20;
  padding: 46px 0;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1104px) {
  .topic-gray, .topic-white {
    font-size: 20px;
    line-height: 27px;
  }
}
.topic-gray h2, .topic-white h2, .topic-gray .h2, .topic-white .h2 {
  color: #231f20;
  font-family: DINWeb-Light, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
.topic-gray h3, .topic-white h3, .topic-gray .mobile-fake-header, .topic-white .mobile-fake-header, .topic-gray .nflst-wrap .h3, .nflst-wrap .topic-gray .h3, .topic-white .nflst-wrap .h3, .nflst-wrap .topic-white .h3, .topic-gray .and-more, .topic-white .and-more, .topic-gray .h3, .topic-white .h3 {
  color: #00aeef;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 0px;
  font-family: DINWeb-Medium, sans-serif;
}
.topic-gray .grid, .topic-white .grid {
  margin: 0 auto;
}
.topic-gray h2.grid, .topic-white h2.grid {
  margin-bottom: 16px;
}
.topic-gray .big-blue, .topic-white .big-blue {
  text-align: center;
  font-size: 25px;
  line-height: 27px;
}
.topic-gray .small-caption, .topic-white .small-caption {
  font-size: 16px;
  line-height: 23px;
  margin-top: 21px;
  margin-bottom: 8px;
}
@media screen and (min-width: 760px) {
  .topic-gray .carousel, .topic-white .carousel {
    width: 700px;
  }
}
@media screen and (min-width: 1104px) {
  .topic-gray .carousel, .topic-white .carousel {
    width: 1030px;
  }
}
.topic-gray .carousel h2, .topic-white .carousel h2 {
  margin: 0;
}

.topic-gray {
  background-color: #f1f2f2;
}

.topic-white {
  background-color: #fff;
}

.wide-center {
  text-align: center;
  margin: auto;
  z-index: 100;
}
@media screen and (min-width: 1104px) {
  .wide-center {
    width: 1050px;
  }
}
@media screen and (min-width: 1250px) {
  .wide-center {
    width: 1250px;
  }
}

[class^="logos"] {
  display: inline-block;
  vertical-align: bottom;
  margin: -2px 17px 31px;
  text-indent: -9999em;
}

.logos-sprite, .logos-abc-fam, .logos-abc, .logos-abc_family, .logos-ap, .logos-aza, .logos-bravo-new, .logos-cartoon_network, .logos-cbs, .logos-cin, .logos-cn, .logos-cnn, .logos-cns, .logos-cw, .logos-dis-j, .logos-dis-xd, .logos-dis, .logos-food, .logos-fox, .logos-hbo, .logos-hgtv, .logos-history, .logos-hln, .logos-hub, .logos-ion, .logos-mfx, .logos-mytv, .logos-n-jr, .logos-n-toon, .logos-n, .logos-nbc, .logos-ng, .logos-pbs, .logos-show, .logos-starz, .logos-teennick, .logos-tmo, .logos-tnt, .logos-twc, .logos-uma, .logos-uni, .logos-usa {
  background-image: url('../images/../images/logos-sc04ca8ff40.png');
  background-repeat: no-repeat;
}

.logos-abc-fam {
  background-position: 0 0;
  height: 58px;
  width: 209px;
}

.logos-abc {
  background-position: 0 -58px;
  height: 65px;
  width: 65px;
}

.logos-abc_family {
  background-position: 0 -123px;
  height: 99px;
  width: 264px;
}

.logos-ap {
  background-position: 0 -222px;
  height: 64px;
  width: 129px;
}

.logos-aza {
  background-position: 0 -286px;
  height: 62px;
  width: 55px;
}

.logos-bravo-new {
  background-position: 0 -348px;
  height: 80px;
  width: 108px;
}

.logos-cartoon_network {
  background-position: 0 -428px;
  height: 336px;
  width: 576px;
}

.logos-cbs {
  background-position: 0 -764px;
  height: 39px;
  width: 140px;
}

.logos-cin {
  background-position: 0 -803px;
  height: 127px;
  width: 219px;
}

.logos-cn {
  background-position: 0 -930px;
  height: 75px;
  width: 128px;
}

.logos-cnn {
  background-position: 0 -1005px;
  height: 82px;
  width: 183px;
}

.logos-cns {
  background-position: 0 -1087px;
  height: 75px;
  width: 128px;
}

.logos-cw {
  background-position: 0 -1162px;
  height: 44px;
  width: 107px;
}

.logos-dis-j {
  background-position: 0 -1206px;
  height: 73px;
  width: 212px;
}

.logos-dis-xd {
  background-position: 0 -1279px;
  height: 82px;
  width: 144px;
}

.logos-dis {
  background-position: 0 -1361px;
  height: 84px;
  width: 97px;
}

.logos-food {
  background-position: 0 -1445px;
  height: 90px;
  width: 90px;
}

.logos-fox {
  background-position: 0 -1535px;
  height: 42px;
  width: 95px;
}

.logos-hbo {
  background-position: 0 -1577px;
  height: 98px;
  width: 156px;
}

.logos-hgtv {
  background-position: 0 -1675px;
  height: 73px;
  width: 160px;
}

.logos-history {
  background-position: 0 -1748px;
  height: 83px;
  width: 95px;
}

.logos-hln {
  background-position: 0 -1831px;
  height: 73px;
  width: 109px;
}

.logos-hub {
  background-position: 0 -1904px;
  height: 80px;
  width: 64px;
}

.logos-ion {
  background-position: 0 -1984px;
  height: 65px;
  width: 90px;
}

.logos-mfx {
  background-position: 0 -2049px;
  height: 79px;
  width: 119px;
}

.logos-mytv {
  background-position: 0 -2128px;
  height: 44px;
  width: 61px;
}

.logos-n-jr {
  background-position: 0 -2172px;
  height: 48px;
  width: 178px;
}

.logos-n-toon {
  background-position: 0 -2220px;
  height: 47px;
  width: 275px;
}

.logos-n {
  background-position: 0 -2267px;
  height: 37px;
  width: 257px;
}

.logos-nbc {
  background-position: 0 -2304px;
  height: 73px;
  width: 75px;
}

.logos-ng {
  background-position: 0 -2377px;
  height: 39px;
  width: 88px;
}

.logos-pbs {
  background-position: 0 -2416px;
  height: 43px;
  width: 78px;
}

.logos-show {
  background-position: 0 -2459px;
  height: 111px;
  width: 227px;
}

.logos-starz {
  background-position: 0 -2570px;
  height: 94px;
  width: 207px;
}

.logos-teennick {
  background-position: 0 -2664px;
  height: 73px;
  width: 234px;
}

.logos-tmo {
  background-position: 0 -2737px;
  height: 77px;
  width: 98px;
}

.logos-tnt {
  background-position: 0 -2814px;
  height: 82px;
  width: 82px;
}

.logos-twc {
  background-position: 0 -2896px;
  height: 79px;
  width: 134px;
}

.logos-uma {
  background-position: 0 -2975px;
  height: 68px;
  width: 63px;
}

.logos-uni {
  background-position: 0 -3043px;
  height: 74px;
  width: 85px;
}

.logos-usa {
  background-position: 0 -3117px;
  height: 86px;
  width: 173px;
}

/* 	NFL Sunday Ticket  -------------------------------------------- */
.nflst-wrap {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nflst-wrap .h2 {
  background: url("../images/nflst-logo.png?ver=0.28") no-repeat 0;
  background-size: 55px auto;
  padding: 0 0 8px 65px;
}
@media screen and (min-width: 760px) {
  .nflst-wrap .h2 {
    padding-top: 14px;
    background: none;
    padding: 0;
  }
}
.nflst-wrap p {
  margin-top: 14px;
}
@media screen and (min-width: 760px) {
  .nflst-wrap p {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1104px) {
  .nflst-wrap p {
    width: 575px;
  }
}
.nflst-wrap .h3 {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .nflst-wrap .h3 {
    display: inline;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1104px) {
  .nflst-wrap .h3 {
    display: inline-block;
    width: 452px;
  }
}

.ie8 .nflst-wrap .h2 {
  background: url("../images/@1x/nflst-logo@1x.png?ver=0.28") no-repeat 0;
}
@media screen and (min-width: 760px) {
  .ie8 .nflst-wrap .h2 {
    background: none;
  }
}

.nflst-logo {
  display: none;
}
@media screen and (min-width: 760px) {
  .nflst-logo {
    display: inline-block;
    float: left;
    margin: 0 12px 12px 0;
  }
}

.nflst-screens {
  display: block;
  margin: auto;
  width: 70%;
  max-width: 401px;
  height: auto;
}
@media screen and (min-width: 760px) {
  .nflst-screens {
    display: none;
  }
}
@media screen and (min-width: 1104px) {
  .nflst-screens {
    display: inline;
    float: right;
    margin-top: 12px;
    width: auto;
  }
}

.info {
  margin-top: 12px;
}

/* 	Family Channels  -------------------------------------------- */
.fam-chan {
  padding-bottom: 44px;
}
@media screen and (min-width: 760px) {
  .fam-chan {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 759px) {
  .fam-chan .mobile-hide, .fam-chan .dealer-info .map, .dealer-info .fam-chan .map {
    display: none;
  }
}
.fam-chan .h2 {
  margin-bottom: 16px;
}

.and-more {
  margin-top: 18px;
}

@media screen and (min-width: 760px) {
  .cn-break {
    display: none;
  }
}
@media screen and (min-width: 1104px) {
  .cn-break {
    display: inline;
  }
}

/* 	Premium Channels  -------------------------------------------- */
.topic-gray.premium-channels .h2 {
  margin-bottom: 12px;
}
@media screen and (min-width: 760px) {
  .topic-gray.premium-channels .h2 {
    margin-bottom: 58px;
  }
}
.topic-gray.premium-channels [class^="logos"] {
  margin-bottom: 21px;
}
.topic-gray.premium-channels .logos-show {
  position: relative;
  top: 13px;
}
.topic-gray.premium-channels .logos-starz {
  position: relative;
  top: -2px;
}
.topic-gray.premium-channels .logos-cin {
  position: relative;
  top: 21px;
}
.topic-gray.premium-channels .big-blue {
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (min-width: 760px) {
  .topic-gray.premium-channels .big-blue {
    text-align: center;
    margin: auto;
  }
}

.mobile-premium {
  margin: auto;
  max-width: 577px;
  width: 100%;
  display: block;
}

/* 	Local Channels  -------------------------------------------- */
.local-channels {
  padding-bottom: 27px;
}
.local-channels .mobile-h3 {
  display: inline-block;
  width: 48%;
  margin-left: 20px;
}
@media screen and (min-width: 760px) {
  .local-channels .mobile-h3 {
    display: none;
  }
}
.local-channels .big-blue {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 30px;
}
.local-channels .legal {
  clear: both;
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 34px 0 0;
  text-align: center;
}
.local-channels .english-channels,
.local-channels .spanish-channels,
.local-channels .intl-channels {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 760px) {
  .local-channels .english-channels,
  .local-channels .spanish-channels,
  .local-channels .intl-channels {
    height: 380px;
  }
}
@media screen and (min-width: 1104px) {
  .local-channels .english-channels,
  .local-channels .spanish-channels,
  .local-channels .intl-channels {
    height: 235px;
  }
}
.local-channels .english-channels .small-caption,
.local-channels .spanish-channels .small-caption,
.local-channels .intl-channels .small-caption {
  margin-bottom: 18px;
}
@media screen and (min-width: 760px) {
  .local-channels .english-channels .small-caption,
  .local-channels .spanish-channels .small-caption,
  .local-channels .intl-channels .small-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1104px) {
  .local-channels .english-channels {
    padding-top: 14px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 760px) {
  .local-channels .english-channels:after {
    content: '';
    position: absolute;
    right: 10px;
    border-left: 1px solid #e1e1e1;
    top: 0;
    height: 280px;
  }
}
@media screen and (min-width: 1104px) {
  .local-channels .english-channels:after {
    height: 190px;
  }
}
.local-channels .english-channels-list {
  position: relative;
}
.local-channels .english-channels-list ul {
  list-style-type: none;
}
.local-channels .english-channels-list ul li {
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
  padding: 5px 0;
  width: 156px;
}
.local-channels .english-channels-list ul.two-col {
  margin-top: 10px;
}
.local-channels .english-channels-list ul.two-col li {
  width: 229px;
}
.local-channels [class^="logos"] {
  vertical-align: middle;
}
.local-channels .logos-ion {
  margin: -29px 0 0 0;
}

/* 	RSN Channels  -------------------------------------------- */
.ch-network {
  display: inline-block;
  width: 35px;
}

/* 	HD Channels  -------------------------------------------- */
.hdchan-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1104px) {
  .hdchan-wrap {
    background: url("../images/hd-channels.png?ver=0.28") no-repeat 100% 126%;
    padding-right: 401px;
  }
}

/* 	Equipment  -------------------------------------------- */
.topic-slider .flex-direction-nav .flex-prev {
  left: -6px;
}
@media screen and (min-width: 760px) {
  .topic-slider .flex-direction-nav .flex-prev {
    left: -10px;
  }
}
.topic-slider .flex-direction-nav .flex-next {
  right: -6px;
}
@media screen and (min-width: 760px) {
  .topic-slider .flex-direction-nav .flex-next {
    right: -10px;
  }
}
.topic-slider.flexslider:hover .flex-prev {
  left: -6px;
}
@media screen and (min-width: 760px) {
  .topic-slider.flexslider:hover .flex-prev {
    left: -38px;
  }
}
.topic-slider.flexslider:hover .flex-next {
  right: -6px;
}
@media screen and (min-width: 760px) {
  .topic-slider.flexslider:hover .flex-next {
    right: -38px;
  }
}
.topic-slider .more-details {
  position: absolute;
  bottom: -39px;
  font-size: 15px;
  text-decoration: underline;
}

.no-csstransitions .topic-slider .flex-direction-nav {
  width: 38px;
}
.no-csstransitions .topic-slider .flex-direction-nav .flex-prev {
  left: -34px;
}
@media screen and (min-width: 760px) {
  .no-csstransitions .topic-slider .flex-direction-nav .flex-prev {
    left: -38px;
  }
}
.no-csstransitions .topic-slider .flex-direction-nav .flex-next {
  right: -34px;
}
@media screen and (min-width: 760px) {
  .no-csstransitions .topic-slider .flex-direction-nav .flex-next {
    right: -38px;
  }
}
.no-csstransitions .topic-slider.flexslider:hover .flex-prev {
  left: -34px;
}
@media screen and (min-width: 760px) {
  .no-csstransitions .topic-slider.flexslider:hover .flex-prev {
    left: -38px;
  }
}
.no-csstransitions .topic-slider.flexslider:hover .flex-next {
  right: -34px;
}
@media screen and (min-width: 760px) {
  .no-csstransitions .topic-slider.flexslider:hover .flex-next {
    right: -38px;
  }
}

.topic-gray.genie .mobile-genie {
  width: 100%;
  max-width: 533px;
  display: block;
  margin: 0 auto 12px;
}
@media screen and (min-width: 760px) {
  .topic-gray.genie .mobile-genie {
    display: none;
  }
}

.genie .grid {
  position: relative;
}
@media screen and (min-width: 760px) {
  .genie .grid {
    background: url("../images/topic-genie.png?ver=0.28") no-repeat 100% 0;
    background-position: 100% 40px;
    min-height: 301px;
  }
}
@media screen and (min-width: 1104px) {
  .genie .grid {
    background-position: 100% 0;
  }
}
.genie p {
  margin-top: 38px;
  margin-bottom: 11px;
}
@media screen and (min-width: 760px) {
  .genie p {
    width: 320px;
  }
}
@media screen and (min-width: 1104px) {
  .genie p {
    width: 640px;
  }
}
.genie .big-blue {
  display: inline-block;
  margin-top: 0px;
  text-align: left;
}
@media screen and (min-width: 760px) {
  .genie .big-blue {
    margin-bottom: 115px;
    width: 380px;
  }
}
@media screen and (min-width: 1104px) {
  .genie .big-blue {
    width: auto;
  }
}
.genie .more-details {
  position: absolute;
  bottom: -28px;
  font-size: 15px;
  text-decoration: underline;
  left: 10px;
}
@media screen and (min-width: 760px) {
  .genie .more-details {
    left: 0;
  }
}

.receivers-container {
  padding-bottom: 67px;
}

.topic-receivers {
  min-height: 200px;
}
.topic-receivers .slides {
  background-color: #fff;
}
.topic-receivers .slides li .mobile-only, .topic-receivers .slides li .mobile-hero {
  width: auto;
  max-width: 100%;
  margin: 0 auto 16px;
  height: auto;
}
@media screen and (min-width: 760px) {
  .topic-receivers .slides li .mobile-only, .topic-receivers .slides li .mobile-hero {
    display: none;
    max-width: 400px;
  }
}
.topic-receivers .slides li .mobile-hide, .topic-receivers .slides li .dealer-info .map, .dealer-info .topic-receivers .slides li .map {
  display: none;
}
@media screen and (min-width: 760px) {
  .topic-receivers .slides li .mobile-hide, .topic-receivers .slides li .dealer-info .map, .dealer-info .topic-receivers .slides li .map {
    display: inline-block;
    max-width: 47%;
    width: auto;
    vertical-align: middle;
    height: auto;
  }
}
.topic-receivers .slides li p {
  margin-bottom: 12px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 760px) {
  .topic-receivers .slides li p {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
  }
}

@media screen and (min-width: 760px) {
  .ie8 .topic-receivers .slides li p {
    padding: 0;
  }
}

.receivers-car {
  display: block;
}

#receivers-nav {
  font-size: 0;
  margin: 0 auto 35px;
  text-align: center;
}
#receivers-nav li {
  background-color: #00ace5;
  border-left: 1px solid #F1F2F2;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 0 5px;
  text-align: center;
  width: 16%;
}
#receivers-nav li.flex-active {
  background-color: #f1f2f2;
  color: #00ace5;
}
#receivers-nav li .trademark {
  font-size: 16px;
  line-height: 0;
  position: relative;
  top: -6px;
}
#receivers-nav li:first-child {
  border-left: none;
}
@media screen and (max-width: 320px) {
  #receivers-nav li {
    font-size: 10px;
  }
}
@media screen and (min-width: 760px) {
  #receivers-nav li {
    font-size: 20px;
    line-height: 33px;
    width: 115px;
  }
}
@media screen and (min-width: 1104px) {
  #receivers-nav li {
    width: 170px;
  }
}

.nomad .trademark, .genie .trademark, .get-connected .trademark {
  font-size: 16px;
  position: relative;
  top: -12px;
}

.nomad {
  position: relative;
}
.nomad .more-details {
  position: absolute;
  bottom: -19px;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (min-width: 760px) {
  .nomad-info h3, .nomad-info .mobile-fake-header, .nomad-info .nflst-wrap .h3, .nflst-wrap .nomad-info .h3, .nomad-info .and-more, .nomad-info p {
    float: right;
  }
}
.nomad-info p {
  margin-bottom: 0;
}
.nomad-info .nomad-img {
  display: block;
  margin: 24px auto 18px;
  width: 100%;
  height: auto;
  max-width: 462px;
}
@media screen and (min-width: 760px) {
  .nomad-info .nomad-img {
    float: left;
    margin-top: 105px;
    width: 47%;
  }
}
@media screen and (min-width: 1104px) {
  .nomad-info .nomad-img {
    margin-top: 0px;
  }
}
.nomad-info .big-blue {
  text-align: left;
  margin-bottom: 12px;
}

@media screen and (min-width: 760px) {
  .get-connected .c4-34 {
    float: right;
  }
}
.get-connected .connect-img {
  width: 100%;
  max-width: 426px;
  margin: auto;
  display: block;
  height: auto;
}
.get-connected .small-blue {
  font-size: 16px;
  color: #00ace5;
}

/* 	Get DirecTV  -------------------------------------------- */
.get-directv {
  min-height: 400px;
}
.get-directv .h2 {
  font-size: 25px;
  font-family: DINWeb, sans-serif;
}
.get-directv p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 20px;
}
.get-directv .footer-email {
  width: 120px;
  font-size: 12px;
  padding: 2px 8px 0;
  vertical-align: bottom;
  display: block;
  margin: 5px 0;
}
.get-directv .tel-footer {
  font-size: 20px;
  font-family: DINWeb-Bold, sans-serif;
  vertical-align: bottom;
  margin: 5px 0;
  display: block;
}
.get-directv .dealer-info-main:after {
  content: none;
}

.location {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
}
@media screen and (min-width: 760px) {
  .location {
    padding: 72px 0 30px;
  }
}
.location#map {
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .location#map {
    padding-top: 72px;
  }
}
.location h1, .location .h1 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
}
.location img {
  margin: 0 0 18px 0;
}
.location a.directions {
  font-family: DINWeb, sans-serif;
  text-decoration: underline;
  background: url("../images/icon-directions.png?ver=0.28") no-repeat left;
  background-size: 24px 24px;
  text-indent: 30px;
  line-height: 24px;
  display: block;
}
.location a.directions :hover {
  font-family: DINWeb-Medium, sans-serif;
}
.location .dealer-info {
  margin-left: 0;
}

.ie8 .location a.directions {
  background: url("../images/@1x/icon-directions@1x.png?ver=0.28") no-repeat left;
}

#overlay-legal {
  display: none;
  padding: 20px 0px;
}
@media screen and (min-width: 1104px) {
  #overlay-legal {
    padding: 60px 40px;
  }
}

/* 	Footer
	------------------------------------------------------- */
/* 	Footer
	------------------------------------------------------- */
footer {
  font-size: 12px;
}
footer li:before {
  content: "|";
  padding: 0 6px 0 4px;
  color: #9fa0a2;
}
footer li:first-of-type:before {
  content: "";
}
@media screen and (min-width: 760px) {
  footer {
    font-size: 10px;
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1104px) {
  footer {
    font-size: 12px;
    padding: 40px 0;
  }
}
footer .c6-56 {
  text-align: left;
  border-top: 1px solid #fff;
  padding-top: 12px;
}
footer .c6-56 a {
  text-decoration: underline;
}
@media screen and (min-width: 760px) {
  footer .c6-56 {
    text-align: right;
    border: none;
    padding-top: 0;
  }
}

.footer-location {
  display: none;
}
@media screen and (min-width: 760px) {
  .footer-location {
    display: block;
  }
}

.linear-list.footer-location li:first-child:before {
  content: "";
}
.linear-list.footer-location li:last-child {
  display: block;
  clear: both;
  border-left: none;
}
.linear-list.footer-location li:last-child:before {
  content: "";
}
@media screen and (min-width: 1104px) {
  .linear-list.footer-location li:last-child {
    display: inline;
    border-left: auto;
  }
  .linear-list.footer-location li:last-child:before {
    content: "|";
  }
}

.footer-global-list {
  clear: both;
  display: block;
  color: #999;
  margin: 20px 0;
  text-align: center;
  font-size: 88%;
}

@media screen and (min-width: 1024px) {
  .footer-global-list {
    text-align: center;
  }
}
.footer-global-list a {
  color: #999;
}

.footer-global-list li {
  display: inline-block;
  padding-bottom: 5px;
}

.footer-global-list p {
  font-size: 85%;
  line-height: 160%;
  padding-top: 1em;
  text-align: center;
}

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plain-list li {
  padding: 0;
}

.plain-list.inline-list li {
  display: inline-block;
  margin-left: 15px;
}

.plain-list.inline-list li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  #copyright {
    position: relative;
  }

  #copyright:after {
    border-right: 1px solid #999;
    content: '';
    margin-left: 15px;
  }
}
body.single-dealer .footer-global-list {
  font-size: 115%;
}

/* 	Home page
	------------------------------------------------------- */
.main-header, .dealers-find, .find-forms {
  z-index: 1;
  position: relative;
}

.dealers-find {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #000000;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #000000 0%, #000000 21%, #0072b0 98%, #0072b0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #000000), color-stop(21%, #000000), color-stop(98%, #0072b0), color-stop(100%, #0072b0));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, #000000 21%, #0072b0 98%, #0072b0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #000000 0%, #000000 21%, #0072b0 98%, #0072b0 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #000000 0%, #000000 21%, #0072b0 98%, #0072b0 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #000000 0%, #000000 21%, #0072b0 98%, #0072b0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0072b0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-size: 800px 800px;
  background-position: 50% 47%;
}
@media screen and (min-width: 760px) {
  .dealers-find {
    background-size: 100% 510%;
    background-position: 50% 47%;
  }
}
.dealers-find .grid {
  padding: 32px 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .dealers-find .grid {
    padding: 32px 0;
  }
}

.find-forms {
  background-color: #fff;
  color: #121212;
  text-align: center;
}
.find-forms .grid {
  margin-top: 0;
  margin-bottom: 0;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .find-forms .grid:before {
    -webkit-transition: .4s bottom linear;
    -moz-transition: .4s bottom linear;
    -o-transition: .4s bottom linear;
    -ms-transition: .4s bottom linear;
    transition: .4s bottom linear;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent #f1f2f2 transparent;
    position: absolute;
    bottom: -18px;
    right: 161px;
  }
}
@media screen and (min-width: 1104px) {
  .find-forms .grid:before {
    right: 325px;
  }
}
@media screen and (min-width: 760px) {
  .find-forms .grid.state-active:before {
    bottom: 0;
  }
}
@media screen and (min-width: 1104px) {
  .find-forms .grid.state-active:before {
    right: 325px;
  }
}
@media screen and (min-width: 760px) {
  .find-forms .grid:after {
    -webkit-transition: .4s bottom linear;
    -moz-transition: .4s bottom linear;
    -o-transition: .4s bottom linear;
    -ms-transition: .4s bottom linear;
    transition: .4s bottom linear;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent #f1f2f2 transparent;
    position: absolute;
    bottom: -18px;
    left: 169px;
  }
}
@media screen and (min-width: 1104px) {
  .find-forms .grid:after {
    left: 340px;
  }
}
@media screen and (min-width: 760px) {
  .find-forms .grid.zip-active:after {
    bottom: 0;
  }
}
.find-forms input[type="text"] {
  border: 1px solid #bebfc1;
  padding: 10px;
  font-family: DINWeb-Light, sans-serif;
  font-size: 18px;
  width: 84px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 4px;
}

.form-zip {
  position: relative;
  top: -3px;
}

.choose-zip {
  position: relative;
}

.loading-overlay {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 0px 50px 4px rgba(233, 233, 233, 0.14);
}
.loading-overlay .icon-spin5 {
  margin: -16px 0 0 -14px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 192%;
}
.loading-overlay.on {
  display: block;
}

.ie8 .loading-overlay {
  height: 100%;
  width: 100%;
}

.choose-zip, .choose-or, .choose-state {
  margin: auto;
}
@media screen and (min-width: 760px) {
  .choose-zip, .choose-or, .choose-state {
    margin: 0 10px;
    vertical-align: middle;
  }
}

.choose-or {
  display: inline-block;
}

.choose-zip, .choose-state {
  height: 80px;
  display: block;
}
@media screen and (min-width: 760px) {
  .choose-zip, .choose-state {
    display: inline-block;
  }
}

.choose-dlr {
  display: inline-block;
}

.btn-container {
  display: inline-block;
  margin: auto;
  position: relative;
}

.choose-btn {
  background: #2180d7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #7ec2ff), color-stop(1%, #74bef3), color-stop(5%, #2999f5), color-stop(94%, #2180d7), color-stop(100%, #1b5a95));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7ec2ff 1%, #74bef3 1%, #2999f5 5%, #2180d7 94%, #1b5a95 100%);
  /* W3C */
  -webkit-box-shadow: 0px 1px 2px #080808;
  -moz-box-shadow: 0px 1px 2px #080808;
  box-shadow: 0px 1px 2px #080808;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #24A5EC;
  color: #fff;
  display: block;
  font-family: DINWeb-Bold, sans-serif;
  font-size: 20px;
  opacity: 1;
  padding: 9px 16px 3px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #00528a;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-transform: capitalize;
  font-size: 20px;
  font-family: DINWeb-Medium, sans-serif;
}
.choose-btn:hover {
  -moz-box-shadow: 1px 1px 4px #111;
  -webkit-box-shadow: 1px 1px 4px #111;
  box-shadow: 1px 1px 4px #111;
}

.choose-dlr {
  display: inline-block;
  vertical-align: middle;
}

.choose-prompt {
  margin-bottom: 8px;
}

.choose-or {
  position: relative;
  text-transform: uppercase;
  font-family: DINWeb-Medium, sans-serif;
  color: #000;
}
.choose-or:before, .choose-or:after {
  background: #e4e5e5;
  content: '';
  display: block;
  position: absolute;
  width: 64px;
  height: 1px;
  top: 47%;
}
@media screen and (min-width: 760px) {
  .choose-or:before, .choose-or:after {
    height: 44px;
    width: 1px;
  }
}
.choose-or:before {
  background: #cbcbcc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzRjNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ffffff 0%, #4c4d4d 37%, #cbcbcc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(37%, #cbcbcc), color-stop(100%, #cbcbcc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
  /* W3C */
  left: -68px;
}
@media screen and (min-width: 760px) {
  .choose-or:before {
    background: #cbcbcc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzRjNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(37%, #cbcbcc), color-stop(100%, #cbcbcc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #cbcbcc 37%, #cbcbcc 100%);
    /* W3C */
    left: 50%;
    top: -44px;
  }
}
.choose-or:after {
  background: #cbcbcc;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzRjNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #cbcbcc 0%, #cbcbcc 37%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cbcbcc), color-stop(37%, #cbcbcc), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #cbcbcc 0%, #cbcbcc 37%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #cbcbcc 0%, #cbcbcc 37%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #cbcbcc 0%, #cbcbcc 37%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #cbcbcc 0%, #cbcbcc 37%, #ffffff 100%);
  /* W3C */
  right: -68px;
}
@media screen and (min-width: 760px) {
  .choose-or:after {
    background: #cbcbcc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cbcbcc 0%, #cbcbcc 63%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcbcc), color-stop(63%, #cbcbcc), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cbcbcc 0%, #cbcbcc 63%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cbcbcc 0%, #cbcbcc 63%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cbcbcc 0%, #cbcbcc 63%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cbcbcc 0%, #cbcbcc 63%, #ffffff 100%);
    /* W3C */
    top: auto;
    left: 50%;
    bottom: -44px;
  }
}

.ie8 .choose-or:before,
.ie8 .choose-or:after {
  background: transparent;
}

/* 	Zip Results  -------------------------------------------- */
.zip-results {
  background-color: #f1f2f2;
  padding: 48px 10px;
  text-align: center;
  color: #121212;
}
.zip-results.active {
  margin-top: 0 !important;
}

#zip-map, .zip-list {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.zip-list {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .zip-list {
    width: 284px;
  }
}
@media screen and (min-width: 1104px) {
  .zip-list {
    width: 390px;
  }
}

#zip-map {
  background: #555;
  height: 300px;
  margin-bottom: 12px;
}
@media screen and (min-width: 760px) {
  #zip-map {
    vertical-align: top;
    margin: 0 60px 0 0;
    width: 350px;
  }
}
@media screen and (min-width: 1104px) {
  #zip-map {
    width: 460px;
  }
}

.zip-locations {
  counter-reset: locations;
  list-style-type: none;
  font-size: 15px;
  padding-left: 34px;
}
.zip-locations li {
  position: relative;
  counter-increment: locations;
  line-height: 23px;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.zip-locations li:before {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-color: #faa61a;
  color: #fff;
  content: counter(locations,upper-alpha);
  display: inline-block;
  left: -38px;
  top: -1px;
  max-height: 22px;
  padding: 3px 9px;
  position: absolute;
  font-size: 15px;
}
@media screen and (min-width: 760px) {
  .zip-locations li {
    padding-left: 0;
  }
  .zip-locations li:before {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    left: -44px;
    top: -1px;
    max-height: 22px;
    padding: 3px 10px;
  }
  .zip-locations li:after {
    background: #cbcbcc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f1f2f2 0%, #cbcbcc 15%, #cbcbcc 85%, #f1f2f2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f1f2f2), color-stop(15%, #cbcbcc), color-stop(85%, #cbcbcc), color-stop(100%, #f1f2f2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f1f2f2 0%, #cbcbcc 15%, #cbcbcc 85%, #f1f2f2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f1f2f2 0%, #cbcbcc 15%, #cbcbcc 85%, #f1f2f2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f1f2f2 0%, #cbcbcc 15%, #cbcbcc 85%, #f1f2f2 100%);
    /* IE10+ */
    background: linear-gradient(to right, #f1f2f2 0%, #cbcbcc 15%, #cbcbcc 85%, #f1f2f2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#f1f2f2',GradientType=1 );
    /* IE6-8 */
    height: 1px;
    width: 115%;
    position: absolute;
    left: -15%;
    bottom: 0;
    display: block;
    content: '';
  }
}
.zip-locations li:last-child:after {
  content: none;
}
.zip-locations li h2 {
  font-family: DINWeb, sans-serif;
  font-size: 20px;
}

.locations-map {
  font-family: DINWeb-Medium, sans-serif;
}

.locations-number, .locations-message {
  font-family: DINWeb-Medium, sans-serif;
  display: block;
}
@media screen and (min-width: 760px) {
  .locations-number, .locations-message {
    display: inline-block;
    margin-top: 6px;
  }
}

@media screen and (min-width: 760px) {
  .locations-number {
    position: relative;
    padding-right: 19px;
  }
  .locations-number:after {
    content: "|";
    color: #121212;
    position: absolute;
    font-family: DINWeb, sans-serif;
    right: 0;
  }
}
@media screen and (min-width: 1104px) {
  .locations-number {
    padding-right: 25px;
  }
}

.locations-message {
  text-transform: uppercase;
}
@media screen and (min-width: 760px) {
  .locations-message {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1104px) {
  .locations-message {
    padding-left: 17px;
  }
}

.carousel-home {
  margin-top: 0;
  margin-bottom: 0;
}

/* 	State Choose -------------------------------------------- */
.mobile-select-state {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (min-width: 760px) {
  .mobile-select-state {
    display: none;
  }
}

.ie8 .mobile-select-state {
  height: 100%;
  width: 100%;
}

.state-choose-container, .zip-results-container {
  overflow: hidden;
  height: 0;
}
.state-choose-container.active, .zip-results-container.active {
  height: auto;
}

.state-choose {
  background-color: #f1f2f2;
}
@media screen and (min-width: 760px) {
  .state-choose {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 1104px) {
  .state-choose {
    font-size: 20px;
    padding: 14px 32px;
  }
}
.state-choose .grid {
  display: none;
}
@media screen and (min-width: 760px) {
  .state-choose .grid {
    display: block;
  }
}
.state-choose .grid {
  display: none;
}
@media screen and (min-width: 760px) {
  .state-choose .grid {
    display: block;
  }
}
.state-choose h2 {
  font-size: 40px;
  color: #121212;
  font-family: DINWeb, sans-serif;
  margin-bottom: 30px;
}
.state-choose ol {
  list-style-type: none;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .state-choose ol {
    width: 92%;
    margin: auto;
  }
}
.state-choose ol .list-block {
  display: inline-block;
  text-align: left;
  float: left;
}
.state-choose a {
  display: block;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 760px) {
  .state-choose a {
    font-size: 16px;
    padding: 10px 14px;
  }
}
@media screen and (min-width: 1104px) {
  .state-choose a {
    font-size: 20px;
    padding: 14px 32px;
  }
}

/* 	State Results  -------------------------------------------- */
.state-results {
  background-color: #000306;
}
.state-results .grid {
  padding: 32px 10px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .state-results .grid {
    padding: 32px 0;
  }
}

.browse-all {
  background-color: #f1f2f2;
  color: #636466;
}
.browse-all h2 {
  color: inherit;
  font-family: DINWeb, sans-serif;
  font-size: 20px;
}

.region-list {
  list-style-type: none;
}
.region-list > h2 {
  font-family: DINWeb-Light, sans-serif;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  padding: 32px 0 8px;
  margin-bottom: 24px;
}
.region-list > h2:after {
  background: #4c4f51;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2NiY2JjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #000306 0%, #4c4f51 15%, #4c4f51 85%, #000306 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000306), color-stop(15%, #4c4f51), color-stop(85%, #4c4f51), color-stop(100%, #000306));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000306 0%, #4c4f51 15%, #4c4f51 85%, #000306 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000306 0%, #4c4f51 15%, #4c4f51 85%, #000306 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000306 0%, #4c4f51 15%, #4c4f51 85%, #000306 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000306 0%, #4c4f51 15%, #4c4f51 85%, #000306 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000306', endColorstr='#000306',GradientType=1 );
  /* IE6-8 */
  height: 1px;
  width: 110%;
  left: -5%;
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
}
.region-list > h2:first-child {
  padding-top: 0;
}
.region-list li {
  line-height: 23px;
  margin-bottom: 38px;
}
.region-list li span.h2 {
  font-family: DINWeb, sans-serif;
  font-size: 20px;
}
.region-list li img {
  float: left;
}

.region-dealer {
  display: block;
}
.region-dealer span {
  clear: both;
  display: block;
}
@media screen and (min-width: 500px) {
  .region-dealer {
    float: left;
    margin-left: 20px;
  }
}
.region-dealer .locations-map {
  position: relative;
  padding-right: 16px;
  margin-right: 10px;
}
.region-dealer .locations-map:after {
  content: "|";
  color: #fff;
  position: absolute;
  right: 0;
  top: -3px;
}
.region-dealer .locations-number {
  display: inline-block;
}
.region-dealer .locations-number:after {
  content: none;
}
.region-dealer .button {
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  padding: 3px 14px 0px;
  margin-top: 7px;
}
@media screen and (min-width: 1104px) {
  .region-dealer .button {
    float: none;
    clear: none;
    margin-top: 7px;
  }
}

/* Generic Page Styles
	------------------------------------------------------- */
@media screen and (min-width: 760px) {
  body.single-dealer, body.home {
    background: #000 url("../images/gradient-bottom.png?ver=0.28") right bottom no-repeat;
    background-size: 768px;
  }
}
@media screen and (min-width: 1104px) {
  body.single-dealer, body.home {
    background-size: auto;
  }
}

.generic .dtv-logo img {
  height: auto;
  margin-right: 10px;
  width: 58px;
}

.ie8 body {
  background-color: #050708;
}
@media screen and (min-width: 760px) {
  .ie8 body {
    background-color: #050708;
  }
}
@media screen and (min-width: 1104px) {
  .ie8 body {
    background-color: #050708;
  }
}

/* 	Utility Classes
	------------------------------------------------------- */
.width-full {
  width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hide {
  left: -32697px;
  position: absolute;
  right: auto;
}

.display-none {
  display: none;
}

#table-wrapper {
  display: table;
  margin: 0 auto;
}

.typ-italic {
  font-style: italic;
}

.typ-roman {
  font-style: normal;
}

.typ-light {
  font-family: DINWeb-Light, sans-serif;
}

.typ-normal {
  font-family: DINWeb, sans-serif;
}

.typ-med {
  font-family: DINWeb-Medium, sans-serif;
}

.typ-bold {
  font-family: DINWeb-Bold, sans-serif;
}

.typ-strike {
  text-decoration: line-through;
}

.typ-blue-text, .dealer-info .tel, .zip-locations li h2 a, .locations-map, .state-choose a, .region-list li span.h2 a {
  color: #00aeef;
}

.typ-green {
  color: #03aa47;
}

.typ-blue-light {
  color: #11a0d6;
}

.typ-blue-dark {
  color: #204cc1;
}

.typ-purple {
  color: #7f00ad;
}

.typ-red {
  color: #d30403;
}

.mar-top {
  margin-top: 30px;
}

.mar-top-double {
  margin-top: 60px;
}

.mar-right {
  margin-right: 30px;
}

.mar-right-double {
  margin-right: 60px;
}

.mar-bottom {
  margin-bottom: 30px;
}

.mar-bottom-double {
  margin-bottom: 60px;
}

.mar-left {
  margin-left: 30px;
}

.mar-left-double {
  margin-left: 60px;
}

.pad-top {
  padding-top: 15px;
}

.pad-top-double {
  padding-top: 30px;
}

.pad-right {
  padding-right: 15px;
}

.pad-right-double {
  padding-right: 30px;
}

.pad-bottom {
  padding-bottom: 15px;
}

.pad-bottom-double {
  padding-bottom: 30px;
}

.pad-left {
  padding-left: 15px;
}

.pad-left-double {
  padding-left: 30px;
}

.middle {
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase;
}

.strong {
  font-weight: bold;
  font-family: DINWeb-Bold, sans-serif;
}

.phone-num {
  color: #ff8d30;
  font-size: 25px;
  line-height: 25px;
  font-family: DINWeb-Medium, sans-serif;
}

.biz-call {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  font-family: DINWeb-Medium, sans-serif;
}

.hr-black-top {
  border-top: 1px solid #4c4d4d;
  display: block;
  padding-top: 16px;
  position: relative;
}
.hr-black-top:before, .hr-black-top:after {
  content: '';
  height: 1px;
  position: absolute;
  top: -1px;
  width: 55px;
}
.hr-black-top:before {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #121212), to(#4c4d4d));
  background-image: -webkit-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: -moz-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: -o-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: linear-gradient(left, #121212 50%, #4c4d4d);
  left: -50px;
}
.hr-black-top:after {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #4c4d4d), to(#121212));
  background-image: -webkit-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: -moz-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: -o-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: linear-gradient(left, #4c4d4d 50%, #121212);
  right: -24px;
}

.hr-black-btm {
  border-bottom: 1px solid #4c4d4d;
  display: block;
  padding-bottom: 16px;
  position: relative;
}
.hr-black-btm:before, .hr-black-btm:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: -1px;
  width: 55px;
}
.hr-black-btm:before {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #121212), to(#4c4d4d));
  background-image: -webkit-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: -moz-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: -o-linear-gradient(left, #121212 50%, #4c4d4d);
  background-image: linear-gradient(left, #121212 50%, #4c4d4d);
  left: -50px;
}
.hr-black-btm:after {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, #4c4d4d), to(#121212));
  background-image: -webkit-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: -moz-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: -o-linear-gradient(left, #4c4d4d 50%, #121212);
  background-image: linear-gradient(left, #4c4d4d 50%, #121212);
  right: -24px;
}

.centered, .biz-promo {
  text-align: center;
}

.blue-arrow-right {
  display: relative;
}
.blue-arrow-right:after {
  background: transparent;
  border-color: transparent transparent transparent #09c;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  content: '';
  height: 0;
  margin: 7px 0 0 5px;
  position: absolute;
  width: 0;
}

/* 	Packages
	------------------------------------------------------- */
.packages-container {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #5f5f5f;
  margin: auto;
}
@media screen and (min-width: 760px) {
  .packages-container {
    width: 670px;
    padding: 0 45px;
  }
}
@media screen and (min-width: 1104px) {
  .packages-container {
    width: 1014px;
    padding: 0 39px;
  }
}

#packages {
  margin: 48px auto 0;
}

/* Packages Structure */
#en-slider-channels,
#sp-slider-channels,
#intl-slider-channels,
#slider,
#sp-slider,
#intl-slider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 320px;
}
@media screen and (min-width: 760px) {
  #en-slider-channels,
  #sp-slider-channels,
  #intl-slider-channels,
  #slider,
  #sp-slider,
  #intl-slider {
    width: 670px;
  }
}
@media screen and (min-width: 1104px) {
  #en-slider-channels,
  #sp-slider-channels,
  #intl-slider-channels,
  #slider,
  #sp-slider,
  #intl-slider {
    width: 990px;
  }
}

@media screen and (min-width: 760px) {
  #sp-slider,
  #sp-slider-channels,
  #intl-slider,
  #intl-slider-channels {
    width: 536px;
  }
}
@media screen and (min-width: 1104px) {
  #sp-slider,
  #sp-slider-channels,
  #intl-slider,
  #intl-slider-channels {
    width: 792px;
  }
}

.packages {
  background: white;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .packages {
    width: 670px;
  }
}
@media screen and (min-width: 1104px) {
  .packages {
    width: 1026px;
  }
}

#slider,
#sp-slider,
#intl-slider {
  display: none;
}
@media screen and (min-width: 760px) {
  #slider,
  #sp-slider,
  #intl-slider {
    display: block;
  }
}
#slider li,
#sp-slider li,
#intl-slider li {
  position: relative;
}
@media screen and (min-width: 760px) {
  #slider li,
  #sp-slider li,
  #intl-slider li {
    float: left;
    height: 360px;
    width: 110px;
  }
}
@media screen and (min-width: 1104px) {
  #slider li,
  #sp-slider li,
  #intl-slider li {
    height: 430px;
    width: 165px;
  }
}

@media screen and (min-width: 760px) {
  .spanish #slider li,
  .spanish #sp-slider li,
  .intl #slider li {
    height: 260px;
  }
}
@media screen and (min-width: 1104px) {
  .spanish #slider li,
  .spanish #sp-slider li,
  .intl #slider li {
    height: 315px;
  }
}

@media screen and (min-width: 760px) {
  .intl #intl-slider li {
    height: 280px;
  }
}
@media screen and (min-width: 1104px) {
  .intl #intl-slider li {
    height: 315px;
  }
}

@media screen and (min-width: 760px) {
  .slider-channels .channel-toggle,
  .mob-package-info-wrap {
    display: none;
  }
}

.price-toggle img {
  width: 12px;
  height: 12px;
  margin-top: -80px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.price-toggle.on img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.slides {
  position: relative;
}

.sticky {
  background: #fff;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: -11px;
  width: 160px;
  z-index: 5000;
}

.channel-count.sticky {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.mob-col-header.sticky {
  display: none;
  top: 30px;
}

.slide0 {
  left: 0;
}

.slide1 {
  left: -160px;
}

.slide2 {
  left: -320px;
}

.slide3 {
  left: -480px;
}

.touch .slider-channels .flex-direction-nav {
  display: none;
}

.slider-channels {
  background: white;
  padding-bottom: 24px;
}
@media screen and (min-width: 760px) {
  .slider-channels {
    max-height: 500px;
    overflow: scroll;
  }
}
.slider-channels .flex-viewport {
  max-height: none;
}
.slider-channels .channel-list {
  float: left;
  margin: 0 5px;
  width: 150px;
}
@media screen and (min-width: 760px) {
  .slider-channels .channel-list {
    width: 109px;
    margin: 0;
  }
}
@media screen and (min-width: 1104px) {
  .slider-channels .channel-list {
    width: 164px;
  }
}
@media screen and (min-width: 760px) {
  .slider-channels .premier .channel-list {
    width: 119px;
  }
}
@media screen and (min-width: 1104px) {
  .slider-channels .premier .channel-list {
    width: 183px;
  }
}

#en-slider-channels .flex-direction-nav a,
#sp-slider-channels .flex-direction-nav a,
#intl-slider-channels .flex-direction-nav a {
  display: block;
  height: 30px;
  margin: 0;
  opacity: 1;
  padding: 0;
  top: 138px;
}
#en-slider-channels .flex-direction-nav a.flex-prev,
#sp-slider-channels .flex-direction-nav a.flex-prev,
#intl-slider-channels .flex-direction-nav a.flex-prev {
  left: 0;
}
#en-slider-channels .flex-direction-nav a.flex-next,
#sp-slider-channels .flex-direction-nav a.flex-next,
#intl-slider-channels .flex-direction-nav a.flex-next {
  right: 0;
}
#en-slider-channels .flex-direction-nav a.flex-disabled,
#sp-slider-channels .flex-direction-nav a.flex-disabled,
#intl-slider-channels .flex-direction-nav a.flex-disabled {
  display: none;
}
#en-slider-channels .flex-direction-nav a:active, #en-slider-channels .flex-direction-nav a:hover,
#sp-slider-channels .flex-direction-nav a:active,
#sp-slider-channels .flex-direction-nav a:hover,
#intl-slider-channels .flex-direction-nav a:active,
#intl-slider-channels .flex-direction-nav a:hover {
  background-color: transparent;
}

.mob-channel-toggle {
  position: absolute;
  top: 250px;
  z-index: 1;
}
.mob-channel-toggle.up {
  top: 100px;
}

.mob-col-header,
.channel-list {
  display: none;
}
.mob-col-header.on,
.channel-list.on {
  display: block;
}

/* Channel Description Styles */
.select,
.entertainment,
.choice,
.entertainment-promo,
.choice-promo,
.choice-xtra,
.choice-ultimate,
.premier,
.mas-latino,
.optimo-mas,
.mas-ultra,
.lo-maximo,
.preferred-choice,
.basic-choice {
  background: #fff;
}
.select div.h3,
.entertainment div.h3,
.choice div.h3,
.entertainment-promo div.h3,
.choice-promo div.h3,
.choice-xtra div.h3,
.choice-ultimate div.h3,
.premier div.h3,
.mas-latino div.h3,
.optimo-mas div.h3,
.mas-ultra div.h3,
.lo-maximo div.h3,
.preferred-choice div.h3,
.basic-choice div.h3 {
  font-size: 12px;
  line-height: 10px;
  padding: 24px 0 6px;
  text-align: center;
}
@media screen and (min-width: 1104px) {
  .select div.h3,
  .entertainment div.h3,
  .choice div.h3,
  .entertainment-promo div.h3,
  .choice-promo div.h3,
  .choice-xtra div.h3,
  .choice-ultimate div.h3,
  .premier div.h3,
  .mas-latino div.h3,
  .optimo-mas div.h3,
  .mas-ultra div.h3,
  .lo-maximo div.h3,
  .preferred-choice div.h3,
  .basic-choice div.h3 {
    padding-bottom: 16px;
  }
}
.select div.h3.fill,
.entertainment div.h3.fill,
.choice div.h3.fill,
.entertainment-promo div.h3.fill,
.choice-promo div.h3.fill,
.choice-xtra div.h3.fill,
.choice-ultimate div.h3.fill,
.premier div.h3.fill,
.mas-latino div.h3.fill,
.optimo-mas div.h3.fill,
.mas-ultra div.h3.fill,
.lo-maximo div.h3.fill,
.preferred-choice div.h3.fill,
.basic-choice div.h3.fill {
  bottom: 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  padding: 16px 0;
  position: absolute;
  right: 0;
}
.select span.h3,
.entertainment span.h3,
.choice span.h3,
.entertainment-promo span.h3,
.choice-promo span.h3,
.choice-xtra span.h3,
.choice-ultimate span.h3,
.premier span.h3,
.mas-latino span.h3,
.optimo-mas span.h3,
.mas-ultra span.h3,
.lo-maximo span.h3,
.preferred-choice span.h3,
.basic-choice span.h3 {
  border-top: 1px solid #9fa0a2;
  border-bottom: 1px solid #9fa0a2;
  font-size: 9px;
  line-height: 14px;
  margin: 10px;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .select span.h3,
  .entertainment span.h3,
  .choice span.h3,
  .entertainment-promo span.h3,
  .choice-promo span.h3,
  .choice-xtra span.h3,
  .choice-ultimate span.h3,
  .premier span.h3,
  .mas-latino span.h3,
  .optimo-mas span.h3,
  .mas-ultra span.h3,
  .lo-maximo span.h3,
  .preferred-choice span.h3,
  .basic-choice span.h3 {
    margin: 5px 0;
    padding: 4px 0;
  }
}
@media screen and (min-width: 1104px) {
  .select span.h3,
  .entertainment span.h3,
  .choice span.h3,
  .entertainment-promo span.h3,
  .choice-promo span.h3,
  .choice-xtra span.h3,
  .choice-ultimate span.h3,
  .premier span.h3,
  .mas-latino span.h3,
  .optimo-mas span.h3,
  .mas-ultra span.h3,
  .lo-maximo span.h3,
  .preferred-choice span.h3,
  .basic-choice span.h3 {
    margin: 0 0 10px;
    padding: 8px 0;
  }
}

.select {
  color: #e1af15;
}
.select div.h3 {
  color: #e1af15;
}
.select div.h3.fill {
  background: #e1af15;
}
.select .package-price {
  background-image: url("../images/select.png?ver=0.28");
}

.ie8 .select .package-price {
  background-image: url("../images/@1x/select-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .select .package-price {
    background-image: url("../images/@1x/select-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .select .package-price {
    background-image: url("../images/@1x/select-m@1x.png?ver=0.28");
  }
}

.entertainment-promo {
  color: #03aa47;
}
.entertainment-promo div.h3 {
  color: #03aa47;
}
.entertainment-promo div.h3.fill {
  background: #03aa47;
}
.entertainment-promo .package-price {
  background-image: url("../images/entertainment-promo.png?ver=0.28");
}

.ie8 .entertainment-promo .package-price {
  background-image: url("../images/@1x/entertainment-promo-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .entertainment-promo .package-price {
    background-image: url("../images/@1x/entertainment-promo-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .entertainment-promo .package-price {
    background-image: url("../images/@1x/entertainment-promo-m@1x.png?ver=0.28");
  }
}

.entertainment {
  color: #03aa47;
}
.entertainment div.h3 {
  color: #03aa47;
}
.entertainment div.h3.fill {
  background: #03aa47;
}
.entertainment .package-price {
  background-image: url("../images/entertainment.png?ver=0.28");
}

.ie8 .entertainment .package-price {
  background-image: url("../images/@1x/entertainment-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .entertainment .package-price {
    background-image: url("../images/@1x/entertainment-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .entertainment .package-price {
    background-image: url("../images/@1x/entertainment-m@1x.png?ver=0.28");
  }
}

.choice-promo {
  color: #11a0d6;
}
.choice-promo div.h3 {
  color: #11a0d6;
}
.choice-promo div.h3.fill {
  background: #11a0d6;
}
.choice-promo .package-price {
  background-image: url("../images/choice-promo.png?ver=0.28");
}

.ie8 .choice-promo .package-price {
  background-image: url("../images/@1x/choice-promo-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .choice-promo .package-price {
    background-image: url("../images/@1x/choice-promo-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .choice-promo .package-price {
    background-image: url("../images/@1x/choice-promo-m@1x.png?ver=0.28");
  }
}

.choice {
  color: #11a0d6;
}
.choice div.h3 {
  color: #11a0d6;
}
.choice div.h3.fill {
  background: #11a0d6;
}
.choice .package-price {
  background-image: url("../images/choice.png?ver=0.28");
}

.ie8 .choice .package-price {
  background-image: url("../images/@1x/choice-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .choice .package-price {
    background-image: url("../images/@1x/choice-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .choice .package-price {
    background-image: url("../images/@1x/choice-m@1x.png?ver=0.28");
  }
}

.choice-xtra {
  color: #204cc1;
}
.choice-xtra div.h3 {
  color: #204cc1;
}
.choice-xtra div.h3.fill {
  background: #204cc1;
}
.choice-xtra .package-price {
  background-image: url("../images/choice-xtra.png?ver=0.28");
}

.ie8 .choice-xtra .package-price {
  background-image: url("../images/@1x/choice-xtra-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .choice-xtra .package-price {
    background-image: url("../images/@1x/choice-xtra-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .choice-xtra .package-price {
    background-image: url("../images/@1x/choice-xtra-m@1x.png?ver=0.28");
  }
}

.choice-ultimate {
  color: #7f00ad;
}
.choice-ultimate div.h3 {
  color: #7f00ad;
}
.choice-ultimate div.h3.fill {
  background: #7f00ad;
}
.choice-ultimate .package-price {
  background-image: url("../images/choice-ultimate.png?ver=0.28");
}

.ie8 .choice-ultimate .package-price {
  background-image: url("../images/@1x/choice-ultimate-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .choice-ultimate .package-price {
    background-image: url("../images/@1x/choice-ultimate-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .choice-ultimate .package-price {
    background-image: url("../images/@1x/choice-ultimate-m@1x.png?ver=0.28");
  }
}

.premier {
  color: #d30403;
}
.premier div.h3 {
  color: #d30403;
}
.premier div.h3.fill {
  background: #d30403;
}
.premier .package-price {
  background-image: url("../images/premier.png?ver=0.28");
}

.ie8 .premier .package-price {
  background-image: url("../images/@1x/premier-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .premier .package-price {
    background-image: url("../images/@1x/premier-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .premier .package-price {
    background-image: url("../images/@1x/premier-m@1x.png?ver=0.28");
  }
}

.mas-latino {
  color: #03aa47;
}
.mas-latino div.h3 {
  color: #03aa47;
}
.mas-latino div.h3.fill {
  background: #03aa47;
}
.mas-latino .package-price {
  background-image: url("../images/mas-latino.png?ver=0.28");
}
.mas-latino .typ-micro {
  display: none;
  visibility: hidden;
}

.ie8 .mas-latino .package-price {
  background-image: url("../images/@1x/mas-latino-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .mas-latino .package-price {
    background-image: url("../images/@1x/mas-latino-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .mas-latino .package-price {
    background-image: url("../images/@1x/mas-latino-m@1x.png?ver=0.28");
  }
}

.preferred-choice {
  color: #00bdd4;
}
.preferred-choice div.h3 {
  color: #00bdd4;
}
.preferred-choice div.h3.fill {
  background: #00bdd4;
}
.preferred-choice .package-price {
  background-image: url("../images/preferred-choice.png?ver=0.28");
}
.preferred-choice .typ-micro {
  display: none;
  visibility: hidden;
}

.ie8 .preferred-choice .package-price {
  background-image: url("../images/@1x/preferred-choice-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .preferred-choice .package-price {
    background-image: url("../images/@1x/preferred-choice-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .preferred-choice .package-price {
    background-image: url("../images/@1x/preferred-choice-m@1x.png?ver=0.28");
  }
}

.optimo-mas {
  color: #11a0d6;
}
.optimo-mas div.h3 {
  color: #11a0d6;
}
.optimo-mas div.h3.fill {
  background: #11a0d6;
}
.optimo-mas .package-price {
  background-image: url("../images/optimo-mas.png?ver=0.28");
}

.ie8 .optimo-mas .package-price {
  background-image: url("../images/@1x/optimo-mas-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .optimo-mas .package-price {
    background-image: url("../images/@1x/optimo-mas-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .optimo-mas .package-price {
    background-image: url("../images/@1x/optimo-mas-m@1x.png?ver=0.28");
  }
}

.basic-choice {
  color: #fcc800;
}
.basic-choice div.h3 {
  color: #fcc800;
}
@media screen and (min-width: 760px) {
  .basic-choice div.h3 {
    padding: 34px 0 6px;
  }
}
@media screen and (min-width: 1104px) {
  .basic-choice div.h3 {
    padding: 24px 0 16px;
  }
}
.basic-choice div.h3.fill {
  background: #fcc800;
}
@media screen and (min-width: 760px) {
  .basic-choice div.h3.fill {
    padding: 21px 0;
  }
}
@media screen and (min-width: 1104px) {
  .basic-choice div.h3.fill {
    padding: 16px 0;
  }
}
.basic-choice .package-price {
  background-image: url("../images/basic-choice.png?ver=0.28");
}

.ie8 .basic-choice .package-price {
  background-image: url("../images/@1x/basic-choice-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .basic-choice .package-price {
    background-image: url("../images/@1x/basic-choice-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .basic-choice .package-price {
    background-image: url("../images/@1x/basic-choice-m@1x.png?ver=0.28");
  }
}

.mas-ultra {
  color: #7f00ad;
}
.mas-ultra div.h3 {
  color: #7f00ad;
}
.mas-ultra div.h3.fill {
  background: #7f00ad;
}
.mas-ultra .package-price {
  background-image: url("../images/mas-ultra.png?ver=0.28");
}

.ie8 .mas-ultra .package-price {
  background-image: url("../images/@1x/mas-ultra-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .mas-ultra .package-price {
    background-image: url("../images/@1x/mas-ultra-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .mas-ultra .package-price {
    background-image: url("../images/@1x/mas-ultra-m@1x.png?ver=0.28");
  }
}

.lo-maximo {
  color: #d30403;
}
.lo-maximo div.h3 {
  color: #d30403;
}
.lo-maximo div.h3.fill {
  background: #d30403;
}
.lo-maximo .package-price {
  background-image: url("../images/lo-maximo.png?ver=0.28");
}

.ie8 .lo-maximo .package-price {
  background-image: url("../images/@1x/lo-maximo-m@1x.png?ver=0.28");
}
@media screen and (min-width: 760px) {
  .ie8 .lo-maximo .package-price {
    background-image: url("../images/@1x/lo-maximo-t@1x.png?ver=0.28");
  }
}
@media screen and (min-width: 1104px) {
  .ie8 .lo-maximo .package-price {
    background-image: url("../images/@1x/lo-maximo-m@1x.png?ver=0.28");
  }
}

.package-info.touch {
  border-right: 1px solid #d1d3d4;
}
@media screen and (min-width: 760px) {
  .package-info {
    border-right: none;
  }
}

.package-price {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 160px 120px;
  height: 120px;
  margin-bottom: 36px;
  width: 160px;
}
.package-price.on {
  display: none;
}
@media screen and (min-width: 760px) {
  .package-price {
    background-size: 110px auto;
    display: block;
    height: 99px;
    margin-bottom: 0;
    width: 132px;
  }
}
@media screen and (min-width: 1104px) {
  .package-price {
    background-size: 165px auto;
    height: 149px;
    width: 165px;
  }
}

.package-subhead {
  border-top: 1px solid #d1d3d4;
  font-family: DINWeb, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin: 5px 10px 24px;
  min-height: 40px;
  padding-top: 15px;
}
.package-subhead span.typ-micro {
  display: none;
  font-size: 9px;
}
@media screen and (min-width: 1104px) {
  .package-subhead span.typ-micro {
    display: block;
  }
}
@media screen and (min-width: 760px) {
  .package-subhead {
    font-size: 13px;
    margin: 5px 0 24px;
    padding: 15px 10px 0;
  }
}
@media screen and (min-width: 1104px) {
  .package-subhead {
    margin: 5px 10px 24px;
    padding: 15px 0 0;
    font-size: 15px;
  }
}

/* Styles for the Lists of Channels */
.channel-list {
  list-style: none;
}
@media screen and (min-width: 760px) {
  .channel-list {
    border-right: 1px solid #d1d3d4;
  }
}
@media screen and (min-width: 1104px) {
  .channel-list {
    border-right: 1px solid #d1d3d4;
    margin-right: -1px;
  }
}
.channel-list li {
  border-bottom: 1px solid #d1d3d4;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 10px;
  line-height: 12px;
  min-height: 24px;
  padding-bottom: 8px;
  padding-top: 9px;
  text-align: left;
}
@media screen and (min-width: 760px) {
  .channel-list li {
    border-bottom: none;
    height: 130px;
    line-height: 36px;
    min-height: none;
    padding: 0;
    text-align: center;
  }
  .channel-list li span {
    display: none;
  }
  .channel-list li .channel-name {
    display: block;
    line-height: 14px;
    margin-top: 14px;
  }
}
.channel-list .channel-logo {
  border: 1px solid #d1d3d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  height: 70px;
  margin: 19px auto 0;
  width: 70px;
}
@media screen and (min-width: 760px) {
  .channel-list .channel-logo {
    display: block;
  }
}
@media screen and (min-width: 1104px) {
  .channel-list .channel-logo {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 760px) {
  .channel-list img {
    margin: 14px auto 0;
    max-height: 60px;
    max-width: 60px;
  }
}
@media screen and (min-width: 1104px) {
  .channel-list img {
    max-height: 70px;
    max-width: 70px;
  }
}
.channel-list .no-channel span {
  color: #9fa0a2;
  display: block;
  font-family: SilkscreenNormal, mono;
  font-size: 8px;
  line-height: 12px;
}
@media screen and (min-width: 760px) {
  .channel-list .no-channel span {
    border: 1px solid #d1d3d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 55px;
    margin: 19px auto 0;
    padding-top: 15px;
    width: 70px;
  }
}
@media screen and (min-width: 1104px) {
  .channel-list .no-channel span {
    height: 60px;
    padding-top: 20px;
    width: 80px;
  }
}

/* Channel List Toggle Styles */
.channel-toggle {
  background: url("../images/arrow-right.png?ver=0.28") no-repeat left;
  background-position-y: 4px;
  background-size: 6px 12px;
  color: #121212;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 12px;
  margin-bottom: 18px;
  text-indent: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 1104px) {
  .channel-toggle {
    font-size: inherit;
  }
}
.channel-toggle.on {
  background: url("../images/arrow.png?ver=0.28") no-repeat left;
  background-position-y: 7px;
  background-size: 12px 6px;
}

.ie8 .channel-toggle {
  background: url("../images/@1x/arrow-right@1x.png?ver=0.28") no-repeat left;
}
.ie8 .channel-toggle.on {
  background: url("../images/@1x/arrow@1x.png?ver=0.28") no-repeat left;
  background-position-y: 7px;
}

@media screen and (min-width: 760px) {
  .channel-punchout,
  .slider-channels {
    display: none;
  }
  .channel-punchout.on,
  .slider-channels.on {
    display: block;
  }
}

.channel-punchout.on {
  display: none;
}
@media screen and (min-width: 760px) {
  .channel-punchout.on {
    display: block;
  }
}

.mob-col-header {
  margin-top: 40px;
}
@media screen and (min-width: 760px) {
  .mob-col-header {
    display: none;
  }
}

.entertainment .channel-toggle,
.entertainment-promo .channel-toggle,
.choice .channel-toggle,
.choice-promo .channel-toggle,
.choice-xtra .channel-toggle,
.choice-ultimate .channel-toggle,
.premier .channel-toggle,
.optimo-mas .channel-toggle,
.mas-ultra .channel-toggle,
.lo-maximo .channel-toggle,
.basic-choice .channel-toggle {
  visibility: hidden;
}

/* HD Channel Tags */
.hd-channel {
  background: url("../images/hd-channel.png?ver=0.28") no-repeat;
  background-position: right 8px;
  background-size: 20px auto;
  padding-right: 23px;
}
@media screen and (min-width: 760px) {
  .hd-channel {
    background-position: center 76px;
  }
}
@media screen and (min-width: 1104px) {
  .hd-channel {
    background-position: center 86px;
  }
}

.hd-only {
  background: url("../images/hd-only.png?ver=0.28") no-repeat;
  background-position: right 8px;
  background-size: 48px auto;
  padding-right: 52px;
}
@media screen and (min-width: 760px) {
  .hd-only {
    background-position: center 76px;
  }
}
@media screen and (min-width: 1104px) {
  .hd-only {
    background-position: center 86px;
  }
}

.three-d-only {
  background: url("../images/3d-only.png?ver=0.28") no-repeat;
  background-position: right 8px;
  background-size: 48px auto;
  padding-right: 52px;
}
@media screen and (min-width: 760px) {
  .three-d-only {
    background-position: center 76px;
  }
}
@media screen and (min-width: 1104px) {
  .three-d-only {
    background-position: center 86px;
  }
}

.ie8 .hd-channel {
  background: url("../images/@1x/hd-channel.png?ver=0.28") no-repeat;
}
.ie8 .hd-only {
  background: url("../images/@1x/hd-only.png?ver=0.28") no-repeat;
}
.ie8 .three-d-only {
  background: url("../images/@1x/3d-only.png?ver=0.28") no-repeat;
}

.channel-legend {
  border-top: 3px solid #d1d3d4;
  border-bottom: 1px solid #d1d3d4;
  color: #121212;
  font-size: 12px;
  font-family: DINWeb, sans-serif;
  margin: 0 auto 16px;
  padding: 6px 0;
}
.channel-legend li {
  padding-right: 18px;
  display: block;
}
@media screen and (min-width: 760px) {
  .channel-legend li {
    display: inline-block;
    width: 196;
  }
}
.channel-legend img {
  height: 12px;
  margin-bottom: 5px;
  padding-right: 6px;
  width: auto;
}
@media screen and (min-width: 760px) {
  .channel-legend {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1104px) {
  .channel-legend {
    font-size: 12px;
  }
}

/* Tabs */
#tabs li.active {
  background-color: #fff;
  color: #121212;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tabs li a {
  color: #AFAFAF;
  display: inline-block;
  font-family: DINWeb-Medium, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  height: 40px;
  line-height: 40px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 760px) {
  #tabs li a {
    padding: 0 30px;
  }
}
#tabs li a:active, #tabs li a:hover, #tabs li a.active {
  background-color: #fff;
  color: #121212;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.intl h4 {
  margin-top: 30px;
}

.intl-pkgs {
  color: #5f5f5f;
  margin: 30px 0;
}

.intl-col {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .intl-col {
    float: left;
    width: 33%;
  }
  .intl-col:before {
    background: #E5E5E5;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
  }
  .intl-col:last-child:before {
    content: none;
  }
}
.intl-col a, .intl-col .int-package-name {
  color: #09c;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}
.intl-col .package-language {
  font-family: DINWeb-Bold, sans-serif;
  margin-top: 15px;
}
.intl-col .package-language.package-language-first {
  margin-top: 0px;
}

#intl-slider {
  padding-right: 12px;
  text-align: center;
}
#intl-slider .slides {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

#intl-slider-channels {
  text-align: center;
}
@media screen and (min-width: 760px) {
  #intl-slider-channels {
    width: 234px;
  }
}
@media screen and (min-width: 1104px) {
  #intl-slider-channels {
    width: 344px;
  }
}

.packages-wrapper {
  padding: 10px;
}
@media screen and (min-width: 760px) {
  .packages-wrapper {
    padding: 0;
  }
}

/* Packages Footer */
.packages-footer {
  padding: 0 24px 24px;
  background: #fff;
}
@media screen and (min-width: 760px) {
  .packages-footer {
    padding: 0 24px 24px;
  }
}
.packages-footer p {
  margin-bottom: 0;
}

/* Box-Ordinal Groups */
.box {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
}

.box-one {
  box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
}

.box-two {
  box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-box-ordinal-group: 2;
}

.box-three {
  box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
}

.box-four {
  box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-box-ordinal-group: 4;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  /*	box-shadow: 0 0 30px rgba(4,5,7,0.75);
  	-webkit-box-shadow: 0 0 30px rgba(4,5,7,0.75);
  	-moz-box-shadow: 0 0 30px rgba(4,5,7,0.75);
  	-o-box-shadow: 0 0 30px rgba(4,5,7,0.75); */
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 25px;
  height: 41px;
  margin: -20px 0 0;
  display: block;
  background: url("../images/bg_direction_nav.png?ver=0.28") no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  zoom: 1;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -2px;
}

.flex-direction-nav .flex-prev {
  left: -2px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  height: 11px;
  line-height: 11px;
  position: absolute;
  bottom: -37px;
  text-align: right;
  z-index: 2;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 11px;
  height: 100%;
}

.flex-control-paging li a {
  color: transparent;
  color: transparent;
  width: 11px;
  height: 11px;
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  background: #0a4968;
  background: #0f5377;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.flex-control-paging li a:hover {
  background: #00aeef;
  background: rgba(29, 175, 236, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #00aeef;
  background: rgba(29, 175, 236, 0.9);
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* 	Landing page - Topic Carousels (adopt different styles from main carousel) -------------------------------------------- */
.topic-slider {
  background-color: transparent;
}
.topic-slider .flex-direction-nav li:hover {
  width: 35px;
}
.topic-slider .flex-direction-nav .flex-next {
  background-position: right -41px;
}
.topic-slider .flex-direction-nav .flex-prev {
  background-position: 0 -41px;
}
.topic-slider .flex-control-paging li a {
  background: #c7c8ca;
  box-shadow: none;
  width: 6px;
  height: 6px;
}
.topic-slider .flex-control-paging li a.flex-active {
  background: #000;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10020;
}

.fancybox-skin {
  position: relative;
  background-color: #050708;
  color: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 18030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 5px 7px #00aeef, 0 -5px 7px #00aeef, 5px 0 7px #00aeef, -5px 0 7px #00aeef;
  -moz-box-shadow: 0 5px 7px #00aeef, 0 -5px 7px #00aeef, 5px 0 7px #00aeef, -5px 0 7px #00aeef;
  box-shadow: 0 5px 7px #00aeef, 0 -5px 7px #00aeef, 5px 0 7px #00aeef, -5px 0 7px #00aeef;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png?ver=0.28");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif?ver=0.28") center center no-repeat;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png?ver=0.28");
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif?ver=0.28");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png?ver=0.28");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 7px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-iframe {
  background: #050708;
}

.legal-info-lightbox {
  background: #050708;
}

.legal-information {
  background-color: #050708;
  color: #fff;
}

::selection {
  background: #d1d3d4;
}

::-moz-selection {
  background: #d1d3d4;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #d1d3d4;
}

/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Light;
  src: url("../fonts/DINWeb-Light.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Light;
  src: url("../fonts/DINWeb-Light.woff") format("woff");
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb;
  src: url("../fonts/DINWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb;
  src: url("../fonts/DINWeb.woff") format("woff");
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Medium;
  src: url("../fonts/DINWeb-Medium.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Medium;
  src: url("../fonts/DINWeb-Medium.woff") format("woff");
}
/* first for IE 4–8 */
@font-face {
  font-family: DINWeb-Bold;
  src: url("../fonts/DINWeb-Bold.eot");
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWeb-Bold;
  src: url("../fonts/DINWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: 'SilkscreenNormal';
  src: url("../fonts/slkscr-webfont.eot");
  src: url("../fonts/slkscr-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/slkscr-webfont.woff") format("woff"), url("../fonts/slkscr-webfont.ttf") format("truetype"), url("../fonts/slkscr-webfont.svg#SilkscreenNormal") format("../fonts/svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SilkscreenBold';
  src: url("../fonts/slkscrb-webfont.eot");
  src: url("../fonts/slkscrb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/slkscrb-webfont.woff") format("woff"), url("../fonts/slkscrb-webfont.ttf") format("truetype"), url("../fonts/slkscrb-webfont.svg#SilkscreenBold") format("../fonts/svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?95975638");
  src: url("../fonts/fontello.eot?95975638#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?95975638") format("woff"), url("../fonts/fontello.ttf?95975638") format("truetype"), url("../fonts/fontello.svg?95975638#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?95975638#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  margin-left: .2em;
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-spin5:before {
  content: '\e838';
  /* '' */
}

/** WordPress compatibility styles
 -------------------------------------------------- */
.alignleft,
.alignright {
  margin-top: 4px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Captioned images
 * Caption shortcode filtered.
 */
.wp-caption {
  overflow: hidden;
}

.wp-caption dt {
  margin: 0;
}

.wp-caption img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.wp-caption dd {
  font-size: .9em;
  padding: 2px 8px 3px 8px;
  margin: 1px 0 0 0;
}

.sticky {
  /* Add styles here if you wish to callout sticky posts */
}
