@import url('/includes/riverbed_fonts.css');
@import url('/includes/foundation.css');
@charset "UTF-8";
/**
 **************************************************************************************************
 * VARIABLES 
 **************************************************************************************************
**/
.boxed-container, .content-container > div, .footer > div, .client-story-logos > div, .site-links > div {
  margin: 0 14px;
  padding: 0 14px;
  *zoom: 1; }
  .boxed-container:before, .content-container > div:before, .footer > div:before, .client-story-logos > div:before, .site-links > div:before, .boxed-container:after, .content-container > div:after, .footer > div:after, .client-story-logos > div:after, .site-links > div:after {
    content: " ";
    display: table; }
  .boxed-container:after, .content-container > div:after, .footer > div:after, .client-story-logos > div:after, .site-links > div:after {
    clear: both; }

.slide-trigger, .header .slide-trigger-search {
  display: none;
  /* need this */
  cursor: pointer;
  line-height: 43px;
  background: black;
  color: #fff;
  text-transform: uppercase;
  padding-left: 21.5px;
  text-align: center;
  margin: 5px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

/**
 **************************************************************************************************
 * LAYOUT 
 **************************************************************************************************
**/
body {
  background: #d4d4d4 url("http://media-cms.riverbed.com/designimages/rvbd_background_main.jpg") 0 0 repeat-x; }

.content-container > div {
  background: white url("http://media-cms.riverbed.com/designimages/bg-contentgradient.png") 0 0 repeat-x;
  padding-top: 15px;
  padding-bottom: 25px; }

.content-container .row {
  margin: 0; }

.row.primary-content, .sidebar, .row .primary-content {
  margin-top: 15px; }

.sidebar {
  margin-top: 20px; }

/**
 **************************************************************************************************
 * TYPOGRAPHY 
 **************************************************************************************************
**/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.3em 0; }

h1.subheader, h2.subheader, h3.subheader, h4.subheader, h5.subheader, h6.subheader {
  color: #747474; }

a:hover {
  text-decoration: underline; }

ul.no-style, ol.no-style, ul.no-style, ol.no-style {
  list-style-type: none !important;
  list-style-position: inside !important; 
}

.primary-content ul, .primary-content ol, .sidebar ul, .sidebar ol {
  list-style-position: inside !important;
  list-style-type: disc; 
}

.custom .dropdown ul {
  text-indent: 0px;
  padding-left: 0px;
	
}

ul li ul, ul li ol {
  margin-bottom: 17px; 
}

@font-face {
  font-family: 'Riverbed';
  src: url("http://media-cms.riverbed.com/binary/Riverbed.eot");
  src: url("http://media-cms.riverbed.com/binary/Riverbed.eot?#iefix") format("embedded-opentype"), url("http://media-cms.riverbed.com/binary/Riverbed.woff") format("woff"), url("http://media-cms.riverbed.com/binary/Riverbed.ttf") format("truetype"), url("http://media-cms.riverbed.com/binary/Riverbed.svg#Riverbed") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Riverbed';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-arrow-right:before, .icon-arrow-right-2:before, .icon-double-angle-right:before, .icon-angle-right:before, .icon-chevron-right:before, .icon-arrow-right-3:before, .icon-plus-alt:before, .icon-minus-alt:before, .icon-twitter-sign:before, .icon-twitter:before, .icon-facebook:before, .icon-linkedin:before, .icon-linkedin-sign:before, .icon-facebook-2:before, .icon-facebook-3:before, .icon-twitter-2:before, .icon-twitter-3:before, .icon-feed:before, .icon-feed-2:before, .icon-rss:before, .icon-linkedin-2:before, .icon-linkedin-3:before, .icon-youtube:before, .icon-youtube-2:before, .icon-globe:before, .icon-mail:before, .icon-envelope:before, .icon-printer:before, .icon-print:before, .icon-share:before, .icon-share-2:before, .icon-share-3:before, .icon-arrow-right-4:before, .icon-caret-left:before, .icon-caret-right:before, .icon-search:before {
  font-family: 'Riverbed';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-angle-right:before {
  content: "\f105";
  margin-right: 5px; }

.icon-arrow-right-4:before {
  content: "\e016"; }

/**
 **************************************************************************************************
 * HEADER 
 **************************************************************************************************
**/
.header {
  margin-top: 15px; }
  .header a h1 {
    display: inline-block;
    margin: 19px 0 0; }
    .header a h1 img {
      margin-bottom: 0;
      border: none; }
  .header .search {
    margin-bottom: 0; }
    .header .search input[type="text"] {
      background: #eee;
      background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
      background-image: -webkit-linear-gradient(bottom, #ffffff, #dcdcdc);
      background-image: -moz-linear-gradient(bottom, #ffffff, #dcdcdc);
      background-image: -o-linear-gradient(bottom, #ffffff, #dcdcdc);
      background-image: linear-gradient(bottom, #ffffff, #dcdcdc);
      border: 1px solid #DDDDDD;
      color: black;
      height: 28px;
      width: 180px;
      float: left;
      font-size: 11px;
      font-size: 1.1rem;
      padding: 0 1px 0 7px;
      margin-bottom: 5px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .header .search input:focus {
      border-color: #e16832;
      outline: 0 none;
      border-right: none; }
    .header .search .button_search {
      /*width: auto;*/
	  width: 27px;
	  float: left;
      margin: 0;
      padding: 0;
      border: 0;
      background: none;
      text-align: left; }
    .header .search .button_search button {
      background: #e16832 url("http://media-cms.riverbed.com/designimages/search.png") no-repeat 50% 50%;
      height: 28px;
      overflow: hidden;
      padding: 5px 8px;
      text-indent: -9999px;
      width: 27px;
      margin: 0;
      border: 0; }
      .header .search .button_search button:hover {
        cursor: pointer; }
  .header .slide-trigger, .header .slide-trigger-search {
    background: none;
    line-height: 28px;
    color: #aaa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0 0;
    text-shadow: none; }
  .header .slide-trigger-search {
    border: none;
    margin: 0;
    position: absolute;
    right: 7px;
    top: -50px;
    font-size: 24px;
    padding: 10px 15px; }

#secondary-nav {
  background: none;
  clear: right;
  margin-bottom: 12px; }
  #secondary-nav li {
    background: none;
    padding-left: 0; }
    #secondary-nav li a {
      color: #656565;
      text-transform: none; }
      #secondary-nav li a span {
        float: right;
        font-size: 11px;
        vertical-align: middle; }
  #secondary-nav > li > a:first-child {
    padding: 0 10px; }
  #secondary-nav a:hover {
    text-decoration: underline; }

#global a {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }
#global a:hover {
  text-decoration: none;
  color: #e16832; }
#global span:first-child {
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 2px;
  float: none; }

.social-icons { 
	text-align: right; 
	line-height: 1.5; 
	margin: 0 10px 0 0; 
}
.social-icons a { 
	color: #747474; 
	-webkit-transition-property: color; 
	-moz-transition-property: color; 
	-o-transition-property: color; 
	transition-property: color; 
	-webkit-transition-duration: 0.125s; 
	-moz-transition-duration: 0.125s; 
	-o-transition-duration: 0.125s; 
	transition-duration: 0.125s; 
}
.social-icons a span { 
	font-size: 20px; 
	font-size: 2rem; 
	vertical-align: middle; 
	padding: 6px 6px 4px 6px; 
}
.social-icons a:hover { 
	color: #e16832; 
	text-decoration: none; 
}

/**
 **************************************************************************************************
 * Primary Navigaion Menu 
 **************************************************************************************************
**/
.nav-bar > li.container {
  position: inherit; }

.flyout.large.four-col {
  width: 97.2%; }

.flyout.large.three-col {
  width: 72%; }

ul.flyout li a:hover, .nav-bar li ul li a:hover {
  background: transparent;
  text-decoration: underline; }

#primary-nav .nav-bar {
  margin-bottom: 5px;
  background: black;
  display: block; }
  #primary-nav .nav-bar h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 7px 0; }
  #primary-nav .nav-bar h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 7px 0; }
  #primary-nav .nav-bar > li {
    background: none; }
    #primary-nav .nav-bar > li > a {
      padding: 0 20px;
      font-family: "TradeGothicW01-BoldCn20 675334", Arial, Helvetica, sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.125s;
      -moz-transition-duration: 0.125s;
      -o-transition-duration: 0.125s;
      transition-duration: 0.125s; }
      #primary-nav .nav-bar > li > a span {
        float: right;
        font-size: 11px;
        vertical-align: middle; }
    #primary-nav .nav-bar > li > a:hover, #primary-nav .nav-bar > li.current a {
      color: #e16832; }
  #primary-nav .nav-bar > li:hover > a {
    color: #e16832; }
  #primary-nav .nav-bar ul.link-list, #primary-nav .nav-bar ul.link-list li {
    margin: 0 0 7px 0;
    clear: left;
    padding-left: 5px;
    text-indent: -10px;
    line-height: 1.2; }
    #primary-nav .nav-bar ul.link-list span, #primary-nav .nav-bar ul.link-list li span {
      color: #aaa;
      font-size: 10px;
      font-size: 1rem; }
  #primary-nav .nav-bar ul.inline-list > li > *, #primary-nav .nav-bar ul.link-list > li > * {
    display: inline; }

#primary-nav .flyout {
  border: 12px solid #fff;
  background: #fff;
  margin-top: 1px;
  margin-left: 15px;
  margin-right: -15px;
  padding: 0px 20px; }

.sub-menu-links {
  background: #efefef;
  overflow: hidden;
  padding-bottom: 15px; }
  .sub-menu-links .divider {
    border-right: 1px solid #d2d3d2; }
  .sub-menu-links .columns {
    padding-top: 20px;
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

ul.flyout li a, .nav-bar li ul li a {
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem; }

.promo p {
  line-height: 1.7em; }

.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 none !important;
  display: block;
  padding: 0;
  position: static; }

/**
 **************************************************************************************************
 * FOOTER 
 **************************************************************************************************
**/
.footer > div {
  margin: 10px 14px;
  padding: 17px 14px;
  background: black; }
  .footer > div .inline-list {
    margin-bottom: 0; }
  .footer > div p, .footer > div .inline-list li {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
    background: none;
    padding-left: 0; }
    .footer > div p a, .footer > div .inline-list li a {
      color: #e16832; }
  .footer > div p.social-icons a {
    color: #fff; }
    .footer > div p.social-icons a:hover {
      color: #e16832; }

.corporate-statement p {
  font-size: 10px;
  font-size: 1rem;
  color: #555;
  line-height: 1.5; }

/**
 **************************************************************************************************
 * HOME 
 **************************************************************************************************
**/
/** CUSTOM HOMEPAGE SLIDER **/
.dvTooltip {
  display: none;
  opacity: 0;
  position: absolute; }

div#tiptip_holder:hover {
  cursor: pointer; }

/* bottom changed from 5 to 25% as per task 797 by Jayesh Magare 
Updated by Jayesh on 11/13 , right from 3.5 to 1 aqnd bottom 5 to 4
*/
.advanced-slider .thumbnail-scroller.horizontal {
 right: 1%;
  left: inherit !important;
  bottom: 4%; }

.advanced-slider {
  position: relative;
  overflow: visible;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto; }

.advanced-slider * {
  margin: 0;
  padding: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.advanced-slider a {
  position: static; }

.advanced-slider img {
  max-width: none;
  max-height: none;
  border: 0 none;
  padding: 0;
  margin: 0; }

.advanced-slider .slider-main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.advanced-slider .slide-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  z-index: 2; }

.advanced-slider .slides {
  position: absolute;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100%;
  height: 100%; }

.advanced-slider .slide {
  position: absolute;
  overflow: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  visibility: hidden;
  list-style: none;
  filter: alpha(opacity=100);
  opacity: 1; }

.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
  position: absolute; }

.advanced-slider.webkit .slide .html {
  overflow: hidden; }

.advanced-slider .video-hidden-image {
  display: none; }

.advanced-slider iframe.video {
  background-color: #000; }

.advanced-slider .video-play-button {
  display: block;
  background-position: center;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }

.advanced-slider iframe {
  display: block; }

.advanced-slider.webkit .slide .html iframe,
.advanced-slider.webkit .slide .layer iframe {
  opacity: 0; }

.advanced-slider.webkit .slide.transition .html iframe,
.advanced-slider.webkit .slide.active .html iframe,
.advanced-slider.webkit .slide.transition .layer.init iframe,
.advanced-slider.webkit .slide.active .layer.init iframe {
  opacity: 1; }

.advanced-slider .slice-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.advanced-slider .swipeable-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.advanced-slider .swipeable-container .slides {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.advanced-slider .swipeable-container .slides .selectable {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
  cursor: auto; }

.advanced-slider .thumbnail-scroller .swipe {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.advanced-slider .layer {
  position: absolute;
  visibility: hidden;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.advanced-slider .layer.black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.advanced-slider .layer.white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

.advanced-slider .layer.rounded {
  border-radius: 10px; }

.advanced-slider .slice {
  display: block;
  position: absolute; }

.advanced-slider .slide-arrows {
  position: static; }

.advanced-slider .slide-arrows a {
  position: absolute;
  cursor: pointer; }

.advanced-slider .lightbox-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer; }

.advanced-slider .slideshow-controls {
  position: absolute;
  cursor: pointer; }

.advanced-slider .shadow {
  position: absolute;
  height: 94px;
  margin-top: -50px;
  z-index: 1; }

.advanced-slider .shadow .shadow-left,
.advanced-slider .shadow .shadow-right,
.advanced-slider .shadow .shadow-middle {
  float: left; }

.advanced-slider .full-screen-controls {
  position: absolute;
  width: 31px;
  height: 27px;
  top: 20px;
  left: 20px;
  cursor: pointer; }

.advanced-slider .timer-animation {
  position: absolute; }

.advanced-slider canvas {
  position: absolute; }

.advanced-slider .timer-animation .timer-animation-controls {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px; }

.advanced-slider .timer-animation.play .timer-animation-controls {
  background-position: -20px 0; }

.advanced-slider .timer-animation.pause .timer-animation-controls {
  background-position: 0 0; }

.advanced-slider .caption-container {
  overflow: hidden;
  position: absolute; }

.advanced-slider .caption-container .wrapper {
  position: absolute;
  background-color: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.advanced-slider .caption-container .background {
  position: absolute;
  width: 100%;
  height: 100%; }

.advanced-slider .caption-container .caption {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.advanced-slider .thumbnail-wrapper {
  position: absolute; }

.advanced-slider .thumbnail {
  position: absolute;
  overflow: hidden; }

  /*
  FOR HOMEPAGE BANNER THUMBNAIL UPDATE
  */
.advanced-slider .thumbnail-content {
 /* background: none; */
background-image: url(http://media-cms.riverbed.com/images/thumbnail-circle-new.png);
border: none;
width:14px !important;
height: 14px !important;
 }
.advanced-slider .select{
 /* background: none; */
 
background-image: url(http://media-cms.riverbed.com/images/thumbnail-circle-fillednew1.png);
border: none;
width:14px !important;
height: 14px !important;
 }

.advanced-slider .slide-buttons {
  position: absolute;
  z-index: 3; }

.advanced-slider .slide-buttons .left,
.advanced-slider .slide-buttons .right,
.advanced-slider .slide-buttons .middle {
  float: left; }

.advanced-slider .slide-buttons a {
  position: relative;
  cursor: pointer;
  float: left;
  text-decoration: none;
  text-align: center; }

.advanced-slider .thumbnail-scroller {
  position: absolute;
  z-index: 2; }

.advanced-slider .thumbnail-scroller .visible-container {
  position: relative;
  overflow: hidden; }

.advanced-slider .thumbnail-scroller .container {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.advanced-slider .thumbnail-scroller .thumbnail-wrapper {
  cursor: pointer;
  list-style: none;
  margin-left: 15px; }

.advanced-slider .thumbnail-scroller .lightbox-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  cursor: pointer; }

.advanced-slider .thumbnail .caption {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.advanced-slider .thumbnail .caption .background {
  position: absolute;
  width: 100%;
  height: 100%; }

.advanced-slider .thumbnail .caption .content {
  position: absolute;
  width: 100%; }

.advanced-slider .thumbnail-scroller .arrows a {
  position: absolute;
  cursor: pointer; }

.advanced-slider .thumbnail-scroller .buttons {
  position: absolute;
  width: auto; }

.advanced-slider .thumbnail-scroller .buttons a {
  position: absolute;
  cursor: pointer;
  text-decoration: none; }

.advanced-slider-tooltip {
  position: absolute;
  z-index: 9999; }

#responsive-slider .layer a {
  color: #00F; }

#responsive-slider .layer.black a {
  color: #FFF; }

@media (max-height: 500px), (max-width: 400px) {
  #responsive-slider .slide-arrows {
    visibility: hidden; 
  }
  hr.my-briefcase-hr {
   display:none;
  } 
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }

#tiptip_holder.tip_top {
  padding-bottom: 5px; }

#tiptip_holder.tip_bottom {
  padding-top: 5px; }

#tiptip_holder.tip_right {
  padding-left: 5px; }

#tiptip_holder.tip_left {
  padding-right: 5px; }

#tiptip_content {
  overflow: hidden;
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(black));
  width: 400px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555; }

#tiptip_content img {
  float: left;
  margin: 0 10px 0 0; }

#tiptip_content p {
  margin-bottom: 0; }

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0; }

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35); }

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92); }

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88); }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88); }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92); } }
/** Homepage Slider  **/

/* changed font size to 48 from 60 by Jayesh for analyst day release 11/13/2013  */
#responsive-slider .slide h2 {
 margin-bottom: 5px;
  color: #fff;
/*  font-size: 60px;
  font-size: 6rem; */
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  
/* changed font size to 16 from 17 by Jayesh for analyst day release 11/13/2013 */ 
#responsive-slider .slide p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
#responsive-slider .slide a.button {
  width: auto;
  padding: 10px 20px 11px;
  color: white; }

/** Client Story Logos **/
.client-story-logos > div {
  background: #fff;
  padding: 0 10px; }
  .client-story-logos > div > div {
    padding: 0; }
.client-story-logos .flexslider {
  margin: 0;
  padding: 10px 0; }
.client-story-logos .carousel .flex-viewport {
  padding: 0;margin: 0; }
.client-story-logos .carousel a img {
  border: 0; }
.client-story-logos .carousel a:hover img {
  opacity: 0.6; }
.client-story-logos .carousel .slides li {
  margin-right: 10px; }

/** Site Links **/
.site-links > div {
  padding-top: 40px; }
.site-links h4 {
  text-transform: uppercase;
  margin-bottom: 7px; }
  .site-links h4 a {
    color: #3F3F3F; }
.site-links .products-services li {
  padding-left: 12px;
  text-indent: -12px; }
.site-links .products-services span {
  color: #aaa;
  margin-right: 5px;
  font-size: 11px;
  font-size: 1.1rem; }
.site-links ol {
  margin-left: 0; }
  .site-links ol li {
    margin-bottom: 15px;
    line-height: 1.5; }
.site-links .date {
  display: block;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem; }

/**
 **************************************************************************************************
 * THREE COLUMN TABBED TEMPLATE 
 **************************************************************************************************
**/
/** SIDBAR NAV **/
.sidebar-nav {
  position: relative; }
  .sidebar-nav h4 {
    border-bottom: 1px solid #3F3F3F;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; }
    .sidebar-nav h4 a {
      display: block;
      color: #3f3f3f;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.125s;
      -moz-transition-duration: 0.125s;
      -o-transition-duration: 0.125s;
      transition-duration: 0.125s; }
    .sidebar-nav h4 a:hover {
      text-decoration: none;
      color: #e16832; }
  .sidebar-nav li {
    list-style-type: none; }
    .sidebar-nav li a {
      display: block;
      color: #3f3f3f;
      font-weight: bold;
      padding: 4px 0; }
    .sidebar-nav li li a {
      display: block;
      color: #666;
      font-weight: normal; }
    .sidebar-nav li ul {
      margin: 0 0 0 25px; }
      .sidebar-nav li ul ul {
        margin-left: 15px; }
  .sidebar-nav li.active > a {
    background: black;
    color: #fff; }
  .sidebar-nav li.active span {
    color: #fff; }
  .sidebar-nav li li.active a {
    color: #e16832;
    background: none; }
  .sidebar-nav ul li span {
    float: left;
    color: #ccc;
    padding: 4px 0;
    text-indent: 7px; }
  .sidebar-nav .slide-trigger, .sidebar-nav .header .slide-trigger-search, .header .sidebar-nav .slide-trigger-search {
    display: block;
    background: none;
    padding: 5px;
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: none;
    color: #e16832;
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 100; }

/**
 **************************************************************************************************
 * ADVANCED SEARCH TEMPLATE 
 **************************************************************************************************
**/
.advanced-search-field {
  background: #eeeeee;
  padding: 25px;
  margin-bottom: 25px; }
  .advanced-search-field .dropdown a.current {
    overflow: hidden; }
  .advanced-search-field a:hover {
    text-decoration: none; }
  .advanced-search-field label {
    display: none; }
  .advanced-search-field .dropdown, .advanced-search-field .dropdown > ul {
    width: auto !important; }
  .advanced-search-field .button {
    margin-top: 20px; }

.search-result {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 15px 0 10px !important; }
  .search-result .button, .search-result .button.secondary {
    width: auto;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.02em; }
  .search-result .title {
    font-weight: bold;
    margin-bottom: 0; }
  .search-result span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #747474;
    margin: 2px 0 2px;
    display: block; }
  .search-result .summary {
    margin-bottom: 0; }

/**
 **************************************************************************************************
 * FOUR COLUMN w/ THUMBNAILS TEMPLATE 
 **************************************************************************************************
**/
.four-col-thumbnail .tab-container h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 7px;
  min-height: 2em; }
.four-col-thumbnail .tabs-content li > div.row {
  margin-bottom: 25px; }
.four-col-thumbnail .tabs-content li > div.row:last-child {
  margin-bottom: 0; }
.four-col-thumbnail .tab-container > div {
  padding: 0; }
.four-col-thumbnail .tabs {
  margin-top: 10px; }
.four-col-thumbnail a img {
  margin-bottom: 7px; }
.four-col-thumbnail h2 {
  text-transform: uppercase;
  margin-bottom: 20px; }

/**
 **************************************************************************************************
 * CONTACT PAGE TEMPLATE 
 **************************************************************************************************
**/
.contact ul {
  margin-left: 0; }
  .contact ul li {
    margin-bottom: 5px; }
.contact ol {
  margin-left: 0; }
  .contact ol li {
    list-style-type: none;
    margin-bottom: 0; }
.contact address {
  font-style: normal;
  margin-bottom: 15px; }

/**
 **************************************************************************************************
 * SITEMAP TEMPLATE 
 **************************************************************************************************
**/
.sitemap .primary-content h5 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 7px 0 5px 0;
  color: #888; }
.sitemap .primary-content ul {
  margin-bottom: 15px;
  margin-left: 0; }

/**
 **************************************************************************************************
 * DEMO TEMPLATE 
 **************************************************************************************************
**/
.primary-content .demo-thumbnails {
  margin: 20px 0;
  padding: 15px 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.05); }
  .primary-content .demo-thumbnails img {
    margin: 0 0 0px 0; }
  .primary-content .demo-thumbnails p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 5px 0 0; }

.demo .sidebar {
  margin-top: 2px; }
.demo .carousel .flex-control-nav {
  bottom: -30px; }
  .demo .carousel .flex-control-nav li {
    margin-right: 10px; }
.demo .carousel li.activeVid img {
  border-color: #e16832; }
.demo .carousel li.activeVid p {
  color: #e16832; }
.demo .flexslider {
  margin-bottom: 0; }
.demo .flex-direction-nav {
  list-style-type: none; }
.demo .flex-direction-nav a {
  margin-top: -30px; }
.demo .carousel .flex-viewport {
  padding-top: 0; }
.demo .carousel li {
  margin-right: 25px; }
.demo .accordion .content p:last-child {
  margin-bottom: 0; }

/**
 **************************************************************************************************
 * DOCUMENT DETAILS TEMPLATE
 **************************************************************************************************
**/
#sidebarcontent.columns { padding-left: 0px; }
#sidebarcontent.sidebar { margin-top: 10px; }
#primarycontent.primary-content { margin-top: 0px; }

/**
 **************************************************************************************************
 * MISC
 **************************************************************************************************
**/
.required {
  color: red; }

.reveal-modal.medium {
  width: auto !important; }

.action-link {
  white-space: nowrap; }

ul.breadcrumbs {
  background: none;
  border: none;
  padding: 0; }
  ul.breadcrumbs li {
    padding-right: 6px; }
    ul.breadcrumbs li a {
      text-transform: none;
      padding-left: 6px; }

input {
  -webkit-appearance: none; }

form.custom span.custom {
  top: 3px;
  margin-right: 2px; }

hr {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 25px 14px; }

hr.wide {
  margin: 25px 0; }

hr.transparent {
  border-color: transparent;
  margin: 20px 0; }

hr.transparent-short {
  border-color: transparent;
  margin: 10px 0; }

img, .customer-logos a img, a img {
  border: 1px solid #c4c4c4;
  margin: 5px 0 15px 0;
  opacity: 1.0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.customer-logos a:hover img, .content-container a:hover img {
  opacity: 0.8; }

.sidebar a img {
  margin-bottom: 7px; }

.fold div:first-child {
  padding-left: 0; }
.fold div:last-child {
  padding-right: 0; }

.row.expand .columns:first-child {
  padding-right: 14px; }
.row.expand .columns:last-child {
  padding-left: 14px; }

#at15s, .atm, #at20mc div, .atm-s {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

.legal {
  font-size: 11px;
  font-size: 1.1rem;
  color: #AEAEAE;
  font-style: italic; }

/** Accordion **/
ul.accordion {
  border: 1px solid #e8e8e8; }
  ul.accordion h5 {
    font-size: 19px;
    font-size: 1.9rem; }

ul.accordion > li.active .title, ul.accordion > li.active2 .title, ul.accordion > li > div.title {
  background: #ddd;
  border-color: #ddd;
  padding: 10px 15px; }

ul.accordion > li.active, ul.accordion > li.active2 {
  border-top: 1px solid #ddd; }

ul.accordion > li:first-child {
  border-top: 0; }

ul.accordion > li.active .title, ul.accordion > li.active2 .title {
  background: #f4f4f4; }

ul.accordion, ul.accordion > li.active .content, ul.accordion > li.active2 .content {
  border-color: #ddd; }

ul.accordion > li, ul.accordion > li.active, ul.accordion > li.active2 {
  border-color: #fff; }

ul.accordion > li > div.title, ul.accordion > li.active .content, ul.accordion > li.active2 .content {
  border: 0; }

ul.accordion > li.active .title:after, ul.accordion > li.active2 .title:after, ul.accordion > li > div.title:after {
  border: none; }

.accordion-toggle {
  font-size: 23px;
  font-size: 2.3rem;
  vertical-align: middle;
  margin-right: 17px;
  color: #8B8B8B;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.125s;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  transition-duration: 0.125s; }

.accordion .active .accordion-toggle, .accordion .active2 .accordion-toggle {
  color: #e16832; }

.expand-collapse-accordion {
  margin-bottom: 10px; }
  .expand-collapse-accordion span {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0 5px; }
  .expand-collapse-accordion a {
    color: #8B8B8B;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.125s;
    -moz-transition-duration: 0.125s;
    -o-transition-duration: 0.125s;
    transition-duration: 0.125s; }
  .expand-collapse-accordion a:hover span, .expand-collapse-accordion a:hover {
    color: #e16832; }

.expand-collapse-accordion:hover span {
  color: #e16832;
  cursor: pointer; }

.accordion li.active h5 span:before, .accordion li.active h5 span:before, .accordion li.active2 h5 span:before {
  content: "\e003"; }

.accordion li h5 span:before {
  content: "\e002"; }

.accordion-toggle.small:before {
  content: "\e002"; }

.accordion-toggle.small.active:before {
  content: "\e003"; }

.accordion li li {
  margin-bottom: 5px; }

.accordion .inline-list li {
  text-indent: 0;
  margin-bottom: 0; }

.accordion.narrow h5 {
  padding-left: 40px;
  text-indent: -40px;
  font-size: 17px;
  font-size: 1.7rem; }

/** Buttons **/
.button, .button.secondary {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  text-transform: uppercase;
  font-family: "TradeGothicW01-BoldCn20 675334", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  margin: 10px 0; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #444; }

.button.auto-width {
  width: auto; }

.button:hover {
  text-decoration: none; }

.button.secondary.medium {
  font-size: 12px;
  font-size: 1.2rem; }

.vertical-button-list li {
  list-style-type: none; }
  .vertical-button-list li a.button {
    margin: 0 0 10px; }

/** Email/Print/Share Links **/
.sharing-links li {
  font-size: 11px;
  font-size: 1.1rem; }
  .sharing-links li span {
    margin-right: 5px; }
  .sharing-links li a {
    color: #747474;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.125s;
    -moz-transition-duration: 0.125s;
    -o-transition-duration: 0.125s;
    transition-duration: 0.125s; }
  .sharing-links li a:hover {
    color: #e16832;
    text-decoration: none; }
  .sharing-links li:first-child {
    margin-left: 0; }

/** ToolTips **/
.tooltip {
  padding: 5px 8px; }

.accordion .inline-list .has-tip {
  border-bottom: 0; }

.bubbleInfo {
  position: relative; }

.popup {
  position: absolute;
  display: none;
  /* keeps the popup hidden if no JS available */
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 15px;
  color: white;
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .popup:after {
    bottom: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1000;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #222 transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    -webkit-transform: rotate(360deg); }
  .popup ul {
    margin: 0; }
    .popup ul li {
      clear: left;
      line-height: 1.3; }
      .popup ul li span {
        margin-right: 10px;
        font-size: 11px;
        font-size: 1.1rem;
        float: left; }
      .popup ul li a {
        color: white;
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        padding: 0 3px 4px 0;
        text-indent: -5px;
        margin-left: 11px; }

/** Tabs **/
.tabs {
  height: 49px;
  border-color: #3f3f3f;
  margin: 20px 0; }

.tabs-content {
  margin-bottom: 20px;
  clear: both; }
  .tabs-content h3, .tabs-content h4 {
   /*text-transform: uppercase; Jayesh*/
    margin-bottom: 0.9em; }
  .tabs-content h5.subheader {
    margin-bottom: 0.2em; }

.tabs dd.active a, .tabs li.active a, .tabs dd a:focus {
  border: none;
  font-weight: normal;
  color: #e16832;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.125s;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  transition-duration: 0.125s; }

.tabs dd.active, .tabs dd.focus, .tabs li.active, dl.tabs dd:hover {
  border-top: none;
  border-bottom: 9px solid #3f3f3f;
  margin-top: 0; }

.tabs dd a:hover {
  text-decoration: none;
  color: #e16832; }

.tabs dd {
  border-bottom: 9px solid transparent;
  font-family: "TradeGothicW01-BoldCn20 675334", Arial, Helvetica, sans-serif;
  -webkit-transition-property: border;
  -moz-transition-property: border;
  -o-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.125s;
  -moz-transition-duration: 0.125s;
  -o-transition-duration: 0.125s;
  transition-duration: 0.125s; }
  .tabs dd a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    padding: 0 19px;
    text-transform: uppercase; }

.tabs dd:hover {
  border-top: 9px solid black; }

.tabs dd a span {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: middle; }

.tabs.narrow {
  margin-top: 0; }
  .tabs.narrow dd a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px; }
  .tabs.narrow dd:last-child {
    margin-bottom: 20px; }

.tabs.wide dd a {
  font-size: 17px;
  font-size: 1.7rem;
  padding-left: 20px;
  padding-right: 20px; }

/** Carousels **/
.carousel {
  position: relative; }
  .carousel p {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 11px;
    font-size: 1.1rem;
    min-height: 35px; }
  .carousel a img {
    margin: 0;
    border: 1px solid #C4C4C4; }
  .carousel a:hover img {
    opacity: 0.8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.125s;
    -moz-transition-duration: 0.125s;
    -o-transition-duration: 0.125s;
    transition-duration: 0.125s; }
  .carousel .carousel-fade-left, .carousel .carousel-fade-right {
    position: absolute;
    left: 0;
    border: 0;
    z-index: 100; }
  .carousel .carousel-fade-right {
    right: 0;
    left: auto; }
  .carousel .flex-viewport {
    padding-top: 24px;
    margin-left: 10px; }

/** PAGINATION **/
ul.pagination {
  display: inline-block;
  text-align: center; 
  padding-left: 0px !important;
  text-indent: 0px !important;
}

.pagination-centered {
  text-align: center;
  margin: 30px 0 0; }

/** MODULES **/
.module {
  margin-bottom: 30px; }
  .module h4 {
    border-bottom: 1px solid #3F3F3F;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase; }
  .module:last-child {
    margin-bottom: 0; }
  .module ul.no-style li {
    padding-left: 10px;
    text-indent: -10px;
    margin-bottom: 5px; }
    .module ul.no-style li a, .module ul.no-style li span {
      color: #999; }
  .module ul.rss {
    list-style-type: none; }
    .module ul.rss li {
      margin-bottom: 10px; }
      .module ul.rss li a {
        display: block; }

/** TABLES **/
table {
  background: #E8E8E8;
  width: 100%; }
  table tbody tr:nth-child(2n) {
    background: #F3F3F3; }
  table th {
    font-weight: bold;
    background: black;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
    table th span {
      font-size: 10px;
      font-size: 1rem;
      display: block; }
  table tbody tr td {
    border-left: 1px solid #fff; }
  table tbody tr td:first-child {
    border-left: none; }
  table td, table th {
    padding: 9px 10px;
    text-align: left; }
  table td.support {
    text-align: center;
    font-weight: bold; }

table.centered tr td, table.centered tr th {
  text-align: center; }
table.centered th span {
  padding-top: 3px; }
table.centered tr td:first-child {
  text-align: left; }

/** VIDEO OVERLAY **/
.reveal-modal {
  width: auto !important; }

/** TABS WYSIWYG STYLES **/
.tabs-content h3 {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0.3em; }
.tabs-content h4 {
  font-size: 18px;
  /*text-transform: uppercase;*/
  margin-bottom: 0.3 em;
  color: #656565; }
.tabs-content h5 {
  font-size: 16px;
  margin-bottom: 0.3 em; }
.tabs-content h6 {
  font-size: 14px;
  margin-bottom: 0.3em; }

/**
 **************************************************************************************************
 * MEDIA QUERY STYLES 
 **************************************************************************************************
**/
/* Small screens */
@media only screen and (max-width: 767px) {
  body .content-container h2 {
    font-size: 195%; }
  body .content-container h3 {
    font-size: 180%; }
  body .content-container h4 {
    font-size: 135%; }
  body .content-container h5 {
    font-size: 125%; }
  body .content-container h6 {
    font-size: 110%; }

  .corporate-statement div {
    padding: 0 14px; }

  #primary-nav .nav-bar {
    display: none; }
  #primary-nav > div {
    margin: 0;
    padding: 0; }
  #primary-nav .flyout {
    display: none !important; }

  .slide-trigger, .header .slide-trigger-search {
    display: block; }

  .no-js .slide-trigger, .no-js .header .slide-trigger-search, .header .no-js .slide-trigger-search {
    display: none; }

  .nav-bar, .search {
    display: none; }

  .no-js .nav-bar {
    display: block; }

  .nav-bar li {
    float: none; }

  .nav-bar li a {
    border-bottom: 1px solid #fff; }

  .boxed-container, .content-container > div, .footer > div, .client-story-logos > div, .site-links > div {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }

  #responsive-slider {
    padding: 0; }

  .advanced-slider .thumbnail-scroller.horizontal {
    right: 2%; }

  #tiptip_holder, .thumbnail-scroller {
    display: none !important; }

  .header {
    margin-top: 0; }
    .header a h1 {
      margin: 10px -15px 0 0; }
    .header .logo {
      text-align: center; }
    .header .search {
      margin-top: 15px; }
      .header .search input[type="text"] {
        width: 91%; }
    .header .nav-bar li a, .header .nav-bar li.has-flyout > a:first-child {
      font-size: 14px;
      font-size: 1.4rem; }

  .social-icons {
    text-align: left;
    margin: 15px 0 0; }
    .social-icons a:hover {
      color: inherit; }

  ul.breadcrumbs, ul.sharing-links {
    margin-bottom: 0; }

  .sharing-links li:first-child {
    margin-left: 22px; }

  .footer > div {
    margin: 0 0 10px 0;
    padding: 17px 0; }
  .footer ul.inline-list, .footer ul.inline-list > li {
    margin-left: 0; }

  /** Homepage Slider  **/
  #responsive-slider .slide h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  #responsive-slider .slide p {
    display: none; }
  #responsive-slider .slide a.button {
    padding: 7px 20px;
    display: inline-block; }
  #responsive-slider .slide .layer {
    width: 100% !important; }

  .tooltip {
    display: none !important; }

  .has-tip:hover {
    cursor: auto; }

  .accordion h5 {
    text-indent: -23px;
    padding-left: 20px; }

  .accordion-toggle {
    font-size: 110%;
    margin-right: 7px; }

  .fold div {
    padding: 0; }

  .row.expand .columns:first-child, .row.expand .columns:last-child {
    padding: 0; }

  .tabs.mobile {
    margin: 20px -14px 30px; }
    .tabs.mobile dd, .tabs.mobile dd:active, .tabs.mobile dd:hover {
      border-bottom: none; }
    .tabs.mobile dd a {
      background: #eee;
      font-size: 16px;
      font-size: 1.6rem;
      border-width: 1px 0 1px 0; }
    .tabs.mobile dd:active a, .tabs.mobile dd:active a, .tabs.mobile dd a:focus {
      border-top: 1px solid #ccc; }

  .tabs.narrow dd a {
    padding: 18px 20px; }
  .tabs.narrow dd:last-child {
    margin-bottom: 0; }

  .flex-direction-nav {
    display: none; }

  body .flex-control-nav {
    display: block; }

  .sidebar-nav > ul {
    display: none; }

  .advanced-search-field {
    padding: 20px 15px 15px 15px; }

  .popup {
    display: none !important; }

  .four-col-thumbnail .tabs-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 0; }
  .four-col-thumbnail .tabs-content li > div.row {
    margin-bottom: 0; }
  .four-col-thumbnail .bubbleInfo {
    margin-bottom: 15px; }

  .site-links .columns {
    margin-bottom: 10px; }

  .client-story-logos .flexslider {
    padding-bottom: 40px; }

  .client-story-logos > div {
    padding: 0 10px; }

  .primary-content .demo-thumbnails {
    padding-bottom: 0; }
    .primary-content .demo-thumbnails p {
      margin-bottom: 15px; }

  .demo .sidebar {
    margin-top: 25px; }

  /*RESPONSIVE TABLE STYLES */
  table tr th, table tbody tr td {
    font-size: 11px;
    font-size: 1.1rem; }

  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable table {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; }

  .demo .carousel .flex-control-nav {
    bottom: -24px; }

  .demo .primary-content .demo-thumbnails {
    padding-bottom: 35px; 
  } 
  hr.my-briefcase-hr {
   display:none;
  }
}
/* Medium screens */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  #primary-nav .nav-bar {
    display: block !important; }
  #primary-nav .nav-bar > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 13px !important; }

  #primary-nav .flyout {
    border: 12px solid #fff;
    top: 43px; }

  .button, .button.secondary {
    font-size: 13px;
    font-size: 1.3rem; }

  .tabs dd a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 13px; }

  .tabs.narrow dd a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 5px; }

  .advanced-search-field {
    padding: 20px 15px 15px 15px; } }
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .boxed-container, .content-container > div, .footer > div, .client-story-logos > div, .site-links > div {
    margin: 0;
    padding-left: 0;
    padding-right: 0; }

  #primary-nav > div {
    padding: 0; }

  #primary-nav .flyout {
    margin: 0; }

  .flyout.large.four-col {
    width: 100.2%; }

  .footer > div {
    margin-bottom: 10px; }

  .flex-direction-nav {
    display: none; }

  body .flex-control-nav {
    display: block; }

  .four-col-thumbnail .tabs-content h3 {
    font-size: 15px;
    font-size: 1.5rem; }

  .primary-content .demo-thumbnails {
    padding-bottom: 35px; }

  .home #slider .columns {
    padding: 0; }

  .client-story-logos .flexslider {
    padding-bottom: 40px; }

  .client-story-logos > div {
    padding: 0 10px; }

  #responsive-slider {
    padding: 0; }

  .advanced-slider .thumbnail-scroller.horizontal {
    right: 2%; } }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body div#tiptip_holder {
    display: none !important; } }
/* Medium screens and larger */
@media only screen and (min-width: 768px) {
  #primary-nav .nav-bar {
    display: block !important; } }
/**
 **************************************************************************************************
 * FLEXSLIDER STYLES 
 **************************************************************************************************
**/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 5px 0 40px;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 20px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 20px;
  height: 50px;
  margin: -20px 0 0;
  display: block;
  background: url("http://media-cms.riverbed.com/designimages/bg_direction_nav.png") no-repeat 0 0;
  position: absolute;
  top: 55%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all .3s ease; }

.client-story-logos .flex-direction-nav a {
  background: url("http://media-cms.riverbed.com/designimages/bg_direction_nav_home.png") no-repeat 0 0;
  top: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease; }

.client-story-logos .flex-direction-nav .flex-prev {
  left: -35px;
  opacity: 0.6; }

.client-story-logos .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -35px;
  opacity: 0.6; }

.client-story-logos .flex-control-nav {
  bottom: 5px; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -24px; }

.flex-direction-nav .flex-prev {
  left: -24px; }

.flex-next:hover {
  opacity: 0.8; }

.flex-prev:hover {
  opacity: 0.8; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  display: none; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: #747474;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #E16832; }

.flex-control-paging li a.flex-active {
  background: #E16832;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/**
 **************************************************************************************************
 * THUMBFX STYLES 
 **************************************************************************************************
**/
.overlayer img {
  margin: 0;
  border: 0; }

/***********************/
/*** OverLayer Style ***/
/***********************/
/* General
----------------------------------------------------------------------------------------------------*/
.overlayer {
  display: inline-block;
  max-width: 100%; }

.overlayer .overlay {
  visibility: hidden; }

/* Default Style
----------------------------------------------------------------------------------------------------*/
.overlayer .overlay-default {
  background: url("http://media-cms.riverbed.com/designimages/overlay-play.png") 50% 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

/*Added By Jayesh on  8May2013 for product main image mouseover zoom icon */  
.overlayer .overlay-zoomin {
/*  background: none;*/
  display:block;
  display: block !important;
opacity: .6 !important;
background: url("http://media-cms.riverbed.com/designimages/zoom_in_35x35.png") 98% 96% no-repeat;
}

.overlayer .overlay-zoomin:hover  {
  background: url("http://media-cms.riverbed.com/designimages/zoom_in_35x35.png") 98% 96% no-repeat;
  display:block;
  opacity: .9 !important;
/*  background-color: rgba(0, 0, 0, 0.1);*/ }

.zoomBg {
  background: url("http://media-cms.riverbed.com/designimages/zoom_in_35x35.png") 98% 96% no-repeat;
}

  
/* Overlay Style
----------------------------------------------------------------------------------------------------*/
.overlayer .overlay {
  background: url("http://media-cms.riverbed.com/designimages/overlay-ie.png") 0 0 repeat;
  background: none rgba(0, 0, 0, 0.1);
  text-shadow: none;
  z-index: 99; }

.overlayer .overlay,
.overlayer .overlay a {
  color: #fff; }

.overlayer .overlay a {
  text-decoration: underline; }

.overlayer .overlay > div {
  padding: 10px; }

.overlayer .overlay.remove-padding > div {
  padding: 0; }

.overlayer .overlay > div > *:first-child {
  margin-top: 0; }

.overlayer .overlay > div > *:last-child {
  margin-bottom: 0; }

/**
 **************************************************************************************************
 * IE STYLES
 **************************************************************************************************
**/
.lt-ie9 .row {
  max-width: 996px; }
.lt-ie9 .header .search .button_search {
  max-height: 18px; }
.lt-ie9 .header .search input[type="text"] {
  line-height: 2.4; }
.lt-ie9 .header a h1 {
  display: block; }

.lt-ie9 .reveal-modal { width:520px !important;}

.custom{
margin-top :15px;
}
.custom label {
display: block;
cursor: default;
}

.custom input ,textarea , select {
margin-top:5px;

}

.custom .dropdown {
margin-top:5px !;
}

#recaptcha_widget_div{
margin-top:13px ;
}

/*
 **************************************************************************************************
 * BLOG STYLES 
 **************************************************************************************************
*/
.author-photo {
  float: left;
  margin-right: 12px;
  margin-bottom: 5px; }

.post-meta-data {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4; }
  .post-meta-data a {
    font-weight: bold; }

.post-title {
  margin-bottom: 0.5em; }
  .post-title a {
    color: #000; }

.post-excerpt .button {
  float: right;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .post-excerpt .button {
      width: auto; } }

.post-sharing ul {
  margin-top: 15px; }
  .post-sharing ul li {
    float: left;
    list-style-type: none; }

.excerpt {
  margin-top: 60px; }
  .excerpt:first-child {
    margin-top: 0; }

.float-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; }

.float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px; }

.avatars {
  text-align: center; }
  .avatars a {
    padding: 2px; }
  .avatars img {
    margin-top: 0; }

.tag-cloud li {
  background: none repeat scroll 0 0 transparent;
  display: inline;
  line-height: 1.2em;
  margin: 0 5px 0 0;
  padding: 0; }
.tag-cloud .cloud-weight-1 {
  font-size: 0.9em; }
.tag-cloud .cloud-weight-2 {
  font-size: 0.95em; }
.tag-cloud .cloud-weight-3 {
  font-size: 1em; }
.tag-cloud .cloud-weight-4 {
  font-size: 1.125em; }
.tag-cloud .cloud-weight-5 {
  font-size: 1.25em; }
.tag-cloud .cloud-weight-6 {
  font-size: 1.375em; }
.tag-cloud .cloud-weight-7 {
  font-size: 1.5em; }
.tag-cloud .cloud-weight-8 {
  font-size: 1.625em; }
.tag-cloud .cloud-weight-9 {
  font-size: 1.75em; }
.tag-cloud .cloud-weight-10 {
  font-size: 1.75em; }

.fb-like-box {
  width: 100% !important;
  height: 350px;
  border: none;
  overflow: hidden !important; }

.facebook-widget {
  overflow: hidden !important; }

.related-content p {
  margin-bottom: 0; }
.related-content li {
  list-style-type: none;
  line-height: 1.4; }

figure {
  margin-bottom: 20px; }
  figure figcaption {
    font-style: italic;
    font-size: 11px;
    font-size: 1.1rem; }

.blog-detail .content-nav {
  background-color: #f0f0f0;
  margin: 7px 0 25px; }
  .blog-detail .content-nav ul {
    margin: 0; }
  .blog-detail .content-nav li {
    list-style-type: none;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    display: block;
    padding-bottom: 0; }
    .blog-detail .content-nav li a {
      display: block;
      padding: 7px; }

.blog-author-photo img {
  text-align: center; }

.blog-author .excerpt:first-of-type {
  margin-top: 30px; }

.blog-author-social li {
  list-style-type: none;
  margin-bottom: 2px; }
  .blog-author-social li a {
    background: #f0f0f0;
    display: block;
    padding: 2px 12px; }
  .blog-author-social li span {
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem; }

.comments.row {
  margin: 30px 0 20px 0;
  border-top: 1px solid #eee;
  padding-top: 25px; }
  .comments.row h3 {
    margin-bottom: 20px; }
  .comments.row ol {
    margin-left: 0; }
    .comments.row ol li {
      list-style-type: none;
      margin-top: 10px;
      border: 1px solid #eee;
      padding: 15px 15px 5px 15px; }
      .comments.row ol li:first-child {
        margin-top: 0; }
      .comments.row ol li h5 {
        margin-bottom: 2px; }
      .comments.row ol li .comment-date {
        font-style: italic;
        margin-bottom: 10px; }

.comment-form h4 {
  margin-bottom: 15px; }

/*
 **************************************************************************************************
 * MAIN LOGO STYLES  copied from line 120; added font-size to cover for h1 font-size from foundation.css
 * Mark Schneider June 27, 2013
 **************************************************************************************************
*/

.header a .riverbedlogo {
    display: inline-block;
    margin: 19px 0 0; 
    font-size: 44px; }

.header a .riverbedlogo img {
      margin-bottom: 0;
      border: none; }

/*
 **************************************************************************************************
 * h1, h2 adjustments
 * Mark Schneider July 1, 2013
 **************************************************************************************************
*/

h1 { font-size: 27px; }
.four-col-thumbnail h1, find-a-partner-form h1, .advanced-search h1, .blog-author h1 { font-size: 31px; } 
h2 { font-size: 19px; }
.show-for-small h2 { font-size: 31px; }

#logoutId {
margin-right: 30px;
}



/* BLOG CSS ADDED BY JAYESH MAGARE 23 July 2013 */
#authorBigImg img{
	height:300px !important;
	width:300px !important;
}
#authorImages img {
	height:90px !important;
}	

/* Customer story rewamp carousal css added */
#custStory_carousal img {
/*	width: 150px !important; */
	height: 76px !important;
}
.customer-story-logos .flex-direction-nav {
	list-style : none !important;
}
.customer-story-logos .flex-viewport {
	margin-left:2px !important;
}	
.customer-story-logos .flex-viewport ul li{
	margin-right:10px !important;
}	

p.wma-bookmarkable {
margin-bottom:1px;
}

hr.my-briefcase-hr {
margin:21px 0px 0px 0px;
}

.wma-bookmarkable a.star-icon img {
margin: 0px;
margin-left: 0px;
margin-bottom: -1px;
border: 0 none;
height: 12px;
width: 12px;
border:0 none;
}

.wma-bookmarkable a.star-icon span {
display:inline-block;
margin-top:0px;
}

.wma-bookmarkable a.star-icon:hover {
text-decoration:none;
}


.flyout .wma-bookmarkable .star-icon {
padding:0px !important;
}

.flyout .wma-bookmarkable .star-icon img {
padding:0px;
}

form.custom span.custom.checkbox:before {
line-height:15px;
}

.my-briefcase.primary-content {
margin-top:0px;
}

.my-briefcase form hr {
margin: 0px 0px 0px 0px;
}

.my-briefcase.briefcase-no-items {
margin-top: 20px;
}

.my-briefcase form .row:first {
height:42px;
}

.my-briefcase form .row:first .checkbox {
margin-right:10px;
}

.my-briefcase form {
margin-top:0px;
}

.my-briefcase .button.small {
padding:7px 14px 8px 10px;
}

#editProfile input[type=text], #emailModal input[type=text] {
width:300px;
}

/*
 **************************************************************************************************
 * "Follow Us" STYLE fix
 * Mark Schneider October 3, 2013
 **************************************************************************************************
*/

.follow-us { color: #656565; position: relative; top: 4px; left: -5px; }


/*By Jayesh on 10/4/2013 for flyout positioning for localized sites - Jira 798  */
.loc-nav { padding : 0 9px !important;  }


/*By Jayesh on 10/11/2013 For KR website font is loading with new class */
/*Removed Malgun font until we have all file formats (eot,woff,svg,ttf) Mark Schneider 12/4/13 */







.krBodyClass {
/*Removed font-family but kept class since it is referenced in many places Mark Schneider 12/4/13 */
}

/* Management page css added here by Jayesh on 11/7/2013 */
@media only screen and (max-width: 976px) {
.twocls {
	width: 506px !important;
	margin: 0 auto !important;
	float:none !important;
}
.mgmtProfileBox{
	width:235px !important;
	float:left !important;
}
}
@media only screen and (max-width: 767px) {
.twocls {
	width: 506px !important;
	margin: 0 auto !important;
}
.mgmtProfileBox{
	width:235px !important;
	float:left !important;
}
}

@media only screen and (max-width: 505px) {
.twocls {
	width: 240px !important;
	margin: 0 auto !important;
}
}
.mgmtProfileBoxWrapper{
	margin-top:0px;
	padding:0px;
}
.mgmtProfileBox{
	margin-top:0px;
	padding:0px;
	float:left !important;
	line-height:0 !important;
}
.mgmtProfileBox img {
	margin:0px !important;
}
#container
{
	top:0;
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 0px 5px 3px 5px;
}

#text
{
    z-index:100;
    color:white;
    font-size:15px;
    font-weight:bold;
    left:10px;
    top:5px;
	color: #fff;
}

/* SUB NAV CSS */
.function {
	margin-top: 11px;
	margin-bottom: 18px;
}

.function div.stockNav span, .function div.govNav span {
    font-size: 12px;
    padding-right: 15px;
    font-weight: bold;
}

.function div.stockNav, .function div.govNav {
    padding: 1px;
}

.function div.stockNav span a, .function div.govNav span a {
    background: url("http://media.corporate-ir.net/media_files/IROL/19/198235/rb/css/img/bg-arrow-gray.gif") no-repeat scroll right 5px transparent;
    padding-right: 10px;
}
.spacer {
	margin-bottom: 10px;
}
#personMgmt img{
 border : 0px !important;
}

/*
 **************************************************************************************************
 * Related Customer stories for Product Family pages new style fix
 * Mark Schneider November 25, 2013
 **************************************************************************************************
*/

li.related-cust-logo { height: 62px; }

/* Newsletter signup click events css code added by Jayesh Magare on 1/21/2014 as per task 777 */
.searchIconBtn {
				margin-top: 0px;
				background: url("http://media-cms.riverbed.com/designimages/search.png") no-repeat scroll 50% 50% #E16832;
				border: 0 none;
				}
				
.signup-header-icon {
	background: url(http://media-cms.riverbed.com/images/newslettericon-sprite.png) 0 0 no-repeat; !important;
	height: 16px;
	width: 16px;
	padding-top: 0px !important;
	margin-right: 7px !important;
		padding-bottom: 0px !important;
	padding-left: 5px !important;
}
.signup-header-icon:hover {
	background: url(http://media-cms.riverbed.com/images/newslettericon-sprite.png)  -17px 0 no-repeat; !important;
	height: 16px;
	width: 16px;
	padding-top: 0px !important;
		padding-bottom: 0px !important;
	margin-right: 7px !important;
	padding-left: 5px !important;
}

#newsLettCustForm {
	width: 650px ;
}
.newsLetterSignupModalleft{
	margin-left: -27% !important;
}

@media only screen and (max-width: 976px) {
	.newsLetterSignupModalleft{
		margin-left: -15%;
	}
}

@media only screen and (max-width: 976px) {

#newsLettCustForm {
	width: auto ;
}


}

/* Added By Jayesh Magare on 2/27/2014 to update menu in mobile view as per task 1020 */

.fa-main-nav-down:before {
  content: "\f0da";
}
.fa-main-nav-up:before {
	content: "\f0db";
}	

#main-menu-arrow
{
	margin-left:2px;
}

.selectednav {
	color: #e16832;
}

.slide-trigger-left {
			border: none;
			margin: 0;
			position: absolute;
			left: 7px;
			top: -50px;
			font-size: 24px;
			padding: 10px 15px;
			background: none;
			line-height: 28px;
			color: #aaa;
			text-shadow: none;
			border:0px !important;
			margin:0px !important;
		}

/* Added 2014-04-24 for Featured Use Cases and Products by Name for WELD Mark Schneider*/		
ul.featured { 
	list-style-position: outside !important; 
	text-indent: 0px !important;
	padding-left: 0px !important;
}
	
ul.dmpf {
	text-indent: 0px !important;
	padding-left: 0px !important;
}
