/***************
 * VARS
 **************/
/*blue*/
/*dark blue */
body.admin-menu {
  margin-top: 21px !important; }

#header ul,
#header ol {
  list-style: none;
  padding: 0; }

#header li {
  line-height: 20px; }

.lf-assets #header,
.lf-assets footer {
  background-image: linear-gradient(right, #009bee 37%, #0492e0 91%);
  background-image: -o-linear-gradient(right, #009bee 37%, #0492e0 91%);
  background-image: -moz-linear-gradient(right, #009bee 37%, #0492e0 91%);
  background-image: -webkit-linear-gradient(right, #009bee 37%, #0492e0 91%);
  background-image: -ms-linear-gradient(right, #009bee 37%, #0492e0 91%);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0.37, #009bee), color-stop(0.91, #0492e0));
  line-height: 1.25em;
  width: 100%;
  min-width: 335px;
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif; }
  .lf-assets #header .diagonal,
  .lf-assets footer .diagonal {
    background: transparent url(img/di_blue.png);
    width: 100%;
    min-height: 88px; }
  .lf-assets #header .header-inner,
  .lf-assets footer .header-inner {
    margin: 0 auto;
    max-width: 980px;
    position: relative; }
    .lf-assets #header .header-inner #organization,
    .lf-assets footer .header-inner #organization {
      padding: 0;
      margin: 31px 0;
      height: 30px;
      background: transparent url(img/linux_logo.png) no-repeat 10px center;
      width: 53%;
      max-width: 370px;
      min-width: 320px;
      float: left;
      text-indent: -9000px; }

/* hack to place solid color background on ie7 and ie8*/
.lf-assets #header,
.lf-assets footer {
  background: #09e\9; }

/*SVG Support for logo when available*/
.svg #header h1 {
  background: transparent url(img/linux_logo.svg) no-repeat 10px center; }

.tabbable {
  background: #003f5f;
  height: 35px;
  clear: both; }

/***************
 * Search
 **************/
.lf-assets .nav-tabs li.search-leaf {
  position: absolute;
  right: 0;
  border: 0;
  margin: 3px 40px 0 0; }

.search-leaf .container-inline label {
  display: none; }

li.search-leaf {
  border: 0; }

.search-leaf {
  /*width:240px;*/ }
  .search-leaf .container {
    display: inline-block;
    width: 185px; }
  .search-leaf input#edit-search-block-form-3,
  .search-leaf input[type="text"].form-text {
    background: #47657c;
    border-radius: 0;
    border: 0;
    margin: 5px 0;
    width: 200px;
    height: 17px;
    line-height: 17px;
    color: #BAC2C5; }
  .search-leaf input[type="submit"].form-submit {
    background: transparent url(img/header_sprite.png) bottom right no-repeat;
    border: 0;
    text-indent: -9000px;
    width: 22px;
    height: 24px; }

/********************
 * SUPERFISH
 *******************/
#header .nav-content {
  overflow: visible;
  background: #f2f2f2;
  border-bottom: 1px solid #DDD;
  min-height: 10px;
  clear: both;
  float: left;
  width: 100%;
  /*Effect all levels */
  /*Second level of Superfish*/
  /* adds arrow pointer for dropdowns*/
  /*Third level of superfish*/
  /*First level of superfish*/ }
  #header .nav-content .sf-sub-indicator {
    background: url("img/arrows-777777.png") no-repeat -10px 0px; }
  #header .nav-content ul#superfish-1 {
    background: #f2f2f2;
    min-height: 30px;
    max-width: 960px;
    margin: 2px auto;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    /*active state*/ }
    #header .nav-content ul#superfish-1 ul {
      background: #FFF;
      border: 1px solid #DDD;
      padding: 20px;
      font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
      font-weight: 400; }
      #header .nav-content ul#superfish-1 ul li {
        margin: 2px 0; }
    #header .nav-content ul#superfish-1 .sfHover > a {
      color: #0099ee; }
    #header .nav-content ul#superfish-1 .sfHover > a,
    #header .nav-content ul#superfish-1 .sfHover > a:hover {
      font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
    #header .nav-content ul#superfish-1 a {
      color: #333;
      text-decoration: none;
      font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 400; }
      #header .nav-content ul#superfish-1 a:hover {
        color: #0099ee;
        font-weight: 400; }
  #header .nav-content ul#superfish-1 > li > ul {
    margin-top: 12px; }
  #header .nav-content ul#superfish-1 > li > ul > li > a,
  #header .nav-content ul#superfish-1 > li > ul > li > ul > li > a,
  #header .nav-content ul#superfish-1 > li > ul > li > ul > li > ul > li > a {
    display: inline-block; }
    #header .nav-content ul#superfish-1 > li > ul > li > a .sf-sub-indicator,
    #header .nav-content ul#superfish-1 > li > ul > li > ul > li > a .sf-sub-indicator,
    #header .nav-content ul#superfish-1 > li > ul > li > ul > li > ul > li > a .sf-sub-indicator {
      top: 5px;
      right: -15px; }
  #header .nav-content ul#superfish-1 > li > ul:before {
    position: absolute;
    top: -7px;
    left: 25px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: url(img/arrows-777777.gif) center center; }
  #header .nav-content ul#superfish-1 > li > ul > li > ul,
  #header .nav-content ul#superfish-1 > li > ul > li > ul > li > ul,
  #header .nav-content ul#superfish-1 > li > ul > li > ul > li > ul > li > ul {
    top: -23px;
    margin-left: 20px; }
  #header .nav-content ul#superfish-1 li.first {
    margin-left: 0; }
  #header .nav-content ul#superfish-1 > li > a {
    padding: 5px 10px 5px 5px;
    font-size: 14px; }
    #header .nav-content ul#superfish-1 > li > a .sf-sub-indicator {
      display: none; }

/*************************
 * Blue Banner Navigation
 **************************/
.lf-assets .nav {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  list-style: none;
  padding: 0; }

.lf-assets .nav-tabs {
  border-bottom: 1px solid #003f5f; }
  .lf-assets .nav-tabs li {
    border: 1px solid #0099ee;
    border-width: 0 0 0 1px; }
    .lf-assets .nav-tabs li.active {
      border-color: #f2f2f2; }

.lf-assets .nav-tabs > li {
  margin-bottom: -1px;
  float: left; }

.lf-assets .nav-tabs > li > a {
  border-radius: 0;
  padding: 6px 14px 7px 14px;
  text-decoration: none;
  color: #ebebeb;
  margin: 0;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: block; }
  .lf-assets .nav-tabs > li > a:hover {
    background: none;
    border-color: #003f5f;
    color: #0099ee; }

.lf-assets .nav-tabs > .active > a,
.lf-assets .nav-tabs > .active > a:hover,
.lf-assets .nav-tabs > .active > a:focus {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #003f5f; }

.lf-assets .nav-tabs > .active > a:hover {
  color: #0099ee; }

/*********************
 * Utility Dropdowns
 ********************/
#header a.login {
  text-decoration: none;
  background: #003F5F;
  padding: .5em .5em .5em .5em;
  float: right;
  margin: 0 30px 0 0;
  color: #BAC2C5;
  font-size: 12px; }
  #header a.login:hover {
    color: #0099ee; }

/* hides dropdowns */
#header {
  /*positions submenu*/
  /*ie*/ }
  #header ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0; }
  #header ul.dropdwn,
  #header ul.dropdwn ul {
    list-style: none; }
  #header ul.dropdwn li {
    float: left;
    zoom: 1; }
  #header ul.dropdwn li.hover,
  #header ul.dropdwn li:hover {
    color: #000;
    position: relative; }
  #header ul.dropdwn li.hover a {
    color: #000; }
  #header .drop.reveal .sub-menu {
    visibility: visible; }
  #header .sub-menu {
    background: #FFF;
    padding: 16px 20px;
    border: 1px solid #DDD;
    float: left;
    visibility: hidden;
    position: absolute;
    top: 27px;
    min-width: 96px;
    left: auto;
    z-index: 500; }
    #header .sub-menu.social {
      min-width: 160px; }
    #header .sub-menu li {
      float: left;
      clear: both; }
    #header .sub-menu:before {
      position: absolute;
      top: -7px;
      left: 25px;
      display: block;
      content: '';
      width: 15px;
      height: 15px;
      background: url(img/arrows-777777.gif) center center; }
  #header ul.dropdwn > li > a.sites:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
    content: '';
    position: relative;
    top: 10px;
    left: -5px; }
  #header #links {
    width: 312px;
    margin: 35px 20px 25px 25px;
    padding: 0;
    text-transform: none;
    font-size: 12px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 500;
    line-height: 20px; }
    #header #links > li {
      float: right;
      margin: 0 0 0 15px; }
      #header #links > li > a {
        color: #FFF;
        padding: 2px 8px 6px 14px; }
    #header #links .social li {
      background: url(img/header_sprite.png) 0 0 no-repeat;
      padding: 0 0 0 28px;
      margin: 2px 0; }
      #header #links .social li.twitter {
        background-position: -20px -21px; }
      #header #links .social li.facebook {
        background-position: -45px -45px; }
      #header #links .social li.linkedin {
        background-position: -70px -71px; }
      #header #links .social li.identica {
        background-position: -96px -94px; }
    #header #links a {
      color: #807f8b;
      padding: 0;
      text-decoration: none;
      display: block;
      background: transparent;
      background: url(img/header_sprite.png) top right no-repeat; }
      #header #links a:hover {
        color: #003f5f; }
      #header #links a.share {
        background-position: 0 5px;
        padding: 2px 8px 5px 16px; }
  #header ul.dropdwn ul li {
    _display: inline;
    _width: 100%; }

/***************
 * FOOTER
 ***************/
footer a,
footer a:link,
footer a:visited {
  color: #FFF;
  text-decoration: underline; }

footer a:hover {
  color: #003f5f;
  text-decoration: underline; }

.lf-assets footer {
  font-size: 12px;
  font-weight: 300;
  color: #FFF; }
  .lf-assets footer .container {
    width: 960px;
    margin: 0 auto;
    padding: 2.5em 10px 5em 10px; }
  .lf-assets footer .diagonal {
    height: auto; }
  .lf-assets footer p {
    margin: 0;
    font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
    line-height: 1.45em; }

/************************
 * Tablet
 ***********************/
@media only screen and (min-width: 320px) and (max-width: 940px) {
  #header .diagonal {
    height: 100px; }

  .lf-assets #header .header-inner #organization {
    background-size: 90%;
    margin: 15px 0; }

  .lf-assets #header .header-inner #links li {
    float: left;
    margin: 0; }

  .lf-assets #header .header-inner #links {
    position: relative;
    margin: 4px 0px 12px 0px;
    width: 225px;
    float: right; }
    .lf-assets #header .header-inner #links > li {
      margin-left: 10px; }

  #header a.login {
    margin: 0; }

  .lf-assets footer .container {
    width: auto;
    margin: 0; }

  /*header logo*/
  .svg #header h1 {
    width: 300px;
    margin: 10px 0;
    background-size: 280px; }

  /*search wrapper*/
  .form-item#edit-search-block-form-3-wrapper {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 777;
    padding: 8px;
    background: #FFF;
    border: 1px solid #DDD;
    visibility: hidden; }

  /*search button*/
  .search-leaf input[type="submit"].form-submit {
    border: 0;
    text-indent: -9000px;
    width: 22px;
    height: 24px;
    position: static;
    top: 2px; }

  .search-leaf form {
    margin: 0 40px 0 0; }
    .search-leaf form input#edit-search-block-form-3,
    .search-leaf form input[type="text"].form-text {
      margin: 0;
      width: 120px;
      background: #BAC2C5;
      color: #222;
      width: 150px;
      padding: 3px; }

  div#edit-search-block-form-3-wrapper:before {
    position: absolute;
    top: -7px;
    left: 144px;
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: transparent url(img/arrows-777777.gif) center center;
    z-index: 9999; } }
/************************
 * Phone
 ***********************/
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .lf-assets #header .header-inner #organization {
    background-size: 90%;
    margin: 15px 0; }

  .lf-assets .nav {
    font-size: 9px; }

  #header #links > li {
    float: right; }

  .lf-assets #header .header-inner #links {
    float: left;
    position: static;
    margin: 4px 0;
    width: 236px; }

  .lf-assets footer .container {
    width: auto;
    margin: 0; }

  /* SEARCH - hide untill solution is designed */
  .search-leaf {
    display: none; }

  /* NAVIGATION */
  .lf-assets .nav-tabs > li > a {
    padding: 6px 7px 7px 9px; }

  .block.projects .view-content .views-row {
    float: none; }

  .nav-content {
    padding: 15px 0px; } }
