/* New home styles D7 Version */
/*
URL = $URL: https://ptoweb-svn.uspto.gov/svn/staging/trunk/wmb/test/new-www-home/d7_home/home_css/d7-home.css $
Revision = $Revision: 39764 $
*/

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; 
}

.yamm .container {
  position: relative; 
}

.yamm .dropdown-menu, .yamm .ui-datepicker {
  left: auto; 
}

.yamm .yamm-content {
  padding: 20px 30px; 
}

.yamm .dropdown.yamm-fw .dropdown-menu, .yamm .dropdown.yamm-fw .ui-datepicker {
  left: 0;
  right: 0; 
} 

/* Bootstrap container */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}/*
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}*/

/* Bootstrap clearfix */

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* Bootstrap grid */

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
}

/* Bootstrap default button */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* Bootstrap dropdown and nav support */

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* Bootstrap panel support */

@media (max-width: 767px) {
	
	.panel {
	  margin-bottom: 18px;
	  background-color: #fff;
	  border: 1px solid transparent;
	  border-radius: 2px;
	  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

	.panel-body {
	  padding: 15px; }
	  .panel-body:before, .panel-body:after {
		content: " ";
		display: table; }
	  .panel-body:after {
		clear: both; }

	.panel-heading {
	  padding: 10px 15px;
	  border-bottom: 1px solid transparent;
	  border-top-right-radius: 1px;
	  border-top-left-radius: 1px; }
	  .panel-heading > .dropdown .dropdown-toggle {
		color: inherit; }

	.panel-title {
	  margin-top: 0;
	  margin-bottom: 0;
	  font-size: 15px;
	  color: inherit; }
	  .panel-title > a,
	  .panel-title > small,
	  .panel-title > .small,
	  .panel-title > small > a,
	  .panel-title > .small > a {
		color: inherit; }

	.panel-footer {
	  padding: 10px 15px;
	  background-color: #f5f5f5;
	  border-top: 1px solid #ddd;
	  border-bottom-right-radius: 1px;
	  border-bottom-left-radius: 1px; }

	.panel > .list-group,
	.panel > .panel-collapse > .list-group {
	  margin-bottom: 0; }
	  .panel > .list-group .list-group-item,
	  .panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0; }
	  .panel > .list-group:first-child .list-group-item:first-child,
	  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-right-radius: 1px;
		border-top-left-radius: 1px; }
	  .panel > .list-group:last-child .list-group-item:last-child,
	  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px; }

	.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	  border-top-right-radius: 0;
	  border-top-left-radius: 0; }

	.panel-heading + .list-group .list-group-item:first-child {
	  border-top-width: 0; }

	.list-group + .panel-footer {
	  border-top-width: 0; }

	.panel > .table,
	.panel > .table-responsive > .table,
	.panel > .panel-collapse > .table {
	  margin-bottom: 0; }
	  .panel > .table caption,
	  .panel > .table-responsive > .table caption,
	  .panel > .panel-collapse > .table caption {
		padding-left: 15px;
		padding-right: 15px; }

	.panel > .table:first-child,
	.panel > .table-responsive:first-child > .table:first-child {
	  border-top-right-radius: 1px;
	  border-top-left-radius: 1px; }
	  .panel > .table:first-child > thead:first-child > tr:first-child,
	  .panel > .table:first-child > tbody:first-child > tr:first-child,
	  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
	  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
		border-top-left-radius: 1px;
		border-top-right-radius: 1px; }
		.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
		.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
		  border-top-left-radius: 1px; }
		.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
		.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
		  border-top-right-radius: 1px; }

	.panel > .table:last-child,
	.panel > .table-responsive:last-child > .table:last-child {
	  border-bottom-right-radius: 1px;
	  border-bottom-left-radius: 1px; }
	  .panel > .table:last-child > tbody:last-child > tr:last-child,
	  .panel > .table:last-child > tfoot:last-child > tr:last-child,
	  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
	  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
		border-bottom-left-radius: 1px;
		border-bottom-right-radius: 1px; }
		.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
		.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
		  border-bottom-left-radius: 1px; }
		.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
		.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
		  border-bottom-right-radius: 1px; }

	.panel > .panel-body + .table,
	.panel > .panel-body + .table-responsive,
	.panel > .table + .panel-body,
	.panel > .table-responsive + .panel-body {
	  border-top: 1px solid #e9eaeb; }

	.panel > .table > tbody:first-child > tr:first-child th,
	.panel > .table > tbody:first-child > tr:first-child td {
	  border-top: 0; }

	.panel > .table-bordered,
	.panel > .table-responsive > .table-bordered {
	  border: 0; }
	  .panel > .table-bordered > thead > tr > th:first-child,
	  .panel > .table-bordered > thead > tr > td:first-child,
	  .panel > .table-bordered > tbody > tr > th:first-child,
	  .panel > .table-bordered > tbody > tr > td:first-child,
	  .panel > .table-bordered > tfoot > tr > th:first-child,
	  .panel > .table-bordered > tfoot > tr > td:first-child,
	  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
	  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
	  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
	  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
	  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
	  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0; }
	  .panel > .table-bordered > thead > tr > th:last-child,
	  .panel > .table-bordered > thead > tr > td:last-child,
	  .panel > .table-bordered > tbody > tr > th:last-child,
	  .panel > .table-bordered > tbody > tr > td:last-child,
	  .panel > .table-bordered > tfoot > tr > th:last-child,
	  .panel > .table-bordered > tfoot > tr > td:last-child,
	  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
	  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
	  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
	  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
	  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
	  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0; }
	  .panel > .table-bordered > thead > tr:first-child > td,
	  .panel > .table-bordered > thead > tr:first-child > th,
	  .panel > .table-bordered > tbody > tr:first-child > td,
	  .panel > .table-bordered > tbody > tr:first-child > th,
	  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
	  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
	  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
	  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
		border-bottom: 0; }
	  .panel > .table-bordered > tbody > tr:last-child > td,
	  .panel > .table-bordered > tbody > tr:last-child > th,
	  .panel > .table-bordered > tfoot > tr:last-child > td,
	  .panel > .table-bordered > tfoot > tr:last-child > th,
	  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
	  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
	  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
	  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0; }

	.panel > .table-responsive {
	  border: 0;
	  margin-bottom: 0; }

	.panel-group {
	  margin-bottom: 18px; }
	  .panel-group .panel {
		margin-bottom: 0;
		border-radius: 2px; }
		.panel-group .panel + .panel {
		  margin-top: 5px; }
	  .panel-group .panel-heading {
		border-bottom: 0; }
		.panel-group .panel-heading + .panel-collapse > .panel-body,
		.panel-group .panel-heading + .panel-collapse > .list-group {
		  border-top: 1px solid #ddd; }
	  .panel-group .panel-footer {
		border-top: 0; }
		.panel-group .panel-footer + .panel-collapse .panel-body {
		  border-bottom: 1px solid #ddd; }

	.panel-default {
	  border-color: #ddd; }
	  .panel-default > .panel-heading {
		color: #333333;
		background-color: #f5f5f5;
		border-color: #ddd; }
		.panel-default > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #ddd; }
		.panel-default > .panel-heading .badge {
		  color: #f5f5f5;
		  background-color: #333333; }
	  .panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd; }

	.panel-primary {
	  border-color: #337ab7; }
	  .panel-primary > .panel-heading {
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7; }
		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #337ab7; }
		.panel-primary > .panel-heading .badge {
		  color: #337ab7;
		  background-color: #fff; }
	  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #337ab7; }

	.panel-success {
	  border-color: #d6e9c6; }
	  .panel-success > .panel-heading {
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6; }
		.panel-success > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #d6e9c6; }
		.panel-success > .panel-heading .badge {
		  color: #dff0d8;
		  background-color: #3c763d; }
	  .panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6; }

	.panel-info {
	  border-color: #bce8f1; }
	  .panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1; }
		.panel-info > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #bce8f1; }
		.panel-info > .panel-heading .badge {
		  color: #d9edf7;
		  background-color: #31708f; }
	  .panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1; }

	.panel-warning {
	  border-color: #faebcc; }
	  .panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc; }
		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #faebcc; }
		.panel-warning > .panel-heading .badge {
		  color: #fcf8e3;
		  background-color: #8a6d3b; }
	  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc; }

	.panel-danger {
	  border-color: #ebccd1; }
	  .panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1; }
		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
		  border-top-color: #ebccd1; }
		.panel-danger > .panel-heading .badge {
		  color: #f2dede;
		  background-color: #a94442; }
	  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1; }

	.panel {
	  margin-bottom: 18px;
	  margin-bottom: 1.8rem;
	  border-radius: 2px;
	  border-radius: 0.2rem; }
	  .panel > .list-group .list-group-item,
	  .panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-width: 0.1rem 0; }
	  .panel > .list-group:first-child .list-group-item:first-child,
	  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top-left-radius: 1px;
		border-top-left-radius: 0.1rem;
		border-top-right-radius: 1px;
		border-top-right-radius: 0.1rem; }
	  .panel > .list-group:last-child .list-group-item:last-child,
	  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom-left-radius: 1px;
		border-bottom-left-radius: 0.1rem;
		border-bottom-right-radius: 1px;
		border-bottom-right-radius: 0.1rem; }
	  .panel > .table caption,
	  .panel > .table-responsive > .table caption,
	  .panel > .panel-collapse > .table caption {
		padding-left: 15px;
		padding-left: 1.5rem;
		padding-right: 15px;
		padding-right: 1.5rem; }
	  .panel > .table:first-child,
	  .panel > .table-responsive:first-child > .table:first-child {
		border-top-left-radius: 1px;
		border-top-left-radius: 0.1rem;
		border-top-right-radius: 1px;
		border-top-right-radius: 0.1rem; }
		.panel > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table:first-child > tbody:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
		.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
		  border-top-right-radius: 1px;
		  border-top-right-radius: 0.1rem; }
		  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
		  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
		  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
		  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
		  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
		  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
		  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
		  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
			border-top-left-radius: 1px;
			border-top-left-radius: 0.1rem; }
		  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
		  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
		  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
		  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
		  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
		  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
		  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
		  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
			border-top-right-radius: 1px;
			border-top-right-radius: 0.1rem; }
	  .panel > .table:last-child,
	  .panel > .table-responsive:last-child > .table:last-child {
		border-bottom-left-radius: 1px;
		border-bottom-left-radius: 0.1rem;
		border-bottom-right-radius: 1px;
		border-bottom-right-radius: 0.1rem; }
		.panel > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table:last-child > tfoot:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
		.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
		  border-bottom-left-radius: 1px;
		  border-bottom-left-radius: 0.1rem;
		  border-bottom-right-radius: 1px;
		  border-bottom-right-radius: 0.1rem; }
		  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
		  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
		  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
		  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
		  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
		  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
		  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
		  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
			border-bottom-left-radius: 1px;
			border-bottom-left-radius: 0.1rem; }
		  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
		  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
		  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
		  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
		  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
		  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
		  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
		  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
			border-bottom-right-radius: 1px;
			border-bottom-right-radius: 0.1rem; }
	  .panel-body {
		padding: 15px;
		padding: 1.5rem; }
	  .panel-heading {
		border-top-left-radius: 1px;
		border-top-left-radius: 0.1rem;
		border-top-right-radius: 1px;
		border-top-right-radius: 0.1rem;
		padding: 10px 15px;
		padding: 1rem 1.5rem; }
	  .panel-title {
		font-size: 15px;
		font-size: 1.5rem; }
	  .panel-footer {
		border-bottom-left-radius: 1px;
		border-bottom-left-radius: 0.1rem;
		border-bottom-right-radius: 1px;
		border-bottom-right-radius: 0.1rem;
		padding: 10px 15px;
		padding: 1rem 1.5rem; }
	  .panel-group {
		margin-bottom: 18px;
		margin-bottom: 1.8rem; }
		.panel-group .panel {
		  border-radius: 2px;
		  border-radius: 0.2rem; }
		  .panel-group .panel + .panel {
			margin-top: 5px;
			margin-top: 0.5rem; }
}



/* Custom styles */

.sr-only {
	left: -999em;
}

#block-bean-quick-links-mobile-menu {
	display: none;
}

#header .block {
	margin-bottom: 0;
}

.region-header-bottom .container {
	padding: 0;
}

.teaser-title {
	padding-top: 3px;
    padding-bottom: 5px;
	font-size: 15px;
}

.teaser-text {
	padding-bottom: 15px;
    line-height: 21px;
}

/* Hero */

#hero {
	overflow: visible;
}

.hero-story {
	padding-left: 0;
	padding-right: 0;
}

.hero-image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-teaser, .hero-teaser h2, .hero-teaser a {
	color: white;
}

.hero-teaser a {
	padding-bottom: 0;
	text-decoration: none;
}

#hero-fullstory {
	text-transform: uppercase;
	text-decoration: underline;
}

.hero-teaser p a, .hero-teaser p a:visited {
	color: #fff;
}

.hero-teaser a:active {
	text-decoration: none;
}

#hero .hero-teaser {
	margin-top: -100px;
	background: rgba(0,76,151,0.8);
	padding: 0 12px;
}

#hero .hero-teaser h2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

#hero .hero-teaser p {
	margin: 0;
}

 #hero.static .hero-content-primary, #hero.static .hero-content-secondary {
	padding: 0;
}

/* Find it fast */

.find-it-get-started {
	padding: 0;
}

.find-it-fast {
	width: 100%;
	color: #fff;
	padding: 0;
}

#hero .find-it-fast h3  {
	margin-top: 0;
	color: #fff;
	padding: 30px 20px 0 20px;
	font-size: 24px;
	font-weight: 600;
}

.find-it-fast .teaser-text, 
.getting-started .teaser-text {
	font-size: 14px;
}

.find-it-fast .teaser-text  {
	margin-top: 0;
	color: #fff;
	padding: 0 20px 15px 20px;
}

.find-it-fast #block-bean-quick-links-menu.navbar {
    min-height: auto;
	border: 0;
	margin-top: 12px;
	margin-bottom: 30px;
}

#hero .find-it-fast a {
    margin: 0;
	color: #fff;
}
/*
#hero .find-it-fast .open a {
    color: #004c97;
	z-index: 999;
	padding-bottom: 13px;
}
*/

#hero .find-it-fast .dropdown:hover > a {
	color: #004c97;
	z-index: 999;
	padding-bottom: 13px;
}

#hero .find-it-fast .dropdown:hover > .dropdown-menu {
	display: block;
}

#hero .find-it-fast .nav > li > a {
	padding: 12px 20px 12px 22px;
	font-size: 15px;
	border: 2px solid #fff;
    border-radius: 4px;
	margin-left: 20px;
}

#hero .find-it-fast .nav > li:hover > a, #hero .find-it-fast .nav > li > a:focus, #hero .find-it-fast .nav .open > a {
	color: #004c97;
	background-color: #F0F3F4;
	border-color: #F0F3F4;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.find-it-fast .navbar-nav > li > .dropdown-menu {
	box-shadow: none;
	z-index: 998;
	color: #000;
	padding: 10px 20px;
    margin-top: -2px;
	margin-left: -1px;
	height: auto;
	background-color: #F0F3F4;
	border: 1px solid #444;
}

.find-it-fast .dropdown-menu p, .find-it-fast .dropdown-menu a {
	font-size: 13px;
	padding-bottom: 11px;
	margin: 0;
}

.find-it-fast .dropdown-menu p {
	color: #000;
}

.find-it-fast .dropdown-menu a {
	color: #004C97;
	padding: 0;
}

.find-it-fast .dropdown-menu hr {
	margin: 0 0 10px 0;
}


.find-it-fast .tab-content  {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #444;
}

.find-it-fast .uspto-icon {
    width: 18px;
    height: 18px;
}

.find-it-fast .uspto-icon ~ div {
	padding-left: 28px;
}

.find-it-fast .tab-content .tab-pane {
    padding: 18px;
}

.find-it-fast .ql-content {
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.find-it-fast .ql-content:last-child {
	border-bottom: 0px;
}

#hero .find-it-fast .ql-link a, .find-it-fast .ql-link {
    color: #004c97;
}

#hero .find-it-fast .ql-description p {
    font-size: 0.7rem;
    line-height: 1.25rem;
    padding-bottom: 0;
	margin: 0;
	color: #444;
}

/* Getting started */

.getting-started {
	color: #444;
	padding: 0;
	height: 220px;
	background-color: #fff;
}

#hero .getting-started h3 {
	color: #004c97;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	padding: 30px 20px 0 20px;
}

#hero .getting-started a {
	color: #004c97;
}

.getting-started .teaser-title, .getting-started .teaser-text {
	padding-left: 20px;
	padding-right: 20px;
}


/* news sections */

.news-and-initiatives, .directors-blogs {
	/*margin-top: 50px;*/
	/*background-color: #fafafa;*/
}

.news-and-initiatives > .container, .directors-blogs > .container {
	padding-top: 50px;
	background-color: #fff;
}

#footer {
	margin-top: 100px;
}

.news-filters {
	padding: 0;
}

.news-item .teaser-text {
	padding-bottom: 5px;
}

.news-filters .nav.nav-stacked > li > a, .news-filters .nav.nav-stacked > li > a:hover, .news-filters .nav.nav-stacked > li.active > a:hover, .news-filters .nav.nav-stacked > li.active > a:focus {
	font-size: 17px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: none;
	border-left: 0;
	color: #004a99;
	border-radius: 0;
}

.news-filters .nav.nav-stacked > li.active > a, .news-filters .nav.nav-stacked > li.active > a:hover, .news-filters .nav.nav-stacked > li.active > a:focus {
	background-color: #eaeaea;
}

.news-filters li a:hover {
	text-decoration: underline;
}

.news-filters .nav > li.active > a:hover {
	text-decoration: none;
}

.news-filters li.active a:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 76, 151, 0);
	border-right-color: #004C97;
	border-width: 10px;
	margin-left: -20px;
	margin-top: 2px;
}

.news-rotator {
	padding-left: 0;
	padding-right: 30px;
}

.news-rotator .tab-content {
	padding-bottom: 12px;
	padding-left: 30px;
}

.news-rotator a.btn-default {
	font-weight: 600;
	/*text-transform: uppercase;*/
}

.news-rotator .tab-pane > .news-item {
	margin-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eaeaea;
}

.news-rotator .tab-content .tab-pane .more-links {
	position: absolute;
	bottom: 0;
}

.news-rotator .tab-content .tab-pane .last {
	border-bottom: 0px;
	padding-bottom: 32px;
}

.news-item {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.news-item:first-of-type {
	margin-top: 0;
}

.news-item a {
	color: #004a99;
	font-size: 16px;
	font-weight: 600;
}

.teaser-date {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #757575;
}

.news-footer {
	margin-top: 10px;
}

.news-footer a {
	color: #009cde;
	text-transform: uppercase;
}

/* pull quotes */

.pull-quote {
	background: url(../home_images/largequote.png) 10px 10px no-repeat #f9f9f9;
	padding-top: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(240,240,240,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(240,240,240,1);
	box-shadow: 2px 2px 5px 0px rgba(240,240,240,1);
}

.pull-quote .quote-text, .pull-quote .quote-attribution, .pull-quote .quote-link {
	margin-left: 55px;
	padding-right: 20px;
}

.pull-quote .quote-text {
	color: #444;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	padding-bottom: 15px;
}

.pull-quote .quote-attribution {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pull-quote .quote-link {
	padding-bottom: 20px;
}

.pull-quote .quote-link a {
	color: #002c97;
	font-size: 16px;
}

/* Directors blogs */

.blog-item {
	background: #f9f9f9;
    border: 1px solid #eaeaea;
}

.blog-image {
	position: relative;
	margin-bottom: 0;
}

.blog-image .blog-category {
	position: absolute;
	bottom: 0;
	background: rgba(0,76,151,0.8);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
}

.blog-image .blog-category p, .blog-teaser {
	padding: 8px;
}

.blog-category {
	text-transform: uppercase;
}

.blog-teaser .teaser-title {
	font-size: 16px;
}

.blog-image img {
	width: 100%;
	vertical-align: bottom;
}

/* Audio story */
.not-front .navbar.quick-links {
	position: absolute;
}

.not-front .quick-links .quick-links-title {
	background: #0076a3 url(data:image/gif;base64,R0lGODlhCwAIAIABAP///////yH5BAEAAAEALAAAAAALAAgAQAIRDIJpCe1nHJMTIlpj05Z39RUAOw==) no-repeat 94% center;
	color: #fff;
}

.quick-links.ql-hover .quick-links-title {
	background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNDRCNTQ2RUREQ0MxMUUzQkZCNEEwNkQ4N0I1QkE5MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNDRCNTQ2RkREQ0MxMUUzQkZCNEEwNkQ4N0I1QkE5MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM0NEI1NDZDRERDQzExRTNCRkI0QTA2RDg3QjVCQTkzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM0NEI1NDZERERDQzExRTNCRkI0QTA2RDg3QjVCQTkzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qI8ufAAAAJpJREFUeNpiYZuWp8bAwLAdiD2B+BYDAsDFmYDEWSBWAuJDQCwGVSAG5YPEz4IU/YdKiAPxYajEYSgfBP6DFKkC8UuoAIh9EUozQMVVWaAMfagkSDcPGyMTw5c/P58xfP2gA7TnPQuSDpDCSyD3fPnz67k4O7d1kpb9Z05mVgYWJN+AFNqCffT1vVOSpt2bNsdwfYavv88CBBgAQrkqiZDpxUQAAAAASUVORK5CYII=) no-repeat 94% center;
	color: #0076a3;
}
.audio-story img {
	width: 100%;
}

.audio-story .audio-intro {
	padding-top: 25px;
	padding-bottom: 25px;
}

.audio-story .audio-intro h1 {
	color: #004C97;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 40px;
}

.audio-story .audio-intro {
	display: flex;
	align-items: stretch;
}

.audio-story .hero-story {
	height: auto;
}

.audio-story .audio-intro .audio-intro-img, .audio-story .pull-quote, .audio-player, .audio-story .audio-story-img {
	border-top: 3px solid #004C97;
	border-bottom: 3px solid #004C97;
}

.audio-story .audio-intro .audio-intro-img {
	height: 0;
	padding-top: 66.67%;
	overflow: hidden;
}

.audio-story .audio-intro-summary {
	padding-left: 30px;
}

.audio-story .audio-intro-summary p {
	color: #444;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding-bottom: 15px;
}

.audio-story.ib-cm .audio-intro-summary p {
	font-size: 18px;
	line-height: 26px;
}

.audio-story.hstrong .audio-intro-summary p:last-of-type {
	border-bottom: 3px solid #004C97;
}

.audio-player {
	padding: 12px 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
}

.audio-player .audio-description {
	color: #004C97;
}

.audio-player .audio-description .audio-description-type {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.audio-description-title {
	font-size: 22px;
	padding: 3px 0 15px 0;
	font-weight: 600;
}

@media (min-width: 800px) {
	.audio-transcript .container {
		width: 800px;
	}
}

.audio-transcript p {
	font-size: 15px;
	line-height: 1.5em;
}

.audio-transcript-section {
	padding: 6px 0;
}

.audio-transcript-section p + p {
	padding: 6px 0 21px 0
}

.audio-transcript-image-section {
	margin: 12px auto;
	display: table;
}

.audio-transcript-image-section img {
	display: table-cell;
	width: 100%;
}

.audio-transcript-image-section .image-caption {
	padding: 10px;
	display: table-caption;
	caption-side: bottom;
	background: #eee;
	font-size: 12px;
}

.audio-transcript-section .audio-transcript-name {
	font-weight: 600;
	color: #004C97;
	text-transform: uppercase;
}

.audio-story .pull-quote {
	background: none;
	padding: 15px 18%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
	margin: 30px 0;
	color: #1596D1;
}

.audio-story .col-sm-6.pull-quote {
	padding: 15px;
}

.audio-story .pull-quote .quote-text {
	color: #1596D1;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 10px;
	margin: 0;
}

.audio-story .pull-quote .quote-attribution {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0;
}

.audio-story .audio-story-image {
	width: 100%;
	height: 0;
	padding-top: 66.67%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.audio-story .image-row .col-sm-6 {
	padding-right: 10px;
}

.audio-story .image-row .col-sm-6:last-of-type {
	padding-left: 10px;
	padding-right: 0;
}

.audio-story .image-row-1x2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.audio-story .audio-story-image.four-thirds {
	padding-top: 75%;
}

.audio-story .audio-story-image.portrait {
	padding-top: 178%;
}

.audio-story .audio-story-image.four-thirds.portrait {
	padding-top: 125%;
}

.audio-story .hero-story .hero-image {
	width: 100%;
	height: 382px;
	overflow: hidden;
	position: relative;
	border: 0;
}

.audio-story .hero-story .hero-image img {
	width: 100%;
}

.audio-story .hero-image.katsaros {
	background-image: url(../home_images/nokero/steve_katsaros_patent.jpg);
}
	
.audio-story .hero-image {
	background-repeat: no-repeat; 
	background-size: cover;
}

.audio-story .audio-intro-summary {
	padding-left: 0;
}

.audio-story .audio-intro-summary-topic {
	padding: 15px 15px 15px 30px;
	color: #fff;
	font-weight: 600;
	background-color: #004C97;
}

.audio-story .audio-intro-summary h1, .audio-story .audio-intro-summary p, .audio-story .audio-intro-summary .audio-player {
	margin-left: 30px;
}

.audio-story .audio-transcript-intro {
	padding: 20px;
	background-color: #eee;
	box-shadow: 2px 2px 5px 0px rgba(240,240,240,1);
	margin-bottom: 18px;
	font-size: 15.5px;
	line-height: 1.5em;
	font-weight: 600;
	margin-left: -20px;
	margin-right: -20px;
}

.image-inline img {
	margin: 50px 0 50px 50px;
}

.audio-story .third-width {
	width: 33%;
}

.audio-story .image-left {
	float: left;
	margin: 5px 30px 5px 0;
}

.audio-story .image-right {
	float: right;
	margin: 5px 0 5px 30px;
}

.audio-story .image-center {
	text-align: center;
}

.audio-story .reference-section {
	margin-top: 25px;
}

.audio-story .reference-section h3 {
	padding-bottom: 15px;
}

.audio-story .reference-section p {
	font-size: 13px;
}

.audio-story .audio-bio-section {
	padding: 20px;
	background-color: #004c97;
		margin: 15px 0;
}

@media (min-width: 768px) {
	.audio-story .audio-bio-section {
		display: flex;
		align-items: stretch;
	}

	.audio-story .audio-bio-section div[class^="col-"] {
		display: flex;
		align-items: stretch;
	}

	.audio-story .row.image-with-quote {
		display: flex;
		align-items: stretch;
	}

	.audio-story .row.image-with-quote .quote-space {
		display: flex;
		align-items: center;
	}

	.audio-story .image-with-quote .pull-quote {
		margin-left: 30px;
	}
	
	.audio-story .audio-bio-section.bio-left .audio-bio-text {
		margin-right: 20px;
	}
	
	.audio-story .audio-bio-section.bio-right .audio-bio-text {
		margin-left: 20px;
	}
}

.audio-story .audio-bio-section .audio-bio-text {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #000;
}

.audio-story .audio-bio-section .audio-bio-text .bio-title {
	font-style: italic;
}

.audio-story .audio-bio-section .audio-bio-image {
	border: 1px solid #9BB8D3;
}

.audio-story .audio-bio-section .audio-bio-image img {
	display: block;
}



@media (max-width: 992px) {
	#hero .find-it-fast .nav > li > a {
		padding: 10px;
		margin-left: 10px;
	}
	
	.getting-started {
		height: 224px;
	}
	
	.audio-story .audio-intro-summary h1, .audio-story .audio-intro-summary p, .audio-story .audio-intro-summary .audio-player {
		margin-right: 15px;
	}
	
	.audio-story .audio-intro {
		/*display: block;*/
	}
	
	.audio-story .audio-intro-summary p {
		font-size: 16px;
		line-height: 1.5em;
	}
	
	.audio-player {
		/*position: relative;*/
		width: calc(100% - 55px);
	}
}

@media (max-width: 960px) {
	.audio-story .audio-intro {
		display: block;
	}
	
	.audio-story .audio-intro-summary h1, .audio-story .audio-intro-summary p, .audio-story .audio-intro-summary .audio-player {
		margin-left: 0;
	}
	
	.audio-story .audio-intro-summary .audio-player {
		margin: 0;
	}
	
	.audio-player {
		position: relative;
		width: 100%;
	}
	
	.audio-story .audio-intro div[class^="col-"] {
		width: 100%;
	}
	
	.audio-story .main-content .container {
		padding: 15px;
	}
	
	.audio-story .hero-story {
		height: auto;
		display: block;
		padding-bottom: 10px;
	}
	
	.audio-story .hero-image.katsaros {
		background-image: url(../home_images/nokero/steve_katsaros_patent-large.jpg);
	}
	
	.audio-story .hero-image {
		background-repeat: no-repeat; 
		background-size: cover;
	}
	
	.audio-player .audio-description .audio-description-type, .audio-player .audio-description .audio-description-title {
		display: inline-block;
		text-transform: none;
		font-size: 18px;
	}
}

@media (max-width: 907px) {
	#hero .getting-started h3 {
		padding-top: 20px;
	}
}

@media (max-width: 814px) {
	#hero .find-it-fast h3, #hero .getting-started h3 {
		padding-top: 20px;
	}
	
	.find-it-fast #block-bean-quick-links-menu.navbar {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.getting-started {
		height: 238px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0;
	}
	
	#block-bean-quick-links-mobile-menu {
		display: block;
	}
	
	.hero-story {
		height: calc(100vw * 0.667);
		padding: 0;
	}
	
	.hero-image {
		border-right: 0;
	}
	
	#hero .hero-teaser {
		margin-top: -87px;
	}
	
	.news-and-initiatives > .container, .directors-blogs > .container {
		padding-top: 20px;
	}
	
	.directors-blogs .container {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	#footer {
		margin-top: 20px;
	}
	
	.news-and-initiatives .pull-quote {
		display: none;
	}

	.find-it-fast {
		/*display: none;*/
		background-color: #fff;
		border-bottom: 2px solid #004c97;
	}
	
	#hero .find-it-fast h3 {
		color: #004c97;
		font-weight: bold;
	}
	
	.find-it-fast .teaser-text {
		color: #444;
	}
	
	.find-it-fast .nav > li {
		display: block;
		text-align: center;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		border-bottom: 1px solid #444;
	}
	
	.find-it-fast .nav > li:first-of-type {
		border-left: 0;
	}
	
	#hero .find-it-fast .nav > li > a {
		color: #004c97;
		margin: 0;
	}
	
	.find-it-fast .navbar-nav .open .dropdown-menu {
		position: absolute;
		margin-top: -9px;
		border: none;
	}
	
	.find-it-fast .panel-group {
		padding: 12px 12px 0 12px;
	}
	
	.find-it-fast .panel-heading {
		padding: 0;
	}
	
	#hero .find-it-fast .panel-heading a.panel-title {
		color: #004a99;
		display: block;
		padding: 1rem 1.5rem;
		font-size: 20px;
	}
	
	#hero .find-it-fast .panel-heading a:hover, 
	#hero .find-it-fast .panel-heading a:visited:hover, 
	#hero .find-it-fast .panel-heading a:active:hover {
		text-decoration: none;
	}
	
	.find-it-content.tabpanel {
		padding: 1rem 1.5rem;
	}
	
	.getting-started {
		height: auto;
		padding-bottom: 12px;
		border-bottom: 2px solid #004c97;
	}
	
	#hero .getting-started h3 {
		padding: 17px 20px 0 20px;
	}
	
	.news-filters {
		display: none;
	}
	
	.news-rotator {
		padding-right: 12px;
	}
	
	.news-rotator .tab-content {
		padding-left: 12px;
	}
	
	.news-rotator .tab-content > .tab-pane {
		display: block;
	}
	
	.news-rotator .tab-content .panel-collapse {
		padding: 1rem 1.5rem;
	}
	
	.news-rotator .tab-content .panel-heading {
		padding: 0;
	}
	
	.news-rotator .tab-content .panel-title a {
		color: #004a99;
		display: block;
		padding: 1rem 1.5rem;
		font-size: 20px;
	}
	
	.news-rotator .tab-content .panel-title a:hover, 
	.news-rotator .tab-content .panel-title a:visited:hover, 
	.news-rotator .tab-content .panel-title a:active:hover {
		text-decoration: none;
	}
	
	.news-rotator .panel-group {
		margin-bottom: 0;
	}
	
	.blog-item {
		margin-bottom: 15px;
	}
	
	.audio-story .main-content .container {
		padding: 15px;
	}
	
	.audio-story .hero-image.katsaros {
		background-image: url(../home_images/nokero/steve_katsaros_patent.jpg);
	}
	
	.audio-story .hero-image {
		background-repeat: no-repeat; 
		background-size: cover;
	}
	
	.audio-story .audio-intro {
		display: block;
	}
	
	.audio-story .hero-story .hero-image {
		height: 0;
		padding-top: 66.67%;
	}
	
	.audio-story.hstrong .hero-story .hero-image {
		height: 293px;
		padding-top: 0;
	}
	
	.audio-story.ib-cm .hero-story .hero-image {
		height: 260px;
		padding-top: 0;
	}
	
	.audio-story .audio-intro-summary h1 {
		font-size: 33px;
		padding: 10px 0;
	}
	
	.audio-story .audio-intro-summary p {
		font-size: 15px;
		padding: 0 0 15px 0;
	}
	
	.audio-story .audio-transcript-intro {
		margin: 0;
	}
	
	.audio-transcript-section {
		padding: 6px 0;
	}
	
	.audio-transcript-section p {
		padding-bottom: 6px;
	}
	
	.audio-story .image-row .col-sm-6 {
		padding-right: 0;
	}

	.audio-story .image-row .col-sm-6:last-of-type {
		padding-left: 0;
		padding-right: 0;
	}
	
	.image-inline {
		margin: 0 auto;
		max-width: 50%;
	}
	
	.image-inline img {
		margin: 0;
	}
	
	.audio-story .pull-quote {
		padding: 15px 10%;
	}
}

@media (min-width: 850px) {
	.audio-story .audio-story-image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.flex {
		display: flex;
		align-items: stretch;
	}
	
	.flex.vmiddle > div[class^="col"] {
		display: flex;
		align-items: center;
	}
	
	.hero-story {
		height: 411px;
		padding-left: 0;
		display: flex;
		position: relative;
		flex-direction: column;
	}
	
	.hero-image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.hero-teaser {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.news-and-initiatives .container {
		display: flex;
		align-items: stretch;
	}
	
	.news-rotator {
		padding-right: 50px;
		display: flex;
		align-items: stretch;
	}
	
	#newsTabs {
		padding: 0;
	}
	
	.news-filters {
		border-right: 6px solid #004C97;
		padding: 0;
	}
	
	.news-rotator .tab-content > .tab-pane .panel-heading {
		display: none;
	}
	
	.directors-blogs .container {
		display: flex;
		align-items: stretch;
	}
	
	.directors-blogs .col-sm-4 {
		padding: 0;
		margin: 0 15px;
	}
	
	.directors-blogs .col-sm-4:first-of-type {
		margin-left: 0;
	}
	
	.directors-blogs .col-sm-4:last-of-type {
		margin-right: 0;
	}
}

@media print {
	#hero {
		visibility: initial;
		display: block;
	}
}