/* BREAKPOINTS */
/* widths/heights/dimension */
/* COLOURS */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* FORMS */
/* The clearfix mixin is necessary for the floats */
/* CSS3 */
/* FONTS */
.links .row h4 {
  color: #f46a25;
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0px;
  text-align: left;
  padding: 0 20px 0 0px;
  text-transform: none;
}
.links .row p {
  text-transform: none;
  margin-bottom: 0px;
  line-height: 19px;
}
.links .row span {
  display: none;
}
@media only screen and (min-width: 60em) {
  .links .row span.icon {
    border: 1px solid #D7D7D7;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin: 0 0 0 -35px;
    padding: 10px 9px;
    display: block;
    					/*&:before{
    						background-position: center center!important;
    						background-repeat: no-repeat;
    						content: "";
    						margin: 0;
    						top: 4px;
    						left: 6px;
    						width: 45px;
    						height: 50px;
    						display: block;
    						position: absolute;
    
    					}*/
  }
}
.links .system .icon:before {
  background: url(../../img/possibilities/1x/possibilities-icon-solutions.png) no-repeat;
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .system .icon:before {
    background-image: url(../../img/possibilities/2x/possibilities-icon-solutions-2x.png);
  }
}
.links .channel .icon:before {
  background: url(../../img/partners/1x/partners-icon-channel-partners.png) no-repeat;
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .channel .icon:before {
    background-image: url(../../img/partners/2x/partners-icon-channel-partners@2x.png);
  }
}
.links .oem .icon:before {
  background: url(../../img/possibilities/1x/possibilities-icon-technology.png) no-repeat;
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .oem .icon:before {
    background-image: url(../../img/possibilities/2x/possibilities-icon-technology-2x.png);
  }
}
.links .alliances .icon:before {
  background: url(../../img/about-brocade/1x/about-brocade-icons-5.png) no-repeat;
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .alliances .icon:before {
    background-image: url(../../img/about-brocade/2x/about-brocade-icons-5-2x.png);
    -webkit-background-size: 45px 50px;
    -khtml-background-size: 45px 50px;
    -moz-background-size: 45px 50px;
    -ms-background-size: 45px 50px;
    -o-background-size: 45px 50px;
    background-size: 45px 50px;
  }
}
.links .partner .icon:before {
  background: url(../../img/possibilities/1x/possibilities-icon-industries.png) no-repeat;
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .partner .icon:before {
    background-image: url(../../img/possibilities/2x/possibilities-icon-industries-2x.png);
  }
}
.links .eol .icon:before {
  background-image: url(../../img/support/1x/support-landing-icons-4.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .eol .icon:before {
    background-image: url(../../img/support/2x/support-landing-icons-4-2x.png);
  }
}
.links .profiles .icon:before {
  background-image: url(../../img/about-brocade/1x/about-brocade-icons-2.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .profiles .icon:before {
    background-image: url(../../img/about-brocade/2x/about-brocade-icons-2-2x.png);
  }
}
.links .board .icon:before {
  background-image: url(../../img/about-brocade/1x/about-brocade-icons-3.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .board .icon:before {
    background-image: url(../../img/about-brocade/2x/about-brocade-icons-3-2x.png);
  }
}
.links .award .icon:before {
  background-image: url(../../img/about-brocade/1x/about-brocade-icons-4.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .award .icon:before {
    background-image: url(../../img/about-brocade/2x/about-brocade-icons-4-2x.png);
  }
}
.links .center .icon:before {
  background-image: url(../../img/about-brocade/1x/about-brocade-icons-5.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .center .icon:before {
    background-image: url(../../img/about-brocade/2x/about-brocade-icons-5-2x.png);
  }
}
.links .capital .icon:before {
  background-image: url(../../img/how-to-buy/1x/howtobuy-icon-1.png);
  -webkit-background-size: 39px 36px;
  -khtml-background-size: 39px 36px;
  -moz-background-size: 39px 36px;
  -ms-background-size: 39px 36px;
  -o-background-size: 39px 36px;
  background-size: 39px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .links .capital .icon:before {
    background-image: url(../../img/how-to-buy/2x/howtobuy-icon-1-2x.png);
  }
}

/* M25: SECTION LINKS MODULE */
.link-individual {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #f1f1f1;
}
.link-individual h4:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 27px;
  right: 10px;
  top: 0px;
  opacity: 0.1;
  background-image: url(../../img/partners/2x/arrow-2x.png);
  -webkit-transition: opacity 0.36s ease-in-out;
  -khtml-transition: opacity 0.36s ease-in-out;
  -moz-transition: opacity 0.36s ease-in-out;
  -ms-transition: opacity 0.36s ease-in-out;
  -o-transition: opacity 0.36s ease-in-out;
  transition: opacity 0.36s ease-in-out;
  -webkit-background-size: 11px 27px;
  -khtml-background-size: 11px 27px;
  -moz-background-size: 11px 27px;
  -ms-background-size: 11px 27px;
  -o-background-size: 11px 27px;
  background-size: 11px 27px;
}
@media only screen and (min-width: 60em) {
  .link-individual h4:after {
    display: none;
  }
}
.link-individual:last-child {
  border-bottom: 1px solid #fff;
  padding: 0 0 2em;
}
.link-individual:last-child > a {
  padding: 2em 0 0;
}
.link-individual:hover {
  border: 1px solid #393939;
}
.link-individual:hover h4:after {
  opacity: 0.5;
}
.link-individual:hover .copy:before {
  opacity: 0.5;
}
.link-individual > a {
  clear: both;
  display: block;
  padding: 2em 0;
}
@media only screen and (min-width: 60em) {
  .link-individual > a .copy {
    position: relative;
    padding-right: 4em;
  }
  .link-individual > a .copy:before {
    content: '';
    width: 24px;
    height: 61px;
    display: block;
    position: absolute;
    right: 2em;
    margin: 0 0 0 -12px;
    background: url(../../img/partners/1x/arrow.png) left top no-repeat;
    opacity: 0.1;
    -webkit-transition: opacity 0.36s ease-in-out;
    -khtml-transition: opacity 0.36s ease-in-out;
    -moz-transition: opacity 0.36s ease-in-out;
    -ms-transition: opacity 0.36s ease-in-out;
    -o-transition: opacity 0.36s ease-in-out;
    transition: opacity 0.36s ease-in-out;
  }
}
@media only screen and (min-width: 60em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 60em) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 60em) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 60em) and (min-device-pixel-ratio: 2), only screen and (min-width: 60em) and (min-resolution: 144dppx) {
  .link-individual > a .copy:before {
    background-image: url(../../img/partners/2x/arrow-2x.png);
    -webkit-background-size: 24px 61px;
    -khtml-background-size: 24px 61px;
    -moz-background-size: 24px 61px;
    -ms-background-size: 24px 61px;
    -o-background-size: 24px 61px;
    background-size: 24px 61px;
  }
}
.link-individual > a.button {
  display: inline-block;
}
.link-individual > a.button:hover {
  border: none;
}

/* M26: LINK GROUP WITH BUTTONS MODULE */
.link-group-buttons {
  margin-top: 2em;
}
.link-group-buttons h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 10px;
}
.link-group-buttons p {
  font-size: 15px;
}
.link-group-buttons .row {
  margin-bottom: 35px;
}
@media only screen and (min-width: 48em) {
  .link-group-buttons .row {
    margin-bottom: 70px;
  }
}
.link-group-buttons .button {
  display: block;
  float: left;
  width: 100%;
  padding: 1.2em;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 48em) {
  .link-group-buttons .button.button--double-line {
    padding: 7px 1em 8px;
  }
}
@media only screen and (min-width: 48em) {
  .link-group-buttons .button {
    width: 223px;
    margin: 0 20px 20px 0;
  }
  .link-group-buttons .button:last-child {
    margin-right: 0;
  }
}
.link-group-buttons .icon {
  display: none;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 48em) {
  .link-group-buttons .icon {
    display: block;
  }
}
.link-group-buttons .switches {
  background-image: url(../../img/products/L1/1x/level1-icon-switches.png);
}
.link-group-buttons .storage-networking {
  background-image: url(../../img/products/L1/1x/level1-icon-storagenetworking.png);
}
.link-group-buttons .routers {
  background-image: url(../../img/products/L1/1x/level1-icon-routers.png);
}
.link-group-buttons .software-networking {
  background-image: url(../../img/products/L1/1x/level1-icon-softwarenetworking.png);
}
.link-group-buttons .application-delivery-controllers {
  background-image: url(../../img/products/L1/1x/level1-icon-switches.png);
}
.link-group-buttons .transceivers-cables {
  background-image: url(../../img/products/L1/1x/level1-icon-storagenetworking.png);
}
.link-group-buttons .network-management {
  background-image: url(../../img/products/L1/1x/level1-icon-routers.png);
}
.link-group-buttons .services {
  background-image: url(../../img/products/L1/1x/level1-icon-softwarenetworking.png);
}
.link-group-buttons.partner .icon {
  display: none;
}
@media only screen and (min-width: 60em) {
  .link-group-buttons.partner .icon {
    display: block;
  }
}
.link-group-buttons .link-individual-cta {
  margin-top: 1em;
}
.link-group-buttons .small-1 span.arrow {
  display: none;
}
