﻿@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700, 900|Source+Sans+Pro:400,700');
@media only screen and (min-width: 100px) {
  .outerContainer.footerRow {
    background: #1b2845;
    border-top: 1px solid #141e33;
  }
  body {
    background-color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    font-size: 16.5px;
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #1b2845 !important;
    font-family: 'Merriweather', serif;
  }
  h1 {
    font-size: 30px;
    font-weight: 900;
  }
  h2 {
    font-weight: 900;
    font-size: 27.5px;
  }
  h3 {
    font-weight: 900;
    font-size: 25px;
    line-height: 42px;
  }
  h4 {
    font-size: 22px;
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  p.lead {
    font-weight: 300;
    font-size: 20px;
  }
  strong {
    font-weight: 700;
  }
  table.table thead > tr > th {
    background-color: #1b2845;
    color: #ffffff;
    text-shadow: -1px 1px 1px #333333;
    border-bottom: 0;
  }
  .mainContent {
    background-color: #ffffff;
    color: #333333;
  }
  .One-Col-Layout .mainContent {
    padding: 20px 0;
  }
  .relativeContent {
    background-color: #eef2fc;
    color: #333333;
    border-left: 3px solid #293e6a;
  }
  .mainContentArea a,
  .relativeContent a {
    color: #006699;
  }
  .mainContentArea a:visited,
  .relativeContent a:visited {
    color: #7a0099;
  }
  .caret {
    border: none;
    height: auto;
    width: auto;
  }
  .caret:before {
    font-family: 'fontawesome';
    content: '\f107';
  }
  .navmenu-fixed-right.offcanvas.in .dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in .dropdown-submenu > a:after {
    font-family: 'fontawesome';
    content: '\f107';
    top: -9px;
    border: 0;
  }
  .agencyElement-linkPrimary {
    color: #1b2845 !important;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50px;
    font-weight: 700;
    padding: 4px 34px 4px 14px;
    border: 3px solid #1b2845;
    position: relative;
    margin-right: 15px;
    text-decoration: none !important;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 175px;
  }
  .agencyElement-linkPrimary:hover {
    text-decoration: none;
    color: #37548f !important;
    border-color: #37548f;
  }
  .agencyElement-linkPrimary:after {
    content: '\f138';
    font-family: 'fontawesome';
    position: absolute;
    right: -1px;
    top: 4px;
    font-size: 31px;
  }
  .agencyElement-linkPrimary:hover:after {
    color: #37548f;
  }
  .navbar-portalbar-v3 .icon-stack .icon-kygov-text {
    color: #ffffff;
  }
  .navbar-portalbar-v3 .governor {
    color: #ffffff;
  }
  .navbar-portalbar-v3 {
    background-color: #006699;
    background: linear-gradient(to bottom, #006699 0%, #003366 100%);
    border-color: #001933;
  }
  .navbar-portalbar-v3 .navbar-toggle,
  .navbar-portalbar-v3 .navbar-toggle:hover,
  .navbar-portalbar-v3 .navbar-toggle:active,
  .navbar-portalbar-v3 .navbar-toggle:focus {
    background: #003366;
    background: rgba(0, 51, 102, 0.4);
  }
  .navbar-portalbar-v3 .navbar-nav > li > a {
    color: #ffffff;
    text-shadow: 0 1px 0px #001933;
  }
  .navbar-portalbar-v3 .navbar-brand {
    color: #ffffff;
  }
  .navbar-portalbar-v3 .navbar-nav > li > a:hover,
  .navbar-portalbar-v3 .navbar-nav > .open > a,
  .navbar-portalbar-v3 .navbar-nav > .open > a:hover,
  .navbar-portalbar-v3 .navbar-nav > .open > a:focus {
    background: #003366;
    background: rgba(0, 51, 102, 0.4);
    color: #ffffff;
    text-shadow: 0 1px 0px #001933;
  }
  .navbar-portalbar-v3 .search-toggle,
  .navbar-portalbar-v3 .login-toggle {
    color: #ffffff;
  }
  .navbar-portalbar-v3 .navbar-text-kytagline {
    color: #ffffff;
  }
  .outerContainer.headerRow,
  .outerContainer.mainNavRow,
  header .headerRow .container {
    background-color: transparent;
  }
  .headerRow .navbar-toggle {
    background-color: #293e6a;
    color: #ffffff;
    padding: 8px 12px;
    border: 1px solid #333;
    text-transform: uppercase;
    right: 0;
    top: 0;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .headerRow .navbar-toggle .menu {
    font-size: 16px;
    margin: 0;
  }
  .headerRow .navbar-toggle .icon-bars {
    display: none;
  }
  .headerRow .navbar-toggle:hover {
    background-color: #25385f;
  }
  .headerRow .navbar-toggle .icon-bars span,
  .headerRow .navbar-toggle .icon-bars span:before,
  .headerRow .navbar-toggle .icon-bars span:after {
    background: #ffffff;
  }
  header .navbar-brand {
    padding: 8px 0;
  }
  header .header-title-description {
    color: #293e6a;
    display: inline-block;
    font-size: 22px;
    font-family: 'Merriweather', serif;
    padding: 0;
    margin: 0;
    font-weight: 900;
  }
  header .header-title-description small {
    display: inline-block;
    color: lighter(#293e6a, 10%);
  }
  #background-bar {
    margin-bottom: -25px;
    margin-top: -80px;
    height: 100px !important;
  }
  .mainNavRow .container,
  .navbar-default {
    background-color: transparent;
  }
  #mainNavRow {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    color: #293e6a;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fafafa;
    color: #293e6a;
    border-bottom: 3px solid #293e6a;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background: #293e6a;
    color: #fff;
    font-weight: 700;
  }
  .Left-Nav .nav-stacked {
    background-color: #ffffff;
  }
  .Left-Nav .nav-stacked li a {
    color: #333333;
  }
  .Left-Nav .has-submenu:after {
    border-top-color: #333333;
  }
  .Left-Nav .nav-stacked .open a,
  .Left-Nav .nav-stacked li a:hover,
  .Left-Nav .nav-stacked li a:focus {
    background-color: #f7f7f7;
    color: #333333;
  }
  .Left-Nav .dropdown.active a,
  .Left-Nav .dropdown .has-submenu.highlighted {
    background: #f7f7f7;
  }
  .Left-Nav .dropdown.active .dropdown-submenu .has-submenu.highlighted,
  .Left-Nav .dropdown.active .dropdown-submenu .dropdown-menu a {
    background-color: #f0f0f0;
  }
  .Left-Nav .dropdown .dropdown-menu {
    background: #f7f7f7;
  }
  .navmenu-fixed-right.offcanvas.in {
    background-color: #ffffff;
    border-color: #f7f7f7;
  }
  .navmenu-fixed-right.offcanvas.in .dropdown > a:after,
  .navmenu-fixed-right.offcanvas.in .dropdown-submenu > a:after {
    border-top-color: #333333;
  }
  .navmenu-fixed-right.offcanvas.in a,
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navmenu-fixed-right.offcanvas.in a:hover,
  .navmenu-fixed-right.offcanvas.in a:focus,
  .navmenu-fixed-right.offcanvas.in .active a {
    background-color: #f7f7f7;
  }
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li.active > a {
    background: #f0f0f0;
  }
  .navmenu-fixed-right.offcanvas.in .open a {
    background: #f0f0f0;
  }
  .navmenu-fixed-right.offcanvas.in .dropdown-menu,
  .navmenu-fixed-right.offcanvas.in .active.dropdown {
    background-color: #f7f7f7;
  }
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a:hover,
  .navmenu-fixed-right.offcanvas.in .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #f7f7f7;
  }
  .navmenu-fixed-right.offcanvas.in .dropdown.open .dropdown-submenu .has-submenu.highlighted,
  .navmenu-fixed-right.offcanvas.in .dropdown.open .dropdown-submenu .dropdown-menu a,
  .navmenu-fixed-right.offcanvas.in .dropdown.active .dropdown-submenu .has-submenu.highlighted,
  .navmenu-fixed-right.offcanvas.in .dropdown.active .dropdown-submenu .dropdown-menu a {
    background: #f0f0f0;
  }
  .panel-default .panel-heading a {
    color: #333333;
  }
  footer a,
  footer a:link {
    color: #aaaaaa;
  }
  footer a:visited {
    color: #aaaaaa;
  }
  .footerRow > .container {
    background: #1b2845;
    border-top: 1px solid #141e33;
    color: #aaaaaa;
    background-image: url('images/ky-seal-background-light 2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25%;
  }
  .mega-footer {
    text-align: left;
  }
  .mega-footer .footer-title {
    display: inline-block;
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #ddd;
    border-bottom: 2px solid #ddd;
  }
  .mega-footer ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .titleContainer {
    background-color: #37548f;
    border-bottom: 3px solid #30497c;
    padding: 30px 0 25px 0;
    position: relative;
    z-index: 10;
  }
  .titleContainer .container {
    position: relative;
    z-index: 10;
  }
  .titleContainer h1.pageTitle {
    margin: 0;
    color: #fff !important;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .titleContainer .breadcrumb {
    background: transparent;
  }
  .titleContainer .breadcrumb a,
  .titleContainer .breadcrumb a:visited,
  .titleContainer .breadcrumb > .active,
  .titleContainer .breadcrumb > li + li:before {
    color: #eee;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .titleContainer #background-bars {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    height: 132px !important;
    opacity: 0.8;
  }
  .alert-warning {
    background-color: #fdf4b8;
    border-color: #fdf4b8;
  }
  .alert-danger {
    background-color: #ec8f93;
    border-color: #ec8f93;
  }
  .alert-success {
    background-color: #bfdf9f;
    border-color: #bfdf9f;
  }
  .alert-info {
    background-color: #cce6e4;
    border-color: #cce6e4;
  }
  hr {
    border-color: #ddd;
    margin: 40px 0;
  }
  .homepage-hero {
    background-image: url('images/homepage-background-color.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0 25px;
    margin: -10px -15px 30px -15px;
    position: relative;
    overflow: hidden;
  }
  .homepage-hero .container {
    position: relative;
    z-index: 5;
  }
  .homepage-hero img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 65px;
  }
  .homepage-hero p.lead {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
    margin-bottom: 30px;
  }
  .homepage-hero ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .homepage-hero ul > li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
  }
  .homepage-hero ul > li > a {
    text-shadow: -1px 1px 1px #333333;
    letter-spacing: 0.75px;
    border: 3px solid #fff;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 400;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    margin-bottom: 15px;
  }
  .homepage-hero ul > li > a:hover,
  .homepage-hero ul > li > a:active,
  .homepage-hero ul > li > a:focus {
    background: rgba(0, 0, 0, 0.5);
  }
  #graph3 {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 380px !important;
    bottom: 0;
  }
  .homepage-table .table thead tr th:last-of-type,
  .homepage-table .table tbody tr td:last-of-type {
    text-align: right;
  }
  #ChartHomepage {
    max-height: 400px;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .homepage-budget table.table caption {
    display: none;
  }
  .homepage-budget .table .badge {
    border-radius: 3px;
    border: 0;
    margin-right: 10px;
  }
  .homepage-budget .table .badge-education {
    background-color: #70B7F0;
  }
  .homepage-budget .table .badge-medicaid {
    background-color: #FBC786;
  }
  .homepage-budget .table .badge-postsec {
    background-color: #EBECEF;
  }
  .homepage-budget .table .badge-chfs {
    background-color: #B1CAD8;
  }
  .homepage-budget .table .badge-justice {
    background-color: #F6777C;
  }
  .homepage-budget .table .badge-gengov {
    background-color: #3F51B5;
  }
  .homepage-budget .table .badge-ecodev {
    background-color: #80838D;
  }
  .homepage-budget .table .badge-eae {
    background-color: #8F99E1;
  }
  .homepage-budget .table .badge-finance {
    background-color: #009688;
  }
  .homepage-budget .table .badge-labor {
    background-color: #C5CAE9;
  }
  .homepage-budget .table .badge-personnel {
    background-color: #4CAF50;
  }
  .homepage-budget .table .badge-publicpro {
    background-color: #FFECB3;
  }
  .homepage-budget .table .badge-tah {
    background-color: #FFECB3;
  }
  .homepage-budget .table .badge-kytc {
    background-color: #F44336;
  }
  .homepage-budget .table .badge-judicial {
    background-color: #F57C00;
  }
  .homepage-budget .table .badge-legislative {
    background-color: #0097A7;
  }
  .homepage-budget .table .badge-other {
    background-color: #F8BBD0;
  }
  .homepage-budget .table .badge-all {
    background-color: #006699;
  }
  .partners {
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .partner {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .partner a {
    color: #006699 !important;
    text-decoration: none;
  }
  .partner a:hover,
  .partner a:focus,
  .partner a:active {
    color: #0081c2 !important;
    text-decoration: underline;
  }
  .partner img {
    margin-bottom: 15px;
    width: 70%;
  }
  .partner span {
    font-size: 18px;
    font-weight: 900;
    display: block;
  }
  .search-wrapper {
    padding: 20px 15px;
    background: #fafafa;
    border-bottom: 3px solid #ddd;
    margin-bottom: 20px;
  }
  .search-wrapper h4 {
    margin-bottom: 20px;
  }
  .search-wrapper .btn-adsearch {
    padding: 6px 0;
    outline: none !important;
    float: right;
  }
  .search-wrapper .input-group-btn .btn {
    padding: 12px 16px;
  }
  .search-wrapper .form-group-search .btn-adsearch {
    text-decoration: none;
  }
  .search-wrapper .form-group-search .btn-adsearch:active:focus {
    background: none !important;
    color: #1b2845;
    border: none;
  }
  .search-wrapper .form-group-search .btn-adsearch span {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    margin-left: 5px;
    margin-top: 4px;
  }
  .search-wrapper .form-group-search .btn-adsearch.collapsed span {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .search-wrapper .form-group-branch label {
    display: block;
  }
  .search-wrapper .form-group-branch div.checkbox {
    display: inline-block;
    margin: 5px;
  }
  .search-wrapper .panel-groupItems {
    padding: 0 10px;
    max-height: 250px;
    overflow: auto;
  }
  .search-wrapper .loading-message {
    margin: 15px 0;
  }
  .search-wrapper .loading-message span {
    vertical-align: super;
  }
  .search-wrapper .input-group-btn {
    vertical-align: bottom;
  }
  .search-wrapper .table-results caption {
    font-weight: 300;
    padding: 10px 8px;
    background: transparent;
  }
  .search-wrapper .table-results thead {
    display: none;
  }
  .search-wrapper .table-results small,
  .search-wrapper .table-results span {
    display: block;
  }
  .search-wrapper .table-results small {
    font-weight: 700;
    color: #999;
    font-size: 12px;
  }
  .search-wrapper .table-results span,
  .search-wrapper .table-results address {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .search-wrapper .pager {
    margin: 0 0 20px 0;
    text-align: left;
  }
  .search-wrapper .exporter {
    margin: -10px 0 -15px 0;
    text-align: left;
  }
  .search-wrapper .exporter label {
    display: block;
  }
  .search-wrapper .exporter .btn {
    vertical-align: baseline;
  }
  .otherSearchs hr {
    border-color: #ddd;
    margin: 20px 0 15px;
  }
  .otherSearchs ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .otherSearchs ul li {
    margin: 0;
    display: block;
  }
  .otherSearchs ul li a {
    letter-spacing: 0.75px;
    border: 3px solid #1b2845;
    color: #1b2845 !important;
    font-weight: 400;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 16px;
  }
  .otherSearchs ul > li > a:hover,
  .otherSearchs ul > li > a:active,
  .otherSearchs ul > li > a:focus {
    background: rgba(6, 108, 194, 0.05);
  }
  .otherSearchs ul li a .fa {
    font-size: 14px;
    vertical-align: baseline;
    margin: 0 -7px 0 5px;
  }
  .table-collapse > tbody > tr > td a[data-toggle="collapse"] {
    display: block;
  }
  .table-collapse > tbody > tr > td > a[data-toggle="collapse"]:before {
    content: '\f067';
    font-family: 'fontawesome';
    margin-right: 5px;
  }
  .table-collapse > tbody > tr > td > a[data-toggle="collapse"]:not(.collapsed):before {
    content: '\f068';
  }
  .table-collapse > tbody > tr > td + td,
  .table-collapse .table-items > thead > tr > th:last-of-type,
  .table-collapse .table-items > tbody > tr > td:last-of-type {
    text-align: right;
  }
  .table-items {
    border: 1px solid #ccc;
    margin-bottom: 0px;
  }
  tr.collapse.in {
    display: table-row;
  }
  ul.pageListing {
    padding-left: 0;
    list-style: none;
  }
  ul.pageListing > .siteMapPage {
    margin-bottom: 10px;
  }
  table.table-nowidth {
    width: auto;
  }
  table.table-nowidth tbody span {
    font-weight: 900;
    float: right;
    padding: 0 3px;
    background: #eee;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-left: 15px;
  }
  table.table-nowidth tbody td {
    min-width: 145px;
  }
  .page-stepper ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-stepper ul li {
    padding: 12px 0;
    display: inline-block;
  }
  .page-stepper ul li:after {
    font-family: 'fontawesome';
    content: '\f105';
    padding: 0 10px;
  }
  .page-stepper ul li.active {
    font-weight: 900;
  }
  .page-stepper ul li a {
    text-decoration: none;
  }
  .Tax-Calculator .well .btn-group ul {
    padding: 0;
  }
  .Tax-Calculator .well .btn-group ul > li > a {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    color: #293e6a;
    padding: 5px 12px;
  }
  .Tax-Calculator .well .btn-group ul > li > a > span {
    display: block;
    font-weight: 400;
    color: #333;
  }
}
@media only screen and (min-width: 480px) {
  .partner {
    -ms-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  header .headerRow {
    -moz-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
    -webkit-transition: ease 0.2s all;
    transition: ease 0.2s all;
    box-shadow: 0 0 0 0 #000;
    background: rgba(41, 62, 106, 0.5);
  }
  header,
  header .headerRow .container {
    background: #ffffff;
  }
  .Homepage-Layout header .headerRow .container {
    background: transparent;
  }
  header #mainNavRow {
    background-color: #ffffff;
  }
  header #mainNavRow.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    box-shadow: 0 0 8px 0 #000;
    background: #ffffff;
  }
  header .headerRow.sticky .agency-header-logo {
    max-height: 55px;
    height: 55px;
  }
  header .headerRow .navbar-default .navbar-nav {
    position: relative;
    top: 10px;
    float: right;
  }
  header .navbar-brand {
    margin: 10px 0 10px 0;
  }
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li > a,
  .Homepage-Layout header .headerRow .header-title-description {
    color: #fff;
    text-shadow: -1px 1px 1px #333333;
  }
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li > a:hover,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li > a:focus,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li > a:active,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li.open > a,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li.open > a:hover,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li.open > a:focus,
  .Homepage-Layout header #mainNavRow:not(.sticky) .nav > li.open > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  }
  .Homepage-Layout header .headerRow.sticky .nav > li > a,
  .Homepage-Layout header .headerRow.sticky .header-title-description {
    color: #293e6a;
    text-shadow: 0 0 0 transparent;
  }
  header .header-title-description {
    font-size: 28px;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .homepage-hero {
    padding: 150px 0 60px;
    margin: 0 -15px -60px -15px;
    position: relative;
    bottom: 90px;
  }
  .homepage-hero img {
    margin: 0 auto 45px auto;
    max-width: 70px;
  }
  .homepage-hero p.lead {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 50px;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    text-shadow: -1px 1px 1px #333333;
  }
  #graph3 {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 380px !important;
    bottom: 0;
  }
  .partner {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .navbar-portalbar-v3 .navbar-nav .open .dropdown-menu .divider {
    background-color: #003366;
  }
  .navbar-portalbar-v3 .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-portalbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-portalbar .nav-collapse .nav > li > a:hover {
    background: #003366;
    background: rgba(0, 51, 102, 0.4);
    color: #ffffff;
    text-shadow: 0 1px 0px #001933;
  }
  .navbar-portalbar-v3 .navbar-collapse .nav > li > a {
    color: #ffffff;
  }
  .search-wrapper .pager {
    margin: 0;
    text-align: left;
  }
  .search-wrapper .exporter {
    text-align: right;
  }
  .search-wrapper .exporter label {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .table-results > tbody > tr {
    padding: 8px;
    display: block;
    border-top: 1px solid #ddd;
  }
  .table-results > tbody > tr > td {
    display: block;
    border-top: 0;
    padding: 0;
  }
}
/*# sourceMappingURL=agency.css.map *