@font-face {
  font-family: "CiscoSansExtraLight";
  src: url("../assets/CiscoSansExtraLight.otf"); }

body {
  margin: 0; }

.container {
  margin: 0;
  width: 100%; }

#top-frame {
  width: 1920px; }
  #top-frame img {
    display: block;
    border: 0; }

#top-frame-whitespace {
  width: 100%;
  height: 32px;
  background-color: white; }

#bottom-frame-dash {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(left, #27a3dc 0%, #056bab 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(left, #27a3dc 0%, #056bab 100%);
  /* Opera */
  background-image: -o-linear-gradient(left, #27a3dc 0%, #056bab 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #27a3dc), color-stop(1, #056bab));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(left, #27a3dc 0%, #056bab 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to right, #27a3dc 0%, #056bab 100%);
  width: 1920px;
  color: white;
  font-family: "CiscoSansExtraLight";
  margin: 0; }
  #bottom-frame-dash h2 {
    text-align: center;
    font-size: 36px;
    margin: 1em 0 1.5em 0; }
  #bottom-frame-dash img.strip {
    display: block;
    border: 0; }
  #bottom-frame-dash .button-row {
    text-align: center;
    padding-bottom: 40px;
    margin-right: 40px; }
  #bottom-frame-dash .button {
    border: 0;
    margin-left: 40px; }
  #bottom-frame-dash a.link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    #bottom-frame-dash a.link img.highlight {
      opacity: 0.5;
      -webkit-opacity: 0.5; }

#bottom-frame-iframe {
  display: none;
  width: 1920px; }
