/* Fonts
---------------------------------------- */
@font-face {
  font-family: 'CiscoSans';
  src: url("http://www.cisco.com/web/solutions/trends/cloud/fonts/eot/ciscosansregular-webfont.eot");
  src: url("http://www.cisco.com/web/solutions/trends/cloud/fonts/eot/ciscosansregular-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.cisco.com/web/solutions/trends/cloud/fonts/woff/ciscosansregular-webfont.woff") format("woff"), url("http://www.cisco.com/web/solutions/trends/cloud/fonts/ciscosansregular-webfont.ttf") format("truetype"), url("http://www.cisco.com/web/solutions/trends/cloud/fonts/svg/ciscosansregular-webfont.svg#webfontzmIuSJha") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Typography
---------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility; }

body {
  font-family: "CiscoSans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #555;
  position: relative;
  margin: 0;
  min-width: 320px;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-weight: normal;
  line-height: 1.25; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #444;
  margin-bottom: 9px; }

h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 9px; }

h4, h5, h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px; }

.main header h2 {
  font-size: 22px; }

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 18px; }

@media handheld, only screen and (max-width: 599px) {
  body, p, h4, h5, h6 {
    font-size: 15px;
    font-size: 1.5rem; }

  h4, h5, h6 {
    line-height: 1.2; }

  body, p {
    line-height: 1.4; } }
p img {
  margin: 0; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0 18px;
  height: 0; }

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Additional Resets
---------------------------------------- */
input[type="search"] {
  -webkit-appearance: none;
  font-family: sans-serif; }
  input[type="search"]::-webkit-search-decoration {
    display: none; }

/* Helpers
---------------------------------------- */
.hide,
.hidden {
  display: none; }

.handsetonly {
  display: inline; }

.tabletonly {
  display: none; }

@media only screen and (min-width: 600px) {
  .handsetonly {
    display: none; }

  .tabletonly {
    display: inline; } }
/* Layout - Responsive grid from Foundation
------------------------------------------- */
.container {
  padding: 0;
  min-width: 0;
  margin-left: 0;
  margin-right: 0; }

.col {
  width: 100%;
  min-width: 0;
  margin: 0; }

.column {
  float: left;
  min-height: 1px;
  position: relative; }

.column:first-child {
  margin-left: 0; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* From Foundation: Nicolas Gallagher's micro clearfix */
.col:before, .col:after,
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.col:after,
.clearfix:after {
  clear: both; }

.col,
.clearfix {
  zoom: 1; }

.main {
  width: 73.9%; }
  .main.content_gutter,
  .main .content_gutter,
  .main a.more {
    padding: 0 10px; }
  .main a.more {
    display: inline-block;
    margin-bottom: 5px; }

.main.with_leftrail {
  left: 26.1%; }

.main.full_width {
  width: 100%;
  margin: 0 auto; }

.leftrail {
  width: 21.679%;
  right: 78.3%; }

.rightrail {
  width: 21.679%; }

@media only screen and (max-width: 599px) {
  .column {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; }

  .column:last-child {
    margin-right: 0;
    float: none; }

  [class*="column"] + [class*="column"]:last-child {
    float: none; }

  [class*="column"]:before, [class*="column"]:after {
    content: "";
    display: table; }

  [class*="column"]:after {
    clear: both; }

  .main.with_leftrail {
    left: auto; }

  .leftrail {
    padding-top: 20px;
    right: auto; }

  .rightrail {
    padding-top: 0px; } }
@media only screen and (min-width: 600px) {
  .leftrail,
  .rightrail {
    padding-top: 10px; }

  .container {
    padding: 0 20px; }

  .main.content_gutter,
  .main .content_gutter {
    padding: 10px 0 0 0; }

  .col {
    min-height: 755px; } }
@media only screen and (min-width: 600px) {
  .main {
    width: 62.5%; }

  .main.with_leftrail {
    left: 37.5%; }

  .leftrail {
    width: 34.5%;
    right: 65%; }

  .rightrail {
    width: 34.5%; } }
@media only screen and (min-width: 800px) {
  .col {
    margin: 0 auto;
    max-width: 980px;
    min-width: 727px;
    zoom: 1;
    width: 100%; }

  .main {
    width: 70%; }

  .main.with_leftrail {
    left: 30%; }

  .leftrail {
    width: 27%;
    right: 73%; }

  .rightrail {
    width: 27%; } }
@media only screen and (min-width: 1024px) {
  body {
    -webkit-text-size-adjust: auto; }

  .col {
    min-height: 1050px; } }
/* Links
---------------------------------------- */
a {
  color: #007fc5;
  text-decoration: none;
  line-height: inherit; }
  a:focus {
    outline: none; }

p a,
p a:visited {
  line-height: inherit; }

.no-js a.more {
  display: none; }

.no-js section.more {
  display: block; }

/* Content & library components
---------------------------------------- */
.main table {
  margin-bottom: 18px; }
  .main table caption {
    font-size: 90%; }
.main p.figure {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 90%; }
.main img {
  max-width: 100%;
  height: auto; }

/* Basic, non-series overview specific Hero 
---------------------------------------- */
.hero {
  overflow: hidden;
  position: relative;
  padding: 10px; }

/* 
###############################################################################
Header
###############################################################################
*/
.pageheader {
  background-color: #f4f4f4; }
  .pageheader .globalheader {
    height: 50px;
    position: relative;
    padding: 0;
    background: #00b0ec;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00b0ec), to(#0066be));
    background: -webkit-linear-gradient(top, #00b0ec 0%, #0066be 100%);
    background: -moz-linear-gradient(top, #00b0ec 0%, #0066be 100%);
    background: -o-linear-gradient(top, #00b0ec 0%, #0066be 100%);
    background: -ms-linear-gradient(top, #00b0ec 0%, #0066be 100%);
    background: linear-gradient(top, #00b0ec 0%, #0066be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0ec', endColorstr='#0066be',GradientType=0 ); }
    .pageheader .globalheader h1 {
      font-weight: normal; }
    .pageheader .globalheader .areatitle {
      width: 150px;
      float: left;
      margin: 0;
      padding: 0;
      line-height: 2.5;
      text-align: left;
      -webkit-test-shadow: 0px -1px #00527f;
      -moz-text-shadow: 0px -1px #00527f;
      -o-text-shadow: 0px -1px #00527f;
      text-shadow: 0px -1px #00527f;
      font-size: 20px;
      color: #fff;
      display: none; }
    .pageheader .globalheader .inset {
      height: 50px;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    .pageheader .globalheader .home-icon {
      float: left; }
      .pageheader .globalheader .home-icon .png_logo {
        display: none; }
      .pageheader .globalheader .home-icon a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 15px 10px 10px;
        width: 60px;
        height: 30px;
        background: url(/web/mobile/fw_v2/i/cisco_logo.png) 0px 0px no-repeat transparent; }
    .pageheader .globalheader .globalsearch {
      padding: 0;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 50px;
      overflow: hidden;
      background: transparent; }
      .pageheader .globalheader .globalsearch form > div {
        display: block;
        margin: 10px 40px 0 78px;
        /* The margin infers the size of the input inside. Adjust to fit, working in from the edges. */
        background: url(/web/mobile/fw_v2/i/search_open_wide_l.png) 0px 0px no-repeat transparent;
        height: 42px; }
      .pageheader .globalheader .globalsearch label {
        display: none; }
      .pageheader .globalheader .globalsearch input[type="search"] {
        display: block;
        width: 100%;
        padding: 6px 0 6px 6px;
        font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
        font-size: 14px;
        color: #333;
        outline: 0;
        background: transparent;
        border: 0; }
      .pageheader .globalheader .globalsearch .buttonGlobalSearch {
        position: absolute;
        display: block;
        background: url(/web/mobile/fw_v2/i/search_open_r.png) 0px 0px no-repeat transparent;
        padding: 2px 5px 0 0;
        border: 0;
        height: 30px;
        width: 30px;
        right: 10px;
        top: 10px; }
    .pageheader .globalheader .pullmenu-control {
      display: none; }

.pullmenu {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: none;
  background: #f4f4f4;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .pullmenu .springboard ul {
    margin: 0; }
    .pullmenu .springboard ul li {
      float: left;
      margin: 0;
      padding: 0;
      width: 33.3333333%; }
      .pullmenu .springboard ul li a {
        display: block;
        height: 29px;
        overflow: hidden;
        padding: 12px 0 0 14px;
        font-size: 12px;
        font-weight: bold;
        color: #444;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        white-space: nowrap;
        background: #f2f2f2;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e4e4e4));
        background: -webkit-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
        background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
        background: -o-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
        background: -ms-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
        background: linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%); }
      .pullmenu .springboard ul li:nth-child(3n) a {
        border-right: 0;
        margin-right: -2px; }

.yes-js .pageheader .globalheader .areatitle {
  display: block; }
.yes-js .pageheader .globalheader .globalsearch {
  position: absolute;
  right: 10px;
  /* adjust for pullmenu */
  top: 10px;
  background: url(/web/mobile/fw_v2/i/search_btn.png) 0px 0px no-repeat transparent;
  width: 35px;
  height: 30px; }
.yes-js .pageheader .globalheader form > div {
  display: none; }

@media only screen and (max-width: 599px) {
  .yes-js .pageheader .globalheader .pullmenu-control {
    font: 0/0 a;
    color: transparent; }
  .yes-js .pageheader .globalheader .inset {
    background: url("/web/mobile/fw_v2/i/pulldown_tab.png") no-repeat scroll center -1px; }
    .yes-js .pageheader .globalheader .inset.searchactive {
      background: none; }
      .yes-js .pageheader .globalheader .inset.searchactive .areatitle {
        display: none; }
      .yes-js .pageheader .globalheader .inset.searchactive .globalsearch {
        padding: 0;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 50px;
        overflow: hidden;
        background: transparent; }
        .yes-js .pageheader .globalheader .inset.searchactive .globalsearch form > div {
          display: block;
          margin: 10px 40px 0 78px;
          /* The margin infers the size of the input inside. Adjust to fit, working in from the edges. */
          background: url(/web/mobile/fw_v2/i/search_open_wide_l.png) 0px 0px no-repeat transparent;
          height: 42px; }
        .yes-js .pageheader .globalheader .inset.searchactive .globalsearch label {
          display: none; }
        .yes-js .pageheader .globalheader .inset.searchactive .globalsearch input[type="search"] {
          display: block;
          width: 100%;
          padding: 6px 0 6px 6px;
          font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
          font-size: 14px;
          color: #333;
          outline: 0;
          background: transparent;
          border: 0; }
        .yes-js .pageheader .globalheader .inset.searchactive .globalsearch .buttonGlobalSearch {
          position: absolute;
          display: block;
          background: url(/web/mobile/fw_v2/i/search_open_r.png) 0px 0px no-repeat transparent;
          padding: 2px 5px 0 0;
          border: 0;
          height: 30px;
          width: 30px;
          right: 10px;
          top: 10px; } }
@media only screen and (min-width: 600px) {
  .pageheader .globalheader .areatitle {
    display: block; }
    .pageheader .globalheader .areatitle.hidden {
      display: block; }
  .pageheader .globalheader .home-icon a {
    margin-left: 10px; }
  .pageheader .globalheader .globalsearch {
    /* potentially overridden by the .yes-js selector, retain for non-js devices */
    width: 101%;
    overflow: hidden;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent; }
    .pageheader .globalheader .globalsearch form > div {
      display: block;
      margin: 10px 100px 0 60%;
      /* the margin infers the size of the input. adjust to fit, working in from the edges */
      background: url(/web/mobile/fw_v2/i/search_open_wide_l.png) 0px 0px no-repeat transparent;
      height: 42px; }
    .pageheader .globalheader .globalsearch .buttonGlobalSearch {
      position: absolute;
      display: block;
      background: url(/web/mobile/fw_v2/i/search_open_r.png) 0px 0px no-repeat transparent;
      padding: 2px 5px 0 0;
      border: 0;
      height: 30px;
      width: 30px;
      right: 70px;
      top: 10px; }
  .pageheader .globalheader .inset {
    background: none; }
  .pageheader .globalheader .pullmenu-control {
    display: block;
    background: url("/web/mobile/fw_v2/i/menu_tablet_closed.png") rgba(0, 102, 190, 0.2) 15px 15px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    padding: 0px;
    height: 50px;
    font: 0/0 a;
    color: transparent; }
    .pageheader .globalheader .pullmenu-control.open {
      background: url("/web/mobile/fw_v2/i/menu_tablet_open.png") rgba(0, 102, 190, 0.2) 15px 15px no-repeat; }

  .yes-js .pageheader .globalheader .globalsearch {
    width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent; } }
/* DESKTOP 
 * Locks the heading to a specific size above iPad width, 
 * thereby preventing the header elements from wandering away from the page grid 
 */
@media only screen and (min-width: 1025px) {
  .pageheader .pullmenu,
  .pageheader .globalheader .inset {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }

  .pageheader .globalheader .home-icon a {
    margin-left: 0px; }
  .pageheader .pullmenu .springboard ul li:nth-child(3n) a {
    border-right: 1px solid #cccccc; }
  .pageheader .pullmenu .springboard ul li:nth-child(3n+1) a {
    border-left: 1px solid #cccccc; } }
/* 
###############################################################################
Page title and Tabs
###############################################################################
*/
.pagetitle {
  /*display: none;*/
  position: relative;
  min-width: 240px;
  margin-bottom: 10px;
  padding: 10px 0px 0px 0px;
  background-color: #f4f4f4;
  /* actual Page Title */ }
  .pagetitle a.globalbreadcrumb {
    display: block;
    margin-left: 10px;
    padding: 2px 0 5px 10px;
    font-size: 12px;
    color: #999;
    background-image: url("/web/mobile/fw_v2/i/sprite.png");
    background-position: -14px -279px;
    background-repeat: no-repeat;
    background-color: transparent; }
  .pagetitle h1 {
    font-size: 20px;
    font-weight: normal;
    color: #444;
    margin: 0 auto;
    padding: 0 0 0 10px;
    max-width: 980px; }

.pagetitle.series {
  display: block; }

.sectiontabs {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
  list-style: none;
  width: 100%;
  max-width: 980px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-bottom: 1px solid #e8e8e8; }
  .sectiontabs li {
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
    margin: 8px 10px 0px 0px; }
    .sectiontabs li:first-child {
      margin-left: 10px; }
    .sectiontabs li:last-child {
      border-right: 0px; }
    .sectiontabs li.active {
      position: relative;
      top: 1px;
      background-color: white;
      border-bottom: 0 none;
      padding: 6px 10px;
      margin-right: 10px;
      border-right: 1px solid #e8e8e8;
      border-top: 1px solid #e8e8e8;
      border-left: 1px solid #e8e8e8;
      -webkit-border-top-left-radius: 3px;
      -khtml-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -khtml-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
      .sectiontabs li.active a {
        color: #444; }
    .sectiontabs li a {
      font-size: 14px;
      font-size: 1.4rem; }

@media only screen and (min-width: 600px) {
  .pagetitle {
    padding-left: 20px;
    padding-right: 20px; }
    .pagetitle h1 {
      padding: 0;
      font-size: 22px; }
    .pagetitle a.globalbreadcrumb {
      margin-left: 0;
      padding-top: 3px;
      padding-bottom: 5px; }

  .sectiontabs li:first-child {
    margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .pagetitle h1 {
    padding: 0;
    font-size: 26px; } }
@media only screen and (min-width: 1025px) {
  .pagetitle a.globalbreadcrumb {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-position: 0px -279px;
    padding-left: 25px; } }
/* 
###############################################################################
Page Breadcrumb
###############################################################################
*/
.pagebreadcrumb ul {
  margin: 0; }
  .pagebreadcrumb ul li {
    display: block;
    padding: 0 0 0 11px;
    margin: 10px 0 0 0;
    background-position: -14px -200px;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 12px; }

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .pagebreadcrumb li {
    margin: 0; } }
@media only screen and (max-width: 599px) {
  .pagebreadcrumb li {
    margin-left: 10px; }

  .pagebreadcrumb.handsetonly li {
    margin-left: 0; } }
@media only screen and (min-width: 600px) {
  .pagebreadcrumb.handsetonly {
    display: none; } }
@media only screen and (max-width: 767px) {
  .pagebreadcrumb ul li {
    margin: 0;
    padding: 8px 0 0 0;
    background-position: -14px -192px; } }
@media only screen and (min-width: 768px) {
  .pagebreadcrumb.handsetsmalltablet {
    display: none; } }
/* 
###############################################################################
Series Overview Hero
###############################################################################
*/
.leadin.content_gutter {
  padding-top: 10px; }
.leadin p {
  font-size: 14px;
  margin-bottom: 5px; }
.leadin .intro {
  font-size: 18px; }

.no-js .hero ul.dots {
  display: none; }

.hero.series_overview {
  height: 165px;
  padding: 0;
  margin: 0 10px; }
  .hero.series_overview .dots {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
  .hero.series_overview .dots > li {
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 6px;
    padding: 0;
    background-color: #9b9b9b;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .hero.series_overview .dots > li.active {
    background-color: #646464; }
  .hero.series_overview .dots li:last-child {
    margin-right: 0px; }

/* Carousel
---------------------------------------- */
.carousel {
  margin: 0;
  overflow: hidden;
  width: 290px;
  height: auto; }

.carousel ul {
  width: 3970px; }

.carousel a {
  display: block; }

.carousel li {
  padding: 0;
  margin-right: 110px;
  float: left;
  width: 290px;
  height: auto; }

.carousel img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: -48.333px;
  margin-bottom: -29px; }

.carouselCycle {
  display: none; }

.yes-js .carouselCycle {
  display: block;
  position: relative;
  width: 290px;
  margin: 0 auto; }

.yes-js .hero.series_overview .carouselCycle .dots {
  position: absolute;
  left: 0;
  top: 130px; }

.yes-js .carouseler span.open_icon {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  height: 31px;
  width: 39px;
  background: url("/web/mobile/fw_v2/i/data-hero-sprite.png") no-repeat scroll -200px -1px;
  cursor: pointer; }

.yes-js .carouseler span.open_icon:hover {
  background-position: 0 -1px; }

@media only screen and (min-width: 480px) {
  .hero.series_overview {
    height: 220px; }

  .carousel,
  .carousel li {
    width: 460px;
    height: auto; }

  .carousel img {
    margin-top: -76.667px;
    margin-bottom: -46px; }

  .yes-js .hero.series_overview .carouselCycle .dots {
    top: 183px; } }
@media only screen and (min-width: 600px) {
  .hero.series_overview {
    height: 185px; }

  .carousel,
  .carousel li {
    width: 330px;
    height: auto; }

  .carousel img {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-top: -55px;
    margin-bottom: -33px; }

  .yes-js .hero.series_overview .carouselCycle .dots {
    top: 145px; }

  .hero.series_overview {
    margin: 10px 0;
    padding: 0;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc; }

  .yes-js .carouseler span.open_icon {
    right: 7px;
    top: 3px; } }
@media only screen and (min-width: 768px) {
  .hero.series_overview {
    height: 220px; }

  .carousel,
  .carousel li,
  .carouselCycle {
    width: 620px;
    height: auto; }

  .carousel img {
    margin-top: -77.5px;
    margin-bottom: -62px; }

  .yes-js .hero.series_overview .carouselCycle .dots {
    top: 180px; }

  .yes-js .carouseler span.open_icon {
    right: 10px;
    top: 10px; } }
@media only screen and (min-width: 1024px) {
  .hero.series_overview {
    height: 305px; }

  .carousel,
  .carousel li,
  .carouselCycle {
    width: 684px;
    height: auto; }

  .carousel img {
    margin-top: -114px;
    margin-bottom: -68.4px; }

  .yes-js .hero.series_overview .carouselCycle .dots {
    top: 267px; } }
.navCarousel ul {
  margin: 0;
  padding: 0; }
  .navCarousel ul li {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -888em;
    top: 50%;
    margin-top: -15px;
    background: url("/web/mobile/fw_v2/i/sprite.png") no-repeat -11px 5px;
    cursor: pointer; }

.no-js .navCarousel {
  display: none; }

li.navCarPrev {
  left: 0; }

li.navCarNext {
  right: 0;
  background-position: -41px 5px; }

.yes-js .listCarousel .listResults li {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }
  .yes-js .listCarousel .listResults li.currentlyShown {
    display: list-item;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

/* Modal Carousel
---------------------------------------- */
#carousel_modal {
  width: 320px;
  min-height: 480px;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #ffffff; }
  #carousel_modal h4.title {
    font-size: 14px;
    font-weight: normal;
    padding: 8px 30px 8px 8px;
    background-color: #eaeaeb;
    border-bottom: 1px solid #ccc;
    color: #333; }
  #carousel_modal a.close-reveal-modal {
    color: #444; }
  #carousel_modal .target {
    clear: both;
    position: relative; }
    #carousel_modal .target img {
      width: 100%;
      max-width: 100%; }
  #carousel_modal footer {
    display: none; }

.yes-js .carousel_cycle footer {
  display: none; }

.yes-js .carousel_cycle button {
  position: absolute;
  top: 50%;
  border: 0;
  height: 50px;
  background-color: none;
  color: transparent;
  background-image: url("/web/mobile/fw_v2/i/sprite.png");
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0; }
.yes-js .carousel_cycle .slidePrevious {
  left: 0;
  background-position: 0px -422px; }
.yes-js .carousel_cycle .slideNext {
  right: 0;
  background-position: 0px -482px;
  padding-right: 0; }

@media only screen and (min-width: 480px) {
  #carousel_modal {
    width: 480px;
    height: 320px;
    left: 0;
    padding: 0; } }
@media only screen and (min-width: 600px) {
  #carousel_modal {
    width: 600px; }

  .yes-js .carousel_cycle button {
    top: 90%; } }
@media only screen and (min-width: 768px) {
  .yes-js .carousel_cycle {
    display: none; }

  #carousel_modal {
    width: 768px;
    min-height: 545px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0; }
    #carousel_modal .floater {
      position: relative;
      float: left;
      width: 1px; }
    #carousel_modal .top {
      float: right;
      width: 100%; }
    #carousel_modal .target {
      clear: both;
      position: relative; }
      #carousel_modal .target img {
        width: 100%;
        max-width: 100%; }
    #carousel_modal footer {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      min-height: 85px;
      padding: 10px 0px;
      background-color: #eaeaeb; }
      #carousel_modal footer .table {
        display: table;
        margin: 0 auto; }
      #carousel_modal footer ul {
        text-align: center; }
        #carousel_modal footer ul li {
          float: left;
          max-width: 115px;
          min-height: 58px;
          max-height: 85px;
          overflow: hidden;
          margin: 3px 5px 3px 3px;
          border: 2px solid #ccc;
          -webkit-border-radius: 6px;
          -khtml-border-radius: 6px;
          -moz-border-radius: 6px;
          -ms-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          background-color: white; }
          #carousel_modal footer ul li.active {
            border: 2px solid #0077cc;
            -webkit-border-radius: 6px;
            -khtml-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
            background-color: white; }
          #carousel_modal footer ul li img {
            width: 100%;
            max-width: 100%;
            display: block; } }
@media only screen and (min-width: 1024px) {
  #carousel_modal {
    width: 1024px; } }
.category-hero {
  margin-bottom: 20px;
  border: 0px solid #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #999999 1px 2px 2px;
  -moz-box-shadow: #999999 1px 2px 2px;
  -o-box-shadow: #999999 1px 2px 2px;
  box-shadow: #999999 1px 2px 2px;
  background: #ededed;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ededed 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ededed 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #eeeeee 100%);
  background: linear-gradient(top, #ededed 0%, #eeeeee 100%); }
  .category-hero:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0; }
  .category-hero a.tagline {
    display: block;
    position: relative;
    background: #ffffff;
    background-size: 100% auto;
    overflow: hidden;
    border: 0px solid #fff;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    min-height: 160px; }
    .category-hero a.tagline h2 {
      position: relative;
      margin: 0;
      padding: 54px 16px 10px;
      font-weight: normal;
      font-size: 22px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000;
      background: transparent;
      border: 0; }
  .category-hero a.lbt span {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    height: 37px;
    width: 54px;
    background: url("/web/mobile/fw_v2/i/hero_sprite.png") no-repeat scroll 0 -113px transparent; }
  .category-hero .category-description {
    display: none; }

@media only screen and (min-width: 768px) {
  .category-hero .category-description {
    display: block; }
    .category-hero .category-description p {
      padding: 14px 16px 14px; }
  .category-hero a.tagline {
    min-height: 125px; }
  .category-hero a.tagline,
  .category-hero a.tagline img {
    border: 0px solid #fff;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; } }
/*
###############################################################################
Call to action  (cta)
###############################################################################
*/
.cta p {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
  color: #444444;
  text-align: center; }
.cta h2 {
  display: none; }
.cta a.button,
.cta button {
  display: inline-block;
  width: 100%;
  margin: 2px 0 2px 0;
  padding: 10px 5px;
  font-size: 13.8px;
  font-size: 1.38rem;
  font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
  font-weight: normal;
  line-height: normal;
  color: white;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .cta a.button.secondary,
  .cta button.secondary {
    width: 47%;
    margin: 0 0 10px 0;
    color: #444;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.5);
    border: 1px solid #979797;
    background: #ececec;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#bcbcbc));
    background: -webkit-linear-gradient(top, #fefefe 0%, #bcbcbc 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #bcbcbc 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #bcbcbc 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #bcbcbc 100%);
    background: linear-gradient(top, #fefefe 0%, #bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#bcbcbc',GradientType=0 ); }
    .cta a.button.secondary:first-child,
    .cta button.secondary:first-child {
      margin-right: 13px; }
.cta a.call_us {
  border: 1px solid #0057a2;
  background: #00b0ec;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00aeeb), to(#0066be));
  background: -webkit-linear-gradient(top, #00aeeb 0%, #0066be 100%);
  background: -moz-linear-gradient(top, #00aeeb 0%, #0066be 100%);
  background: -o-linear-gradient(top, #00aeeb 0%, #0066be 100%);
  background: -ms-linear-gradient(top, #00aeeb 0%, #0066be 100%);
  background: linear-gradient(top, #00aeeb 0%, #0066be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeeb', endColorstr='#f7f7f7',GradientType=0 ); }

@media only screen and (max-width: 599px) {
  .cta {
    padding: 10px 10px 0 10px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc; } }
@media only screen and (min-width: 600px) {
  .cta a.button.secondary,
  .cta button.secondary {
    width: 100%;
    margin: 0 10px 10px 0; } }
/* 
###############################################################################
Featured
###############################################################################
*/
.featured {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 10px 10px 15px 10px;
  background: #dddddd;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(white));
  background: -webkit-linear-gradient(top, #dddddd 0%, white 100%);
  background: -moz-linear-gradient(top, #dddddd 0%, white 100%);
  background: -o-linear-gradient(top, #dddddd 0%, white 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, white 100%);
  background: linear-gradient(top, #dddddd 0%, white 100%);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .featured a {
    display: none;
    width: 100%;
    position: relative; }
    .featured a:first-child {
      display: inline-block; }
    .featured a img {
      float: left;
      position: relative;
      width: 81px;
      margin-right: 10px;
      vertical-align: middle;
      -webkit-border-radius: 6px;
      -khtml-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
      .featured a img:before {
        position: absolute;
        display: inline-block;
        z-index: 1;
        content: 'a';
        top: 50px;
        background-color: red;
        height: 15px;
        width: 30px;
        left: -10px; }
    .featured a h3 {
      font-size: 14px;
      font-weight: normal;
      color: #2970a6;
      margin-bottom: 0; }
    .featured a p {
      font-size: 12px;
      font-weight: normal;
      color: #888;
      margin-bottom: 0; }

@media only screen and (min-width: 600px) {
  .featured {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc; } }
@media only screen and (min-width: 768px) {
  .featured {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ccc; }
    .featured a {
      display: inline-block;
      width: 49%; }
      .featured a:nth-child(2) {
        float: right; } }
/* 
###############################################################################
Collapsible sections
###############################################################################
*/
.collapsible {
  position: relative; }
  .collapsible h2 {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid white;
    background-color: #f2f2f2; }
  .collapsible p {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5; }
  .collapsible ul {
    margin: 0; }
    .collapsible ul li {
      margin: 0;
      border-bottom: 1px solid #e5e5e5; }
      .collapsible ul li a {
        padding: 10px;
        display: block; }
        .collapsible ul li a p {
          font-size: 85%;
          color: #999; }
      .collapsible ul li p {
        padding: 0;
        border-bottom: 0px; }
  .collapsible.collapsed > h2:before {
    background-position: -10px -10px; }

@media only screen and (max-width: 599px) {
  .yes-js .collapsible h2 {
    padding-left: 26px;
    cursor: pointer; }
    .yes-js .collapsible h2:before {
      background-image: url("/web/mobile/fw_v2/i/sprite.png");
      background-position: -10px -30px;
      background-repeat: no-repeat;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 10px;
      top: 16px;
      content: " "; }

  .yes-js .collapsible.collapsed h2:before {
    background-position: -10px -10px; } }
@media only screen and (min-width: 600px) {
  .collapsible div {
    margin-top: 10px; }
  .collapsible h2, .collapsible.categorylist h2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    border-top: none;
    border-bottom: 4px solid #CCC;
    background: none; }
  .collapsible ul {
    margin-bottom: 18px; }
    .collapsible ul li {
      border: none;
      padding: 0;
      margin-bottom: 12px; }
      .collapsible ul li a {
        padding: 0; }
  .collapsible:last-child {
    margin-bottom: 20px; } }
/* Videos
---------------------------------------- */
/* Instance of collapsible that is shared across:
 * series-literature
 * category-benefits
 */
.collapsible.videos .itemlist li.pane {
  display: none; }
.collapsible.videos .spotlight {
  position: relative;
  margin-top: 10px; }
  .collapsible.videos .spotlight img {
    position: relative;
    left: 0;
    top: 0; }
  .collapsible.videos .spotlight p {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin-left: 110px;
    color: #007FC5; }
  .collapsible.videos .spotlight span {
    color: #999; }

@media only screen and (max-width: 599px) {
  .collapsible.videos.itemlist header h2 {
    display: none; }
  .collapsible.videos .spotlight {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5; }
    .collapsible.videos .spotlight p {
      left: 20px;
      top: 20px; } }
/* Services
---------------------------------------- */
/* Instance of collapsible that is shared across:
 * series-overview
 * category-overview
 */
.collapsible.services ul li a h3 {
  margin-bottom: 0; }

/* Specs at a Glance
---------------------------------------- */
.specsataglance table.compare tr th {
  border-bottom: 1px solid #CCC; }
.specsataglance table.compare tr td {
  border-bottom: 1px solid #CCC; }
.specsataglance table.compare tr th:first-child {
  width: 50%; }
.specsataglance table.compare tr:last-child th {
  border-bottom: none; }
.specsataglance table.compare tr:last-child td {
  border-bottom: none; }

@media only screen and (max-width: 599px) {
  .specsataglance table.compare tr th {
    background: #FFF;
    border-right: 1px solid #efefef;
    text-align: left; } }
/* 
###############################################################################
Lists (categories and items)
###############################################################################
*/
.main .content ul {
  margin-left: 20px;
  line-height: 1.6;
  list-style: disc outside none; }
  .main .content ul li ul {
    list-style-type: circle; }

span.filetype,
span.video_length {
  color: #777;
  font-size: 90%; }

.itemlist li.pane.active {
  display: block; }
.itemlist div.heading {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px; }
.itemlist .is-new-link {
  color: #900; }

.categorylist {
  /** Instance of categorylist that is shared across:
    * series-literature
    * category-videos
    */ }
  .categorylist .count {
    display: block; }
  .categorylist ol, .categorylist ul {
    list-style: none;
    margin-left: 0; }
    .categorylist ol li, .categorylist ul li {
      margin: 0; }
      .categorylist ol li a, .categorylist ul li a {
        display: block; }
        .categorylist ol li a h3, .categorylist ul li a h3 {
          margin-bottom: 0; }
      .categorylist ol li:last-child, .categorylist ul li:last-child {
        border-bottom: none; }
    .categorylist ol span.count, .categorylist ul span.count {
      float: right;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #828282;
      padding-left: 10px; }
  .categorylist p.escapehatch {
    display: block;
    margin-bottom: 0;
    padding: 8px 10px;
    font-weight: bold;
    border-top: 1px solid #ccc; }
    .categorylist p.escapehatch span {
      display: block;
      font-weight: normal; }
  .categorylist.literature ol, .categorylist.literature ul {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none; }

img.play:after {
  background: url("http://www.static-cisco.com/assets/swa/img/play_buttons.png") repeat scroll -110px 0 transparent;
  display: block;
  height: 33px;
  left: 5px;
  position: absolute;
  right: auto;
  top: 47px;
  width: 40px;
  content: " "; }

@media only screen and (max-width: 599px) {
  .categorylist h2 {
    margin: 0;
    padding: 10px 0 7px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #F2F2F2; }
  .categorylist ol li, .categorylist ul li {
    border-bottom: 1px solid #ccc; }
    .categorylist ol li.active, .categorylist ul li.active {
      background-image: url("/web/mobile/fw_v2/i/sprite.png");
      background-position: -33px -372px;
      background-repeat: no-repeat;
      background-color: transparent; }
      .categorylist ol li.active h3, .categorylist ul li.active h3 {
        color: #444; }
    .categorylist ol li a, .categorylist ul li a {
      padding: 10px; }
      .categorylist ol li a h3, .categorylist ul li a h3 {
        color: #007FC5;
        font-weight: normal;
        margin-bottom: 0; }
  .categorylist.datasheets {
    display: none; }
    .categorylist.datasheets ol li {
      margin: 0;
      padding: 0; }

  .content .categorylist {
    margin-left: -10px;
    margin-right: -10px; }
    .content .categorylist ol, .content .categorylist ul {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 0; } }
@media only screen and (min-width: 600px) {
  .categorylist {
    /** Instance of categorylist that is shared across:
      * series-literature
      * category-videos
      */ }
    .categorylist h2 {
      font-size: 12px;
      font-weight: bold;
      margin: 10px 0 5px 0; }
    .categorylist h3 {
      font-weight: normal;
      color: #007FC5; }
    .categorylist ol li a, .categorylist ul li a {
      padding: 6px 0; }
    .categorylist p.escapehatch {
      padding: 8px 0; }
    .categorylist.literature h2 {
      font-size: 20px;
      font-weight: normal; }
    .categorylist.literature ol li, .categorylist.literature ul li {
      border-bottom: none; }
      .categorylist.literature ol li:last-child, .categorylist.literature ul li:last-child {
        margin-bottom: 18px; }

  .content .categorylist h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 9px 0; }
  .content .categorylist ol li, .content .categorylist ul li {
    border-bottom: none; }

  .leftrail .categorylist h2 {
    margin-top: 0; }
  .leftrail .categorylist ol, .leftrail .categorylist ul {
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #F2F2F2; }
    .leftrail .categorylist ol li, .leftrail .categorylist ul li {
      font-size: 12px; }
      .leftrail .categorylist ol li:first-child, .leftrail .categorylist ul li:first-child {
        border-top: 0; }
      .leftrail .categorylist ol li.active, .leftrail .categorylist ul li.active {
        text-shadow: 1px 1px 1px white;
        background: #d2d2d2;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#bebebe));
        background: -webkit-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
        background: -moz-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
        background: -o-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
        background: -ms-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
        background: linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d2d2d2',GradientType=0 ); }
        .leftrail .categorylist ol li.active h3, .leftrail .categorylist ul li.active h3 {
          font-weight: bold; }
      .leftrail .categorylist ol li a, .leftrail .categorylist ul li a {
        font-size: 12px;
        color: #444;
        margin: 0px;
        padding: 8px 10px; }
      .leftrail .categorylist ol li h3, .leftrail .categorylist ul li h3 {
        font-size: 12px;
        color: #444;
        padding: 0;
        margin: 0; }

  .itemlist button {
    display: none; }
  .itemlist header {
    padding: 10px 0; }
  .itemlist h2 {
    display: block;
    font-size: 20px;
    font-weight: normal; }
    .itemlist h2 span {
      display: none; } }
/* 
###############################################################################
Models
###############################################################################
*/
/* Comparison Tables */
header.models {
  position: relative;
  min-height: 30px;
  background-color: white;
  border-top: 0 none;
  margin-bottom: 15px; }

@media only screen and (max-width: 480px) {
  header.models h2 {
    display: none; } }
/*	--------------------------------------------------
   	Compare By dropdown menu
	-------------------------------------------------- */
.compare_by {
  position: absolute;
  width: 100%;
  min-width: 175px;
  right: 0px;
  top: 0px;
  margin: 0;
  background-color: #ededed;
  border: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .compare_by li {
    display: block;
    line-height: 1.5;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
    color: #444;
    text-shadow: 1px 1px 1px white; }
    .compare_by li.option {
      padding: 10px;
      border-left: 1px solid #d2d2d2;
      border-right: 1px solid #d2d2d2;
      border-bottom: 1px solid #d2d2d2; }
      .compare_by li.option:last-child {
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
    .compare_by li.selected:before {
      content: "✓";
      padding-right: 5px; }

button.compareby {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
  color: #444;
  text-shadow: 1px 1px 1px white;
  border: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ededed;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#d2d2d2));
  background: -webkit-linear-gradient(top, #ededed 0%, #d2d2d2 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #d2d2d2 100%);
  background: -o-linear-gradient(top, #ededed 0%, #d2d2d2 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #d2d2d2 100%);
  background: linear-gradient(top, #ededed 0%, #d2d2d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d2d2d2',GradientType=0 ); }
  button.compareby:after {
    content: " ";
    position: absolute;
    height: 36px;
    width: 30px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    background-image: url("/web/mobile/fw_v2/i/sprite.png");
    background-position: -1px -75px;
    background-repeat: no-repeat;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }

@media only screen and (min-width: 600px) {
  .compare_by {
    width: auto; }
    .compare_by li {
      text-align: left; } }
table.compare {
  width: 100%;
  border: 1px solid #cccccc; }
  table.compare tbody tr {
    border-bottom: 1px dotted #E4E4E4; }
    table.compare tbody tr:nth-child(even) {
      background: transparent; }
    table.compare tbody tr td {
      color: #333;
      padding: 9px 10px;
      vertical-align: top;
      border: none;
      border-right: 1px dotted #E4E4E4; }
      table.compare tbody tr td a h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        color: #2A85E8; }
    table.compare tbody tr th:first-child,
    table.compare tbody tr td:first-child {
      width: 160px; }
    table.compare tbody tr th,
    table.compare tbody tr td:first-child {
      cursor: pointer;
      vertical-align: middle; }
    table.compare tbody tr td:first-child {
      padding: 0; }
      table.compare tbody tr td:first-child a {
        display: block;
        padding: 9px 10px; }
  table.compare th {
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    vertical-align: bottom;
    border-bottom: 2px solid #cccccc;
    background-color: #f2f2f2; }

@media only screen and (max-width: 480px) {
  table.compare tr th:nth-child(3),
  table.compare tr th:nth-child(4),
  table.compare tr th:nth-child(5),
  table.compare tr th:nth-child(6),
  table.compare tr th:nth-child(7),
  table.compare tr td:nth-child(3),
  table.compare tr td:nth-child(4),
  table.compare tr td:nth-child(5),
  table.compare tr td:nth-child(6),
  table.compare tr td:nth-child(7) {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 799px) {
  table.compare tr th:nth-child(5),
  table.compare tr th:nth-child(6),
  table.compare tr th:nth-child(7),
  table.compare tr td:nth-child(5),
  table.compare tr td:nth-child(6),
  table.compare tr td:nth-child(7) {
    display: none; } }
/* 
###############################################################################
Model
###############################################################################
*/
.model .hero {
  border: 0;
  padding: 0;
  margin: 10px 0; }
  .model .hero p {
    font-weight: bold;
    line-height: 1.6; }
  .model .hero .intro {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4; }
  .model .hero img {
    display: block;
    float: right;
    border: 1px solid #cccccc;
    margin: 0 0 10px 10px;
    width: 180px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
.model.content h2 {
  margin-bottom: 4px;
  padding: 0 0 4px 0;
  font-size: 18px;
  border-top: none;
  background: transparent;
  border-bottom: 3px solid #DDD; }
.model.content h4 {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999; }
  .model.content h4 a {
    font-weight: bold; }

.categorylist.compare_models ul, .categorylist.compare_models ol {
  margin-bottom: 0; }

@media only screen and (min-width: 600px) {
  .model .hero img {
    width: auto; }

  .categorylist.compare_models h2 {
    display: none; }
  .categorylist.compare_models li.compare a h3 {
    font-weight: bold; } }
/* 
###############################################################################
Category Videos
###############################################################################
*/
.C11 {
  margin-bottom: 20px; }
  .C11 .local-grid-img img {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  .C11 h2 {
    font-weight: normal;
    margin-bottom: 8px !important; }
  .C11 h3 {
    font-weight: bold;
    margin-bottom: 4px !important; }
  .C11 a.player {
    padding: 0; }
    .C11 a.player p {
      margin-bottom: 0; }
  .C11.small_thumb .local-grid-body {
    padding-left: 120px; }
  .C11.small_thumb.reversed .local-grid-body {
    padding-left: 0;
    padding-right: 120px; }
  .C11 .large_thumb .local-grid-body {
    padding-left: 240px; }
  .C11 .large_thumb.reversed .local-grid-body {
    padding-left: 0 !important;
    padding-right: 240px; }
  .C11 .local-grid-img {
    position: relative;
    top: 0;
    left: 0;
    float: left; }
  .C11 .reversed .local-grid-img {
    position: relative;
    top: 0;
    right: 0;
    float: right; }
  .C11 .lbt span {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: block;
    height: 37px;
    width: 54px;
    background: url("/web/mobile/fw_v2/i/hero_sprite.png") no-repeat scroll 0 -113px transparent; }

@media only screen and (max-width: 599px) {
  .categorylist.literature .C11 {
    padding: 10px; } }
@media only screen and (min-width: 600px) {
  .categorylist.literature .C11 {
    padding: 0px 10px 0px 0px; } }
/* 
###############################################################################
Category Overview
###############################################################################
*/
.main .content ul#products-gallery {
  margin: 10px 0 0 0; }

.main .content ul.product-filters {
  margin: 0; }

#shadow-gallery {
  display: none; }

.products {
  text-align: center; }

#products-gallery {
  text-align: left; }
  #products-gallery:before, #products-gallery:after {
    content: "";
    display: table; }
  #products-gallery:after {
    clear: both; }
  #products-gallery li {
    position: relative;
    float: left;
    width: 47%;
    height: 0;
    margin-right: 5%;
    margin-bottom: 25px;
    padding-bottom: 50%;
    list-style-type: none; }
    #products-gallery li a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 30px;
      left: 0; }
      #products-gallery li a h3 {
        height: 37px;
        margin: 3px 0 0 3px;
        font-weight: normal;
        font-size: 12px;
        color: inherit;
        bottom: 0; }
  #products-gallery .products-gallery_image {
    display: block;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #ccc;
    text-align: center;
    height: 95%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center; }
    #products-gallery .products-gallery_image img {
      max-height: 100%;
      display: inline-block; }

@media only screen and (max-width: 767px) {
  #products-gallery li:nth-child(even) {
    margin-right: 0; } }
@media only screen and (min-width: 768px) {
  #products-gallery li {
    float: left;
    position: relative;
    width: 31.333332%;
    height: 0;
    margin-right: 3%;
    margin-bottom: 25px;
    padding-bottom: 30%; }

  #products-gallery > li:nth-child(3n) {
    margin-right: 0; } }
/* Product filter sub nav
   http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
---------------------------------------- */
.product-filters-label {
  display: none; }

.product-filters {
  display: inline-block;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding-top: 4px; }
  .product-filters li {
    float: left;
    display: inline;
    margin: 8px 0; }
    .product-filters li a {
      padding: 5px 10px;
      text-decoration: none;
      color: #555;
      border: 1px solid #dedede;
      border-left: none;
      -webkit-border-radius: 0px;
      -khtml-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-color: #f8f8f8; }
    .product-filters li:first-child a {
      border-left: 1px solid #dedede;
      -webkit-border-top-left-radius: 3px;
      -khtml-border-top-left-radius: 3px;
      -moz-border-top-left-radius: 3px;
      -ms-border-top-left-radius: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -khtml-border-bottom-left-radius: 3px;
      -moz-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .product-filters li:last-child a {
      -webkit-border-top-right-radius: 3px;
      -khtml-border-top-right-radius: 3px;
      -moz-border-top-right-radius: 3px;
      -ms-border-top-right-radius: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -khtml-border-bottom-right-radius: 3px;
      -moz-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .product-filters li.active a {
      padding: 5px 10px;
      color: #fff;
      background-color: #12abf1;
      border-color: #0463c5;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(4, 99, 197, 0.4)), color-stop(1, rgba(18, 171, 241, 0.1)));
      background-image: -webkit-linear-gradient(right center, rgba(4, 99, 197, 0.4), rgba(18, 171, 241, 0.1));
      background-image: -moz-linear-gradient(right center, rgba(4, 99, 197, 0.4), rgba(18, 171, 241, 0.1));
      background-image: linear-gradient(right center, rgba(4, 99, 197, 0.4), rgba(18, 171, 241, 0.1));
      -webkit-box-shadow: inset 0 0 1px #333333;
      -moz-box-shadow: inset 0 0 1px #333333;
      -o-box-shadow: inset 0 0 1px #333333;
      box-shadow: inset 0 0 1px #333333; }

@media only screen and (min-width: 768px) {
  .product-filters {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0 0 10px 0; }

  .product-filters-label {
    font-size: 85%;
    display: inline-block;
    float: left;
    padding: 11px 0;
    margin-right: 5px; } }
/* 
###############################################################################
Footer
###############################################################################
*/
.footer {
  padding: 0 10px 30px 10px;
  background: #F2EFEF;
  border-top: 2px solid #999; }
  .footer a {
    color: #444;
    text-decoration: underline; }
  .footer .row {
    width: 100%;
    min-width: 0;
    max-width: 1024px;
    margin: 0;
    zoom: 1; }
  .footer .platform p {
    padding-top: 15px;
    font-size: 11px;
    width: 200px; }
  .footer .social img {
    padding-right: 15px; }
  .footer .social a:last-child img {
    padding-right: 0; }
  .footer .legal ul {
    list-style: none;
    padding: 10px 0 10px 0;
    border-top: 1px solid #999; }
    .footer .legal ul li {
      display: inline-block;
      margin: 0 5px 0 0;
      padding: 0 7px 0 0;
      font-size: 11px;
      border: 0;
      border-right: 1px solid #ccc; }
      .footer .legal ul li a {
        text-decoration: none; }
      .footer .legal ul li:last-child {
        border-right: 0; }

@media only screen and (min-width: 481px) {
  .footer .inset {
    position: relative;
    max-width: 984px;
    margin-left: auto;
    margin-right: auto; }
    .footer .inset .social {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 300px;
      text-align: right; } }
