@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700i|Source+Sans+Pro:400,400i,600,700,700i);
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: normal;
  color: #4a4a4a;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
@media (min-width: 1010px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1010px) {
  .container {
    width: 1010px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #4a4a4a;
  line-height: 1.2;
}

h1 {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1010px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 1010px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-family: "Merriweather", Georgia, serif;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1010px) {
  h3 {
    font-size: 22px;
  }
}

h3.subhead {
  font-style: italic;
}
@media (max-width: 767px) {
  h3.subhead {
    font-size: 18px;
    line-height: 1.25;
  }
}

h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
div > h4:first-of-type {
  margin-top: 0;
}

h5 {
  font-weight: bold;
  font-size: 16px;
}

p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 20px;
  }
}

img + p {
  margin-top: 10px;
}

.text-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-content ul > li {
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 10px;
}
.text-content ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

a {
  color: #0062a5;
}
a:hover, a:focus {
  color: #0062a5;
}

.link {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1010px) {
  .link {
    font-size: 16px;
  }
}
.link .fa {
  margin-right: 6px;
}

.link-more {
  font-weight: 600;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.link-more:after {
  content: " »";
}

.header-divider {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .header-divider {
    border-top: none;
    padding-top: 0;
  }
}

.info-strip-link {
  margin-right: 15px;
  white-space: nowrap;
  font-weight: 600;
}
p > .info-strip-link:first-of-type, li > .info-strip-link:first-of-type {
  margin-left: 15px;
}
.info-strip-link .fa {
  margin-right: 6px;
}

.feature-image {
  margin: 20px 0;
}
@media (min-width: 1010px) {
  .feature-image {
    margin: 30px 0;
  }
}

.feature-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-text h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .feature-text li {
    margin-bottom: 5px;
  }
}
@media (min-width: 1010px) {
  .feature-text {
    font-size: 16px;
  }
  .feature-text li {
    margin-bottom: 8px;
  }
  .feature-text h2 {
    margin-top: 10px;
  }
}

.components .header-page h1 {
  margin-top: 20px;
}
.components .col-md-12 h4:first-of-type, .components .header-page h2 {
  color: #a81d2e;
  margin-top: 0;
  margin-bottom: 20px;
}
.components .row {
  margin-bottom: 50px;
}
.components .schedule {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.navbar-collapse {
  box-shadow: none !important;
}

.navbar {
  border: 0;
  margin-bottom: 0;
  border-radius: 0px;
  z-index: 1000;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar .navbar-nav > li > a {
  color: white;
  font-size: 15.5px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1010px) {
  .navbar .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15px;
  }
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-default .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
  color: white !important;
  background-color: #274f82 !important;
}

.navbar-nav {
  margin: 7.5px -15px;
  float: none;
}
@media (min-width: 480px) {
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1010px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}

.navbar-nav > li {
  float: none;
}
@media (min-width: 1010px) {
  .navbar-nav > li {
    float: left;
  }
}

.navbar-form {
  margin-left: -15px;
  box-shadow: none;
  padding: 10px 15px;
}
@media (min-width: 1010px) {
  .navbar-form {
    float: right !important;
    margin-left: 0;
    padding: 0;
  }
}
.navbar-form label {
  color: white;
}

.navbar-right {
  float: none !important;
  margin-right: 0;
}
@media (min-width: 1010px) {
  .navbar-right {
    float: right !important;
  }
}

@media (max-width: 1009px) {
  .navbar-header {
    text-align: center;
    float: none;
  }
}

.navbar-brand {
  padding: 8px 0;
  line-height: 1;
  height: auto;
  display: inline-block;
  float: none;
}
@media (min-width: 480px) {
  .navbar-brand {
    padding: 14px 0;
  }
}
@media (min-width: 1010px) {
  .navbar-brand {
    padding: 17px 0;
    display: block;
  }
}
.navbar-brand img {
  width: 150px;
  height: auto;
  display: inline-block;
}
@media (min-width: 480px) {
  .navbar-brand img {
    width: 240px;
  }
}

.nav-branding {
  background: #274f82;
}
.nav-branding .container {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1010px) {
  .form-group-language {
    margin-top: 19px;
    margin-right: 325px;
  }
}

.search-open {
  float: right;
  position: absolute;
  right: 12px;
  top: 15px;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
@media (min-width: 480px) {
  .search-open {
    right: 15px;
    top: 25px;
  }
}
@media (min-width: 1009px) {
  .search-open {
    display: none;
  }
}
.search-open .fa {
  font-size: 20px;
  display: inline-block;
  color: white;
}
@media (min-width: 480px) {
  .search-open .fa {
    font-size: 24px;
  }
}
.search-open:hover .fa {
  color: #ffca7d;
}

.navbar-search {
  display: inline-block;
  border: none;
  position: fixed;
  top: 0;
  right: -230px;
  margin: 0;
  padding: 8px 12px 11px 40px;
  box-shadow: none;
  background: #062b4c;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  /*.form-control {
      border-color: $white-base;
      @media (min-width: $screen-xs-min) {
  		width: 315px;
  	}
  }*/
}
.navbar-search.nav-view {
  right: 0;
  transform: translateX(0);
}
@media (min-width: 480px) {
  .navbar-search {
    right: -460px;
    padding: 22px 22px 25px 40px;
    width: 460px;
  }
}
@media (min-width: 1010px) {
  .navbar-search {
    top: 5px;
    transform: translateX(0) !important;
    right: 0 !important;
    position: absolute;
    background: none;
  }
}
.navbar-search .menu-close {
  position: absolute;
  top: 3px;
  left: 10px;
}

.nav-global {
  background: #062b4c;
  text-transform: uppercase;
}
@media (max-width: 1009px) {
  .nav-global {
    min-height: 0;
  }
  .nav-global .header-home .fa {
    margin-left: 8px;
  }
}
@media (min-width: 1010px) {
  .nav-global .navbar-collapse {
    padding: 0;
  }
  .nav-global .header-home .fa {
    font-size: 20px;
  }
  .nav-global .header-home span {
    display: none;
  }
}

.navbar-nav .dropdown-menu {
  border: none;
  background-color: #274f82 !important;
  border-radius: 0;
  padding-bottom: 15px;
}
.navbar-nav .dropdown-menu > li > a {
  color: white !important;
  font-size: 17px;
  text-transform: none;
  padding: 4px 15px !important;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
  background: transparent !important;
  text-decoration: underline !important;
  color: white !important;
}
@media (max-width: 1009px) {
  .navbar-nav .dropdown-menu > li > a {
    white-space: normal;
  }
}
.navbar-nav .dropdown-menu .subheader {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav .dropdown-menu .subheader a {
  font-weight: 600;
  border-top: 1px solid #6884a7;
  border-bottom: 1px solid #6884a7;
  padding: 10px 0 !important;
  margin: 10px 0 !important;
}

@media (max-width: 1009px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open > a:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 20px;
    display: block;
    color: white;
    float: right;
  }

  .navbar-nav .open > a:hover:after {
    color: #ffca7d;
  }

  .dropdown > a:after {
    top: 10px;
  }
}
.menu-open {
  float: left;
  position: absolute;
  left: 12px;
  top: 15px;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
@media (min-width: 480px) {
  .menu-open {
    left: 15px;
    top: 25px;
  }
}
@media (min-width: 1009px) {
  .menu-open {
    display: none;
  }
}
.menu-open .fa {
  font-size: 20px;
  display: inline-block;
  color: white;
}
@media (min-width: 480px) {
  .menu-open .fa {
    font-size: 28px;
  }
}
.menu-open:hover .fa {
  color: #ffca7d;
}

.menu-close {
  float: right;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  margin-top: 5px;
  margin-right: -5px;
}
.menu-close .fa {
  font-size: 20px;
  display: block;
  color: white;
}
.menu-close:hover .fa {
  color: #ffca7d;
}
@media (min-width: 1009px) {
  .menu-close {
    display: none;
  }
}

@media (max-width: 1009px) {
  .navbar-collapse.collapse {
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 10000;
    width: 250px;
    height: 100vh !important;
    overflow-y: scroll;
    background: #062b4c;
    display: block;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    border: none;
  }
  .navbar-collapse.collapse.nav-view {
    transform: translateX(100%);
  }
  .navbar-collapse.collapse .navbar-nav {
    margin-top: 30px;
  }
}

.footer {
  text-align: center;
  color: white;
  line-height: 1.6;
  margin-top: 25px;
}
.footer a {
  color: white;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul > li {
  display: inline-block;
}
.footer ul > li:after {
  content: "|";
  display: inline-block;
  margin: 0 5px 0 7px;
}
.footer ul > li:last-child:after {
  content: "";
  margin: 0;
}
.footer ul li.footer-home .fa {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .footer ul li.footer-home {
    display: block;
  }
  .footer ul li.footer-home:after {
    content: "";
    margin: 0;
  }
}

.footer-contact {
  background: #476a94;
  font-size: 14px;
  padding: 30px 0;
}
.footer-contact ul > li:after {
  content: "";
  margin: 0 10px 0 10px;
}

.footer-site {
  background: #274f82;
  font-size: 14px;
  padding: 25px 0 30px 0;
}
.footer-site a:not(.fa) {
  font-weight: 600;
}
.footer-site .form-group {
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1;
}
.footer-site .form-group a {
  font-weight: 400;
}
.footer-site .form-group label {
  margin-left: 14px;
}
@media (max-width: 767px) {
  .footer-site .form-group label {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer-site .form-control-dropdown:after {
  top: 8px;
  font-size: 16px;
}
.footer-site .form-control-dropdown .form-control {
  width: 215px;
  font-size: 14px;
}

.footer-global {
  background: #062b4c;
  font-size: 13px;
  padding: 30px 0;
}

.backtotop-button {
  font-size: 30px;
  opacity: 0.7;
}
.backtotop-button:hover {
  opacity: 1;
}

.form-control {
  border-radius: 0px;
  font-size: 16px;
  background: white;
  box-shadow: none;
  height: 34px;
}

input.input-lg[type="text"] {
  height: 45px !important;
}

.form-control-dropdown {
  display: inline-block;
  position: relative;
}
.form-control-dropdown:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: white;
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 800;
}
@media (min-width: 1010px) {
  .form-control-dropdown:after {
    font-size: 20px;
    top: 3px;
  }
}
.form-control-dropdown .form-control {
  position: relative;
  z-index: 900;
  display: inline-block;
  background: transparent;
  color: white;
  border-radius: 0px;
  border-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 4px;
  width: 180px;
}
.form-control-dropdown .form-control option {
  background: white;
  color: #4a4a4a;
}

label {
  font-weight: normal;
}

.checkbox, .checkbox-inline, .radio, .radio-inline {
  padding-left: 15px;
}

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
  margin-right: 5px;
  margin-bottom: 5px;
}

.checkbox label::before, .checkbox-inline label::before, .checkbox label::after, .checkbox-inline label::after, .radio label::before, .radio-inline label::before, .radio label::after, .radio-inline label::after {
  display: none;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  opacity: 1;
  margin-right: 2px;
}

.form-links {
  font-weight: 600;
}

.form-group-search {
  position: relative;
}
.form-group-search #search-btn {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  color: #274f82;
  position: absolute;
  right: 10px;
  top: 6px;
}
.form-group-search #search-btn:hover {
  color: #062b4c;
}
.form-group-search .input-lg + #search-btn {
  top: 12px;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.cse input.gsc-input, input.gsc-input {
  width: 100% !important;
  padding-right: 32px !important;
}

.gsc-search-box {
  position: relative;
}

td.gsc-search-button {
  width: 20px !important;
  position: absolute;
  right: 9px;
  top: 2px;
}
td.gsc-search-button > input {
  border: none;
  overflow: hidden;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  min-width: 20px;
  background-color: white;
  background-image: url("https://www.montgomerycountymd.gov/cct/Resources/Images/search-icon.png") !important;
  background-size: 20px;
  display: inline-block;
}

.navbar-search .cse form.gsc-search-box, .navbar-search form.gsc-search-box {
  padding: 0;
  margin: 0;
}
.navbar-search table.gsc-search-box {
  margin-bottom: 0;
}
.navbar-search td.gsc-input > input {
  border-color: white;
}
.navbar-search td.gsc-clear-button {
  display: none;
}

.search-results td.gsc-input > input {
  height: 45px !important;
}
.search-results td.gsc-search-button {
  right: 35px;
  top: 9px;
}

.table > thead > tr > th {
  background: #4a4a4a;
  color: white;
  border-bottom: 0;
}

.btn {
  font-weight: 600;
}

.close {
  color: #0062a5;
  opacity: 1;
}
.close:hover {
  color: #4a4a4a;
  opacity: 1;
}

.dropdown-toggle {
  border-radius: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  width: 170px;
  text-align: left;
  position: relative;
}
@media (min-width: 1010px) {
  .dropdown-toggle {
    font-size: 16px;
    width: 230px;
  }
}
.dropdown-toggle:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  color: #4a4a4a;
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 800;
}
@media (min-width: 1010px) {
  .dropdown-toggle:after {
    font-size: 20px;
    top: 3px;
  }
}

.dropdown-toggle + ul.dropdown-menu {
  border-radius: 0;
}

.feature-button {
  display: inline-block;
  width: 100%;
  background: rgba(39, 80, 130, 0.8);
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 30px 15px;
  height: 145px;
}
.feature-button .fa {
  display: block;
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 15px;
}
.feature-button:hover, .feature-button:focus, .feature-button:active {
  background: #275082;
  color: white;
  text-decoration: none;
}
.feature-button:hover span, .feature-button:focus span, .feature-button:active span {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .feature-button {
    padding: 20px 10px;
  }
}
@media (min-width: 1010px) {
  .feature-button {
    padding: 30px 15px;
    height: 150px;
  }
}
.grid-features.no-icons .feature-button {
  height: 80px;
}

.help-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin: 0 30px 15px 0;
}
.help-button .circle {
  display: inline-block;
  background: #0062a5;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  outline: none;
  margin-right: 7px;
  vertical-align: middle;
}
.help-button .fa {
  color: white;
  font-size: 24px;
  font-weight: normal;
  margin-top: 7px;
  margin-left: 2px;
}
.help-button .fa-sm {
  font-size: 19px;
  margin-top: 10px;
  margin-left: 1px;
}
.help-button .help-text {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.help-button:hover, .help-button:focus, .help-button:active {
  text-decoration: none;
}
.help-button:hover .circle, .help-button:focus .circle, .help-button:active .circle {
  background-color: #4a4a4a;
}
.help-button:hover .help-text, .help-button:focus .help-text, .help-button:active .help-text {
  text-decoration: underline;
}

.header-page {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 25px;
}
.header-page h1 {
  margin-bottom: 5px;
  margin-top: 0;
}

.section-help {
  text-align: center;
  margin: 30px 0 0 0;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
@media (min-width: 1010px) {
  .section-help {
    margin: 40px 0 0 0;
    padding-top: 40px;
  }
}
.section-help h3 {
  margin: 0 0 20px 0;
}

.section-summary {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .section-summary div[class^="col-"]:first-child {
    padding-right: 20px;
  }
}
@media (min-width: 1010px) {
  .section-summary div[class^="col-"]:first-child {
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .section-summary div[class^="col-"]:last-child {
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
  }
}
@media (min-width: 1010px) {
  .section-summary div[class^="col-"]:last-child {
    padding-left: 35px;
  }
}
.section-summary img {
  display: inline-block;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.section-summary h4 {
  margin-top: 0;
}

.alert {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 0px;
  padding: 8px 0 12px 0;
  -webkit-box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  z-index: 900;
  position: relative;
}
.alert p {
  margin: 0;
  padding-right: 25px;
  line-height: 1;
}
.alert a {
  color: #274f82;
  text-decoration: underline;
}
.alert a:hover {
  color: #062b4c;
}
.alert .close {
  font-size: 20px;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
  color: #274f82;
  right: 0;
  top: 0;
}
.alert .close:hover {
  color: #062b4c;
}
.alert .close i {
  font-size: 20px;
  margin-right: 0;
}
.alert.alert-warning {
  background: #ffca7d;
  border-color: #ffca7d;
  color: #4a4a4a;
}
.alert .alert-kicker {
  color: #902525;
}
.alert .alert-kicker .fa {
  font-weight: normal;
  margin-right: 10px;
  font-size: 20px;
}

.hero .hero-background {
  position: relative;
}
.hero .hero-background img {
  width: 100%;
  height: auto;
}
.hero .hero-background:before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  z-index: 400;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
@media (min-width: 768px) {
  .hero .hero-background:before {
    height: 100px;
  }
}
.hero .grid-features {
  position: relative;
  z-index: 900;
  margin-top: -30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero .grid-features {
    margin-top: -50px;
  }
  .hero .grid-features div[class^="col-"] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1010px) {
  .hero .grid-features {
    margin-top: -80px;
  }
}

.panel-group {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .panel-group.panel-group-with-title {
    margin-top: 0;
    border-top: 1px solid #e9e9e9;
  }
}
.panel-group.panel-group-with-title h3 {
  margin-bottom: 15px;
}
.panel-group .panel {
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.panel .panel-heading {
  background: whitesmoke;
  color: #4a4a4a;
  border-radius: 0px;
  padding: 0;
}
.panel .panel-heading a {
  font-weight: bold !important;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.panel-title {
  padding: 0;
}

.panel-heading-link, .panel-plus-link {
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.panel-heading.panel-plus-link > a, .panel-heading-link > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4a4a4a;
  background: whitesmoke;
  padding: 13px 55px 13px 20px !important;
  position: relative;
  text-decoration: none;
}
.panel-heading.panel-plus-link > a:after, .panel-heading-link > a:after {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  display: block;
  position: absolute;
  color: #4a4a4a;
  right: 20px;
  top: 13px;
  font-weight: normal;
}
.panel-heading.panel-plus-link > a:before, .panel-heading-link > a:before {
  display: none;
}
.panel-heading.panel-plus-link > a:hover, .panel-heading-link > a:hover {
  background: #e9e9e9 !important;
  color: #0062a5;
}
.panel-heading.panel-plus-link > a:hover:after, .panel-heading-link > a:hover:after {
  color: #0062a5;
}

.panel-heading.panel-plus-link.active > a, .panel-heading-link.active > a {
  background: #4a4a4a !important;
  color: white;
}
.panel-heading.panel-plus-link.active > a:hover, .panel-heading-link.active > a:hover {
  background: #0062a5 !important;
}
.panel-heading.panel-plus-link.active > a:after, .panel-heading-link.active > a:after {
  content: "\f068";
  color: white;
}

.panel-body {
  font-size: 14px;
}
@media (min-width: 1010px) {
  .panel-body {
    padding: 20px 20px 5px 20px;
  }
}

.link-strip {
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0 20px 0;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 1010px) {
  .link-strip {
    font-size: 16px;
  }
}
.link-strip h3 {
  margin-top: 0;
}
.link-strip a {
  font-weight: 600;
}
.link-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-strip ul > li {
  display: inline-block;
  padding-left: 0;
  margin: 0 7px 5px 0;
}
@media (min-width: 768px) {
  .link-strip ul > li {
    margin: 0 7px 10px 0;
  }
}
@media (min-width: 1010px) {
  .link-strip ul > li {
    margin: 0 7px 15px 0;
  }
}
.link-strip ul > li:after {
  content: "|";
  margin-left: 10px;
}
.link-strip ul > li:last-child {
  margin-right: 0;
}
.link-strip ul > li:last-child:after {
  content: "";
  margin: 0;
}

.info-strip {
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0 10px 0;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .info-strip {
    padding: 30px 70px 20px 70px;
  }
}
@media (min-width: 1010px) {
  .info-strip {
    font-size: 16px;
  }
}
.info-strip h3 {
  margin-top: 0;
}
.info-strip a {
  font-weight: 600;
}
.info-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-strip ul > li {
  display: block;
  margin: 0 0 5px 0;
}
.info-strip ul > li strong {
  display: block;
}
@media (min-width: 768px) {
  .info-strip ul > li {
    display: inline-block;
    margin: 0 0 10px 30px;
  }
  .info-strip ul > li strong {
    display: inherit;
  }
}
@media (min-width: 1010px) {
  .info-strip ul > li {
    margin: 0 0 12px 30px;
  }
}
.info-strip ul > li:first-child {
  margin-left: 0;
}
.info-strip.no-border {
  border: none;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.info-strip > .fa:first-of-type {
  margin-bottom: 10px;
}

.number-list ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1010px) {
  .number-list ul {
    font-size: 16px;
    line-height: 1.6;
  }
}
.number-list ul > li {
  margin: 0 0 20px;
}
.number-list ul > li:nth-child(n+6) {
  display: none;
}
@media (min-width: 768px) {
  .number-list ul > li:nth-child(n+1) {
    display: block;
  }
}
.number-list ul > li a {
  display: block;
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}
.number-list ul > li a span.number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
  display: inline-block;
  background: #4a4a4a;
  height: 28px;
  width: 28px;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  outline: none;
  vertical-align: middle;
  line-height: 1.4;
}

.thumbnail {
  border: none;
  padding: 0;
}
.thumbnail .header {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.thumbnail .header a:after {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 400;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.thumbnail .header a:hover:after {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.thumbnail .header span {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-shadow: 0 2px 6px black;
  margin: 0;
  padding: 0;
  z-index: 500;
  line-height: 1.1;
}
.thumbnail .caption {
  background: whitesmoke;
  padding: 15px 20px;
}
.thumbnail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.thumbnail ul > li {
  margin: 0 0 3px 0;
  position: relative;
  padding-left: 10px;
}
.thumbnail ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.cards {
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  width: 100%;
}
.cards div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.schedule-header {
  background: #4a4a4a;
  color: white;
  padding: 8px 12px 6px 12px;
}
@media (min-width: 768px) {
  .schedule-header {
    padding: 12px 20px 10px 20px;
  }
}
.schedule-header .form-inline .form-group, .schedule-header .form-inline .checkbox, .schedule-header .form-inline .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .schedule-header .form-inline .form-group, .schedule-header .form-inline .checkbox, .schedule-header .form-inline .radio {
    margin-right: 0;
  }
}
.schedule-header .checkbox label, .schedule-header .checkbox-inline label, .schedule-header .radio label, .schedule-header .radio-inline label {
  font-weight: bold;
}
.schedule-header a {
  color: white;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.schedule-header a:hover {
  color: #ffca7d;
}

.schedule ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule li {
  line-height: 1.4;
  padding: 8px 12px 12px 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .schedule li {
    padding: 15px 20px 20px 20px;
  }
}
.schedule li:nth-child(2n+1) {
  background: whitesmoke;
}
.schedule li p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}
.schedule li p.header {
  text-transform: uppercase;
  display: block;
  margin-right: 0;
}
.schedule li p.sort-by {
  color: #a81d2e;
}
.schedule li p.sort-by span {
  font-weight: bold;
}

.content-box.box-default {
  text-align: left;
  background: whitesmoke;
  border: none;
  padding: 20px 15px 15px 15px;
  margin-bottom: 15px;
}
.content-box.box-default h3:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .content-box.box-default {
    padding: 30px 30px 20px 30px;
  }
}
@media (min-width: 1010px) {
  .content-box.box-default {
    padding: 40px 80px 30px 80px;
  }
}
.content-box.box-default .form-control {
  border-color: #e9e9e9;
}

.grid-features {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .grid-features {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1010px) {
  .grid-features {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.grid-features div[class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: table;
}
@media (min-width: 768px) {
  .grid-features div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1010px) {
  .grid-features div[class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.grid-features .feature-button {
  padding-top: 0;
  padding-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  border-bottom: none;
  padding: 30px 30px 0 30px;
}
.modal .modal-header h3 {
  margin: 0;
}
.modal .modal-header .close {
  margin: -20px -15px 0 0;
}
.modal .modal-body {
  padding: 15px 30px;
}

.dropdown > a:after, .dropdown-submenu > a:after {
  display: none;
}

.navbar-default .navbar-nav > li.dropdown > a {
  padding-right: 15px;
}

.navbar-default .navbar-nav > li > a {
  margin-top: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
}

.navbar-default {
  box-shadow: none;
}

.navbar-default .navbar-brand {
  background: none;
  padding-left: 0;
}

.nav-branding .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-image: none;
}

.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (min-width: 767px) {
  .dropdown-menu {
    padding: 5px 0;
  }
}

@media (max-width: 1009px) {
  .dropdown > a {
    border: none;
  }
}
.dropdown.open > a, .dropdown.open > a:focus, .dropdown.open > a:active {
  border-bottom: none;
}

.margin-top {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .margin-top {
    margin-top: 25px;
  }
}
.hero + .margin-top {
  margin-top: 15px;
}

/*   custom css by Circuit Court */

.text-content .link-strip,.page-nav{
	border:none !important;
	/*border-bottom-color: red;*/
	padding:0;
}
.text-content  ul > li:before {
  content: "" !important;
  border-top:none !important;
  
}
.icon
{
	 font-size: 26px;
	 color:  lightgreen;
}
.icon-small
{
	font-size: 20px;
	 color:green;
}

a[href^="tel:"]:before {
    content: "\260E";
    /*display: block;*/
    margin-right: 0.5em;
}

.docket{
	 background-color: #4A4A4A !important; /*#4A4A4A !important;*/
	color: white !important;
	text-align:left !important;
	padding-left: 2em !important;
	font-family:  "Times New Roman",Cambria, "Hoefler Text", "Liberation Serif", Times, "serif" !important;

}

#docketData li p,#docketDataFiltered li p
{
	font-family:  "Times New Roman",Cambria, "Hoefler Text", "Liberation Serif", Times, "serif" !important;
}
.docket a:focus, a:active{
	background-color: #29abe2 !important;
 /* background: #29abe2 !important;*/
  color: #fff !important;
  border-radius: 5px !important;
}

.docket a
{
	   color: white !important;
       text-decoration:underline !important;	
}
.goog-logo-link,.skiptranslate {
	color: white !important;
}
.goog-te-combo{
	color:#666 !important;
}
@media (max-width: 767px) {
  #Jury-Call-In {
    max-content:300px;
  }
}

/* --- 
   Front Home Covid-19 Notice CSS
*/

.covid-info{
			position: relative;
			
			background-color: rgba(39, 80, 130, 0.5);/*#1d73be;*/
			 
			/* margin-top:-400px; */
			padding: 2% 2% 2%;
			 /* border-radius: 50%/100px 100px 0 0;
			border-radius: 10px 10px 10px 10px;*/
			clear: both;
			overflow: hidden;
			z-index: 900;
		}
.covid-info-text {
		font-size: 18px; 
	}
	
	@media (max-width: 767px)
	{
		.hero-background img {
			display: none;
			
		}
		.covid-info {
			margin-bottom: 40px;
			background-color:#fff;
		}
	}
	
	@media (min-width: 768px) {
		.covid-info {
			margin-top:-180px;
		}
	}
	
	@media (min-width: 1010px) {
		.covid-info {
			margin-top:-400px;
		}
	}
	
	
@media (max-width: 991px) and (min-width: 768px) 
	{ 
		.covid-info-text { 
			font-size: 16px; 
		}
	}


		
	
	
	.covid-info div[class^="col-"] {
		margin-bottom: 8px;
	}
    
    
    .AlertStatus
    		{	
				 color: Red;
				border-bottom:1 red solid;
			}

      .AlertStatus:hover::after {
              content: "Last updated on " attr(data-test) ;
            position: absolute;
            bottom: -30px;
            left: 0;
            background-color: #333;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 14px;
            white-space: nowrap;
            z-index: 10;
      }