/*Modules*/
/* Partials */
.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .inline-list li {
    display: inline-block;
    padding: 0 10px; }
    .inline-list li:first-child {
      padding-left: 0; }
    .inline-list li a {
      display: block;
      line-height: 12px; }

/*Typography*/
.uppercase {
  text-transform: uppercase; }

.smaller-text {
  font-size: 65%; }

/*Clearfix*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*Type*/
/*Images*/
html {
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */ }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box; }

html, body {
  background: #dbdbdb;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%; }

img {
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px; }

/*Remove IOS Broder Radius*/
textarea,
input,
input[type="search"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 8, 2015 */
@font-face {
  font-family: 'Patua One';
  src: url("/sebin/u/y/PatuaOne-Regular-webfont.eot");
  src: url("/sebin/u/y/PatuaOne-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/sebin/i/z/PatuaOne-Regular-webfont.woff2") format("woff2"), url("/sebin/c/m/PatuaOne-Regular-webfont.woff") format("woff"), url("/sebin/c/o/PatuaOne-Regular-webfont.ttf") format("truetype"), url("/sebin/b/d/PatuaOne-Regular-webfont.svg#patua_oneregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoSemiBold';
  src: url("/sebin/s/v/Lato-Semibold-webfont.eot");
  src: url("/sebin/s/v/Lato-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/sebin/q/h/Lato-Semibold-webfont.woff2") format("woff2"), url("/sebin/y/z/Lato-Semibold-webfont.woff") format("woff"), url("/sebin/y/p/Lato-Semibold-webfont.ttf") format("truetype"), url("/sebin/v/j/Lato-Semibold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("/sebin/g/x/Lato-Bold-webfont.eot");
  src: url("/sebin/g/x/Lato-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/sebin/w/q/Lato-Bold-webfont.woff2") format("woff2"), url("/sebin/k/i/Lato-Bold-webfont.woff") format("woff"), url("/sebin/i/t/Lato-Bold-webfont.ttf") format("truetype"), url("/sebin/h/i/Lato-Bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.homepage body, .header body, .footer body {
  font-size: .95em;
  line-height: 1.5em;
  color: #444; }
.homepage p, .header p, .footer p {
  margin: 0 0 20px;
  line-height: 24px; }
.homepage small, .header small, .footer small {
  font-size: 85%; }
.homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5, .homepage h6, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #444;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
.homepage h1, .homepage h2, .header h1, .header h2, .footer h1, .footer h2 {
  font-family: "Patua One", sans-serif; }
.homepage h3, .homepage h4, .homepage h5, .header h3, .header h4, .header h5, .footer h3, .footer h4, .footer h5 {
  font-weight: bold; }
.homepage h1, .header h1, .footer h1 {
  font-size: 2.083em;
  line-height: 40px; }
.homepage h2, .header h2, .footer h2 {
  border-top: 5px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #c51110;
  font-size: 1.6em;
  line-height: 30px;
  margin: 0 0 13px;
  padding: 7px 0; }
.homepage h3, .header h3, .footer h3 {
  font-size: 1.2em;
  line-height: 30px; }
.homepage h4, .header h4, .footer h4 {
  font-size: 1.1em;
  line-height: 20px; }
.homepage h5, .header h5, .footer h5 {
  font-size: 1em;
  line-height: 20px; }
.homepage a, .header a, .footer a {
  color: #002280; }
  .homepage a:hover, .header a:hover, .footer a:hover {
    color: #feb30c; }

@media only screen and (max-width: 767px) {
  .homepage h2 {
    margin-bottom: 0; } }
.primary-header {
  background: #c51110;
  color: white;
  height: 100%; }

.secondary-header {
  background: #333;
  font-size: .85em;
  padding: 10px 0;
  width: 100%; }
  .secondary-header a {
    color: #dbdbdb;
    display: block;
    line-height: 11px;
    text-decoration: underline; }
    .secondary-header a:hover {
      color: #fff; }
  .secondary-header .page-tools {
    text-align: right; }
    .secondary-header .page-tools a, .secondary-header .page-tools ul {
      display: inline-block;
      margin-top: -6px; }
  .secondary-header .subscribe {
    border-right: 1px solid #dbdbdb;
    display: inline-block;
    padding-right: 10px; }

.hamburger-nav {
  display: none; }

@media only screen and (max-width: 767px) {
  .homepage .hamburger-nav {
    display: block;
    position: absolute;
    z-index: 999;
    top: 35px;
    right: 0;
    padding: 10px; } }
.primary-nav-container {
  padding: 0; }

.primary-nav {
  background: #c51110;
  color: #fff;
  list-style-type: none;
  height: 100%;
  margin: 0;
  padding: 0; }
  .primary-nav a {
    color: #fff; }
  .primary-nav .primary-nav-item {
    background-color: #a90f0e;
    border-right: 5px solid #c51110;
    display: inline-block;
    font-family: "Patua One", sans-serif;
    height: 100%;
    padding: 0 10px 0 0; }
    .primary-nav .primary-nav-item:last-child {
      border-right: none; }
    .primary-nav .primary-nav-item:hover {
      background-color: rgba(255, 0, 0, 0.5); }
    .primary-nav .primary-nav-item .primary-nav-item__headline {
      border: none;
      font-size: 1.5em;
      letter-spacing: .5px;
      margin: 0;
      padding: 0; }
    .primary-nav .primary-nav-item .primary-nav-item__tagline {
      display: block;
      font-family: Arial, sans-serif;
      font-size: .55em;
      font-weight: 100;
      letter-spacing: 0;
      margin-top: 10px; }
    .primary-nav .primary-nav-item a {
      background: url("//baltimorecountymd.gov/sebin/l/t/little-arrow.png") no-repeat 12.5px 37px;
      color: white;
      display: block;
      line-height: 22px;
      padding: 35px 0px 33px 40px;
      text-decoration: none; }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .homepage .primary-nav .primary-nav-item a {
    padding: 35px 5px 33px 35px;
    width: auto; }
  .homepage .primary-nav h2 {
    font-size: 1.6em;
    min-width: 200px; }
  .homepage .primary-nav .primary-nav-item {
    min-width: 30%; }
  .homepage .primary-nav {
    font-size: 80%; } }
@media only screen and (max-width: 992px) {
  .homepage .primary-nav .primary-nav-item .primary-nav-item__headline {
    font-size: 1.6em; }
  .homepage .primary-nav .primary-nav-item .primary-nav-item__tagline {
    font-size: .55em; } }
@media only screen and (min-width: 992px) and (max-width: 1002px) {
  .homepage .primary-nav .primary-nav-item .primary-nav-item__headline {
    font-size: 1.3em; }
  .homepage .primary-nav .primary-nav-item .primary-nav-item__tagline {
    font-size: .55em; } }
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .homepage .primary-nav {
    width: 100%; }
  .homepage .primary-nav .primary-nav-item .primary-nav-item__headline {
    font-size: 1.5em; }
  .homepage .primary-nav .primary-nav-item a {
    background: url("//baltimorecountymd.gov/sebin/l/t/little-arrow.png") no-repeat scroll 12.5px 22px transparent;
    padding: 20px 0 20px 40px; }
  .homepage .primary-nav .primary-nav-item {
    margin: 0 0 5px; } }
@media only screen and (min-width: 767px) and (max-width: 800px) {
  .homepage .primary-nav .primary-nav-item .primary-nav-item__headline {
    font-size: 1.4em; }
  .homepage .primary-nav .primary-nav-item .primary-nav-item__tagline {
    font-size: .55em; } }
@media only screen and (max-width: 767px) {
  .homepage .primary-nav .primary-nav-item {
    border-right: 0;
    border-bottom: 5px solid #c51110; }
    .homepage .primary-nav .primary-nav-item:last-child {
      border-bottom: 0; }
    .homepage .primary-nav .primary-nav-item a {
      background: url("//baltimorecountymd.gov/sebin/l/t/little-arrow.png") no-repeat 12.5px 18px;
      padding: 15px 0px 13px 40px; } }
@media only screen and (max-width: 767px) {
  .homepage .primary-nav, .homepage .secondary-nav {
    display: none; }
    .homepage .primary-nav.mobile-menu-visible, .homepage .secondary-nav.mobile-menu-visible {
      display: block; } }
.homepage #primary-nav-container {
  padding: 0; }

.secondary-nav {
  background: #333;
  z-index: 999; }
  .secondary-nav .secondary-nav-list {
    padding: 12px 0 13px; }
    .secondary-nav .secondary-nav-list .secondary-nav-list-item {
      border-right: 1px solid #dbdbdb; }
      .secondary-nav .secondary-nav-list .secondary-nav-list-item:first-child {
        padding-left: 0; }
      .secondary-nav .secondary-nav-list .secondary-nav-list-item:last-child {
        border: none;
        padding-right: 0; }

@media only screen and (max-width: 767px) {
  .homepage .secondary-nav {
    font-size: .85em;
    padding: 10px 30px; }
    .homepage .secondary-nav a {
      color: #dbdbdb; }
      .homepage .secondary-nav a:hover {
        color: white; } }
@media only screen and (max-width: 767px) {
  .homepage .secondary-nav {
    display: none; }
    .homepage .secondary-nav.mobile-menu-visible {
      display: block; } }
.brand a, .brand a:hover {
  text-decoration: none; }
.brand h1 {
  color: #fff; }
.brand h1, .brand img {
  border: none; }
.brand img {
  margin: 0 20px 0 0;
  padding: 0; }
.brand .brand-heading {
  font-size: 1.7em;
  line-height: 28px;
  padding: 31.5px 0 29.5px;
  font-family: Lato, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: .4px;
  margin: 0; }
.brand .brand-logo, .brand .brand-heading {
  display: inline-block;
  vertical-align: middle; }
.brand .smaller-text {
  display: block;
  padding-top: 5px; }

@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .homepage .brand .brand-heading {
    font-size: 1.4em; } }
@media only screen and (max-width: 480px) {
  .homepage .brand {
    padding: 0 0 0 5px; }
    .homepage .brand .brand-heading {
      font-size: 1.4em;
      line-height: 25px;
      margin: 10px 0 0; }
    .homepage .brand .brand-logo {
      height: 65px;
      width: 65px;
      margin-right: 5px; } }
.primary-footer {
  padding: 20px 15px; }
  .primary-footer h2 {
    margin: 0; }
  .primary-footer .county-help-list-item a {
    line-height: 24px; }

@media only screen and (max-width: 992px) {
  .primary-footer .social-media-list {
    padding: 20px 0 0;
    text-align: left; } }
.secondary-footer {
  background: #c51110;
  color: #fff;
  padding: 20px 0; }
  .secondary-footer a {
    color: white; }
  .secondary-footer .county-links-list-item {
    border-right: 1px solid #fff;
    padding: 0 5px; }
    .secondary-footer .county-links-list-item:last-child {
      border-right: none; }

.translate-page-list-item {
  background-image: url("/sebin/x/a/footer-flags-sprite.jpg");
  height: 11px;
  margin-bottom: 10px;
  width: 17px; }
  .translate-page-list-item a {
    line-height: 11px;
    padding-left: 25px;
    vertical-align: top; }

.translate-page-list-item-american {
  background-position: 0 bottom; }

.translate-page-list-item-arabic {
  background-position: -17px 0; }

.translate-page-list-item-chinese {
  background-position: -34px 0; }

.translate-page-list-item-french {
  background-position: -51px 0; }

.translate-page-list-item-russian {
  background-position: -68px 0; }

.translate-page-list-item-spanish {
  background-position: -85px 0; }

.county-map, .county-address {
  float: left; }

.footer .county-map {
  margin: 15px 15px 0 0; }

.footer {
  background: #333;
  color: #dbdbdb;
  font-size: .85em; }
  .footer a {
    color: #dbdbdb;
    text-decoration: underline; }
    .footer a:hover {
      color: #fff; }
  .footer h2 {
    color: #fff; }
  .footer h2, .footer img {
    border: none; }
  .footer ul, .footer ol {
    list-style-type: none; }
  .footer ul, .footer ol, .footer img {
    padding: 0;
    margin: 0; }
  .footer .county-awards-list-item {
    padding-top: 15px; }
  .footer .county-links-list {
    text-align: right; }

@media only screen and (max-width: 992px) {
  .footer .copyright {
    padding-left: 10px;
    margin-bottom: 10px; }
  .footer .county-links {
    padding: 0 5px; }
  .footer .county-links-list {
    text-align: left; }
    .footer .county-links-list li:first-child {
      padding-left: 5px; } }
.social-media-list {
  list-style-type: none;
  text-align: center; }
  .social-media-list h1, .social-media-list a {
    color: #fff; }
  .social-media-list li {
    padding-left: 0; }

.social-media-list-item {
  background-image: url("//staging.baltimorecountymd.gov/homepageredesign/assets/img/social-icons-sprite.png");
  height: 37px;
  width: 37px;
  margin-right: 25px; }
  .social-media-list-item a {
    border: none;
    text-decoration: none;
    height: 38px;
    width: 38px; }

.social-media-list-item-facebook {
  background-position: 0 0; }
  .social-media-list-item-facebook:hover {
    background-position: 0 -37px; }

.social-media-list-item-twitter {
  background-position: -38px 0; }
  .social-media-list-item-twitter:hover {
    background-position: -38px -37px; }

.social-media-list-item-photos {
  background-position: -76px 0; }
  .social-media-list-item-photos:hover {
    background-position: -76px -37px; }

.social-media-list-item-youtube {
  background-position: -114px 0; }
  .social-media-list-item-youtube:hover {
    background-position: -114px -37px; }

.social-media-list-item-bcnow {
  background-position: -152px 0; }
  .social-media-list-item-bcnow:hover {
    background-position: -152px -37px; }

.social-media-list-gold .social-media-list-item-facebook {
  background-position: 0 -74px; }
  .social-media-list-gold .social-media-list-item-facebook:hover {
    background-position: 0 -111px; }
.social-media-list-gold .social-media-list-item-twitter {
  background-position: -38px -74px; }
  .social-media-list-gold .social-media-list-item-twitter:hover {
    background-position: -38px -111px; }
.social-media-list-gold .social-media-list-item-photos {
  background-position: -76px -74px; }
  .social-media-list-gold .social-media-list-item-photos:hover {
    background-position: -76px -111px; }
.social-media-list-gold .social-media-list-item-youtube {
  background-position: -114px -74px; }
  .social-media-list-gold .social-media-list-item-youtube:hover {
    background-position: -114px -111px; }
.social-media-list-gold .social-media-list-item-bcnow {
  background-position: -152px -74px; }
  .social-media-list-gold .social-media-list-item-bcnow:hover {
    background-position: -152px -111px; }

@media only screen and (max-width: 1200px) {
  .social-media-list-item {
    margin-right: 20px; } }
@media only screen and (max-width: 1100px) {
  .social-media-list-item {
    margin-right: 15px; } }
@media only screen and (max-width: 400px) {
  .social-media-list-item {
    margin-right: 10px; } }
/*Resizer Container Class*/
.resizer {
  display: inline-block; }

/*Resizer Links included in the Secondary Header*/
.resizer-list {
  margin: 0; }
  .resizer-list li, .resizer-list li:first-child {
    padding: 0 5px; }
  .resizer-list button, .resizer-list .search-form .search-button, .search-form .resizer-list .search-button {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .resizer-list button.active, .resizer-list .search-form .active.search-button, .search-form .resizer-list .active.search-button {
      color: white; }

.resizer-item {
  color: #dbdbdb;
  font-weight: bold;
  text-decoration: underline; }
  .resizer-item:hover {
    color: white; }

.resizer-item-smaller {
  font-size: 1.6em; }

.resizer-item-default {
  font-size: 2.2em; }

.resizer-item-larger {
  font-size: 2.8em; }

/*Text Resizer Classes to be applied to the main content*/
.large-text {
  font-size: 1.25em;
  line-height: 27px; }

.largest-text {
  font-size: 1.45em;
  line-height: 30px; }

button, .search-form .search-button {
  background: #feb30c;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 20px; }

.btn-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline; }

.link-btn {
  background: #feb30c;
  border: 1px solid #444;
  padding: 10px;
  color: #444;
  text-decoration: none;
  font-weight: 700;
  font-family: Arial;
  font-size: 1.1em; }
  .link-btn:hover {
    background: #fed372;
    color: #444; }

.view-full-site-btn {
  color: white;
  padding: 20px 10px; }

.skip {
  padding: 10px;
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 9999; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  transition: top .25s linear;
  z-index: 9999; }

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=80e0a05ccac98e97a33b)
 * Config saved to config.json and https://gist.github.com/80e0a05ccac98e97a33b
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 992px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1200px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-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-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .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-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

#RateThisPageForm fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#RateThisPageForm .seFieldCell {
  width: auto !important; }

#RateThisPageForm .seLabelCell {
  text-align: left !important;
  width: 80px !important; }

#RateThisPageForm .seText {
  margin: 0 !important;
  text-align: left !important; }

#RateThisPageForm .seButton {
  margin: 0 !important; }

#RateThisPageFormPOLICE fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#RateThisPageFormPOLICE .seFieldCell {
  width: auto !important; }

#RateThisPageFormPOLICE .seLabelCell {
  text-align: left !important;
  width: 80px !important; }

#RateThisPageFormPOLICE .seText {
  margin: 0 !important;
  text-align: left !important; }

#RateThisPageFormPOLICE .seButton {
  margin: 0 !important; }

.search {
  padding: 20px; }

.search-form {
  display: table;
  width: 100%; }
  .search-form .search-label {
    position: absolute;
    left: -999em; }
  .search-form .table-cell {
    display: table-cell;
    width: 100%; }
  .search-form .search-input, .search-form .search-button {
    border: 1px solid #999; }
  .search-form .search-input {
    padding: 20px;
    width: 99%; }
  .search-form .search-button {
    margin: 0;
    padding: 18.5px 20px; }

/*Google Autocomplete links*/
.gsc-completion-title {
  color: #002280 !important; }

@media only screen and (max-width: 400px) {
  .homepage input::-webkit-input-placeholder {
    color: transparent; }
  .homepage input::-moz-placeholder {
    color: transparent; }
  .homepage input:-moz-placeholder {
    /* Older versions of Firefox */
    color: transparent; }
  .homepage input:-ms-input-placeholder {
    color: transparent; } }
.search-internal {
  padding: 1.5px 0; }
  .search-internal .search-input, .search-internal .search-button {
    border: 1px solid #999;
    height: auto; }
  .search-internal .search-input {
    font-size: 1.2em;
    padding: 8px 10px; }
  .search-internal .search-button {
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    padding: 9px 10px; }

.gsc-completion-container {
  font-size: 1.2em !important;
  font-weight: normal !important; }

.gssb_a table, .gssb_a table tr, .gssb_a table tr td {
  padding: 2.5px 5px !important; }

.reView {
  display: none; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .full-site-container {
    display: none !important; } }
/*This will ensure that the background colors will fill the screen*/
body {
  min-width: 1200px; }

.agency-page img {
  border: none;
  padding: 0;
  margin: 0; }

#maincontainer #calloutarea p {
  margin: 10px 0 15px; }

.secondary-nav .secondary-nav-list {
  padding: 14px 0; }

textarea,
input[type="search"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  
  
  /*Alert Inserted by Marty Manually*/
  /*Alert Box*/
.alert {
  background-color: #feb30c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0;
  text-align: center;
}
.alert a {
  color: #002280;
  text-decoration: none;
}
.alert a:hover {
  color: #003399;
}
.alert h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 20px;
  line-height: 1;
}

@media only screen and (max-width: 1100px) {
  .alert h1 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .alert {
    font-size: .8em;
    margin: -20px 0 20px;
  }
  .alert h1 {
    line-height: 1.5;
  }
}

