/* Font Face - Ubuntu Titling from Font Squirrel */

@font-face {
  font-family: 'UbuntuTitlingBold';
  src: url('/web/20201016211549im_/https://www.azospb.gov/assets/font/UbuntuTitling-Bold-webfont.eot');
  src: url('/web/20201016211549im_/https://www.azospb.gov/assets/font/UbuntuTitling-Bold-webfont.eot#iefix') format('embedded-opentype'),
    url('/web/20201016211549im_/https://www.azospb.gov/assets/font/UbuntuTitling-Bold-webfont.woff') format('woff'),
    url('/web/20201016211549im_/https://www.azospb.gov/assets/font/UbuntuTitling-Bold-webfont.ttf') format('truetype'),
    url('/web/20201016211549im_/https://www.azospb.gov/assets/font/UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Body */

body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  *padding-bottom: 100px;
  padding-bottom:100px;
  background: #ccc;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
  /* Disable jQuery Vegas and Enable the snippet below to use CSS only background image */
  /* background: url(/web/20201016211549im_/https://www.azospb.gov/images/background-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/background-1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/background-1.jpg', sizingMethod='scale')";
  */
}

body.parallax {
  padding-top: 0px;
}

/* Always keep scrollbar visible */

html {
  overflow-y: scroll;
  outline:none;
}

.gt-ie8 .gradient {
  filter: none;
}

/* Typography */

a {
  text-decoration: none;
  outline:none;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
}

h2, h3, h4, h5, h6, .legend-title, .glass-slider .copy, 
.header .navbar .nav > li > a, .header .navbar li li a, .article-date p,
.latest-posts, .tabs-left > .nav-tabs li a, .pricing-three ul li, th.glass {
  font-family: 'Raleway', sans-serif;
}

h1.page-title, h2.page-title, h3.page-title {
  text-align: right;
  margin-top: 15px;
  line-height: 1em;
  margin-bottom: -15px;
}

h2.sub-title, h2.feature-title {
  font-size: 3em;
  text-shadow: 0 1px 1px rgba(85, 85, 85, 0.6);
}

.margin10 {
	margin:10px 0;
}
/* Lists */

ul.bullets, ul.nobullets  {
  list-style: none;
  padding:0;
  margin:0;
}

ul.bullets li, ul.nobullets li {
  padding: 6px 0;
}

ul.bullets li a, ul.nobullets li a, ul.list-unstyled li a {
	color:#333;
}

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px;
}

#schedule .dl-horizontal dt {
	width:70px;
}

.dl-horizontal dd {
  margin-left: 135px;
}

#schedule .dl-horizontal dd {
  margin-left: 80px;
}

#news dd {
    margin-bottom: 14px;
}

#news ul {
  margin: 0 0 10px 0px;
}

#news li {
	margin-bottom:5px;
}
.list-unstyled {
  list-style: none outside none;
  padding-left: 0;
}

.pagination ul {
  box-shadow: none;
}

.pager li > a, .pager li > span {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Gallery */

.gallery .thumbnail {
  margin-bottom: 10px;
}

/* Comments */

.media-heading.comment span {
  font-size: 0.8em;
}

.media-body {
  margin-bottom: 0px;
}

.comments .media-body ul {
  margin-top: 30px;
}

.comment-rate a {
  text-decoration: none;
}

.comment-reply a {
  font-size: 1.2em;
  font-weight: 900;
}

/* Accordian */

.accordion-heading a {
  text-decoration: none;
}

.accordion-inner {
  float: left;
}

/* Header - Menu, Branding etc. */

.header {
  width: 100%;
  float: left;
  display: block;
  *zoom: 1;
  overflow: visible;
  *left: 0px;
  z-index: 400;
}

.header-wrapper {
  width: 100%;
  float: left;
  min-height: 48px;
  margin-bottom:20px;
  top: 0px;
  *left: 0px;
  z-index: 400;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.header-wrapper .navbar {
	margin-bottom:0;
}

/* Brand */

#brand {
  width: 155px;
  position: absolute;
  height: 155px;
  border: 1px solid;
  z-index: 200;
  border-top: 0;
  float: left;
  padding: 0;
  margin-left: -21px;
  text-align:center;
}

#brand img {
  margin-top: 2px;
}

#brand a, #brand a.hover, #brand a:hover {
	color:#fff;
}

#gov-pic {
	margin-left:-21px;
}

/* Outer Wrapper */

.outer-wrapper {
  clear: both;
  position: relative;
  padding: 5px 20px;
  margin: 44px auto;
  margin-bottom: 0px;
  z-index: 200;
}
.lt-ie8 .outer-wrapper {
    z-index: 1 !important;
}

.well {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Footer */

.footer {
  clear: both;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto;
}

.footer-credits {
  margin-top: 20px;
}

.footer h4.footer-title {
  padding: 10px 20px;
  margin-top: 10px;
}
#fixed-footer.footer {
	z-index:400;
}
.footer .gov-img {
  bottom: 70px;
  margin-bottom: 0;
  position: relative;
  left:5px;
}
.footer .navbar-fixed-bottom .footer-credits {
	margin-top:0;
}
.footer .navbar-fixed-bottom .span4, .persistentnav-container .span4 {
	width:32%;
	margin-left:1%;
}
.footer .navbar-fixed-bottom .span3  {
	width:24%;
	margin-left:1%;
}
.persistentnav-container .search, .persistentnav-container .links, .persistentnav-container .social-links {
	margin-top:1%;
}
.persistentnav-container .search {
	margin-right:1%;
}
.persistentnav-container .links .azlogo {
	border-right:#777 1px solid;
	padding-right:4px;
}
.persistentnav-container .span6 .gov-title {
	margin-left: -4%;
}
.persistentnav-container .gov-title h3 {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	font-size:2.55em;
		white-space:nowrap;
		margin-bottom:0;
}
.persistentnav-container .gov-title h2 {
  font-size: 2.75em;
  margin-top: 0;
  padding-left: 15%;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
.persistentnav-container h3, .header .navbar h3 {
  color: #eadbb6;
  font-weight: 500;
}
.persistentnav-container h2, .header .navbar h2 {
color:#fff;
font-weight:700;
text-transform:uppercase;
line-height:.95;
text-align:center;
}
.footer .navbar-fixed-bottom .span6 {
	width:48%;
	margin-left:1%;
}
.footer .navbar-fixed-bottom div.span4, .footer .navbar-fixed-bottom div.span3, .footer .navbar-fixed-bottom div.span6, .footer .navbar-fixed-bottom li {
line-height:55px;
}

.footer .navbar-fixed-bottom .muted-text, .footer .navbar-fixed-bottom div.span6 p, .footer.visible-phone .navbar-fixed-bottom div.span6 small, .footer.visible-phone .navbar-fixed-bottom div.span6, .footer.visible-phone .navbar-fixed-bottom div.span6 li {
	line-height:.95;
}
.footer .navbar-fixed-bottom div.span6 p {
	margin-bottom:0;
	line-height:normal;
	margin-top:1.5%;
}
.footer .navbar-fixed-bottom div.muted-text {
	margin-bottom:0;
	margin-top:4%;
	white-space:nowrap;
}
ul.social-media-icons {
	margin:0;
	padding-top:4px;
}
footer#copyright {
	margin-bottom:20px;
}
footer a {
	color:#fff;
}
/* Login */

.loginbox {
  margin: 50px auto;
  width: 400px;
}

.loginbox-inner {
  float: left;
}
/* Page Elements */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.thumbnail img {
  width: 100%;
}

.letterbox {
  margin-bottom: 20px;
}

.teaser {
  width: 64px;
  height: 64px;
}

.ie8 img {
  zoom: 1;
}

.highlighted {
  border-bottom: 4px solid;
  margin: 15px 0;
  *zoom: 1;
}

.highlighted .btn {
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.copybox {
  margin: 15px 0;
}

.thumbnail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}

.featured .thumbnail {
  margin: 15px 0;
}

.btn, .badge {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

blockquote {
  border: 0;
  padding: 30px;
}

.row-fluid .span11 {
	margin-left:4px;
}


/* Navigation */

.header-wrapper ul {
  box-shadow: none !important;
}

.header .navbar-inner {
  box-shadow: none;
  padding:0;
}

.header ul.nav ul li {
  left: 0px;
  position: relative;
}


.header .navbar .nav > li > a, .header .navbar .nav > li > span {
  float: left;
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  word-wrap:break-word;
}

.header .navbar .nav > li > span {
  font-size: 2em;
}

.header .nav li.user-menu-divider:hover {
  border: 0;
}

.header .navbar .nav > li:hover span {
  padding: 30px 20px;
  margin-top: 3px;
}

.header .navbar .nav > li:hover ul.dropdown-menu {
  display: block;
}

.header .nav li {
  position: relative;
  line-height: 2.1em;
  *zoom: 1;
}

.header .nav > li.home-btn {
	margin-left:-21px;
}
.navbar .nav > li.home-btn > a {
  text-shadow: none;
}
.header .nav > li {
  margin-left: 80px;
}

.header .dropdown-menu {
  margin-top: -1px;
  box-shadow: none;
}

.header .navbar li li a {
  padding: 10px 20px;
  display: block;
  font-weight: 700;
  font-size: 1em;
  font-weight: 300;
}

.header .nav > li li {
  margin-right: 0px;
  line-height: 40px;
  border-top: 1px;
  *margin-top: -1px !important;
  display: block;
  float: left;
  width: 100%;
}

.header .nav li li ul{
  display: none;
  left: -9999px;
}

.header .nav li li:hover ul {
  left: 100%;
  top: -1px;
  position: absolute;
  display: block;
}

.header .navbar .btn-navbar {
  margin-top: 27px;
  margin-right: 20px;
}

.header .navbar .nav > li > .dropdown-menu:before, .header .navbar .nav > li > .dropdown-menu:after {
  border: 0;
}

.header .nav li.dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -1px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  border-top: 0px solid;
  margin-top: 0px;
}

.navbar .nav-collapse.in.collapse li.dropdown.active > .dropdown-toggle, 
.navbar .nav-collapse.in.collapse li.dropdown.open.active > .dropdown-toggle {
  border-top: 0px solid;
  margin-top: 0px;
}

.lt-ie9 .header .navbar .nav > li > a, .lt-ie9 .header .navbar .nav > li > span,
.lt-ie9 .header .navbar .nav > li:hover span {
  padding: 10px 15px !important;
}

.lt-ie9 .header .nav li.dropdown:after {
  right: 3px;
}
.dropdown-menu {
	border-radius:0;
	padding: 1px 0;
}

/* persistent nav */

.persistentnav-container {
    width: 100%;
    overflow: visible;
    background-color: rgba(51, 51, 51, 0.8);
    padding: .5em 0;
}


.persistentnav-ul {
    margin: 0;
    text-indent: 0px;
    padding: 0;
    width: 100%;
}


.persistentnav-li-left {
    margin: 10px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    float: left;
}


.persistentnav-li-right {
    margin: 0 15px 0 10px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    float: right;
}

.persistentnav-container a {
    font-family: Georgia, serif;
    font-size: 90%;
    padding: 4px;
    color: #c4ced8 !important;
    text-decoration: none;
	text-shadow: none !important;
}

.persistentnav-container .nav > li.persistentnav-li-left > a {
  padding: 5px 15px;
}

.persistentnav-container a img {
    border: 0;
}


.persistentnav-img {
    width: auto;
    vertical-align: middle;
    opacity: 0.6;
}

#persistentnav-logo {
    width: auto;
    vertical-align: middle;
}
/* search */

.persistentnav-container .muted {
	color:#fff;
	font-style:italic;
	font-weight:600;
}

.persistentnav-container form.navbar-right input {
	font-style:italic;
	width:240px;
}

.persistentnav-container form.navbar-right {
  padding: 0 7px 20px;
}
.persistentnav-container .nav > li > a, .persistentnav-container .nav > li > span {
  display: block;
  padding: 30px 20px;
}

.persistentnav-container .nav > li.first {
border-right: #9e9e9e 1px solid;
}

.persistentnav-container .nav > li.last a {
padding-left: 0;
}
.row-fluid .span2.search {
  width: 20.53%;
}

.subpage .header .navbar .visible-phone h2 {
  font-size:1em;
}
.subpage .header .navbar .visible-phone h3 {
  font-weight:500;
  padding:0;
  text-align:center;
}

/* Login Box */

.login-box {
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
  left: -177px;
}

.lt-ie9 legend {
  width: 100%;
  text-align: right;
}

/* Fix foe IE7 Buttons */

.lt-ie8 .btn-block {
  min-width: 100%;
}

/* Page Content */

.page-content .thumbnail {
  margin-bottom: 20px;
}

/* Contact Page */

body.contact .control-label {
  text-align: left;
}


body.contact .contact-form {
  margin-bottom: 20px;
}

#map {
  height: 550px; 
}

/* Modal */

.modal, .modal-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Leaflet Styles (Map) */

.leaflet-popup-content-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Menu Styles */

ul.chevron {
  margin-left: 5px;
}

ul.chevron, ul.check {
  margin-left: 25px;
}

ul.check {
  margin-top:25px;
}

ul.check li {
	  padding-bottom:25px;
}

ul.chevron li, ul.check li {
  list-style: none;
  list-style-type: none;
}

ul.chevron li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0;
  padding-right: 8px;
}

ul.check li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: 1.75;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  padding-right: 8px;  
}

/* Twitter - Sea of Clouds Widget */

.tweet_list {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 0;
  list-style-type: none;
}

.tweet_list .tweet_avatar {
  padding-right: .5em;
  padding-top: .5em;
  float: left;
}

.tweet_list .tweet_avatar img {
  vertical-align: middle;
}

/* Featurettes */

.featurette-divider {
  margin: 30px 0;
}

.featurette {
  padding-top: 50px; 
  overflow: hidden;
}

.featurette-image {
  margin-top: -10px; 
}

.featurette-image.pull-left {
  margin-right: 40px;
}

.featurette-image.pull-right {
  margin-left: 40px;
}

.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.navbar-inner {
  background: transparent;
  filter: none;
  border: 0;
}

.nav-collapse.collapse {
  top: 0px;
  margin-top: 0px;
}

/* Sidemenu */

.side-menu {
  margin: 10px 0 20px;
  padding-right:15px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left:0 !important;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
  box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.side-menu > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  width:94%;
}

.side-menu > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.side-menu .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.side-menu a:hover .icon-chevron-right {
  opacity: .5;
}

.side-menu .active .icon-chevron-right,
.side-menu .active a:hover .icon-chevron-right {
  background-image: url(/web/20201016211549im_/https://www.azospb.gov/assets/img/glyphicons-halflings-white.png);
  opacity: 1;
}

/* Blog */

.blog-item {
  position: relative;
  overflow: visible;
}

.blog-item-details {
  position: absolute;
  z-index: 200;
  left: -330px;
  padding-top: 25px;
  *zoom: 1;
}

.titlebox {
  padding: 5px 20px;
}

.article-date p {
  font-size: 1.8em;
  margin-top: 20px;
  margin-left: 20px;
}

.teaser-text {
  margin: 20px 0;
}

.blog-footer {
  clear: both;
  padding-top: 20px;
}

.blog-footer .badge {
  padding: 5px 8px;
}

.blog .pagination {
  text-align: center;
}


.lt-ie9 .blog-item-details {
  left: -260px;
  padding-top: 20px;
}

.lt-ie8 .blog-item-details {
  position: relative;
  left: -20px;
  width: 100%;
  padding-top: 0px;
  margin-bottom: -20px;
}

.lt-ie8 .titlebox {
  padding: 5px 20px;
}

.lt-ie8 .article-date {
  padding: 5px 20px;
}

.lt-ie8 .titlebox h3 {
  font-size: 1.4em;
  line-height: 1.1em;
}

.lt-ie8 .article-date p {
  font-size: 1.1em;
  font-size: 1.3em;
  margin-top: 0px;
  margin-left: 0px;
}

/* Pricing Tables */

.pricing-three {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 0px;
  margin-top: 20px;
}

.pricing-three .span4 {
  vertical-align: middle;
}

.pricing-popular, .pricing {
  padding: 20px;
  margin-bottom: -15px;
  border-bottom: 0px;
}

.pricing-three ul li {
  font-size: 1.3em;
  margin-bottom: 5px;
}

.pricing-table th.glass {
  padding-left: 15px;
}

/* Pagination */

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span,
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span{
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Social Icons */

ul.social-media-icons li {
  list-style: none;
  list-style-type: none;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

ul.social-media-icons li a {
  margin: 0;
  padding: 0;
  text-indent: 3px;
  text-decoration: none;
}

/* Tabs */

.tabbable.tab-block .nav-tabs li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
}

.tabbable.tab-block .nav-tabs li:hover a, .tabbable.tab-block .nav-tabs li.active a {
  border-bottom: 0 !important;
}

.tabbable.tab-block .tab-content {
  padding: 20px;
  margin-top: -20px;
}

.lt-ie9 .tab-pane img.media-object {
  min-width: 32px;
  min-height: 32px;
  float: left;
}

.lt-ie9 .tab-header {
  display: none;
}

.latest-posts li {
  margin-bottom: 20px;
  font-size: 1.3em;
}

.tags .label {
  padding: 5px 8px;
  margin-bottom: 5px;
  margin-right: 2px;
}

/* Side Tabs */

.glass-tabs .tab-content {
  padding: 20px;
  margin-left: 0px;
}

.glass-tabs > .nav-tabs {
  margin-right: 0px;
  border: 0;
}

/* Tables */

.data-table a {
  text-decoration: none;
}

/* Leaflet */

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(45deg,  rgba(255,255,255,0.8) 0%, rgba(247,247,247,0.8) 50%, rgba(249,249,249,0.8) 51%, rgba(255,255,255,0.8) 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(247,247,247,0.8)), color-stop(51%,rgba(249,249,249,0.8)), color-stop(100%,rgba(255,255,255,0.8)));
  background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0.8) 0%,rgba(247,247,247,0.8) 50%,rgba(249,249,249,0.8) 51%,rgba(255,255,255,0.8) 100%);
  background: -o-linear-gradient(45deg,  rgba(255,255,255,0.8) 0%,rgba(247,247,247,0.8) 50%,rgba(249,249,249,0.8) 51%,rgba(255,255,255,0.8) 100%);
  background: -ms-linear-gradient(45deg,  rgba(255,255,255,0.8) 0%,rgba(247,247,247,0.8) 50%,rgba(249,249,249,0.8) 51%,rgba(255,255,255,0.8) 100%);
  background: linear-gradient(45deg,  rgba(255,255,255,0.8) 0%,rgba(247,247,247,0.8) 50%,rgba(249,249,249,0.8) 51%,rgba(255,255,255,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 );
  border: 1px #fff solid;
  border: 0;
  *zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
}

/* Testamonails Slider Blockquote */

#testamonials blockquote {
  border: 0;
}

#testamonials .carousel-indicators{
  position: relative;
  top: 0;
  right: 0;
  margin-top: 5px;
  float: right;
}

/* Image Overlays */

.zoom-image {
  position: absolute;
  background: url('/web/20201016211549im_/https://www.azospb.gov/assets/img/zoom.png') center center no-repeat;
  width: 100%;
  height: 100%;
}

.link-image {
  position: absolute;
  background: url('/web/20201016211549im_/https://www.azospb.gov/assets/img/link.png') center center no-repeat;
  width: 100%;
  height: 100%;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 10px;
}

.zoom-overlay, .link-overlay {
  background: none no-repeat scroll 50% center rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transition: all 0.5s ease;  
  transition: all 0.5s ease;
  width: 100%;
  z-index: 400;
  opacity: 0;  
}

.overlay:hover .zoom-overlay, .overlay:hover .link-overlay  {
  opacity: 1;
  
}

.bar {
  -webkit-transition: width 30.0s ease !important;
  -moz-transition: width 30.0s ease !important;
  -o-transition: width 30.0s ease !important;
  transition: width 30.0s ease !important;
}

/* Image Greyscale Hover Effects */

.greybox {
  position: relative;
}

.greybox img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.greybox img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Misc */

.nudge-top {
  margin-top: 15px; /* Use this to nudge content not inside a well down so they're inline */
}

.nomargin-top {
	margin-top:0 !important;
}

/*Responsive Slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_container {
  float: left;
  margin-top: 17px;
  position: relative;
}
.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/web/20201016211549im_/https://www.azospb.gov/assets/img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides1_nav:active {
  opacity: 1.0;
  }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.rslides2_nav.next {
  left: auto;
  right: 0;
  }

.rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/web/20201016211549im_/https://www.azospb.gov/assets/css/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.rslides3_nav:active {
  opacity: 1.0;
  }

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

.caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}
#news_slider p {
margin:0;
}
@media print {
.backstretch, .footer .navbar-fixed-bottom .muted-text, .hidden-print, .white-out, #copyright, .hidden-desktop img, .footer .navbar-fixed-bottom div.span3 {
	display:none !important;
}
.copybox, .well {
	padding:0;
	margin:0;
}
.row-fluid [class*="span"] {
	width:100%;
margin:0 !important;
padding:0 !important;	
}
.greybox img {
	width:160px !important;
	height:76px !important;
	filter:none;
}
.footer .navbar-fixed-bottom div.span6 {
	width:100% !important;
	text-align:center !important;
	margin-top:20px !important;
}
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
     FILE ARCHIVED ON 21:15:49 Oct 16, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:14:55 Apr 15, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 99.372
  exclusion.robots: 0.29
  exclusion.robots.policy: 0.265
  RedisCDXSource: 1.207
  esindex: 0.011
  LoadShardBlock: 73.844 (3)
  PetaboxLoader3.datanode: 110.668 (4)
  CDXLines.iter: 21.247 (3)
  load_resource: 302.047
  PetaboxLoader3.resolve: 221.627
*/