html, button, input, select, textarea {
  color: #444444;
  font-family: helvetica, arial, sans-serif;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff !important;
  background-image:none !important;
}

/* The .content class keeps all content centered in the viewport, and controls width(s). */
.content {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 964px;
  padding-bottom:0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header.content {
  background-color: #FFFFFF;
  padding-bottom: 12px;
}

.lt-ie8 .content {
  width: 932px;
}

a {
  color: #0099d5;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a img {
  border: none;
  outline: none;
}

hr {
  margin: 31px 0 32px 0;
  height: 1px;
  border: none;
  background: #0099d5;
}

hr.indexpage{
  border: 0;
  height: 4px;
  background-color: #009fda;
}

.center-column ul {
  padding: 6px 0 0 10px;
}

.center-column  ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 9px;
  list-style: none;
  font-size:14px;
}

p {
  margin: 0 0 10px 0;
}

h1 {
  margin: 0 0 10px 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
  color: #444444;
}
header h1{font-size: 28px;}

h2{
    color:#999999;
    font-size: 18px;
}
h3{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 1.5em;
}

ul.no-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.no-style li {
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
}

ul + h1 {
  margin-top: 39px;
}

/* Begin: Utility area (top-right) */

#headercontainer ul{font-size:1em;}

.utility {
  color: #a5a5a5;
  /*font-size: 0.6875em;*/
  font-size:11px;
  padding-top: 0.75em;
  text-align: right;
}
.utility p.seperator{margin-right: 40px;}
.utility p {
  display: inline-block;
  margin: 0;
}

.lt-ie8 .utility p {
  display: inline;
  zoom: 1;
}

/* Language picker: This is a small override, check chosen.css for all related styles */
.chzn-container {
  text-align: left;
}

/* Begin: Search form */
.search-form {
  display: inline-block;
}

.lt-ie8 .search-form {
  display: inline;
  zoom: 1;
}



/* End: Search form */
/* End: Utility area (top-right) */
/* Begin: Akamai logo */
.logo {
  clear: right;
  float: left;
  line-height: 0.5;
  margin: 0;
}
.logo a {
  background: transparent url(https://content.akamai.com/rs/akamaitechnologiesinc/images/akamai-logo.png) 0 0 no-repeat;
  display: inline-block;
  height: 40px;
  width: 99px;
}

.lt-ie8 .logo a {
  display: block;
  zoom: 1;
}

.akamai-partner-logo {
  margin: 0 0 36px -1px;
}

/* End: Akamai logo */
/* Begin: Main navigation */
.main-nav {
  float: right;
  margin-top: 11px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  margin: 0;
  padding: 0;
  float: left;
  background: none;
}
.main-nav a {
  color: #444444 !important;
  display: block;
  font-size: 12px;
  /*font-size: 0.75em;*/
  line-height: 1;
  text-decoration: none;
  padding: 14px 20px;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a.active, .main-nav a.act{
  background-color: #d9d9d9;
}

/* End: Main navigation */

/* MENU Dropdown */

ul.lang-dd {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.lt-ie8 ul.lang-dd{
  display: inline;
  vertical-align: middle;
}

ul.lang-dd ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  z-index: 100;
}
ul.lang-dd a {
  text-decoration: none;
}
ul.lang-dd li {
  position: relative;
  padding:0px;
  background:none;
}
ul.lang-dd ul {
  display: none;
  position: absolute;
  top: 12px;
  z-index: 2;
  background: #444444;
  padding: 0;
  width: 88px;
  text-align: left;
}
ul.lang-dd li.english{
  width: 88px;
  text-align: left;
}
ul.lang-dd li.english:hover{
  background-color: #444;
}
ul.lang-dd li:hover > ul {
  display: block;
}
ul.lang-dd li a {
  display: block;
  padding: 8px 16px;
}
ul.lang-dd ul li a{
  color:#fff;
}
ul.lang-dd ul li a:hover {
  background: #222222;
  color:#0099d5;
}

.investor-nav{
  z-index: 2;
  position: relative;
}
.investor-nav ul{
    padding: 0;
    margin-bottom: 25px;
}
.investor-nav > ul > li{
    display: inline;
    margin-right: 38px;
    position: relative;
    padding-bottom: 20px;
}
.investor-nav ul li a{
    font-size: 14px;
}
.investor-nav ul li a.active{
    color: #444444;
    font-weight: bold;
}

.investor-nav ul li ul{
  display: none;
  position: absolute;
  top: 12px;
  z-index: 200;
  background: #444444;
  padding: 0;
  text-align: left;
  width: 170px;
  left:0;
}
.investor-nav li:hover > ul {
  display: block;
}

.investor-nav ul li ul li a{
  color:#fff;
  padding: 8px;
  display: block;
}
.investor-nav ul li > ul li a:hover {
  background: #222222;
  color:#0099d5;
  text-decoration: none;
}

/* end: MENU dropdown*/

/* Begin: general global styles */
article{margin-bottom: 40px;}

input.orange-button{font-weight: bold;}
.orange-button{
  background: #f3a73e;
  background: -moz-linear-gradient(top,  #f3a73e 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a73e), color-stop(100%,#ef8f30));
  background: -webkit-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: -o-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: -ms-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: linear-gradient(to bottom,  #f3a73e 0%,#ef8f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a73e', endColorstr='#ef8f30',GradientType=0 );
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 11px 30px 12px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  border: 0;
  zoom:1;
}

input.blue-button{font-weight: bold;}
.blue-button{
  background: #079ace;
  background: -moz-linear-gradient(top,  #079ace 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#079ace), color-stop(100%,#24a2ce));
  background: -webkit-linear-gradient(top,  #079ace 0%,#24a2ce 100%);
  background: -o-linear-gradient(top,  #079ace 0%,#24a2ce 100%);
  background: -ms-linear-gradient(top,  #079ace 0%,#24a2ce 100%);
  background: linear-gradient(to bottom,  #079ace 0%,#24a2ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079ace', endColorstr='#24a2ce',GradientType=0 );
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 11px 30px 12px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  border: 0;
  zoom:1;
}

.orange-button:hover {
  text-decoration: none;
  background: #fcab41;
  background: -moz-linear-gradient(top, #fcab41 0%, #f79233 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab41), color-stop(100%,#f79233));
  background: -webkit-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: -o-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: -ms-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: linear-gradient(to bottom, #fcab41 0%,#f79233 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab41', endColorstr='#f79233',GradientType=0 );
  zoom:1;
}

/* End: general global styles */

/* Begin: Form styles */
form .element{margin: 36px 0;}
form .element > label{margin: 0 15px 0 0;}

form .element input[type=text]{height: 40px;}
.lt-ie8 form .element input[type=text]{height: 20px;}
form .element select{
    height: 40px;
    color: #A9A9A9;
}

form .element input[type=text],
form .element select,
form .element textarea{
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 form .element input[type=text],
.lt-ie8 form .element select,
.lt-ie8 form .element textarea{width: 280px;}

form .element > *{
    width: 300px;
    margin: 0;
    float: left;
}

form.contact-form input[type=submit]{
    margin-top: 32px;
}

input[type=checkbox] {
    /*visibility: hidden;*/
    float: left;
}

.checkbox {
    position: relative;
    clear: both;
    float: left;
    margin-bottom: 16px;
}
.checkbox span{
    float: left;
    margin-left: 18px;
    line-height: 24px;
}

.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border-radius: 4px;
    background:#f2f2f2;
}

.checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 6px;
    border: 3px solid #666;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    zoom:1;
}

.checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    zoom:1;
}

.lt-ie8 .checkbox{width: 300px;}

.lt-ie9 input[type=checkbox]{
  visibility: visible;
  position: relative;
  top: 5px;
}
.lt-ie9 .checkbox label{display: none;}

.form_right{
    margin-left: 315px;
}
/* End: form styles */

/* Begin: Home page 'features' slider */
.features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.features li {
  position: relative;
}

/* End: Home page 'features' slider */
/* Begin: "In A Faster Forward World" specific styles: */
.iaffw .btn {
  background-color: #f5962d;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
  bottom: 20px;
  padding: 0.5em 1em;
  text-decoration: none;
  top: auto;
  margin-left: 10px;
}
.iaffw .btn:hover, .iaffw .btn:focus {
  background-color: #d08026;
}

/* End: Home page 'features' slider */
/* Begin: "In A Faster Forward World" specific styles: */
.iaffw p {
  font-size: 20px;
  text-align: right;
  padding: 10px 0;
  clear:both;
  font-size: 20px;
}
#hero-slider .iaffw img,
.iaffw img {
  float: right;
  width:auto;
}
#hero-slider .iaffw .iaffw-text,
.iaffw .iaffw-text {
  float: left; 
}
/* End: "In A Faster Forward World" specific styles: */

/* Begin: banner slider */
.banner-slider .slides li{display: none; padding-left: 0px;}

/* End: banner slider */

/* Begin: Updates slider */
.updates {
  background-color: #d9d9d9;
  margin-bottom: 0;
}
.updates .slides a {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  padding: 1em 0;
  text-decoration: none;
}
.updates h2, .updates time, .updates p {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  margin: 0;
}

.lt-ie8 .updates h2, .lt-ie8 .updates time, .lt-ie8 .updates p {
  display: inline;
  zoom: 1;
}

.updates time {
  font-weight: bold;
  color: #444444;
  margin-left: 0.5em;
}
.updates p {
  color: #444444;
  margin-left: 0.5em;
}

/* End: Updates slider */
/* Begin: Teasers */
#teasers {
  background-color: #ebebeb;
  padding-bottom: 18px;
  padding-top: 18px;
}

.teasers-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.teasers-list > * {
  background-color: white;
  float: left;
  margin-left: 16px;
  min-height: 194px;
  padding: 20px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edge-content .teasers-list{text-align: center;}

.lt-ie8 #teasers .teasers-list > * {
  width: 260px;
}

.lt-ie9 .teasers-list > * {
  min-height: 154px;
}

.teasers-list > *:first-child {
  margin-left: 0;
}
#teasers .teasers-list img {
  float: left;
  margin-right: 16px;
  width: 150px;
  height:150px;
}
.teasers-list p {
  margin-top: 0;
  font-size: 13px;
}

.teasers-list a.cta {
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 0;
}

/* The next two selectors are small overrides; check flexslider.css for the rest of the selectors for the sliders overall */
#teaser-slider {
  margin-bottom: 0;
  height: 194px;
  /* This makes me sad, but IE 9 & 10 misbehave without it. */
}
#teaser-slider .flex-control-nav {
  bottom: 3px;
  left: 0;
  width: 110px;
  position: relative;
  float: right;
  top: 2px;
}
#teaser-slider .flex-control-paging li a {
  height: 10px;
  width: 10px;
}

.lt-ie8 #teaser-slider{
  height: 164px;
}
.lt-ie8 #teaser-slider .flex-control-nav {
  bottom: 10px;
}

/* End: Teasers */

/* Begin other homepage stuff */
.halfwidth-block{
  width:48%;
  float: left;
}
.halfwidth-block.right{
  float: right;
}
.halfwidth-block h3{
  background: #595c5e;
  background: -moz-linear-gradient(top,  #595c5e 0%, #474a4b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595c5e), color-stop(100%,#474a4b));
  background: -webkit-linear-gradient(top,  #595c5e 0%,#474a4b 100%);
  background: -o-linear-gradient(top,  #595c5e 0%,#474a4b 100%);
  background: -ms-linear-gradient(top,  #595c5e 0%,#474a4b 100%);
  background: linear-gradient(to bottom,  #595c5e 0%,#474a4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595c5e', endColorstr='#474a4b',GradientType=0 );
}
.halfwidth-block ul{
  padding: 0;
  margin: 0;
}
.halfwidth-block ul li{
  padding: 10px 10px 10px 50px;
  list-style: none;
  border-bottom:1px solid #e6e6e6;
}
#case-studies li{
}
#white-paper li{
}

/* Begin: Inner page wrapper */
.wrapper {
  position: relative;
  margin: 21px auto 40px auto;
  width: 932px;
}

/* End: Inner page wrapper */

/* Begin: Inner page banner */
.banner {
  position: relative;
  margin: 0 0 35px 0;
  width: 100%;
  height: 212px;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #444444;
  font-family: 'Frutiger', helvetica, sans-serif;
}
.banner h2 {
  margin: 0;
  padding: 21px 0 0 30px;
  max-width: 360px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;
  color: #444444;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.banner p{
    padding: 0 0 0 30px;
    max-width: 400px;
}
.banner h4 {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: inherit;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.pillar_banner{
  margin-bottom: 40px;
}

.edge-bg .banner{
  margin-bottom: 0;
  color: #fff;
}

.edge-bg .banner .orange-button{
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.banner_solutions, .banner_solutions h4,
.banner_about, .banner_about h4,
.banner_careers,
.banner_industries,
.banner_pillar_innovation,
.banner_pillar_mobile,
.banner_pillar_cloud,
.banner_pillar_media{
  color: #ffffff;
}

.banner_support, .banner_support h4 {
  color: #444444;
}

.banner h3{
    margin: 0 0 8px 0;
    padding: 22px 0 0 30px;
    font-size: 30px;
    width: 375px;
    line-height: 36px;
    font-weight: 200;
    color: inherit;
}
.banner h3.deindent{
  text-indent: -5px;
}

.banner_partners h3{
  width: 420px;
}
/* End: Inner page banner */


/* ================================================
   GENERIC LAYOUT STYLES
   ================================================ */

/* Begin: Side navigation */
.side-nav {
  position: relative;
  margin: 0 30px 0 0;
  width: 206px;
  float: left;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-nav ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.side-nav ul li a, .side-nav ul li a:visited {
  margin: 0 0 10px 0;
  font-size: 14px;
  display: inline-block;
}
.side-nav ul li a:hover, .side-nav ul li a.active, .side-nav ul li a:visited:hover, .side-nav ul li a:visited.active {
  color: #444444;
  text-decoration: none;
}
.side-nav ul li a.active{font-weight:bold;}
/* End: Side navigation */

/* Begin: full right column with side nav */
.full-right-column{
    width: 696px;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie8 .full-right-column.agenda{width: 664px;}
.full-right-column .leftcolumn{
    margin-right: 76px;
    width: 310px;
    float: left;
}
.full-right-column .rightcolumn{
    width: 310px;
    float: left;
}

.full-right-column div.spacedivs > div{
    margin-bottom: 40px;
}
/* End: full right column with side nav */

/* Begin: Left-two column */
.left-two-column{
    position: relative;
    margin: 0 15px 0 0;
    width: 615px;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    float: left;
    -webkit-font-smoothing: antialiased;
}
/* End: Left-two column */

/* Begin: Wide right column */
.wide-right-column {
    position: relative;
    margin: 0;
    width: 302px;
    float: left;
}
/* End: Wide right column */

/* Begin: Center column */
.center-column {
  position: relative;
  margin: 0 15px 0 0;
  width: 459px;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  float: left;	
  -webkit-font-smoothing: antialiased;
}

.center-column.three-column{width:932px;}
.center-column.right-two-column{width:695px;margin-right:0;}
.center-column.left-two-column{width:695px;}

.wrapper.narrow-center-col .center-column {
  margin-right: 25px;
  width: 371px;
}
/* End: Center column */

/* Begin: Right column and callouts */
.right-column {
  position: relative;
  margin: 5px 0 0 0;
  width: 222px;
  float: left;
}

.wrapper.narrow-center-col .right-column {
  width: 300px;
}

.callout {
  position: relative;
  margin: 0 0 20px 0;
  padding: 13px 13px 20px 13px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}

.callout img{width: 100%;}

.callout.callout-wide {
  padding: 16px 16px 20px 16px;
  font-size: 14px;
  line-height: 19px;
}

.callout.dark {
  padding-bottom: 13px;
  color: white;
  background: black;
}
.callout.light {background-color: #dfebf9;}
.callout.orange{background-color: #fef6e5;}
.callout.green{background-color: #f2f6e5;}
.callout.red{background-color: #f6e8e5;}
.callout.teal{background-color: #ebf5f2;}

.callout h2 {
  margin: 0 0 9px 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  color: #444444;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.callout.callout-wide h2 {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 29px;
  color: #444444;
}

.callout.callout-wide h2 + form {
  padding-top: 12px;
}

.callout.callout-wide form {
  padding-bottom: 6px;
}

.callout p {
  margin: 0 0 14px 0;
}
.callout p.arrow {
  padding-left: 20px;
}
.callout a.arrow, .callout a.arrow:visited {
  padding-left: 20px;
  display: inline-block;
}
.callout img {
  margin: 0 0 8px 0;
}
.callout img.edge {
  cursor: pointer;
  position: relative;
  /*left: -13px;*/
}

.callout a, .callout a:visited {
  font-weight: 600;
}

.field {
  margin: 0 0 16px 0;
  padding: 8px 14px 8px 14px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  color: #999999;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 .field{
  width: 86%;
}
.callout.callout-wide .field {
  width: 268px;
}
.lt-ie8 .callout.callout-wide .field {
  width: 246px;
}

textarea.field {
  resize: none;
}

select.field {
  color: #999999;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn-learn-more {
  margin: 3px 0 0 0;
}

.textarea-keywords {
  margin-bottom: 19px;
  height: 153px;
}

.awards-section {
  position: relative;
}

.award-logos {
  margin: 38px 0 26px 0;
  width: 100%;
}

.award-logo-link, .award-logo-link:visited {
  position: absolute;
  top: 38px;
  left: -2px;
  z-index: 10;
  width: 131px;
  height: 130px;
  background: rgba(255,255,255,0);
}

/* End: Right column and callouts */

/* ================================================
   BEGIN SPECIFIC PAGE LAYOUTS
   ================================================ */

/* Begin: pillars video accordian */
.video-accordian{
  padding: 13px 0;
}
.video-accordian div p{
  cursor: pointer;
  margin: 8px 13px;
  padding: 0 13px;
}
/* End: pillars video accordian */

/* Begin: solutions home layout */

.solutions-homepage .left-two-column{
    width: 544px;
}
.solutions-homepage .wide-right-column{
    width: 373px;
}
.wide-right-column .video{
    float: left;
    height:212px;
    width: 100%;
}

.solutions-options h1{
    text-align: center;
    color: #0099d5;
    margin: 30px 0 0 0;
}
.solutions-options > a{
    width:464px;
    float: left;
    height: 82px;
}
.luna-control-center{
    margin-right:4px;
}
.luna-control-center:hover{
  background-position: 0 -82px;
}
.service-support{
}
.service-support:hover{
  background-position: 0 -82px;
}
.aq-sols-container a{
    height: 307px;
    width: 184px;
    float: left;
    margin-top: 6px;
    margin-right: 3px;
    padding: 240px 15px 0 15px;
    color: #666;
    text-align: center;
    font-size: 12px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aq-sols-container a:last-child{margin-right: 0;}


.aq-sols-container .hover{
  display: none;
  color: #fff;
  position: relative;
  top: -35px;
  font-size: 10px;
}
.aq-sols-container .no-hover{display: block;}

.aq-sols-container a:hover > .hover{display: block;}
.aq-sols-container a:hover > .no-hover{display: none;}


.customer-stories .callout{
    margin: 16px 16px 0 0;
    padding: 13px 23px 20px 13px;
    width: 300px;
    min-height: 160px;
    float: left;
}
.customer-stories .callout:nth-child(3n+1){
    margin-right: 0;
}
.customer-stories h2{padding: 8px 0;}
/* IE */
.lt-ie8 .solutions-options{width: 100%;}
.lt-ie8 .aq-sols-container a{
  width: 144px;
  height: 64px;
}
.lt-ie8 .customer-stories .callout{
  width: 264px;
  height: 137px;
}
.lt-ie9 .lastSolution{margin-right: 0 !important;}
/* End: solutions home layout */

/* Begin: Solutions layout */
.solutions-header {
  position: relative;
  margin: 21px auto 0 auto;
  padding: 27px 0;
  width: 932px;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #999999;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.solutions-header .left-half {
  width: 444px;
  float: left;
}
.solutions-header .right-half {
  margin-top: -2px;
  width: 458px;
  float: right;
}

.solutions-mid {
  position: relative;
  margin: 0 auto 32px auto;
  padding: 32px 0 31px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
}
.aura-highlight h3{
  margin: 20px 0;
}
.solutions-mid .aura-highlight div{
    background-color: #fff;
    padding: 15px;
    min-height: 265px;
}
.aura-highlight .third-column{
	width: 269px;
}
.lt-ie8 .solutions-mid .aura-highlight div{
  width: 269px;
}

.solutions-mid.blue{background: #e9f1fb;}
.solutions-mid.orange{background: #fef6e5;}
.solutions-mid.green{background: #f2f6e5;}
.solutions-mid.red{background: #f6e8e5;}
.solutions-mid.teal{background: #ebf5f2;}

.solutions-mid h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #444444;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.solutions-mid .btn-icon {
  position: relative;
  margin: 0 0 10px 0;
  width: 299px;
  height: 53px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  zoom:1;
}
.solutions-mid .btn-icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  zoom:1;
}

/* blue - solutions_aqua */
.solutions-mid .btn-icon.btn-blue-1 {background-position: 0 0;}
.solutions-mid .btn-icon.btn-blue-2 {background-position: 0 -63px;}
.solutions-mid .btn-icon.btn-blue-3 {background-position: 0 -126px;}
.solutions-mid .btn-icon.btn-blue-4 {background-position: -316px 0;}
.solutions-mid .btn-icon.btn-blue-5 {background-position: -316px -63px;}

/* orange - solutions_sola */
.solutions-mid .btn-icon.btn-orange-1 {background-position: 0 0;}
.solutions-mid .btn-icon.btn-orange-2 {background-position: 0 -53px;}
.solutions-mid .btn-icon.btn-orange-3 {background-position: 0 -106px;left:150px;clear: both;}
.solutions-mid .btn-icon.btn-orange-4 {background-position: 0 -159px;}
.solutions-mid .btn-icon.btn-orange-5 {background-position: 0 -212px;}

/* green - terra */
.solutions-mid .btn-icon.btn-green-1 {background-position: 0 0;}
.solutions-mid .btn-icon.btn-green-2 {background-position: 0 -53px;}
.solutions-mid .btn-icon.btn-green-3 {background-position: 0 -106px;}
.solutions-mid .btn-icon.btn-green-4 {background-position: 0 -159px;}
.solutions-mid .btn-icon.btn-green-5 {background-position: 0 -212px;}
.solutions-mid .btn-icon.btn-green-6 {background-position: 0 -265px;}

/* red - kona */
.solutions-mid .btn-icon.btn-red-1 {background-position: 0 0;}
.solutions-mid .btn-icon.btn-red-2 {background-position: 0 -53px;}
.solutions-mid .btn-icon.btn-red-3 {background-position: 0 -106px;}
.solutions-mid .btn-icon.btn-red-4 {background-position: 0 -159px;}
.solutions-mid .btn-icon.btn-red-5 {background-position: 0 -212px;}
.solutions-mid .btn-icon.btn-red-6 {background-position: 0 -265px;}

/* team - aura */
.solutions-mid .btn-icon.btn-teal-1 {background-position: 0 0;}
.solutions-mid .btn-icon.btn-teal-2 {background-position: 0 -53px;}
.solutions-mid .btn-icon.btn-teal-3 {background-position: 0 -105px;}
.solutions-mid .btn-teal-bg {
  background-color: #3d9d82;
  width: 279px;
  height: 17px;
  padding: 18px 10px;
  display: block;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: bold;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  zoom:1;
    -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  font-size: 15px;
}
.solutions-mid .btn-teal-bg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   opacity: 1;
   text-decoration: none;
}
.solutions-mid .btn-teal-bg.mt{
  margin-top: 10px;
}

.video-caption{
    font-size: 0.8em;
    color:#666666;
}

.solutions-bottom {
  position: relative;
  margin: 0;
  padding: 20px 0 31px 0;
}
.solutions-bottom .solution-slider-control {
  margin: 0 0 25px 0;
  text-align: center;
}

.solutions-bottom .flex-prev,
.solutions-bottom .flex-next {
  position: relative;
  margin: 2px 0 0 18px;
  width: 19px;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  float: left;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  zoom:1;
}

.solutions-bottom .flex-prev:hover,
.solutions-bottom .flex-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  zoom:1;
}

.solutions-bottom .flex-next {
  margin: 2px 18px 0 0;
  float: right;
  background-position: -19px 0;
}
.lt-ie8 .solutions-bottom .flex-next,
.lt-ie8 .solutions-bottom .flex-next:hover {
  top:0px;
}

.solutions-bottom.blue .flex-prev,

.solutions-bottom.orange .flex-prev,

.solutions-bottom.green .flex-prev,

.solutions-bottom.red .flex-prev,

.solutions-bottom.teal .flex-prev,

.solutions-inner {
  position: relative;
  margin: 0 auto;
  width: 932px;
}

.solutions-inner .third-column {
  position: relative;
  margin: 0 17px 0 0;
  width: 299px;
  float: left;
}
.solutions-inner .third-column:last-child {
  margin-right: 0px;
}
.solutions-inner .callout {
  margin: 0 16px 0 0;
  padding: 13px 23px 20px 13px;
  width: 290px;
  min-height: 200px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.solutions-inner .callout{background:none #DFEBF9;}

.lt-ie8 .solutions-inner .callout {
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    float: left;
    margin: 0 15px 0 0;
    min-height: 200px;
    padding: 13px 23px 20px 13px;
    width: 280px;
	height: 245px;
}

.solutions-inner .callout:last-child {
  margin-right: 0px;
}


.solutions-inner .callout img {
  margin-right: -10px;
}

.solution-slider-control {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  color: #444444;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.solution-slides {
  margin: 0 0 44px 0;
}
.solution-slides .slides li {
  display: none;
}
.solution-slides .flex-direction-nav {
  position: absolute;
  top: 0;
  width: 964px;
  left: -16px;
}

/* End: Solutions layout */

/* Begin: Customers layout */


.full-right-column .video-list{
    width: 466px;
    margin:0 15px 0 0;
    float: left;
}
.full-right-column .video-list .image-container{
    position: relative;
    cursor: pointer;
}
.full-right-column .video-list .image-container:after{
    content:'';
    width: 33px;
    height: 33px;
    right: 10px;
    bottom: 16px;
    position: absolute;
}
.full-right-column .video-aside{
    width: 215px;
    float: left;
}

.full-right-column .video-queue{clear: both;}
.full-right-column .video-queue .video-third{
    margin:14px 14px 0 0;
    width: 146px;
    float: left;
    cursor: pointer;
    min-height: 260px;
}
.full-right-column .video-queue .video-third.firstSolution {
    clear:left;
}
.full-right-column .video-queue .video-third:last-child{margin-right: 0;}
.full-right-column .video-queue .video-third img{
    width: 100%;
    height: 97px;
}
#conference-archives img{
  height: auto;
}
#conference-archives .video-third{
  min-height: 170px;
}
.clearfloat{
  clear: both;
}
/* End: Customers layout */

/* Start: Investors layout */

.plain-header{
    position: relative;
    padding: 27px 0 5px 0;
    font-size: 14px;
    color: #666666;
    border-top: 1px solid #999999;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    min-height:54px;
}

.plain-header h1{float: left;}
.plain-header .investor_links{float: right;}
.plain-header .investor_links a{
    float: left;
    width: 72px;
    padding-top: 36px;
    text-align: center;
    color: #444444;
}

.investor-hero{
    width: 100%;
    margin-bottom: 60px;
}
.investor-hero img{
    width: 100%;
    height: auto;
    display: block;
}
#investor-hero-slider{
  margin: 0;
}
#investor-hero-slider .flex-control-nav{
  width: auto;
  bottom: 20px;
  left: 90px;
}
.stock-stats{
    padding: 6px 0;
    background-color: #444;
    margin: 0;
}
.stock-stats li{
    display: inline;
    color: #fff;
    margin-left: 12px;
    margin-right: 40px;
}
.investor-hero .disclaimer{
    margin: 0;
    color: #fff;
    font-size: 12px;
    background-color: #838484;
    padding: 6px 12px;
}

.sidebar-block h3{
    background-color: #444;
    color: #fff;
    margin: 0;
    padding: 13px;
}

.calendar li{line-height: 18px;}
.calendar .aCal ul{color:#666;}
.calendar .aCal li{
    float:left;
    font-size:12px;
    padding:5px;
    width:35px;
    text-align:center;
    list-style:none;
}
.calendar .aCal .curMY{
    text-align:center;
    position:relative;
    color:#666;
    font-weight:bold;
    padding:10px;
    font-size:18px;
}
.calendar .aCal .curMY a{
    position:absolute;
    text-decoration:none;
    padding:2px;
}
.calendar #prevMon{
    left:10px;
    background-position:-113px bottom;
    top:1px
}
.calendar #nextMon{
    right:10px;
    background-position: -113px 0;
    top:16px;
}
.calendar .aCal .calHead{
    width:100%;
    overflow:hidden;
    margin: 0;
    border-bottom:1px solid #666666;
    padding: 0;
}
.calendar .aCal #callD{margin-left:0px;}

.calendar .aCal .calHead li{
    margin:0px 0px 1px 1px;
    color:#666;
    font-weight:bold;
    height:20px;
}
.calendar .calBody{
    width:252px;
    margin: 0 auto;
    position:relative;
}
.calendar .calDate{
    float:left;
    position:relative;
    padding: 0;
} 
.calendar .calDate li{margin:1px 1px 1px 0px;}
.calendar .calDate .community{
    background-color:#d4ee9d;
    color:#fff;
}
.calendar .calDate .earnings{background-color:#ffd143;}
.calendar .calDate .fireside{background-color:#ee9daa;}
.calendar .calDate .events{
    color:#52a4d3;
    font-weight:bold;
}
.calendar .calDate #popupe{
    color:#fff;
    font-weight:normal;
}

.calendar .calDate .marketing{background-color:#92f0ed;}
.calendar .calDate .parties{
    background-color:#9663a9;
    color:#fff;
}
.calendar .calDate .mixed{
    background-color:#ff0000;
    color:#fff;
}
.calendar .popEv{display:none;}
.calendar .calDate .evPd{cursor:pointer;}
.calendar .calDate .evPd:hover .popEv{display: block;}
.calendar #akmCalendar {
    border:1px solid #000;
    width:546px;
}
.calendar #akmCalendar .aHeading {
    color: #FFFFFF;
    margin: 10px 0;
    text-align: center;
    font-size:13px;
    font-weight:bold;
}
.calendar #popupe .popEvent {margin-bottom:5px;}
.calendar #popupe{
    position:absolute;
    padding:10px;
    background-color:#333333;
    font-size:12px;
    z-index:10000;
    right:0;
    width:200px;
    text-align:left;
}
.calendar .calBody .clear{clear:both;}
.calendar .event-date{ color: #0099d5;}

/* End: Investors layout */

/* Begin: Video Slideshow */
.video-feature {
  position: relative;
  padding: 15px 0 17px 0;
}

.video-slideshow {
  position: relative;
  margin: 11px 0 0 39px;
  width: 312px;
}

.video-slideshow ul {
  margin: 0px;
  padding: 0px;
}

.video-slideshow ul li {
  margin: 0px;
  padding: 0px;
}

.video-thumbs {
  width: 100%;
  height: 42px;
  overflow: hidden;
}

.video-thumbs > li {
  float: left;
  list-style: none;
  background: none;
}

.video-thumbs li a, .video-thumbs li a:visited {
  margin: 0 17px 0 0;
  opacity: 0.9;
  float: left;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.video-thumbs li a:hover {
  opacity: 1;
}

.video-thumbs li a:last-child {
  margin-right: 0px;
}

.video-slideshow .flex-next, .video-slideshow .flex-prev {
  position: absolute;
  top: 5px;
  margin: 0;
  width: 19px;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  float: left;
  display: block;
  zoom:1;
}

.video-slideshow .flex-prev {
  left: -38px;
}

.video-slideshow .flex-next {
  right: -21px;
  background-position: -19px 0;
}

.video-slideshow .flex-next:hover, .video-slideshow .flex-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  zoom:1;
}

.flex-direction-nav a,
.flex-direction-nav a:visited {
  outline: none;
}
/* End: Video Slideshow */

/* Begin: modal */
.modal{
  background: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
}
.modal-container{
  position: relative;
  top: 105px;
  width: 560px;
  margin: 0 auto;
}
.big-modal-container{
  position: relative;
  top: 200px;
  width: 980px;
  margin: 0 auto;
}
.close-modal{
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.bio-modal-content{
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  -webkit-box-shadow: 0 0 10px 5px #ccc;
  -moz-box-shadow: 0 0 10px 5px #ccc;
  box-shadow: 0 0 10px 5px #ccc;
  font-size: 13px;
  color: #888;
}

.bio-modal-content li
{
	font-size:14px;
	list-style: disc;
}
.bio-modal-content .person-title{
  font-size: 16px;
}

.bio-modal-content .close-modal{
  top: 20px;
  right: 20px;
}
.bio-modal-content img{
  float: right;
  margin: 0 0 5px 5px;
}
/* End: modal */

/* Begin: Connect */

#footerwrapper .connect .content
{
	padding-bottom:0px;
}

#footerwrapper footer .content
{
	padding-bottom:0px;
}

#footerwrapper.connect p{font-size:11px;}

#footerwrapper .connect, footer {
  background-color: #323435;
  color: white;
  padding: 18px 0;
  min-width: 964px;
  clear:both;
}

.connect-1 {
  float: right;
}

.connect-2 {
  float: left;
  padding-top: 3px;
}

.connect-3 {
  margin-left: 316px;
  padding-top: 3px;
}

.lt-ie8 .connect-2, .lt-ie8 .connect-3 {
  margin-top: -6px;
}

.connect p {
  font-size: 11px;
  /*font-size: 0.6875em;*/
  margin: 0;
}
.connect .btn {
  background-color: #0193ce;
  color: white;
  font-size: 1.09091em;
  margin-left: 1em;
  padding: 0.5em 0.8em;
}

.lt-ie8 .connect .btn {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

.connect .btn:hover, .connect .btn:focus {
  background-color: #0282b5;
  text-decoration: none;
}

.connect-1 a {
  display: inline-block;
  vertical-align: middle;
}

/* End: Connect */
/* Begin: Footer */
footer {
  background-color: #474a4c;
  font-size: 11px;
  padding: 18px 0 20px;
  min-width: 964px;
}

.footer-links {
  color: #a1a1a1;
  float: left;
  margin: 0;
}
.footer-links a {
  margin-right: 1.7em;
}
.footer-links .group-2, .footer-links .group-3 {
  margin-left: 1.7em;
}
.footer-links a{
  color: #a1a1a1 !important;
}

.copyright {
  color: white;
  float: right;
  margin: 0;
}

/* End: Footer */

/* ================================================
   --EDGE MICROSITE STYLES
   ================================================ */

html, button, input, select, textarea {
  color: #444444;
  font-family: helvetica, arial, sans-serif;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #fff;
  min-width: 964px;
}

/*
 * The .content class keeps all content centered in the viewport, and controls width(s).
 * the wrapper element is similar to content, but without padding included
 */
.content {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 964px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  position: relative;
  margin: 21px auto 40px auto;
  width: 932px;
}

header.content {
  padding-bottom: 12px;
}

.lt-ie8 .content {
  width: 932px;
}

a {
  color: #0099d5;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a img {
  border: none;
  outline: none;
}

hr {
  margin: 31px 0 32px 0;
  height: 1px;
  border: none;
  background: #0099d5;
}
.center-column ul {
  padding: 6px 0 0 10px;
}

/*.center-column  ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 9px;
  list-style: none;
  background: none;
}*/

p {
  margin: 0 0 10px 0;
}

h1 {
  margin: 0 0 10px 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
  color: #444444;
}
header h1{font-size: 28px;}

h2{
    color:#999999;
    font-size: 18px;
}
h3{
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 1.5em;
}

ul + h1 {
  margin-top: 39px;
}

/* Begin: Utility area (top-right) */
.utility {
  color: #a5a5a5;
  /*font-size: 0.6875em;*/
  padding-top: 0.75em;
  text-align: right;
}
.utility p.seperator{margin-right: 40px;}
.utility p {
  display: inline-block;
  margin: 0;
}

.lt-ie8 .utility p {
  display: inline;
  zoom: 1;
}

/* Language picker: This is a small override, check chosen.css for all related styles */
.chzn-container {
  text-align: left;
}

/* Begin: Search form */
.search-form {
  display: inline-block;
}

.lt-ie8 .search-form {
  display: inline;
  zoom: 1;
}

.search-form > div {
  margin-left: 20px;
  position: relative;
}

.search-input {
  background-color: #d9d9d9;
  border: none;
  padding: 7px 30px 7px 8px;
}

.submit-input {
  background: transparent url(https://content.akamai.com/rs/akamaitechnologiesinc/images/magnifying-glass.png) 0 0 no-repeat;
  border: none;
  height: 14px;
  position: absolute;
  right: 8px;
  text-indent: -999em;
  top: 7px;
  width: 14px;
}

.lt-ie8 .submit-input {
  text-transform: capitalize;
}

/* End: Search form */
/* End: Utility area (top-right) */
/* Begin: Akamai logo */
.logo {
  clear: right;
  float: left;
  line-height: 0.5;
  margin: 0;
}
.logo a {
  background: transparent url(https://content.akamai.com/rs/akamaitechnologiesinc/images/akamai-logo.png) 0 0 no-repeat;
  display: inline-block;
  height: 40px;
  width: 99px;
}

.lt-ie8 .logo a {
  display: block;
  zoom: 1;
}

.akamai-partner-logo {
  margin: 0 0 36px -1px;
}

/* End: Akamai logo */
/* Begin: Main navigation */
.main-nav {
  float: right;
  margin-top: 11px;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
.main-nav li {
  margin: 0;
  padding: 0;
  float: left;
  background: none;
}
.main-nav a {
  color: #444444;
  display: block;
  /*font-size: 0.75em;*/
  line-height: 1;
  text-decoration: none;
  padding: 14px 20px;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a.active {
  background-color: #d9d9d9;
}

/* End: Main navigation */

/* MENU Dropdown */

ul.lang-dd {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.lt-ie8 ul.lang-dd{
  display: inline;
  vertical-align: middle;
}

ul.lang-dd ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  z-index: 100;
}
ul.lang-dd a {
  text-decoration: none;
}
ul.lang-dd li {
  position: relative;
}
ul.lang-dd ul {
  display: none;
  position: absolute;
  top: 12px;
  z-index: 2;
  background: #444444;
  padding: 0;
  width: 88px;
  text-align: left;
}
ul.lang-dd li.english{
  width: 88px;
  text-align: left;
}
ul.lang-dd li.english:hover{
  background-color: #444;
}
ul.lang-dd li:hover > ul {
  display: block;
}
ul.lang-dd li a {
  display: block;
  padding: 8px 16px;
}
ul.lang-dd ul li a{
  color:#fff;
}
ul.lang-dd ul li a:hover {
  background: #222222;
  color:#0099d5;
}

/* end: MENU dropdown*/

/* Begin: general global styles */
article{margin-bottom: 40px;}

input.orange-button{font-weight: bold;}
.orange-button{
  background: #f3a73e;
  background: -moz-linear-gradient(top,  #f3a73e 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a73e), color-stop(100%,#ef8f30));
  background: -webkit-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: -o-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: -ms-linear-gradient(top,  #f3a73e 0%,#ef8f30 100%);
  background: linear-gradient(to bottom,  #f3a73e 0%,#ef8f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a73e', endColorstr='#ef8f30',GradientType=0 );
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 11px 30px 12px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.38);
  border: 0;
  zoom:1;
}
.orange-button:hover {
  text-decoration: none;
  background: #fcab41;
  background: -moz-linear-gradient(top, #fcab41 0%, #f79233 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcab41), color-stop(100%,#f79233));
  background: -webkit-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: -o-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: -ms-linear-gradient(top, #fcab41 0%,#f79233 100%);
  background: linear-gradient(to bottom, #fcab41 0%,#f79233 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab41', endColorstr='#f79233',GradientType=0 );
  zoom:1;
}
/* End: general global styles */


/* Begin: Home page 'features' slider */
.features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.features li {
  position: relative;
}

/* End: Home page 'features' slider */


/* Begin: Updates slider */
.updates {
  background-color: #d9d9d9;
  margin-bottom: 0;
}
.updates .slides a {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  padding: 1em 0;
  text-decoration: none;
}
.updates h2, .updates time, .updates p {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  margin: 0;
}

.lt-ie8 .updates h2, .lt-ie8 .updates time, .lt-ie8 .updates p {
  display: inline;
  zoom: 1;
}

.updates time {
  font-weight: bold;
  color: #444444;
  margin-left: 0.5em;
}
.updates p {
  color: #444444;
  margin-left: 0.5em;
}

/* End: Updates slider */
/* Begin: Teasers */

.teasers-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.teasers-list > * {
  background-color: white;
  float: left;
  margin-left: 16px;
  min-height: 194px;
  padding: 20px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edge-content .teasers-list{text-align: center;}

.lt-ie8 #teasers .teasers-list > * {
  width: 260px;
}

.lt-ie9 .teasers-list > * {
  min-height: 154px;
}

.teasers-list > *:first-child {
  margin-left: 0;
}
#teasers .teasers-list img {
  float: left;
  margin-right: 16px;
  width: 150px;
  height:150px;
}
/*.teasers-list p {
  margin-top: 0;
  font-size: 0.8em;
}*/

.teasers-list a.cta {
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 0;
}

/* End: Teasers */

/* Begin: Inner page wrapper */


/* End: Inner page wrapper */

/* Begin: Inner page banner */
.banner {
  position: relative;
  margin: 0 0 35px 0;
  width: 100%;
  height: 212px;
  background-repeat: no-repeat;
  background-position: 0 0;
   
  font-family: 'Frutiger', helvetica, sans-serif;
}
.banner h2 {
  margin: 0;
  padding: 21px 0 0 30px;
  max-width: 360px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 100;
   
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.banner p{
    padding: 0 0 0 30px;
    max-width: 400px;
}
.banner h3{
    margin: 0 0 8px 0;
    padding: 22px 0 0 30px;
    font-size: 30px;
    width: 375px;
    line-height: 36px;
    font-weight: 200;
    color: inherit;
}
.banner h4 {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: inherit;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.edge-bg .banner{
  margin-bottom: 0;
  color: #fff;
}

.edge-bg .banner .orange-button{
  position: absolute;
  left: 30px;
  bottom: 30px;
}

/* End: Inner page banner */


/* ================================================
   GENERIC LAYOUT STYLES
   ================================================ */

/* Begin: Side navigation */
.side-nav {
  position: relative;
  margin: 0 30px 0 0;
  width: 206px;
  float: left;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-nav ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.side-nav ul li a, .side-nav ul li a:visited {
  margin: 0 0 10px 0;
  font-size: 14px;
  display: inline-block;
}
.side-nav ul li a:hover, .side-nav ul li a.active, .side-nav ul li a:visited:hover, .side-nav ul li a:visited.active {
  color: #444444;
  text-decoration: none;
}
/* End: Side navigation */

/* Begin: full right column with side nav */

.full-right-column ul,.full-right-column li{font-size: 14px;list-style: disc;}

.full-right-column{
    width: 696px;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lt-ie8 .full-right-column.agenda{width: 664px;}
.full-right-column .leftcolumn{
    margin-right: 76px;
    width: 310px;
    float: left;
}
.full-right-column .rightcolumn{
    width: 310px;
    float: left;
}

.full-right-column div.spacedivs > div{
    margin-bottom: 40px;
}
/* End: full right column with side nav */


/* Begin: Right column and callouts */
.right-column {
  position: relative;
  margin: 5px 0 0 0;
  width: 222px;
  float: left;
}


/* Begin: modal */
.modal{
  background: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
}
.modal-container{
  position: relative;
  /*top: 200px;*/
  width: 560px;
  margin: 0 auto;
}
.big-modal-container{
  position: relative;
  top: 200px;
  width: 980px;
  margin: 0 auto;
}
.close-modal{
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.bio-modal-content{
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  -webkit-box-shadow: 0 0 10px 5px #ccc;
  -moz-box-shadow: 0 0 10px 5px #ccc;
  box-shadow: 0 0 10px 5px #ccc;
  font-size: 14px;
  color: #888;
}
.bio-modal-content .person-title{
  font-size: 16px;
}

.bio-modal-content .close-modal{
  top: 20px;
  right: 20px;
}
.bio-modal-content img{
  float: right;
  margin: 0 0 5px 5px;
}
/* End: modal */

/* Begin: Connect */
.connect {
  background-color: #323435;
  color: white;
  padding: 18px 0;
  min-width: 964px;
}

.connect-1 {
  float: right;
}

.connect-2 {
  float: left;
  padding-top: 3px;
}

.connect-3 {
  margin-left: 316px;
  padding-top: 3px;
}

.lt-ie8 .connect-2, .lt-ie8 .connect-3 {
  margin-top: -6px;
}

.connect p {
  /*font-size: 0.6875em;*/
  margin: 0;
}
.connect .btn {
  background-color: #0193ce;
  color: white;
  font-size: 1.09091em;
  margin-left: 1em;
  padding: 0.5em 0.8em;
}

.lt-ie8 .connect .btn {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

.connect .btn:hover, .connect .btn:focus {
  background-color: #0282b5;
  text-decoration: none;
}

.connect-1 a {
  display: inline-block;
  vertical-align: middle;
}

/* End: Connect */

/* Begin: Footer */
footer {
  background-color: #474a4c;
  /*font-size: 0.6875em;*/
  padding: 18px 0 20px;
  min-width: 964px;
}

.footer-links {
  color: #a1a1a1;
  float: left;
  margin: 0;
}
.footer-links a {
  margin-right: 1.7em;
}
.footer-links .group-2, .footer-links .group-3 {
  margin-left: 1.7em;
}
.footer-links a{
  color: #a1a1a1;
}

.copyright {
  color: white;
  float: right;
  margin: 0;
}

/* End: Footer */

/* ================================================
   EDGE
   ================================================ */

.edge-bg{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
    zoom:1;
}
.edge-bg .wrapper,
.gray-bg .wrapper{
  margin: 0 auto;
}
.gray-bg{background: #ededed;}
/*.lt-ie8 .gray-bg{background: #fff;}*/

.gray-bg .wrapper{
  background: #fff;
  background: -moz-linear-gradient(left,  #ededed 0%, #ffffff 50%, #ededed 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(50%,#ffffff), color-stop(100%,#ededed));
  background: -webkit-linear-gradient(left,  #ededed 0%,#ffffff 50%,#ededed 100%);
  background: -o-linear-gradient(left,  #ededed 0%,#ffffff 50%,#ededed 100%);
  background: -ms-linear-gradient(left,  #ededed 0%,#ffffff 50%,#ededed 100%);
  background: linear-gradient(to right,  #ededed 0%,#ffffff 50%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=1 );
  padding: 40px 0 0 0;
  zoom:1;
}

.gray-bg .hr{
  width: 932px;
  height: 11px;
  float: left;
  margin-top: 60px;
}
.edge-top-shadow{
    -webkit-box-shadow: inset 0 4px 10px #ccc;
    -moz-box-shadow: inset 0 4px 10px #ccc;
    box-shadow: inset 0 4px 10px #ccc;
}
.white-bg{
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 10px 10px 1px #bcbdbe;
    -moz-box-shadow: 0px 10px 10px 1px #bcbdbe;
    box-shadow: 0px 10px 10px 1px #bcbdbe;
    position: relative;
    top:-10px;
    display: none;
    z-index: 10;
}
.white-bg.active{display: block;}


.white-bg .side-nav{
  padding-left: 15px;
}
.white-bg .full-right-column{
  padding-right: 15px;
}

/* begin edge homepage slider */
#edge-home-slider{
    margin-bottom: 0;
}
#edge-home-slider .positioner{
    position: absolute;
    width: 50%;
    left: 42px;
    top: 37px;
}
#edge-home-slider .positioner.left{
    left:auto;
    right: 42px;
    text-align: right;
}

#edge-home-slider h2{
    color: #fff;
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.1em;
}
#edge-home-slider .positioner.left h2{
  font-size: 38px;
}
#edge-home-slider p{
    margin: 0;
    color: #fff;
    font-size: 18px;
}
#edge-home-slider p.smaller{
    margin-bottom:20px;
    font-size: 0.85em;
}

/* begin edge nav */
#edge-nav{
    padding: 0 10px;
    background: #050505;
    background: -moz-linear-gradient(top,  #333333 0%, #050505 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#050505));
    background: -webkit-linear-gradient(top,  #333333 0%,#050505 100%);
    background: -o-linear-gradient(top,  #333333 0%,#050505 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#050505 100%);
    background: linear-gradient(to bottom,  #333333 0%,#050505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#050505',GradientType=0 );
    zoom:1;
}
#edge-nav img{
    float: left;
    padding: 12px 0 0 10px;
}
#edge-nav ul{
    margin: 0;
    padding: 0;
    margin-left: 212px;
}
#edge-nav ul li{
    float:left;
	margin-bottom:0px;
	padding-left:0px;
}
#edge-nav ul li a{
    color: #fff;
    font-size: 11px;
    padding: 18px 15px;
    display: inline-block;
}
#edge-nav ul li a:hover,
#edge-nav ul li a.active{
    text-decoration: none;
    background-color: #363636;
}

/* begin edge updates slider */
#edge-updates{
  background-color: transparent;
  padding-top: 10px;
}
#edge-updates a{
  color: #444;
}

/* begin edge content */
.edge-content{
  padding-top: 20px;
  padding-bottom: 35px;
}
.edge-content-featured{
    -webkit-box-shadow: 0px 0px 5px 1px #ccc;
    -moz-box-shadow: 0px 0px 5px 1px #ccc;
    box-shadow: 0px 0px 5px 1px #ccc;
    height: 208px;
}
.edge-content-featured p{
  font-size: 16px;
}
.edge-content h1{
    color: #444444;
    text-align: center;
    margin-bottom: 30px;
}
.edge-content li{
    padding: 0;
    position: relative;
}
.edge-content .link-overlay{
    display: none;
    background-color: rgb(0, 153, 213);
    background-color: rgba(0, 153, 213, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
    zoom:1;
	font-size:18px;
}
#featured-programs h4{
  margin: 0 0 5px 0;
  font-size: 20px;
}
#featured-programs a:hover .link-overlay{display: block;}
#featured-programs a:hover > p{display: none;}

.edge-content li a > p{
    position: absolute;
    bottom:0;
    padding: 10px;
    background-color: rgb(0, 153, 213);
    background-color: rgba(0, 153, 213, 0.9);
    margin-bottom: 0;
    width:100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 .edge-content li a > p{
  width:280px;
}

/* sidebar stuff */
.sidebar-info{
  font-size: 12px;
  margin-top: 90px;
  color: #616161;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 25px 0 15px 0;
}

/* Begin: Teasers */
#teasers {
  background-color: #ebebeb;
  padding-bottom: 18px;
  padding-top: 18px;
}

.teasers-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.teasers-list > * {
  background-color: white;
  float: left;
  margin-left: 16px;
  min-height: 194px;
  padding: 20px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edge-content .teasers-list{text-align: center;}

.lt-ie8 #teasers .teasers-list > * {
  width: 260px;
}

.lt-ie9 .teasers-list > * {
  min-height: 154px;
}

.teasers-list > *:first-child {
  margin-left: 0;
}
#teasers .teasers-list img {
  float: left;
  margin-right: 16px;
  width: 150px;
  height:150px;
}
/*.teasers-list p {
  margin-top: 0;
  font-size: 0.8em;
}*/

.teasers-list a.cta {
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 0;
}

.white-bg .sidebar-info{
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

#edge_conference_tracks{
  padding-top: 35px;
}
#edge_conference_tracks h3{
  font-size: 20px;
  margin: 15px 0;
}
#edge_conference_tracks p{
  font-size: 16px;
}
#edge_conference_tracks a{
  padding: 10px 20px;
  cursor: pointer;
  color: #000;
}
#edge_conference_tracks p.link{
  color: #0096d9;
}
#edge_conference_tracks a:hover{
  color: #fff;
  background-color: #0096d9;
  text-decoration: none;
}
#edge_conference_tracks a:hover p{
  color:#fff;
}
#edge_conference_tracks a:hover span{
  background-position: 0 -103px;
}
#edge_conference_tracks a span{
  width: 103px;
  height: 103px;
  display: block;
  margin: 0 auto 10px auto;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#edge_conference_tracks a.suitcase span{
}
#edge_conference_tracks a.screen span{
}
#edge_conference_tracks a.lock span{
}

/* slideout */
.slideout{
  border-top: 2px solid #219bd4;
  padding-top: 10px;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slideout:first-of-type{border-top:0;}
.slideout section{
  margin-bottom: 40px;
}
.slideout:last-child,
.slideout.last{
  border-bottom: 2px solid #219bd4;
}
.slideout .schedule{
  display: none;
  overflow:hidden;
}


.slideout.active .schedule{
  display: block;
}
.slideout h1,
.slideout h3{
  cursor: pointer;
  margin-bottom: 10px;
}
.gray-bg .slideout h1{
  padding-top: 20px;
}
.slideout h1 span,
.slideout h3 span{
  width: 17px;
  height: 17px;
  float:right;
  margin-top: 3px;
  margin-right: 10px;
}
.lt-ie8 .slideout h1 span,
.lt-ie8 .slideout h3 span{
  margin-top: -21px;
}
.slideout.active h1 span,
.slideout.active h3 span{background-position: 0 0;}

.slideout ol{margin: 0;}
.slideout ol li{
  margin-bottom: 15px;
  list-style:decimal;
}

.slideout blockquote{
  margin-top: 0;
  padding-top: 10px;
}

.topbanner{
  padding-top: 10px;
  border-top: 2px solid #219bd4;
}

.track-slider{
  margin-top: 60px;
}
/* Begin agenda styles */

.page-level-tools{
  text-align: right;
  font-size: 14px;
  margin:18px 0 37px 0;
  color: #2ea5d7;
}
.page-level-tools div{
  display: inline;
  margin-left: 20px;
}
.page-level-tools a{
  text-decoration: underline;
  padding-right: 10px;
}

.page-level-tools .print span{
  height: 19px;
  width:22px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.page-level-tools .st-facebook-counter img{display: none;}

.tabs .tab{
  width: 25%;
  float: left;
  background-color: #dcddde;
  text-align: center;
  font-size: 14px;
  padding: 30px 45px 40px 45px;
  color: #828386;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #c1c3c5;
  cursor: pointer;
  z-index: 2;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie8 .tabs .tab{width: 141px;}
.tabs .tab:hover{
  text-decoration: none;
  color: #444;
}
.tabs .tab strong{
  font-size: 16px;
}
.tabs .tab.active{
  background-color: #fff;
  color:#444;
  -webkit-box-shadow: 0px 0px 10px 1px #bcbdbe;
  -moz-box-shadow: 0px 0px 10px 1px #bcbdbe;
  box-shadow: 0px 0px 10px 1px #bcbdbe;
  border: 0;
  padding-bottom: 48px;
  margin-top: -8px;
  z-index: 3;
}
.tabs .tab.first{border-left: 0;}
.tabs .tab.last{border-right: 0;}

.track-buttons{
  margin-bottom: 120px;
}
.track-buttons p{
  width:80%;
  font-size: 13px;
  margin-bottom: 20px;
}
.track-buttons div{
    border:2px solid #c7c7c7;
    color: #b7b7b7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}

.track-buttons div:hover,
.track-buttons div.filter-active{color: #fff;}

.track-buttons .enterprise:hover,
.track-buttons .enterprise.filter-active{
    background-color: #86297e;
    border-color: #86297e;
}
.track-buttons .media-entertainment:hover,
.track-buttons .media-entertainment.filter-active{
  background-color: #116489;
  border-color: #116489;
}
.track-buttons .commerce:hover,
.track-buttons .commerce.filter-active{
  background-color: #a1cb44;
  border-color: #a1cb44;
}
.track-buttons .developer:hover,
.track-buttons .developer.filter-active{
  background-color: #f39538;
  border-color: #f39538;
}
.track-buttons .security:hover,
.track-buttons .security.filter-active{
  background-color: #595a5c;
  border-color: #595a5c;
}

.track-buttons .public-sector:hover,
.track-buttons .public-sector.filter-active{
  background-color: #87c0da;
  border-color: #87c0da;
}

.track-buttons .select-all:hover,
.track-buttons .select-all.filter-active{
    background-color: #444;
    border-color: #444;
}


.track-buttons div span,
.agenda .event .session span{
    float: left;
    width: 28px;
    margin-right: 12px;
    margin-top: -2px;
    background-color: transparent;
    background-repeat: no-repeat;
}
.track-buttons div span{height: 23px;}
.agenda .event .session span{background-position: 0 -46px;}

.agenda .event .filter-show{
  visibility: hidden;
}

.track-buttons span{background-position: 0 -23px;}

.track-buttons div.enterprise:hover span,
.track-buttons div.enterprise.filter-active span{background-position: 0 0;}

.track-buttons div.media-entertainment:hover span,
.track-buttons div.media-entertainment.filter-active span{background-position: 0 0;}

.track-buttons div.commerce:hover span,
.track-buttons div.commerce.filter-active span{background-position: 0 0;}

.track-buttons div.developer:hover span,
.track-buttons div.developer.filter-active span{background-position: 0 0;}

.track-buttons div.security:hover span,
.track-buttons div.security.filter-active span{background-position: 0 0;}

.track-buttons div.public-sector:hover span,
.track-buttons div.public-sector.filter-active span{background-position: 0 0;}

.agenda .event{
  border-top: 1px solid #a1a1a1;
  clear:both;
}
.agenda .event.headers{border-top: 0;}
.agenda .event span{
  display: block;
  float: left;
  padding: 12px 0;
  font-weight: bold;
}
.agenda .event .time{width: 20%;}
.agenda .event .session{
  width: 48%;
  margin-right: 2%;
}
.agenda .event .location{width: 30%;}
.agenda .event .info{
  margin-left: 20%;
  clear: both;
}
.agenda .event .info p{
  padding-bottom: 10px;
}

/* videos page */
/* Begin: Customers layout */


.full-right-column .video-list{
    width: 466px;
    margin:0 15px 0 0;
    float: left;
}
.full-right-column .video-list .image-container{
    position: relative;
    cursor: pointer;
}
.full-right-column .video-list .image-container:after{
    content:'';
    width: 33px;
    height: 33px;
    right: 10px;
    bottom: 16px;
    position: absolute;
}
.full-right-column .video-aside{
    width: 215px;
    float: left;
}

.full-right-column .video-queue{clear: both;}
.full-right-column .video-queue .video-third{
    margin:14px 14px 0 0;
    width: 146px;
    float: left;
    cursor: pointer;
    min-height: 260px;
}
.full-right-column .video-queue .video-third.firstSolution {
    clear:left;
}
.full-right-column .video-queue .video-third:last-child{margin-right: 0;}
.full-right-column .video-queue .video-third img{
    width: 100%;
    height: 97px;
}
#conference-archives img{
  height: auto;
}
#conference-archives .video-third{
  min-height: 170px;
}
.clearfloat{
  clear: both;
}
/* End: Customers layout */

/* details page */
.details-page section{margin-bottom: 40px;}

/* featured programs */
.edge-featured{
  clear:both;
  margin-bottom: 40px;
}
.edge-featured .left{
  width: 135px;
  float: left;
}
.edge-featured .left img{
  width: 100%;
  height:auto;
}
.edge-featured .right{
  margin-left: 165px;
}

/* edge support */
.edge-genius_bar{
  padding-bottom: 20px;
}
.edge-genius_bar img{
  width: 100%;
  height: auto;
}
.edge-genius_bar div{
  width: 223px;
  float: left;
  margin-left: 13px;
  margin-top: 20px;
}
.edge-genius_bar div.first{
  margin-left: 0;
}

/* edge sponsors page */
h1.bottom-border{
  padding-bottom: 10px;
  border-bottom:1px solid #959595;
  margin-bottom: 20px;
}

.edge-sponsors-text .container{
  margin: 0 32px 40px 0;
  display: inline;
}
.edge-sponsors-text .container img{
  vertical-align: middle;
}

.download-now{margin-top: 40px;}
.download-now img{
  vertical-align: middle;
  margin-right: 40px;
}


/* edge register now */
#edge-nav .register-now a{
  color: #eb912d;
}

.pricing-chart{
  margin-bottom: 40px;
}
.pricing-chart *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing-chart .row div{
  display: table-cell;
  padding: 20px 10px 20px 10px;
}
.lt-ie8 .pricing-chart .row div{
  float: left;
  display: block;
}
.pricing-chart .row.header{
  background-color: #cde8f3;
}
.pricing-chart .row.darkgray{
  background-color: #e9e9e9;
}
.pricing-chart .row.lightgray{
  background-color: #f9f9f9;
}
.pricing-chart .row .passes{
  border-right:1px solid #fff;
  width: 291px;
}
.pricing-chart .row .rate1{
  border-right:1px solid #fff;
  width: 135px;
}
.pricing-chart .row .rate2{
  border-right:1px solid #fff;
  width: 135px;
}
.pricing-chart .row .rate3{
  width: 135px;
}
.lt-ie8 .pricing-chart .row .passes{width: 320px;}
.lt-ie8 .pricing-chart .row .rate1{width: 132px;}
.lt-ie8 .pricing-chart .row .rate2{width: 122px;}
.lt-ie8 .pricing-chart .row .rate2{width: 122px;}

/* begin edge sponsors */
.sponsors{
    background: #ececec;
    padding: 36px 0;
}

#sponsors-slider img{
    display: inline;
    width: auto;
    margin-left: 45px;
    vertical-align: middle;
}
#sponsors-slider img.first{margin-left: 0;}
#sponsors-slider .flex-viewport{
    float: right;
    width: 80%;
}
#sponsors-slider .flex-direction-nav{clear: both;}
#sponsors-slider h2{
    display: inline;
    font-size: 0.875em;
    margin: 0;
    color: #0099d5;
    position: absolute;
    left: 70px;
    top:50%;
    margin-top:-8px;
}
.lt-ie8 #sponsors-slider h2{
    top:64px;    
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */

.bottom-margin{
  margin-bottom: 50px;
}

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Completely hidden (even from assistive software) */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Visually hidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Clear-fix */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ================================================
   BROWSER SPECIFIC
   ================================================ */
@-moz-document url-prefix() { 
    select{
        background-image: none !important;
    }
}

/* ================================================
   NEW SOLUTION PAGES
   ================================================ */
.luna-cc .banner,.med-del-sols .banner,.web-ex-sols .banner,.web-sec-sols .banner,.hyb-wan-sols .banner,.net-opr-sols .banner,.srvc-sprt-sols .banner{background: none #0099CC;color:#fff;}


.net-opr-sols .banner,.srvc-sprt-sols .banner,{background: none  #FF9933;color:#fff;}
/*.net-opr-sols .center-column .sol-title,.srvc-sprt-sols .center-column .sol-title,.hyb-wan-sols .center-column .sol-title{color: #0099CC;}*/

 .center-column .sol-quote {border-top: 1px solid #444;border-bottom: 1px solid #444; font-style: italic; line-height: 20px; margin: 0 0 16px; padding: 14px; width: 90%;color:#209ACC;}

 .center-column .sol-byline{padding-top: 6px;}

.sol-pgs .center-column .sub-solution{margin: 0 0 10px 22px;}
.sol-pgs .center-column h3{color:#333333;}


.sol-pgs .banner p.ban-sol-desc{max-width:none;width:auto; padding-left:140px;padding-right: 115px;}

.sol-pgs .side-nav ul a{color:#444444;}
/*.sol-pgs .side-nav ul li a:hover,.sol-pgs .side-nav ul li a.active,.sol-pgs .side-nav ul li a.active:visited{color:#FF9933;}*/
.sol-pgs .side-nav ul li a.mainsol.active,.sol-pgs .side-nav ul li a.mainsol.active:visited{color:#0099CC;}
.sol-pgs .side-nav ul li a.mainsol.active{font-weight:bold;}

/*.sol-pgs .side-nav ul ul{padding-left:15px; border-bottom: 1px solid #C1C1C1; margin-bottom: 10px}*/
.sol-pgs .side-nav .top-border{border-top: 1px solid #C1C1C1; margin-bottom: 10px;padding-top:10px;}
.sol-pgs .side-nav .bottom-border{border-bottom: 1px solid #C1C1C1; margin-bottom: 10px}

.sol-pgs .solutionsHome {border-bottom: 1px solid #c1c1c1;display: block;margin-bottom: 10px;padding: 0 0 5px;font-size:14px;}


/* ================================================
   OVER WRITTEN STYLES
   ================================================ */
.side-nav ul li a:hover, .side-nav ul li a.active, .side-nav ul li a:visited:hover, .side-nav ul li a:visited.active{color:#3398d0;}   
.center-column{color:#444;}
.side-nav{border-right:1px solid #a3a4a7; padding-right:20px;width:210px;margin-right:25px;}
.side-nav a{color:#444;}

.center-column ul,.callout.light ul{padding-left:0px;}
.side-nav ul li{text-align:right;}

.callout.sticker p{margin-bottom:0; line-height:1.5em;}
.callout.sticker .doc-type{text-transform:uppercase;font-size:14px;font-weight:bold;}
.callout.sticker .doc-title{font-style:italic;}
.sticker-content div{float:left;}
.sticker .left-content{width:175px;}
.sticker .right-content{width:10px;margin-right:10px;padding:20px 0px;font-size:30px;}	
a.sticker-content{
	padding:5px 13px;
	display:block;
	color:#fff;
	font-weight:normal;
	background-repeat:repeat-y;
	background-position:left bottom;
	background-color:#c1c1c1;
	overflow:hidden;
}
	
.sticker-content:hover{background-color:#ef992d !important;}

.sticker-content.blue-sticker{background-color:#3E9CD2;}
.sticker-content.orange-sticker{background-color:#f09b2d;}
.sticker-content.grey-sticker{background-color:#919191;}

.callout.chat-sticker .doc-title{font-style:normal;font-size:18px; font-weight:bold;}

.callout.chat{padding:0;background:none #fff;margin:0;}
.callout.chat #lpchation a{height:102px; display:block;}
.callout.chat img{margin:0;}
.cust-testimonial{color:#3398d0; font-style:italic;padding:10px 10px; border-top:1px solid #d9dadb; border-bottom:1px solid #d9dadb; margin-top:25px;}
.cust-testimonial .cust-title{text-align:right;}

.orange-text{color:#FF9933;}
.blue-text{color:#0099CC;}

.product-catalogue{margin:10px 0px 0px 0px;padding:10px 0px 0px 0px;}
.product-catalogue a{display:block;font-weight:bold;}
.top-border{border-top:1px solid #d9dadb;}
.bottom-border{border-bottom:1px solid #d9dadb;}
.callout.light .subject-title{font-size:12px; font-weight:bold;color:#444;}
.callout.light .speaker-title{text-align:right; font-weight:normal;font-size:10px;}   

.soln-label {margin-bottom: 10px;}
.soln-label span {background-color: #D2D3D5;color: #000;display: block;padding: 1%;width: 35%;}

.industry-promo {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #B4B4B4;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 10px;
}

.industry-promo h2 {
  color: #43AAC6;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin:5px 0 10px;
  overflow: hidden;
  text-transform: uppercase;
}

.industry-promo ul {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  padding-left:0px;
}

.industry-promo li {
  font-size: 12px;
  padding: 0 0 10px 15px;
}

.schedule h4{margin:0px;}
.schedule ul{margin-top:0px;}

.slideout h3 {
  margin: 0 0 10px 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 100;
  color: #444444;
}

.sol-pgs .banner h3{padding: 55px 0 0 55px;font-size: 21px;}
.sol-pgs .banner h4{padding: 0 0 0 55px;}
#terra-sub-alta .featuredcontainer .featured1,.kona_sub_security .featuredcontainer .featured1,#aqua-edg-cmptg .featuredcontainer .featured1{height:0px;}

/* ========================================================================== 
	Google Search Over-rides
 ========================================================================== */
	div.gsc-clear-button{display:none;}
	.utility #___gcse_0{float:right;width:200px; margin-top:3px;}
	.utility .gsc-clear-button{display:none;}
	.gsc-input input#gsc-i-id1.gsc-input{background:none #bbb !important;}
	.gsc-search-button{background:none #bbb !important; border:none !important;}
	input.gsc-search-button{ background-color: #bbb !important; text-indent:-300px; background:url('https://content.akamai.com/rs/akamaitechnologiesinc/images/magnifying-glass.png') no-repeat 25px 6px !important;}
	.gsc-input input.gsc-input{font-size:12px !important; font-weight:normal !important; padding:5px 6px !important;}
	table.gsc-search-box{width:185px !important;}
	cse input.gsc-search-button, input.gsc-search-button{height:26px !important;}
	.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult{  background-color: #FFFFFF;border: 0 none !important;padding: 0;}
	.gsc-input span{color:#666666; padding:5px; position:absolute;}
	
/* ========================================================================== 
	Header Fix after google search implementation
 ========================================================================== */
.utility{min-height:65px; _height:65px;}
.utility .search-box{float:right;}
.utility .utility-content{text-align:right; float:left; width:732px;}

/* ========================================================================== 
	IE 7 fix
 ========================================================================== */
.lt-ie8 .side-nav{width:190px;}
 
/* ==========================================================================
 * Print styles
 * ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
#body_copy {
    font-size: 12px;
}