@font-face {
  font-family: 'ciscosansbold';
  src: url("fonts/ciscosansbold-webfont.eot");
  src: url("fonts/ciscosansbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ciscosansbold-webfont.woff") format("woff"), url("fonts/ciscosansbold-webfont.ttf") format("truetype"), url("fonts/ciscosansbold-webfont.svg#ciscosansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ciscosansextralight';
  src: url("fonts/ciscosansextralight-webfont.eot");
  src: url("fonts/ciscosansextralight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ciscosansextralight-webfont.woff") format("woff"), url("fonts/ciscosansextralight-webfont.ttf") format("truetype"), url("fonts/ciscosansextralight-webfont.svg#ciscosansextralight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ciscosansregular';
  src: url("fonts/ciscosansregular-webfont.eot");
  src: url("fonts/ciscosansregular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ciscosansregular-webfont.woff") format("woff"), url("fonts/ciscosansregular-webfont.ttf") format("truetype"), url("fonts/ciscosansregular-webfont.svg#ciscosansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Site Styles and Overrides */
body {
  padding: 0 10px; }

a:link, a:visited {
  color: #2970a6;
  outline: none; }
  a:link:hover, a:visited:hover {
    text-decoration: underline; }

a {
  outline: none !important; }

input::-moz-focus-inner {
  border: 0; }

.btn {
  behavior: url(css/PIE.htc);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc); }

.btn-primary.custom {
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(#56a3d4), to(#0262a1));
  background: -webkit-linear-gradient(top, #56a3d4, #0262a1, #0262a1);
  background: -moz-linear-gradient(top, #56a3d4, #0262a1, #0262a1);
  background: -o-linear-gradient(top, #56a3d4, #0262a1, #0262a1);
  background: -ms-linear-gradient(top, #56a3d4, #0262a1, #0262a1);
  background: linear-gradient(to bottom, #56a3d4, #0262a1, #0262a1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a3d4', endColorstr='#0262a1');
  /* for IE */
  margin-left: 15px;
  color: #fff; }
  .btn-primary.custom:hover {
    background-color: #0262a1;
    text-decoration: none; }

.watch-video, .learn-more {
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(#a8d769), to(#6aa736));
  background: -webkit-linear-gradient(top, #a8d769, #6aa736, #6aa736);
  background: -moz-linear-gradient(top, #a8d769, #6aa736, #6aa736);
  background: -o-linear-gradient(top, #a8d769, #6aa736, #6aa736);
  background: -ms-linear-gradient(top, #a8d769, #6aa736, #6aa736);
  background: linear-gradient(to bottom, #a8d769, #6aa736, #6aa736);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d769', endColorstr='#6aa636');
  /* for IE */
  color: white !important;
  margin: 2px 15px;
  font-size: 12px;
  padding: 6px 20px;
  line-height: 13px; }
  .watch-video:hover, .learn-more:hover {
    background-color: #6aa636;
    text-decoration: none !important;
    background-position: 0; }
  .watch-video:focus, .learn-more:focus {
    background-position: 0; }

/* global header */
#global-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  background-image: url(../img/title_bar_bg.jpg);
  background-repeat: repeat-x;
  z-index: -500; }

#global-header {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0 auto 20px auto;
  background-repeat: repeat-x; }
  #global-header .logo {
    display: block;
    float: left; }
  #global-header .global-title {
    top: 0px;
    display: block;
    width: 700px;
    height: 78px;
    font-size: 22px;
    font-family: 'ciscosansextralight', arial, sans-serif;
    color: #fff;
    float: left;
    line-height: 78px;
    margin-left: 35px;
    margin-right: 23px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #global-header .lang-container {
    float: left;
    width: 100px;
    height: 78px;
    display: block;
    position: relative; }
    #global-header .lang-container .translation {
      width: 100px;
      margin-top: 25px;
      position: relative; }
      #global-header .lang-container .translation select {
        width: auto;
        vertical-align: middle; }

p {
  font-size: 12px;
  color: #525252;
  line-height: 16px; }

.bottom-section {
  margin-bottom: 40px; }

#framework-footer {
  padding: 10px 20px;
  border-top: 1px solid #eaeaea; }

#footer-legal {
  font-size: 11px;
  color: #999; }
  #footer-legal a {
    font-size: 11px; }

/* HOME */
.dashboard-container {
  padding-bottom: 40px; }

.header-container {
  background: transparent url("../img/hero-bg.jpg") repeat-x top left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  float: left;
  width: 460px; }
  .header-container img {
    z-index: -500; }
  .header-container .content {
    display: block;
    height: 130px;
    z-index: 1500; }
    .header-container .content h2 {
      font-size: 18px;
      width: 250px;
      font-weight: normal;
      margin-left: 20px;
      display: block;
      float: left;
      line-height: 1.2em;
      color: #2970a6;
      min-height: 50px;
      max-height: 65px;
      word-wrap: break-word; }
    .header-container .content a.learn-more {
      clear: both;
      float: left;
      margin: 10px 0 10px 20px; }
  .header-container img {
    position: absolute;
    top: 0;
    right: 0;
    float: right; }

/* INTERIOR TEMPLATE */
.overview.row {
  margin-top: 35px;
  margin-bottom: 25px; }

.title-container {
  background: #ededed url("../img/hero-bg.jpg") repeat-x top left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  padding: 0;
  height: 130px;
  float: left; }
  .title-container .span3 {
    width: 250px; }
  .title-container .span6 {
    width: 420px;
    float: right; }
  .title-container h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    min-height: 60px;
    max-height: 70px;
    word-wrap: break-word;
    margin-left: 1em;
    color: #2970a6; }
  .title-container img {
    float: right;
    max-width: 420px;
    height: 130px; }
  @media \0screen {
    .title-container img {
      width: auto;
      /* for ie 8 */ } }

/* pdf container */
.pdf-download-container {
  display: block;
  background: #ededed url("../img/right-pdf-channel-bgrd.jpg") repeat-y top left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  height: 130px;
  float: left; }
  .pdf-download-container p {
    margin: 1em 1em .5em 1em;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    min-height: 60px;
    word-wrap: break-word;
    max-height: 70px; }
  .pdf-download-container button.pdf-download {
    margin: 0 1em 1em 1em;
    font-weight: bold; }

/* tabbed content */
.nav-tabs {
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 3px solid #ddd;
  height: 38px;
  z-index: 0; }
  .nav-tabs li.active > a {
    height: 20px; }
  .nav-tabs li > a {
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    color: #525252;
    font-size: 11px;
    height: 18px;
    float: left;
    behavior: url(css/PIE.htc);
    padding-left: 10px !important;
    padding-right: 9px !important; }

.tab-content {
  margin-left: 0; }
  .tab-content h2 {
    color: #444444;
    font-size: 13px;
    margin: 0 0 15px 0;
    line-height: 16px; }
  .tab-content ul li {
    font-size: 12px;
    color: #525252;
    line-height: 16px;
    margin-bottom: 10px; }

/* right column sub-nav */
.right-col-sub-nav h2 {
  text-transform: uppercase;
  padding: 4px 10px;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
  margin: 0;
  line-height: 15px;
  margin-bottom: 10px;
  color: #444444; }
.right-col-sub-nav ul {
  list-style: none;
  margin-left: 10px; }
  .right-col-sub-nav ul li {
    line-height: 15px;
    margin-bottom: 8px; }
    .right-col-sub-nav ul li:before {
      color: #2970a6;
      line-height: 15px;
      vertical-align: middle; }
  .right-col-sub-nav ul li > a {
    font-size: 12px; }

/* Bootstrap Modal Override */
/* MODAL WINDOW  - PREVIOUS CUSTOM */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position: absolute;
  z-index: 9000;
  background-color: #000;
  display: none;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0; }

#boxes .window {
  position: fixed;
  width: 700px;
  height: 430px;
  top: -999px;
  /*  display:none; 
    visibility:hidden; */
  z-index: 9999;
  padding: 30px 20px 20px 20px;
  background-color: #fff; }

.close {
  position: absolute;
  top: 2px;
  right: 7px; }

.window iframe, .window object, .window object div, .window span {
  width: 100%;
  height: 100%; }

#_containervideo1 {
  display: inline !important; }

/* SELECT DROPDOWN - CUSTOM */
.selectbox {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: none;
  height: 30px;
  width: 100%; }

.selectbox select {
  z-index: 10;
  position: relative;
  border: none;
  background: none;
  outline: none;
  opacity: 0;
  height: 24px;
  -webkit-appearance: none;
  filter: alpha(opacity=0); }

.selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-top: 4px;
  background: transparent;
  color: #fff; }

.select-arrow {
  background: url(../img/caret-white.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0; }
