@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }



html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

@media screen and (max-width: 736px) {
  table {
    overflow-x: auto;
    display: block; } }

table.table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 15px 0;
  table-layout: fixed;
  width: 100%; }
  table.table th {
    font-weight: 600;
    padding: 15px 0;
    text-align: left; }
  table.table td {
    border-bottom: none;
    vertical-align: middle;
    padding: 15px 0; }
    table.table td.table-title {
      text-align: left;
      font-size: 1rem;
      width: 50%; }
    table.table td.table-date, table.table td.table-actions, table.table td.table-details {
      text-align: center; }
    table.table td.table-details img {
      margin: 0;
      vertical-align: middle; }
    table.table td.table-date {
      font-size: 0.8rem;
      color: #888888; }
    table.table td.table-actions a {
      font-size: 2rem;
      font-weight: bold;
      padding: 0;
      color: #888888;
      font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    table.table td.table-description, table.table td.table-data {
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 0.7rem; }
      table.table td.table-description p, table.table td.table-data p {
        font-size: 0.7rem; }
      table.table td.table-description strong, table.table td.table-data strong {
        text-transform: uppercase;
        font-weight: 500;
        color: #666; }
    table.table td.table-data {
      padding-left: 17px; }
      table.table td.table-data strong {
        display: inline-block;
        min-width: 100px; }
  table.table tr,
  table.table td,
  table.table th {
    vertical-align: middle; }
  table.table thead {
    border-top: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5; }
    table.table thead tr td {
      text-transform: uppercase;
      font-weight: bold;
      color: #363636;
      font-size: 10px;
      padding: 15px;
      text-align: left; }
      table.table thead tr td:first-child {
        padding-left: 30px; }
      table.table thead tr td:last-child {
        padding-right: 30px; }
  table.table tbody td {
    padding: 15px;
    font-family: 'setimo';
    font-size: 12px;
    line-height: 16px; }
    table.table tbody td:first-child {
      padding-left: 30px; }
    table.table tbody td:last-child {
      padding-right: 30px; }
    table.table tbody td .action-dots {
      display: block; }
    table.table tbody td .action-icons {
      display: none; }
      table.table tbody td .action-icons a {
        margin-left: 10px; }
        table.table tbody td .action-icons a:first-child {
          margin-left: 0; }
  table.table tbody tr:nth-child(odd) td {
    background: #f9f9f9; }
  table.table tbody tr:nth-child(even) td {
    background: white; }
  table.table tbody tr:last-child td {
    border-bottom: 1px solid #d6d5d5; }
  table.table tbody tr:hover td, table.table tbody tr.open td {
    background: #efefef; }
    table.table tbody tr:hover td .action-dots, table.table tbody tr.open td .action-dots {
      display: none; }
    table.table tbody tr:hover td .action-icons, table.table tbody tr.open td .action-icons {
      display: block; }
  table.table tbody tr.open td {
    background: #efefef; }
  table.table tbody tr.open.main td:first-child {
    font-weight: bold; }
  table.table .table-header-actions {
    text-align: right; }
    table.table .table-header-actions a.table-sort {
      color: #e84d3d;
      text-transform: uppercase;
      font-weight: bold;
      text-align: right;
      position: relative;
      font-size: 0.7rem; }
      table.table .table-header-actions a.table-sort:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #e84d3d; }
  table.table .table-footer-actions {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #666; }
    table.table .table-footer-actions::after {
      clear: both;
      content: "";
      display: table; }
  table.table .totals {
    float: left; }
    table.table .totals span {
      color: #363636;
      font-weight: 500; }
      table.table .totals span.pipe {
        font-weight: 100;
        padding: 0 5px; }
      table.table .totals span.total {
        position: relative; }
        table.table .totals span.total:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -15px;
          margin-top: -3px;
          height: 0;
          width: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4px solid #363636; }


body {
  color: #7b7b7b;
  font-family: "setimo";
  font-size: 16px;
  line-height: 1.625em; }

h2,
h1,
h3,
h4,
h5 {
  font-family: "setimo";
  margin: 0 0 15px;
  font-weight: 200;
  color: #363636; }
  @media screen and (max-width: 736px) {
    h2,
    h1,
    h3,
    h4,
    h5 {
      margin-bottom: 5px; } }

h2 {
  font-size: 44px; }

h1 {
  font-size: 30px;
  line-height: 34px;
}
  @media screen and (max-width: 736px) {
    h1 {
      line-height: 34px; } }

h3 {
  font-size: 26px; }

h4 {
  font-size: 22px; }
  @media screen and (max-width: 736px) {
    h4 {
      line-height: 30px; } }

h5 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  font-family: "setimo";
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
  font-weight: 300;
  font-style: normal; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #5782d8;
  text-decoration: none;
  transition: color 500ms ease; }
  a:active, a:focus, a:hover {
    color: #4668ad; }

hr {
  border-bottom: 1px solid #f8f8f8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 30px 0; }

ul.disc {
  list-style-type: disc;
  padding-left: 17px; }
  ul.disc li {
    font-size: 16px;
    line-height: 26px;
    font-family: "setimo";
    font-weight: 300;
    margin-bottom: 5px; }
    ul.disc li:last-child {
      margin-bottom: 0; }

.blue-text {
  color: #4b59a0; }

.red-text {
  color: #e11e00; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }


.jspContainer {
  overflow-x: visible;
  position: relative;
  touch-action: pan-y; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
  display: none; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #bebebe;
  position: relative; }

.jspDrag {
  background: #0072ce;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

body {
  margin: 0;
  padding: 0;
  background: #f4f4f6; }
  body.white {
    background: white; }

#wrapper {
  overflow: hidden; }

.container {
  /*max-width: 1200px*/;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.one-third {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .one-third:last-child {
    margin-right: 0; }

.one-fourth {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .one-fourth:last-child {
    margin-right: 0; }

.one-half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .one-half:last-child {
    margin-right: 0; }
  .one-half:nth-child(2n) {
    margin-right: 0; }

.two-thirds {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .two-thirds:last-child {
    margin-right: 0; }

.three-fourths {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .three-fourths:last-child {
    margin-right: 0; }

@media screen and (max-width: 736px) {
  .two-thirds,
  .one-third,
  .one-fourth,
  .one-half,
  .three-fourths,
  .one-full {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 1rem; }
    .two-thirds:last-child,
    .one-third:last-child,
    .one-fourth:last-child,
    .one-half:last-child,
    .three-fourths:last-child,
    .one-full:last-child {
      margin-right: 0; } }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

#main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  /*padding: 60px 0;*/ }
  #main:last-child {
    margin-right: 0; }
  #main.two-thirds {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #main.two-thirds:last-child {
      margin-right: 0; }
  #main.main-full {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #main.main-full:last-child {
      margin-right: 0; }

section {
  margin-bottom: 60px; }
  section h5 {
    padding-bottom: 30px; }
  section:last-child {
    margin-bottom: 0; }
  section.half-spacing {
    margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  #main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 1rem; }
    #main:last-child {
      margin-right: 0; } }

#sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: center; /* aju float: right; */
  padding-bottom: 60px; }
  #sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      transform: rotate(0deg) !important;
      margin-bottom: 1rem; }
      #sidebar:last-child {
        margin-right: 0; } }
  #sidebar.pull-up {
    margin-top: 30px; /*Aju margin-top: 0px; */ }

@media screen and (max-width: 736px) {
  #page {
    padding: 0; } }

header {
  display: block;
  background: #2b2b2b;
  height: 90px;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 1025px) {
    header {
      height: 56px;
      z-index: 5; } }
  header h1#logo {
    height: 100px;
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: #e11e00;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1025px) {
      header h1#logo {
        height: 90px; }
        header h1#logo img {
          width: 60%; } }
    @media screen and (max-width: 1025px) {
      header h1#logo {
        height: 66px;
        width: 90px; } }
  header .icon-link {
    height: 19px;
    width: 19px;
    position: relative; }
    header .icon-link img {
      height: 19px;
      width: 19px;
      position: absolute; }
      header .icon-link img.image-search-close {
        opacity: 1; }
      header .icon-link img.suppressed {
        opacity: 0 !important; }
    header .icon-link .close-search-icon {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      position: absolute;
      width: 17px;
      opacity: 1;
      top: 43px;
      left: 0; }
      header .icon-link .close-search-icon i, header .icon-link .close-search-icon b {
        top: 0;
        display: block;
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 17px;
        background: white;
        position: absolute;
        display: block;
        content: ''; }
      header .icon-link .close-search-icon.suppressed {
        opacity: 0; }
      header .icon-link .close-search-icon i {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .icon-link .close-search-icon b {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  header nav.secondary-nav a:first-child {
    margin-left: 0;
    line-height: 89px; }
  header nav.secondary-nav,
  header nav.primary-nav {
    height: 90px;
    position: relative; }
    @media screen and (max-width: 1025px) {
      header nav.secondary-nav,
      header nav.primary-nav {
        display: none; } }
    header nav.secondary-nav a,
    header nav.primary-nav a {
      height: 90px;
      line-height: 90px;
      color: #bebebe;
      display: block;
      float: left;
      text-transform: uppercase;
      margin-left: 30px;
      font-weight: 700;
      letter-spacing: 1px; }
      header nav.secondary-nav a:focus,
      header nav.primary-nav a:focus {
        color: #bebebe; }
      header nav.secondary-nav a:hover, header nav.secondary-nav a.selected,
      header nav.primary-nav a:hover,
      header nav.primary-nav a.selected {
        color: white; }
      header nav.secondary-nav a.icon-link img,
      header nav.primary-nav a.icon-link img {
        float: left;
        margin-top: 35px;
        opacity: 0.6;
        transition: opacity 500ms ease; }
      header nav.secondary-nav a.icon-link:hover img,
      header nav.primary-nav a.icon-link:hover img {
        opacity: 1; }
      header nav.secondary-nav a.selected,
      header nav.primary-nav a.selected {
        color: white; }
    header nav.secondary-nav.primary-nav,
    header nav.primary-nav.primary-nav {
      float: left; }
      header nav.secondary-nav.primary-nav a,
      header nav.primary-nav.primary-nav a {
        font-size: 12px; }
      header nav.secondary-nav.primary-nav hr,
      header nav.primary-nav.primary-nav hr {
        left: 0;
        width: 0;
        height: 0;
        background: #e11e00;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        transition: height 250ms ease; }
      header nav.secondary-nav.primary-nav hr.visible,
      header nav.primary-nav.primary-nav hr.visible {
          height: 4px; }
    header nav.secondary-nav.secondary-nav,
    header nav.primary-nav.secondary-nav {
      float: right;
      margin-right: 30px; }
      header nav.secondary-nav.secondary-nav a,
      header nav.primary-nav.secondary-nav a {
        font-size: 10px; }
  header nav.mobile-icons {
    width: 100%;
    display: none; }
    @media screen and (max-width: 1025px) {
      header nav.mobile-icons {
        display: block; } }
    header nav.mobile-icons a.search-icon {
      float: right;
      margin-right: 69px;
      margin-top: 18px; }
    header nav.mobile-icons .image-search-close {
      position: relative;
      margin-top: 8px;
      top: 0; }

.language-selector,
.search-container,
.subnav-container {
  background: #323232;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }
  .language-selector.open,
  .search-container.open,
  .subnav-container.open {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 4;
    opacity: 1;
    top: 90px; }
    @media screen and (max-width: 736px) {
      .language-selector.open,
      .search-container.open,
      .subnav-container.open {
        z-index: 10; } }

.language-selector,
.search-container {
  top: 90px; }

.language-selector {
  padding: 30px; }
  .language-selector a {
    display: block;
    margin-bottom: 15px;
    color: #bebebe;
    font-size: 12px;
    padding-right: 20px; }
    .language-selector a:last-child {
      margin-bottom: 0; }
    .language-selector a:hover, .language-selector a.selected {
      color: white; }
    .language-selector a.selected {
      background: url("https://www.marvell.com/assets/images/icons/ic-lang-check.svg") 100% 0 no-repeat; }

.search-container {
  width: 480px; }
  @media screen and (max-width: 1025px) {
    .search-container {
      top: 56px !important;
      width: 100%; } }
  .search-container .clear-link {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #bebebe;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800; }
    .search-container .clear-link:hover {
      color: white; }
  .search-container input {
    outline: none;
    box-shadow: none;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 20px 80px 20px 20px;
    font-weight: 200;
    color: white;
    height: 60px; }
    .search-container input::-webkit-input-placeholder {
      color: #bebebe; }
    .search-container input::-moz-placeholder {
      color: #bebebe; }
    .search-container input:-moz-placeholder {
      color: #bebebe; }
    .search-container input:-ms-input-placeholder {
      color: #bebebe; }
    .search-container input:focus {
      background: none;
      outline: none;
      box-shadow: none; }

.subnav-container {
  background: #323232;
  position: absolute;
  top: -450px;
  left: 0; }
  @media screen and (max-width: 1025px) {
    .subnav-container {
      display: none; } }

nav.header-subnav {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }
  nav.header-subnav.open {
    opacity: 1; }
  nav.header-subnav .pad {
    padding: 50px 80px 0; }
    nav.header-subnav .pad.pad-bottom {
      padding-bottom: 50px; }
  nav.header-subnav ul.modules li {
    display: block;
    padding: 30px 35px; }
    nav.header-subnav ul.modules li:first-child {
      padding-left: 0; }
    nav.header-subnav ul.modules li:last-child {
      padding-right: 0; }
    nav.header-subnav ul.modules li h4 {
      color: white; }
    nav.header-subnav ul.modules li p {
      color: #bebebe;
      font-size: 12px;
      line-height: 18px; }
    nav.header-subnav ul.modules li .arrow-link:hover {
      color: white; }
  nav.header-subnav ul.icons li {
    width: 20%;
    float: left; }
    nav.header-subnav ul.icons li a {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease;
      display: block;
      float: left;
      width: 100%;
      border-radius: 4px;
      height: 186px;
      text-align: center;
      color: #bebebe;
      font-size: 12px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      nav.header-subnav ul.icons li a img {
        height: 200px;
        display: block;
        margin: -25px 0; }
      nav.header-subnav ul.icons li a:hover {
        background: #2b2b2b;
        color: white; }
  nav.header-subnav .sustainability {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    nav.header-subnav .sustainability .sustainability-ad {
      background: url("https://www.marvell.com/assets/images/header/menu-sustainability.jpg") 100% 100% no-repeat;
      background-size: cover;
      padding: 45px 40px;
      display: block;
      position: relative; }
      nav.header-subnav .sustainability .sustainability-ad .sustainability-overlay {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        background: black;
        opacity: 0;
        transition: opacity 500ms ease; }
      nav.header-subnav .sustainability .sustainability-ad:hover .sustainability-overlay {
        opacity: 0.2; }
      nav.header-subnav .sustainability .sustainability-ad h4, nav.header-subnav .sustainability .sustainability-ad p {
        position: relative;
        z-index: 1;
        color: white; }
      nav.header-subnav .sustainability .sustainability-ad h4 {
        font-size: 18px; }
      nav.header-subnav .sustainability .sustainability-ad p {
        font-size: 12px;
        line-height: 18px;
        opacity: 0.8; }
  nav.header-subnav.subnav-products, nav.header-subnav.subnav-company {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    nav.header-subnav.subnav-products .link-section, nav.header-subnav.subnav-company .link-section {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 50px 75px 0; }
    nav.header-subnav.subnav-products .callout-module, nav.header-subnav.subnav-company .callout-module {
      width: 310px;
      padding: 50px 40px;
      background: #363636; }
      nav.header-subnav.subnav-products .callout-module h3, nav.header-subnav.subnav-company .callout-module h3 {
        color: white;
        font-weight: 200; }
      nav.header-subnav.subnav-products .callout-module p, nav.header-subnav.subnav-company .callout-module p {
        font-size: 12px;
        line-height: 22px;
        color: #bebebe; }
      nav.header-subnav.subnav-products .callout-module .arrow-link:hover, nav.header-subnav.subnav-company .callout-module .arrow-link:hover {
        color: white; }
  nav.header-subnav .arrow-link {
    font-size: 10px;
    font-weight: 700;
    color: #bebebe; }
  nav.header-subnav .subnav-footer {
    border-top: 1px solid #474747;
    text-align: center;
    margin-top: 20px;
    padding: 30px 0; }
    nav.header-subnav .subnav-footer a {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
      color: #bebebe;
      position: relative;
      text-transform: uppercase; }
      nav.header-subnav .subnav-footer a:hover {
        color: white; }
      nav.header-subnav .subnav-footer a:before {
        height: 10px;
        width: 10px;
        content: '';
        position: absolute;
        left: -20px;
        top: 1px;
        padding-left: 10px; }
      nav.header-subnav .subnav-footer a.subnav-link-all:before {
        background: url("https://www.marvell.com/assets/images/icons/ic-subnav-all.svg"); }
      nav.header-subnav .subnav-footer a.subnav-link-support:before {
        height: 12px;
        width: 12px;
        top: 0;
        left: -22px;
        background: url("https://www.marvell.com/assets/images/icons/ic-subnav-support.svg"); }

.responsive-nav {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background: #323232;
  z-index: 4;
  position: absolute;
  transition: all 500ms ease; }
  @media screen and (min-width: 1026px) {
    .responsive-nav.open {
      display: none; } }
  .responsive-nav ul.responsive-main-nav {
    width: 100%;
    background: #323232;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 500ms ease; }
    .responsive-nav ul.responsive-main-nav > li > a.has-subnav:after {
      content: " ";
      display: block;
      width: 12px;
      height: 10px;
      background: url("https://www.marvell.com/assets/images/icons/ic-red-up-arrow.svg") 50% 50% no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 30px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: all 500ms ease; }
    .responsive-nav ul.responsive-main-nav li {
      display: block; }
      .responsive-nav ul.responsive-main-nav li a {
        position: relative;
        display: block;
        padding: 30px;
        color: white;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        font-size: 13px;
        opacity: 0.8;
        transition: all 500ms ease;
        border-bottom: 1px solid #3c3c3c; }
      .responsive-nav ul.responsive-main-nav li.open ul.responsive-sub-nav {
        max-height: 3000px;
        transition: all 500ms ease; }
      .responsive-nav ul.responsive-main-nav li.open a {
        opacity: 1; }
        .responsive-nav ul.responsive-main-nav li.open a:after {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0); }
      .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav {
        background: #3c3c3c;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all 500ms ease; }
        .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a {
          font-weight: 200;
          text-transform: none !important;
          padding-bottom: 0; }
          .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a.super-link {
            font-weight: 800;
            text-transform: uppercase !important;
            display: inline-block;
            position: relative; }
            .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li a.super-link:after {
              content: " ";
              display: block;
              width: 5px;
              height: 9px;
              background: url("https://www.marvell.com/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
              position: absolute;
              top: 31px;
              right: 15px; }
        .responsive-nav ul.responsive-main-nav li ul.responsive-sub-nav li:last-child {
          padding-bottom: 30px; }
  .responsive-nav.open {
    max-height: 1200px; }
    .responsive-nav.open ul.responsive-main-nav {
      opacity: 1; }

.header-subnav ul.links li a:hover, .footer-subnav ul.links li a:hover {
  color: white;
  background: #2b2b2b; }

.burger-menu {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 30px;
  width: 17px;
  height: 20px;
  top: 16px; }

.burger-menu span {
  top: 10px; }

.burger-menu span, .burger-menu span:before, .burger-menu span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 17px;
  background: white;
  position: absolute;
  display: block;
  content: ''; }

.burger-menu span:before {
  top: -7px; }

.burger-menu span:after {
  bottom: -7px; }

.burger-menu span, .burger-menu span:before, .burger-menu span:after {
  transition: all 500ms ease-in-out; }

.burger-menu.active span {
  background-color: transparent; }

.burger-menu.active span:before, .burger-menu.active span:after {
  top: 0; }

.burger-menu.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger-menu.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.footer-subnav {
  background: #363636;
  position: absolute;
  bottom: -1000px;
  left: 0;
  width: 100%;
  transition: all 500ms ease;
  padding: 60px 0 120px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .footer-subnav {
      display: none; } }
  .footer-subnav.open {
    bottom: 0; }
  .footer-subnav h5 {
    color: white;
    margin-bottom: 20px;
    font-size: 12px; }
    .footer-subnav h5.top-pad {
      margin-top: 30px; }
  .footer-subnav ul.links li a {
    padding: 0;
    margin-bottom: 15px; }
    .footer-subnav ul.links li a:hover {
      background: transparent; }

.footer-container {
  position: relative; }

footer {
  background: #2b2b2b;
  font-size: 10px;
  position: relative;
  z-index: 101; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer .container {
    padding: 35px 0;
    position: relative; }
  footer .more-tab {
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
    background: #363636;
    text-align: center;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    transition: all 100ms linear; }
    @media screen and (max-width: 768px) {
      footer .more-tab {
        display: none; } }
    footer .more-tab div {
      transition: all 100ms linear; }
    footer .more-tab img {
      display: block;
      margin: 0 auto 10px;
      transition: all 500ms ease; }
    footer .more-tab span {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: white; }
    footer .more-tab:hover {
      background: #3b3b3b; }
      footer .more-tab:hover div {
        margin-bottom: 7px; }
      footer .more-tab:hover span {
        color: white; }
    footer .more-tab.open {
      background: #363636; }
      footer .more-tab.open img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      footer .more-tab.open div {
        margin-bottom: 7px; }
  footer span.copyright {
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      footer span.copyright {
        display: block; } }
  footer .footer-links {
    display: inline; }
    @media screen and (max-width: 768px) {
      footer .footer-links {
        text-align: center;
        line-height: 30px; } }
    footer .footer-links a {
      color: #bebebe;
      transition: color 500ms ease;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #555; }
      footer .footer-links a:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
      footer .footer-links a:hover {
        color: white; }
      @media screen and (max-width: 768px) {
        footer .footer-links a {
          display: inline;
          color: white;
          opacity: 0.5; }
          footer .footer-links a:nth-child(2n) {
            border-right: none;
            padding-right: 0;
            margin-right: 0; }
            footer .footer-links a:nth-child(2n):after {
              content: "\a";
              white-space: pre; } }
  footer .footer-legal {
    margin-top: -15px; }
    @media screen and (max-width: 1201px) {
      footer .footer-legal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-top: -25px; }
        footer .footer-legal:last-child {
          margin-right: 0; }
        footer .footer-legal span {
          padding-bottom: 10px; }
        footer .footer-legal span, footer .footer-legal nav {
          display: block; } }
    @media screen and (max-width: 768px) {
      footer .footer-legal {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-left: 0; }
        footer .footer-legal:last-child {
          margin-right: 0; } }
  footer .social-links {
    text-align: right;
    padding-right: 140px;
    margin-left: 68.23843%; }
    @media screen and (max-width: 1201px) {
      footer .social-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        float: right;
        margin-right: 0; }
        footer .social-links:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      footer .social-links {
        margin-left: 0%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
        padding-bottom: 30px; }
        footer .social-links:last-child {
          margin-right: 0; } }
    footer .social-links a.social-link {
      transition: opacity 500ms ease;
      opacity: 0.3;
      margin-left: 15px; }
      footer .social-links a.social-link img {
        height: 20px; }
      footer .social-links a.social-link:hover {
        opacity: 0.8; }


.hero-wrapper,
.hero-banner {
  position: relative;
  background-size: cover;
  background-repeat: none; }
  .hero-wrapper.hero-collapse,
  .hero-banner.hero-collapse {
    height: 0;
    overflow: visible;
    padding-bottom: 0; }
  .hero-wrapper.hero-short,
  .hero-banner.hero-short {
    height: 400px;
   /* padding-bottom: 0;*/
	padding-top: 80px;}
    .hero-wrapper.hero-short .hero,
    .hero-banner.hero-short .hero {
      height: 400px; }
      .hero-wrapper.hero-short .hero .hero-slide,
      .hero-banner.hero-short .hero .hero-slide {
        height: 400px; }
    @media screen and (max-width: 736px) {
      .hero-wrapper.hero-short,
      .hero-banner.hero-short {
        height: 300px; }
        .hero-wrapper.hero-short .hero,
        .hero-banner.hero-short .hero {
          height: 300px; }
          .hero-wrapper.hero-short .hero .hero-slide,
          .hero-banner.hero-short .hero .hero-slide {
            height: 300px; } }
  .hero-wrapper .hero-button,
  .hero-banner .hero-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 3;
    display: none; }
    @media screen and (max-width: 768px) {
      .hero-wrapper .hero-button,
      .hero-banner .hero-button {
        height: 400%; } }

.hero-wrapper {
  padding-bottom: 37%;
  position: relative;
  height: 0; }
  .hero-wrapper .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1025px) {
    .hero-wrapper {
      height: 490px;
      padding-bottom: 0; }
      .hero-wrapper .hero .hero-slide:after {
        background-color: rgba(255, 255, 255, 0);
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .hero-wrapper .hero .hero-slide h2 {
        margin-bottom: 5px; }
      .hero-wrapper .hero .hero-slide h2, .hero-wrapper .hero .hero-slide p {
        z-index: 3;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        color: white; }
      .hero-wrapper .hero .hero-slide .btn {
        position: relative;
        z-index: 3; } }


.hero-banner {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #c193ba 0%, #9a659a 63%, #5b5ea1 87%, #5b5ea1 87%, #5b5ea1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c193ba', endColorstr='#5b5ea1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  transition: all 500ms ease;
  height: 630px; }
  @media screen and (max-width: 736px) {
    .hero-banner {
      background: #7b4686;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #7b4686 0%, #5c68a9 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b4686', endColorstr='#5c68a9',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .hero-banner .hero-slide {
        background-image: none !important; } }
  .hero-banner .hero .hero-slide .blurb {
    position: absolute;
    top: 80px;
    left: 700px;
    z-index: 100; }
    @media screen and (max-width: 1201px) {
      .hero-banner .hero .hero-slide .blurb {
        left: auto;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          text-align: left !important;
          padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .hero-banner .hero .hero-slide .blurb {
        left: 30px;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          margin-right: auto;
          margin-left: auto;
          width: 70%;
          text-align: center !important;
          padding-left: 0; } }
    @media screen and (max-width: 736px) {
      .hero-banner .hero .hero-slide .blurb {
        left: 30px;
        right: 30px; }
        .hero-banner .hero .hero-slide .blurb h3, .hero-banner .hero .hero-slide .blurb h5, .hero-banner .hero .hero-slide .blurb p {
          margin-right: auto;
          margin-left: auto;
          width: 100%;
          text-align: center !important;
          padding-left: 0; }
        .hero-banner .hero .hero-slide .blurb p {
          display: none; } }
  .hero-banner .hero .hero-slide h3 {
    font-size: 22px;
    line-height: 30px; }
  .hero-banner .hero .hero-slide h5 {
    font-size: 12px; }
  .hero-banner .hero .hero-slide h5, .hero-banner .hero .hero-slide h3, .hero-banner .hero .hero-slide p {
    color: white;
    width: 360px; }

.hero-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  width: 100%; }
  .hero-container .hero-content {
    padding-top: 90px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .hero-container .hero-content {
        padding-top: 30px; } }
    @media screen and (max-width: 736px) {
      .hero-container .hero-content {
        padding-top: 56px; } }
		
.hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .hero .hero-slide {
    background-size: cover;
    background-repeat: none;
    width: 100%;
    position: relative; }
    .hero .hero-slide h2, .hero .hero-slide p {
      width: 40%; }
      @media screen and (max-width: 736px) {
        .hero .hero-slide h2, .hero .hero-slide p {
          width: 100%; } }
    .hero .hero-slide p {
      font-size: 16px;
      line-height: 24px;
      color: #363636; }
    .hero .hero-slide.hero-light h2, .hero .hero-slide.hero-light p {
      color: white; }
  @media screen and (max-width: 1025px) {
    .hero {
      height: 490px; }
      .hero .hero-slide {
        text-align: center;
        height: 490px;
        background-position: 50% 50%; }
        .hero .hero-slide h2 {
          font-size: 30px;
          line-height: 38px; }
        .hero .hero-slide h2, .hero .hero-slide p {
          padding-right: 30px;
          padding-left: 30px;
          margin-left: auto;
          margin-right: auto; } }

.arrow-link {
  text-transform: uppercase;
  position: relative; }
  .arrow-link.arrow-link-small {
    font-size: 10px;
    color: #363636;
    font-weight: 800;
    letter-spacing: 1px; }
  .arrow-link:hover {
    color: #5782d8; }
  .arrow-link:after {
    content: " ";
    display: block;
    width: 5px;
    height: 9px;
    background: url("https://www.marvell.com/assets/images/icons/ic-blue-more-arrow.svg") 50% 50% no-repeat;
    position: absolute;
    top: 2px;
    right: -14px; }

ul.links li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #bebebe;
  display: inline-block;
  padding: 12px;
  border-radius: 2px;
  font-size: 12px; }

ul.breadcrumbs {
  margin-bottom: 100px; }
  ul.breadcrumbs li {
    position: relative;
    display: inline;
    font-size: 12px;
    color: #7b7b7b;
    margin-left: 17px; }
    ul.breadcrumbs li:first-child {
      margin-left: 0; }
    ul.breadcrumbs li a {
      color: #5782d8; }
      ul.breadcrumbs li a:hover {
        color: #363636; }
    ul.breadcrumbs li:after {
      content: " ";
      display: block;
      width: 5px;
      height: 9px;
      background: url("https://www.marvell.com/assets/images/icons/ic-gray-more-arrow.svg") 50% 50% no-repeat;
      position: absolute;
      top: 3px;
      right: -14px;
      opacity: 0.3;
      transition: all ease 500ms; }
    ul.breadcrumbs li:last-child:after {
      display: none; }


@media screen and (max-width: 736px) {
  .stack-mobile {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 30px; }
    .stack-mobile:last-child {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .stack-tablet-portrait {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: rotate(0deg) !important;
    margin-bottom: 30px; }
    .stack-tablet-portrait:last-child {
      margin-right: 0; } }

.small-pad-bottom {
  margin-bottom: 15px; }

.base-pad-bottom {
  margin-bottom: 30px; }

.large-pad-bottom {
  margin-bottom: 60px; }

.no-pad-bottom {
  margin-bottom: 0; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.backpage-tab-content {
  padding-left: 30px; }
  .backpage-tab-content .backgpage-tab-content-inner {
    display: none; }
    .backpage-tab-content .backgpage-tab-content-inner.active {
      display: block; }

.primary-container, footer .container, .product-selector > .container, .hero-container, .home-module:not(.articles-hero-container) > .container, .feature-lockup-module .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;}
  .primary-container::after, footer .container::after, .product-selector > .container::after, .hero-container::after, .home-module:not(.articles-hero-container) > .container::after, .feature-lockup-module .container::after {
    clear: both;
    content: "";
    display: table; }

/* Primary and Secondary Sidebar */
.sidebar-module {
  padding: 40px;
  margin-bottom: 30px;
  background: #f4f4f6; }
  .sidebar-module .sidebar-header-image {
    margin: -40px;
    margin-bottom: 40px; }
    .sidebar-module .sidebar-header-image img {
      width: 100%; }
  .sidebar-module h4 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative; }
    .sidebar-module h4.has-hr {
      margin-bottom: 45px; }
      .sidebar-module h4.has-hr:after {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 0;
        width: 30px;
        height: 4px;
        background: #5782d8;
        border: none;
        margin-top: 0;
        text-align: left; }
  .sidebar-module p {
    font-family: "setimo";
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px; }
  .sidebar-module a.file-link {
    position: relative;
    padding-left: 26px !important; }
    .sidebar-module a.file-link:before {
      opacity: 1;
      content: '';
      width: 12px;
      height: 16px;
      position: absolute;
      top: -1px;
      left: 0;
      background-size: 12px 16px;
      background-image: url(https://www.marvell.com/assets/images/icons/ic-pdf.svg);
      padding-left: 26px !important;
      background-position: 0 0;
      background-repeat: no-repeat; }
  .sidebar-module a.external-link {
    position: relative;
    margin-bottom: 15px; }
    .sidebar-module a.external-link:after {
      opacity: 1;
      content: '';
      height: 12px;
      width: 12px;
      position: absolute;
      bottom: 2px;
      right: -24px;
      background-size: 12px 12px;
      background-image: url(https://www.marvell.com/assets/images/icons/ic-link-external.svg);
      background-position: 0 0;
      background-repeat: no-repeat; }
  
	  
  .sidebar-module.sidebar-module-blue {
    background: #0072ce; }
    .sidebar-module.sidebar-module-blue h1, .sidebar-module.sidebar-module-blue h2, .sidebar-module.sidebar-module-blue h3, .sidebar-module.sidebar-module-blue h4, .sidebar-module.sidebar-module-blue h5, .sidebar-module.sidebar-module-blue p, .sidebar-module.sidebar-module-blue a {
      color: white; }
    /*.sidebar-module h5 {
      font-size: 14px;
      font-weight: 600; }
    .sidebar-module h3 {
      font-size: 20px;
      line-height: 28px; }
    .sidebar-module.sidebar-module-blue ul.links li h5 {
      color: white; }
    .sidebar-module.sidebar-module-blue ul.links li a {
      color: white;
      opacity: 0.8; }
      .sidebar-module.sidebar-module-blue ul.links li a:hover {
        color: white;
        opacity: 1; }*/

/* Primary Sidebar */
    .sidebar-module-blue ul li  {
       margin-bottom: 15px; }
	  
    .sidebar-module.sidebar-module-blue ul li a {
      color: white;
      opacity: 0.8; 
	  font-size: 14px; 
	  line-height: 22px;
	  font-weight: 300; 
	  z-index: 5; 
	  position: relative;}
	  
     .sidebar-module.sidebar-module-blue ul li a:hover {
        color: white;
        opacity: 1; }

/* Secondary Sidebar */
	.sidebar-module ul li {
    margin-bottom: 15px; }
	
    .sidebar-module ul li a {
      font-size: 14px;
      line-height: 22px;
      color: #666;
      font-weight: 300;
      z-index: 5;
      position: relative; 
	  margin: 3px 0 15px 0px;}
      .sidebar-module ul li a:hover {
        color: #5782d8; }
		
    .sidebar-module.sidebar-module-blue ul.arrow-links a {
      position: relative; }
      .sidebar-module.sidebar-module-blue ul.arrow-links a:after {
        content: " ";
        display: block;
        width: 5px;
        height: 9px;
        background: url("https://www.marvell.com/assets/images/icons/ic-white-more-arrow.svg") 50% 50% no-repeat;
        position: absolute;
        top: 3px;
        right: -14px;
        opacity: 0;
        transition: all ease 500ms; }
      .sidebar-module.sidebar-module-blue ul.arrow-links a:hover {
        color: white;
        opacity: 1; }
        .sidebar-module.sidebar-module-blue ul.arrow-links a:hover:after {
          opacity: 1; }
		  

  .sidebar-module.sidebar-module-video, .sidebar-module.sidebar-module-event {
    display: block;
    overflow: hidden; }
    .sidebar-module.sidebar-module-video:hover .highlight-link, .sidebar-module.sidebar-module-event:hover .highlight-link {
      color: #5782d8 !important; }
    .sidebar-module.sidebar-module-video .zoom-bg, .sidebar-module.sidebar-module-event .zoom-bg {
      transition: all 500ms ease; }
    .sidebar-module.sidebar-module-video:hover .zoom-bg, .sidebar-module.sidebar-module-event:hover .zoom-bg {
      transform: scale(1.1); }
    .sidebar-module.sidebar-module-video .box-module-image, .sidebar-module.sidebar-module-event .box-module-image {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .sidebar-module.sidebar-module-video h4, .sidebar-module.sidebar-module-video .play-button, .sidebar-module.sidebar-module-video p, .sidebar-module.sidebar-module-video a, .sidebar-module.sidebar-module-video .sidebar-module-content, .sidebar-module.sidebar-module-event h4, .sidebar-module.sidebar-module-event .play-button, .sidebar-module.sidebar-module-event p, .sidebar-module.sidebar-module-event a, .sidebar-module.sidebar-module-event .sidebar-module-content {
      z-index: 2; }
    .sidebar-module.sidebar-module-video:after, .sidebar-module.sidebar-module-event:after {
      background-color: transparent;
      background-image: -webkit-linear-gradient(-150deg, transparent, black);
      background-image: linear-gradient(-120deg,transparent, black);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      z-index: 1; }
    @media screen and (max-width: 1025px) {
      .sidebar-module.sidebar-module-video, .sidebar-module.sidebar-module-event {
        background-size: cover !important; } 
.primary-container, footer .container, .product-selector > .container, .hero-container, .home-module:not(.articles-hero-container) > .container, .feature-lockup-module .container {
padding-top: 0px; /* Aju padding-top: 140px;*/
		}
		}
  .sidebar-module.sidebar-module-video {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: none;
    height: 258px;
    transition: all 200ms ease; }
    .sidebar-module.sidebar-module-video .zoom-bg {
      background-position: 50% 50%; }
    .sidebar-module.sidebar-module-video h4 {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 15px;
      color: white;
      font-size: 16px;
      line-height: 24px; }
    .sidebar-module.sidebar-module-video .play-button {
      height: 60px;
      width: 60px;
      position: relative;
      display: block;
      background: #2b2b2b;
      opacity: 0.8;
      transition: all 500ms ease;
      border-radius: 1000px; }
      .sidebar-module.sidebar-module-video .play-button:after {
        height: 0;
        width: 0;
        border-bottom: 10px solid transparent;
        border-left: 18px solid white;
        border-top: 10px solid transparent;
        position: absolute;
        content: " ";
        display: block;
        top: 50%;
        left: 50%;
        margin-left: -7px;
        margin-top: -10px; }
    .sidebar-module.sidebar-module-video:hover {
      background-size: 110%; }
      .sidebar-module.sidebar-module-video:hover .play-button {
        opacity: 1; }
  .sidebar-module.sidebar-module-event {
    transition: all 200ms ease;
    position: relative;
    background-size: 100%;
    background-position: center;
    height: 258px; }
    .sidebar-module.sidebar-module-event:hover {
      background-size: 110%; }
    .sidebar-module.sidebar-module-event .sidebar-module-content {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px; }
      .sidebar-module.sidebar-module-event .sidebar-module-content h4 {
        font-size: 16px;
        line-height: 24px; }
      .sidebar-module.sidebar-module-event .sidebar-module-content h4, .sidebar-module.sidebar-module-event .sidebar-module-content p {
        color: white;
        margin-bottom: 0; }
      .sidebar-module.sidebar-module-event .sidebar-module-content p {
        margin-bottom: 0; }
      .sidebar-module.sidebar-module-event .sidebar-module-content .arrow-link {
        color: white;
        transition: color 500ms ease; }
  .sidebar-module ul.links {
    margin-bottom: 40px; }
    .sidebar-module ul.links:last-child {
      margin-bottom: 0; }
    .sidebar-module ul.links li h5 {
      font-family: "setimo";
      font-size: 12px;
      font-weight: 500;
      color: #0072ce;
      margin-bottom: 18px;
      padding-bottom: 0; }
    .sidebar-module ul.links li a {
      font-family: "setimo";
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 18px;
      color: #666;
      font-weight: 300; }
      .sidebar-module ul.links li a:hover {
        color: #5782d8; }
    .sidebar-module ul.links li:last-child a {
      padding-bottom: 0; }

.sidebar-social-module {
  background: white;
  margin-bottom: 30px; }
  .sidebar-social-module a.sidebar-social-heading {
    display: block;
    padding: 15px 30px; }
  .sidebar-social-module .sidebar-social-body {
    padding: 30px; }
  .sidebar-social-module.sidebar-social-twitter .sidebar-social-heading {
    background: #55acee; }
  .sidebar-social-module.sidebar-social-facebook .sidebar-social-heading {
    background: #3b5998; }

html, body {
  height: 100%; }


.load-more {
  padding-top: 40px;
  text-align: center; }

.video-wrapper {
  height: 0;
  padding-bottom: 0;
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 547.5px; }
  .video-wrapper .modal-close-button {
    top: -30px;
    right: 0;
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    z-index: 10000; }
    .video-wrapper .modal-close-button span {
      display: none; }
    .video-wrapper .modal-close-button i,
    .video-wrapper .modal-close-button b {
      top: 0;
      right: 0;
      display: block;
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 17px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      z-index: 100; }
    .video-wrapper .modal-close-button i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .video-wrapper .modal-close-button b {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1201px) {
  body.overlay-open .video-wrapper {
    padding-bottom: 56.25%;
    width: 80%;
    height: auto; } }
@media screen and (max-width: 736px) {
  body.overlay-open .video-wrapper .modal-close-button {
    bottom: -30px;
    top: auto;
    width: 100%;
    left: 0;
    right: 0; }
    body.overlay-open .video-wrapper .modal-close-button i, body.overlay-open .video-wrapper .modal-close-button b {
      display: none; }
    body.overlay-open .video-wrapper .modal-close-button span {
      display: block;
      color: white;
      text-align: center; } }