  
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proxima_nova_reg-webfont.eot');
    src: url('../fonts/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_reg-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** BASE ***/
html {height: 100%}
body {
  background: #fff;
  color: #333;
  font: 62.5%/1.5 "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: small;
  height: 100%;
  padding: 0
}
a,
a.inverse:hover,
ul.linksList a:hover {
  color: #065484;
  font-weight: 600;
  text-decoration: none
}
a:hover,
a.inverse,
ul.linksList a {
  color: #004990;
  text-decoration: underline
}
li {
  font-size: 1.15em;
  line-height: 1.3;
  margin-bottom: .8em
}
li li {font-size: 1em}
li > ul > li:first-child {margin-top: .8em}
hr {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #fff;
  margin: 1em 0 1.3em 0
}

/*** IMAGES ***/
#scrollUp {
  background: url("../images/arrow-top.png") no-repeat;
  bottom: 1.5em;
  height: 38px;
  right: 1.5em;
  width: 38px
}

/*** TYPOGRAPHY ***/
h1, h2, h3, h4, h5, h6 {
  font-family:proxima_nova_rgbold;
  line-height: 1.2;
  margin: .5em 0
}
h1 {font-size: 3.3em}
h2 {font-size: 2.6em}
h3 {font-size: 1.9em}
h4 {font-size: 1.4em}
h5 {font-size: 1em}
h6 {font-size: .7em}
p, address {
  font-size: 1.15em;
  margin: 0 0 1em
}

/*** TIP LINE ***/
.tips {
  background: #f5f5f5;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 0 3px 3px #ededed inset;
  float: left;
  margin: 1.8em 0 1.6em;
  padding: .2em .9em
}
.tips > h4 {font-size: 1.6em}
.tips > h4 > a {
  float: left;
  margin: .2em .2em 0
}
.tips a:hover {
  color: #065484;
}
#find h4 {font-size: 1.6em}
.btn-custom h4 {
  color: #fff;
  font: 600 1.2em/1.5 "proxima-nova";
  margin: 1px 0 5px
}

/*** FORMS ***/
::-webkit-validation-bubble-message:before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: -16px;
  width: 16px
}
::-webkit-validation-bubble-message {
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px,inset rgba(255, 60, 60, 1) 0 1px 0px;
  color: #f3f3f3;
  font: 1em/1.5 "proxima-nova";
  -webkit-font-smoothing: antialiased;
  min-width: 50px;
  max-width: 300px;    
  padding: 6px 10px 4px 10px;
  text-shadow: #901100 0 -1px 0;
  top: -4px
}
::-webkit-validation-bubble-arrow {
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  display: inline-block;
  height: 1.2em;
  left: 2em;
  position: relative;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  width: 1.2em
}
label, input, button, select, textarea {font-size: 1.1em}
label {margin-bottom: 1.5em}
select, textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input {color: #484848}
input[type="radio"], input[type="checkbox"] {
  margin: .3em .3em 0 0;
  vertical-align: top
}
.formWrapLeft, .formWrapRight, .formWrapCenter {
  float: left;
  width: 100%
}
#acceptForm {margin: 1em 0}
.messages {color: #f00}
/*** END FORMS ***/

/*** NAV ***/
.changeSearch > a {font-size: 1.1em}
.changeSearch ul li a {
  border-bottom: 1px solid #1F446B;
  border-top: 1px solid #5E93C4;
  color: white;
  font-size: .9em
}
.changeSearch ul li:first-child a {border-radius: 4px 4px 0 0}
.changeSearch ul li:last-child a {border-radius: 0 0 4px 4px}
.navbar {margin-bottom: 0}
.navbar .btn, .navbar .btn-group {margin: 7px 0 0}
.navbar .nav-collapse .nav.pull-right {
  border-top: 1px solid #777;
  padding-top: 1em;
}
.nav-collapse .nav {margin: 1em 0}
.nav-collapse,
.nav-collapse.collapse {
  margin-left: 1.5em;
  margin-right: 1.5em
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
  padding: .5em 1.2em
}
.navbar .largeNacho > .dropdown > .dropdown-menu > li:first-child > a {border-radius: 4px 4px 0 0}
.navbar .largeNacho > .dropdown > .dropdown-menu > li:last-child > a {border-radius: 0 0 4px 4px}
.modal-body li {padding-top:1em}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-right: 0;
  margin-left: -20px
}
.navbar-fixed-top {
  border-top: 1px solid #000;
  margin-bottom: 0
}
.navbar .brand {
  padding: .8em 0;
  width: 8em
}
.staticNavbar {
  margin-bottom: 0;
  position: static 
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a,
.navbar .nav > li > a {
  color: white;
  font-weight: 600
}
.dropdown-menu {
  background: #065a8e;
  padding: 0
}
.dropdown-menu > li:first-child {margin-top: 0}
.dropdown-menu > li {margin-bottom: 0}
.dropdown-menu li > a {
  padding: .7em 1.1em;
  font-weight: 600
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
  margin-top: .4em
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background: #004077;
  background-image: none;
}
.dropdown .caret {margin-top: .6em}
.detailCaret {margin: .8em 0 0 .4em}
/*** END NAV ***/

/*** BUTTONS ***/
.btn {margin-bottom: 0}
.btn-large, input.btn-large {
  font: 1.1em/1.5 "proxima-nova";
  padding: .8em 0;
  width: 100%
}
.btn:last-child {margin-bottom: 0}
.saveBtn {width: 100%}
/*** END BUTTONS ***/

/*** TABLES ***/
th {font-size: 1.2em}
td {font-size: 1.15em}
.table {
  font-size: smaller;
  margin-top: 2em
}
.table th {padding-top: 0}
.table td {line-height: 1.2em}
.table td.so {
  position: relative;
}
#detailAliasesTable td {padding-bottom: 1em}
/*.so-dob, .so-desig {display: none}*/
#addWatchTable th:first-child, #addLocTable th:first-child {width: 25em}
.regNum input {width: 10em}
.watchZipCode input {width: 5em}
/*** END TABLES ***/

/*** GOOGLE ***/
#google_translate_element {margin-top: 1.6em}
#google_translate_element span {
    color: black !important;
}
.goog-te-menu-value {font-weight: normal}
.goog-te-menu-value:hover {
  font-weight: normal;
  text-decoration: none
}
/*** END GOOGLE ***/

.fullWrapNav {
  background: #065a8e;
  border-bottom: 1px solid #0b4f7a;
  border-top: 1px solid #0b4f7a;
  height: auto
}
.btn-custom {
  background: #2E6293!important;
  height: auto!important;
  border-top: 1px solid #0b4f7a!important;
  border-bottom: 1px solid #0b4f7a!important;
  background-color: #066099!important;
  background-image: -moz-linear-gradient(top, #1A75AC, #066099)!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1A75AC), to(#066099))!important;
  background-image: -webkit-linear-gradient(top, #1A75AC, #066099)!important;
  background-image: -o-linear-gradient(top, #1A75AC, #066099)!important;
  background-image: linear-gradient(to bottom, #1A75AC, #066099)!important;
  float: none!important; 
  text-shadow: none; 
  padding-top: 4px!important; 
  border: none!important; 
  border-top: none!important; 
  border-bottom: none!important; 
  background: transparent!important; 
  background-image: none!important; 
  box-shadow: none!important; 
  border-radius: 0
}
.navbar-inner {
  border: none!important;
  background: #065a8e;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {color: white}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {background-color: #004077}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {color: white}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #f9d380;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {color: white}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {background-color: #004077}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {font: 400 1em/1.5 "proxima-nova"}
.navbar-inverse .navbar-inner {background: url(../images/bg-sliverBanner.jpg) left top repeat}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {color: white}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {background-color: #575757}
.navbar .largeNacho {
  border-top: 1px solid #83A6C7;
  margin-top: 0!important;
  padding-top: 1em
}
.navbar .largeNacho .active > a,
.navbar .largeNacho .active > a:hover,
.navbar .largeNacho a:hover {
  background-color: #004077;
  box-shadow: inset 0 0 0 1px #1a75ac;
}
.navbar .largeNacho li ul li a:hover {
  background-color: #004077;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {display: none}
.infoBar-appTitle {
  background: #2e6293;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(1,1,1,.4)
}
.infoBar-appTitle h3 {
  font: 1.6em/1.5 "proxima-nova";
  padding: .8em 0 1em 1.1em
}

/*** HEADER ***/
.banner-img {
  display: none;
  position: relative
}
.fullWrapBanner {
  background: #092B42!important;
  height: 62px
}
.cbiBadge {
  height: 6.8em;
  left: 1%;
  position: absolute;
  top: -65%;
  width: 6.8em
}
.cbiBadge2 {
  max-width: 12%;
  position: absolute;
  top: -9%;
  left: 9%;
  z-index: 9999
}
.smallBanner {
  height: 31px;
  position: relative;
  width: 100%
}
.smallBanner h4 {
  color: #FFB61A;
  font: 600 1.5em/1.5 "proxima-nova";
  margin-top: .41em;
  margin-left: 5.1em
}
/*** END HEADER ***/

/*** HOMEPAGE CONTENT / CONTENT ***/
.yoMTVWraps {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -120px; /* Negative indent footer by it's height */
  background: #f5f5f5
}
.fullWrap {
  background: #f5f5f5;
  padding: .5em 1.3em 1.3em
}
.fullWrap + .fullWrap {
  border-top: 1px solid #e4e4e4;
}
.fullWrapHome {
  background: #fff;
  padding: .5em 1.3em 45px
}
.alert {display: none}
.alert-info {
  color: #333;
}
.alert-success {
  color: #333;
}
.alert-error {
  color: #600;
}
.container {margin-top: 0}
.ie7 .container, .ie8 .container {background: none!important}
.well-results > h4 {font-style: italic}
.fullWrapWell {
  background: #ededed;
  border-top: 1px solid #e4e4e4;
  padding: .5em 1.3em 1.5em 1.3em;
  position: relative
}
.fullWrapWellHome {
  background: #ededed;
  border-top: 1px solid #e4e4e4;
  margin-top: 2px;
  padding: 0 1.3em 1.2em 1.3em;
  position: relative
}
.home {margin: 0 auto}
.soNum {font: 700 1.8em/1.5 "proxima-nova"}
.homepage .soType:first-child {border-left: none}
.soType {
  float: left;
  width: 100%
}
.soType h4 {
  color: #333;
  text-align: center;
}
.soDetails {
  margin: 2em 0 1em 0;
  text-align: center;
  width: 100%
}
.webDate {
  margin-top: 2em;
  line-height: 2
}
.webStats {
  font: 600 1.4em/1.5 "proxima-nova";
  padding: .5em 1em
}
.label-warning.webStats {
  background-color: white;
  box-shadow: inset 0 0 0 1px black, inset 0 0 2px 4px #f89406;
  color: #2a2a2a;
}
.webStats2 {
  color: #2a2a2a;
  font: 600 1.5em/1.5 "proxima-nova"
}
.more {
  color: #065484;
  background: white;
  border: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf!important;
  cursor: pointer;
  padding: .4em .8em
}
.well {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1em 0
}
.mtwell {margin: 2em .1em 3em}
#find {
  bottom: -59px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999
}
#find img {
  float: left;
  margin-right: .5em;
  position: relative;
  top: 1em
}
#find h4 {font: italic 700 1.5em/1.5 "Open Sans"}
/*** END HOMEPAGE CONTENT / CONTENT ***/

/*** SEARCH RESULTS ***/
.searchResultsNav {
  float: left;
  width: 100%
}
.searchResultsNav .dropdown-toggle {margin-top: 1em}
.searchResultsNav > a {float:left}
.searchResultsNav > .clear {
  display: block;
  margin-top: 1.2em
}
.tableSearchResults {
  float: left;
  margin-top: 2.4em
}
.detailsRow {
  float: left;
  margin-top: 1.5em;
  width: 100%
}
.detailsPhoto {
  float: right;
  width: 100%
}
.detailsPhoto img {margin-bottom: 2.5em}
.detailsWrap {
  float: left;
  width: 100%
}
.detailsWrap h4 {
  margin-top: 1.3em;
  text-transform: uppercase;
}
.detailsWrap h3 + h4 {margin-top: 0}
.detailsWrap h3 {margin-top: 1em}
.detailsWrap > p:first-child,
.detailsWrap > h4:first-child,
.detailsWrap > ul:first-child {margin-top: 1.5em}
.detailsWrap .italic {font-size: 1.2em}
.reviseSearch {
  float: left;
  margin: 0 2em
}

.noresults {
  font-size: 1.25em;
  float: left;
}
.noresults>div {
  display: table;
}
.noresults>div>div {
  display: table-row;
}
.noresults>div>div>:first-child {
  display: table-cell;
  text-align: right;
}
.noresults>div>div>:nth-child(2) {
  display: table-cell;
  padding-left: 1em;
  vertical-align: middle;
}
span.des-svp {
  color: #a00;
}
span.des-mo {
  color: blue;
}
span.des-ftr {
  color: #a00;
}
span.des-hftr {
  color: #050;
}
span.des-svp {
  color: #a00;
}
span.des-f {
}
span.des-i {
}

}
/*** END SEARCH RESULTS ***/

/*** ANYSTRETCH - Overwrites anystretch.js defaults ***/
.anystretch {z-index: 1!important}
.anystretch img {
  left: 0!important;
  top: 0!important
}
/*** END ANYSTRETCH ***/

/*** TABS ***/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background-color: white;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: transparent;
  color: #333;
  cursor: default
}
.tab-content {
  background: #ededed;
  border: 1px solid #c0c0c0;
  border-radius: 0 4px 4px 4px;
  padding: 3em
}
.nav-tabs > li.active,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover  {
  background: #ededed;
  border-bottom: 1px solid #ededed;
  font-weight: 700
}
.nav-tabs {border-bottom: none}
.nav-tabs > li {
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  border-radius: 4px 4px 0 0;
  margin-right: .2em
}
.nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
  padding: .6em
}
.nav-tabs > li > a:hover {border-bottom: 1px solid #ededed}
.nav-tabs > li > a, .nav-pills > li > a {margin-right: 0}
/*** END TABS ***/

.keepEmOut {display: none}

/*** MAP SEARCH ***/
li.TabbedPanelsTab {
  color: #065a8e;
}
li.TabbedPanelsTabSelected {
  color: #333;
}
.mapWrap {
  float: left;
  margin: 12px 0;
  width: 97.5%
}
.mapKey {
  float: left;
  margin: 16px 0 13px 0;
  width: 100%
}
.mapKey h5 {font-weight: 600}
.mapKeytar {width: 100%}
.mapKeytar td {vertical-align: middle}
.mapIcon {
  float:left;
  margin: 7px 7px 0 0
}
.mapLegal {
  border-top: 1px solid #bbb;
  float: left;
  padding-top: 24px;
  width: 100%
}
.mapSearch label {
  margin-bottom: 1.5em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
}
.mapSearch input, .mapSearch select {
  margin-bottom: 0;
}
/*** END MAP SEARCH ***/

/*** CAROUSEL ***/
.carousel {
  float: left;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  width: 100%
}
.carousel-inner {
  background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2VkZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #d7edff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7edff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d7edff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d7edff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d7edff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d7edff 100%); /* W3C */

  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: 100%
}
.carousel-inner > .item img {
  margin-top: 3.2em;
  max-width: 8em
}
.carousel-inner .imgWrap {
  position: absolute;
  right: 0; 
  text-align: center;
  width: 46%
}
.item {height: 270px}
.carousel-inner > .item {
  display: none;
  position: relative;
  -moz-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {display: block}
.carousel-inner > .active {left: 0}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%
}
.carousel-inner > .next {left: 100%}
.carousel-inner > .prev {left: -100%}
.carousel-inner > .next.left, .carousel-inner > .prev.right {left: 0}
.carousel-inner > .active.left {left: -100%}
.carousel-inner > .active.right {left: 100%}
.carousel-control {
  background: #222;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  filter: alpha(opacity=50);
  font: 60px/1.5 "proxima-nova";
  height: 40px;
  left: 0;
  margin-top: 0;
  opacity: 0.3;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: auto
}
.carousel-control.left {width: .6em}
.carousel-control.right {
  right: -2px;
  width: .6em
}
.carousel-control > .rightArrow, .carousel-control > .leftArrow {
  top: -28px;
  left: 10px;
  position: absolute;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80)
}
.carousel-caption {
  background: transparent;
  bottom: 0;
  height: 100%;
  padding: 1.1em 1em 0 1.3em;
  position: relative;
  right: 0;
  width: 48%
}
.carousel-caption h4 {
  color: #05598F;
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0 0 .3em
}
.carousel-caption p {
  color: #373737;
  font: 1em/1.5 "proxima-nova";
  margin: 0 0 .6em
}
.carousel-caption hr {margin: .7em 0 1.1em 0}
.tack {
  left: 46%;
  position: absolute;
  top: -9%
}
.offender {border: 4px solid #fff; }
.offender-lrgThumb {
  position: absolute;
  left:106px;
  top:30px;
  width: 300%;
  z-index: 1;
}
.offender-lrgThumb img {
  border: 4px solid #666;
}
.offender-lrgThumb:after {
  color: #666;
  content: "\25C0";
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif!important;
  position: absolute;
  left: -13px;
  top:1px;
}
/*  firefox ≥ 3 */
@-moz-document url-prefix() {
  .offender-lrgThumb:after {
    left:-10px;
    top:-5px
  }
}
/* IE 8,9,10 */
@media screen\0 {
  .offender-lrgThumb:after {
    font-size: 1.5em;
    left: -10px
  }
} 

.ie-10 .offender-lrgThumb:after {
  color:red;
  left: 1px;
}
/*.lrg-thumbnail {
  display: none
}*/
/*** END CAROUSEL ***/

/*** ACCORDION ***/
.accordion {margin-top: 1.1em}
.accordion-heading .accordion-toggle {padding: .5em 1em}
.accordion-heading h4 {
  font: 600 1.2em/1.5 "proxima-nova";
  margin: .4em 0
}
.accordion-heading h4 a:hover {text-decoration: none}
.accordion-heading h4 a .caret {
  margin-top: 6px;
  margin-left: 0.5em;
}
.accordion-group {background: #fff}
.accordion-inner {
  border-top: none;
  padding: 0
}
.accordion-inner p {margin: .1em 1em 1em}
.accordion-inner ul {
  margin-left: 2.5em;
}
/*** END ACCORDION ***/

/*** MAP ***/
#googleMapDiv {
  border: 1px solid #c0c0c0;
  border-top:none;
  height: 380px;
  width: auto
}
#legend {
  background: #fff;
  border: 1px solid #c0c0c0;
  margin: 10px;
  padding: 10px
}
#legend h3 {margin-top: 0}
#legend img {vertical-align: middle}
/*** END MAP ***/

/*** FOOTER ***/
.push, #push {height: 125px} /* Set the fixed height of the footer here */
.fullWrapFooter {
  background: url(../images/bg-sliverBanner.jpg) left top repeat;
  float: left;
  padding: 0 1.5em .5em
}
footer {
  margin: 0 auto;
  padding: 1.3em 0;
  width: 100%
}
footer, footer a {
  color: #fff;
  text-decoration: none
}
footer a:hover {
  color: #fff;
  text-decoration: underline
}
.footerContentWrapLeft {
  border-bottom: 1px dotted #999;
  float: left;
  margin-bottom: .5em;
  padding-bottom: 1em;
  text-align: center;
  width: 100%
}
.footerContentWrapMid {
  border-bottom: 1px dotted #999;
  float: left;
  margin-bottom: 1.1em;
  margin-top: .3em;
  padding-bottom: 1.4em;
  text-align: center;
  width: 100%
}
.footerContentWrapRight {
  float: left;
  text-align: center;
  width: 100%
}
footer ul {margin: 0}
footer li {
  display: inline;
  font-size: 1.1em
}
.footerNav {
  font-size: 1.3em;
  margin: .6em 0;
}
.footerNav a {font: 400 .8em/1.5 "proxima-nova"}
.footerNav li {margin: 0 .5em}
.footerDetails {margin-top: .7em}
.footerDetailsBtm {margin-top: 0}
.cdpsLogo {
  margin-left: -26px;
  max-width: 65%
}
/*** END FOOTER ***/

/*** ICONS ***/
.icon-search, .icon-list, .icon-lock, .icon-star, .icon-print {margin-right: 4px}
.icon-cog {
  margin-top: 2px;
  margin-right: 0.5em;
}
.phone {
  height: 25px;
  margin-left: 10px;
  width: 25px
}
/*** END ICONS ***/

/*** UTILITY ***/
/* Floats / Positioning */
.clear {clear: both}
.fleft {float: left}
.fright {float: right}
.ffright {float: right!important}
.prel {position: relative}

/* Type */
.lightgray {background: #ededed}
.center {text-align: center}
.tLeft {text-align: left}
.tRight {text-align: right}
.siteTitle {
  font-size: 2em;
  font-weight: 700
}

/* Margin */
.mt0 {margin-top: 0!important}
.mt12 {margin-top: 12px!important}
.mt24 {margin-top: 24px!important}

.mr0 {margin-right: 0!important}
.mr12 {margin-right: 12px!important}
.mr24 {margin-right: 24px!important}

.mb0 {margin-bottom: 0!important}
.mb5 {margin-bottom: 5px!important}
.mb12 {margin-bottom: 12px!important}
.mb24 {margin-bottom: 24px!important}

.ml0 {margin-left: 0!important}
.ml12 {margin-left: 12px!important}
.ml24 {margin-left: 24px!important}

/* Padding */
.pt0 {padding-top: 0!important}
.pt12 {padding-top: 12px!important}
.pt24 {padding-top: 24px!important}

.pr0 {padding-right: 0!important}
.pr12 {padding-right: 12px!important}
.pr24 {padding-right: 24px!important}

.pb0 {padding-bottom: 0!important}
.pb12 {padding-bottom: 12px!important}
.pb24 {padding-bottom: 24px!important}

.pl0 {padding-left: 0!important}
.pl12 {padding-left: 12px!important}
.pl24 {padding-left: 24px!important}

/* custom styles for CSR link */

.marTop3em { margin-top: 2.5em;}
.marTop3em a{ font-size:115%;}

/* Border */
.bt0 {border-top: none!important}
.br0 {border-right: none!important}
.bb0 {border-bottom: none!important}
.bl0 {border-left: none!important}
.bb1 {border-bottom: 1px solid #6f6f6f!important}
.bb2 {border-bottom: 1px solid #bbb}

/* Measurements */
.w100 {width: 100%!important}
.wauto {width: auto!important}
.cw {border-top: 4px solid white}
/*** END UTILITY ***/

@media only screen and (max-width: 760px), (min-device-width: 767px) and (max-device-width: 767px) {

  /* Force table to not be like tables anymore */
  table.tableSearchResults, .tableSearchResults thead, .tableSearchResults tbody, .tableSearchResults th, .tableSearchResults td, .tableSearchResults tr { 
    display: block; 
  }
  .tableSearchResults td:nth-child(-n+2) {
    display: inline-block;
    border-top: 0;
    border-bottom: 0
  }
  .tableSearchResults td:nth-child(n+3):nth-child(-n+3) {
    border-top: 1px solid #ccc;
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .tableSearchResults thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.tableSearchResults {
    border: 1px solid #ccc;
  }
  .tableSearchResults tr:last-child {
     border-bottom: 1px solid #ccc;
  }
  table.tableSearchResults td {
    border-top: 0
  }
  .tableSearchResults td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc; 
    position: relative;
    /*padding-left: 50%;*/ 
  }
  
  .tableSearchResults td:before { 
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /* Label the data*/
  .tableSearchResults td:nth-of-type(3):before {
    font-weight:bold;
    color:#222;
    content: "Address";
  }
  .tableSearchResults td:nth-of-type(4):before {
    font-weight:bold;
    color:#222;
    content: "Map";
  }
  .tableSearchResults td:nth-of-type(5):before {
    font-weight:bold;
    color:#222;
    content: "DOB";
  }
  .tableSearchResults td:nth-of-type(6):before { 
    font-weight:bold;
    color:#222;
    content: "Offender Designation";
  }
  .paginator table a {
    font-size: .7em;
  }

  /* The convictions table on the detail view uses the tableSearchResults class
     to "de-table" itself, but this causes the previously defined labels to be
     used. This will override those labels. */
  #convictionsDetailTable td:nth-of-type(1):before {
    content: "Statute";
    font-weight: bold;
    color: #222;
  }
  #convictionsDetailTable td:nth-of-type(2):before {
    content: "Description";
    font-weight: bold;
    color: #222;
  }
  #convictionsDetailTable td:nth-of-type(3):before {
    content: "Conviction Date";
    font-weight: bold;
    color: #222;
  }
}

/* (min-width: 320px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 320px) {
  table {
    width: 100%;
    text-align: center;
  }
  .offender { 
    width:98%;
    margin: 0
  }
  td {
    font-size: 1.65em
  }

  .noresults {
    font-weight: bold;
    margin-left: 10%;
    margin-top: 2.5%;
  }
  .noresults>:first-child { 
    float: none;
    padding-left: 1em;
  }

}

/* (min-width: 480px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 480px) {
  /*** HEADER ***/
  .navbar .brand {width: 8em}

  /*** FORMS ***/
  .pg-controls .btn {
    margin-right: .5em;
    margin-bottom: 0
  }
  .pg-controls .btn:nth-child(2) {
    float: right;
    margin-right: 0
  }
  .btn-large, input.btn-large, .saveBtn {width: 48%}

  /*** TIP LINE ***/
  .tips > h4 > a {
    float: right;
    margin: 0 .2em 0
  }
  .tips .clear {display: none}

  /*** DETAILS PAGE ***/
  .searchResultsNav .dropdown-toggle {margin-top: 0}
  .searchResultsNav > .clear {
    display: none;
    margin-top: 0
  }
  .changeSearch > a {font-size: 1.15em}

  /*** MAP ***/
  .mapWrap {width: 98.5%}

  /*** TABLES ***/
  table {
    text-align: left
  }

  /*** TABS ***/
  .nav-tabs > li > a {padding: .8em}

  /*** CAROUSEL ***/
  .carousel-inner > .item img {
    margin-top: 2.3em;
    max-width: 10em
  }
  .carousel-caption {padding: 1.5em 1em 0 1.6em}
  .carousel-caption h4 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 .5em
  }
  .carousel-caption p {font: 1.1em/1.5 "proxima-nova"}

  /*** FOOTER ***/
  .cdpsLogo {max-width: 50%}
}

/* (min-width: 600px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 600px) {

  .so .offender {width:40px}
  /*** SLIVER BANNER ***/
  .navbar .brand {width: 9em}

  /*** BANNER ***/
  .fullWrapBanner {
    background: #cdd8e1!important;
    height: auto
  }
  .smallBanner {display: none}
  .banner-img {display: block}
  .fullWrapWellHome {padding: 0 2.2em 1.2em 2.2em}
  .fullWrapHome {padding: 1.1em 2.2em 50px}
  .fullWrap {padding: 1em 2.2em 1.3em 2.2em}
  #find {bottom: -65px}

  /*** DETAILS PAGE ***/
  .detailsPhoto, .detailsWrap {width: 50%}

  /*** MAP SEARCH ***/
  #googleMapDiv {height: 720px}
  .mapWrap {width: 99%}

  /*** FORMS ***/
  .pg-controls .btn:nth-child(2) {
    float: none;
    margin-right: 0
  }
  .btn-large, input.btn-large, .saveBtn {width: auto}
  .btn:last-child {float: none}
  .btn-large, input.btn-large {padding: .8em 1.3em}

  /*** TABLES ***/
  .table {font-size: 1em}
  /*.so-dob, .so-desig {display: table-cell}*/

  /*** CAROUSEL ***/
  .carousel {width: 100%}
  .carousel-control {
    height: 40px;
    top: 40%
  }
  .carousel-caption {padding: 1.8em 1em 0 3em}

  /*** FOOTER ***/
  .fullWrapFooter {padding: 0 1.5% 12px}
  .footerNav li {
    line-height: 1.5;
    margin: 0 1.5%
  }
  .footerNav a {font-size: .85em}

  .noresults {
    margin-left: 3em;
    margin-top: 0.75em;
  }
  .noresults>:first-child { 
    float: right;
    padding-left: 0.5em;
  }
}

/* (min-width: 768px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
  /*** TABLE ***/

  table {
    text-align: left
  }
  td {
    font-size: 1.25em;
  }
  .so .offender {
    width:8em;
  }
  .table th {font-size: 1.2em}
  .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }

  /*** CAROUSEL ***/
  .carousel {width: 100%}
  .carousel-inner {margin-top: 1.4em}
  .carousel-inner > .item img {
    margin-top: 3em;
    max-width: 9em
  }
  .carousel-control {
    bottom: 0;
    height: 40px;
    top: inherit
  }
  .carousel-caption {padding: 1.5em 1em 0 1.6em}
  .carousel-caption p {font: 1em/1.5 "proxima-nova"}

  /*** FOOTER ***/
  .footerNav li {line-height: 2}
  
}

@media (max-width: 979px) {
  /* Fix for broken mobile drop-down menus. */
  .nav-collapse.in, .nav-collapse.collapse.in {
    height: auto;
  }
  /* That's it. */

  .notifications form {
    display: inline;
  }

  .notifications .btn:last-child {
    float: right;
  }
}

/* (min-width: 980px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 980px) {
  /*** BASE ***/
  body {font-size: .85em}

  /*** SLIVER BANNER ***/
  .navbar .brand {
    padding: .9em 0 0 1.6em;
    width: 9em
  }
  /*** HEADER ***/
  .fullWrapBanner {margin-top: 0}

  /*** NAV ***/
  .navbar-inner {padding: 0}
  .nav.pull-right li {margin-bottom: 0}
  .navbar .nav-collapse .nav.pull-right {
    border-top: none;
    padding-top: 0;
  }
  .nav-collapse .nav {margin: 0}
  .dropdown-menu li a {
    border-bottom: 1px solid #1F446B;
    border-top: 1px solid #5E93C4;
    color: #0870B2
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: white;
    font-size: .9em;
    margin-bottom: 0;
    padding: 1.2em 1.1em
  }
  .navbar .largeNacho {
    border-top: none;
    padding-top: 0;
  }
  .navCenter {
    margin: 0 1.5em;
    width: 980px;
  }
  .nav.largeNacho li {
    margin-bottom: 0;
  }

  /*** HOMEPAGE ***/
  .siteTitle {font-size: 2.1em}
  .soType {
    padding: 1% 1.5%;
    width: 22%
  }

  /*** FORMS ***/
  .formWrapLeft, .formWrapRight {
    float: left;
    width: 50%
  }
  .formWrapCenter {
    float: left;
    width: 100%
  }  

  /*** CAROUSEL ***/
  .carousel-caption {padding: 1.8em 1em 0 2em}
  .carousel-control {
    bottom: inherit;
    top: 44%
  }

  /*** TABLES ***/
  .so .offender {
    width: 5em;
  }

  /*** TIP LINE ***/
  .tips {margin: 2em 0 1.6em}

  /*** FOOTER ***/
  footer {
    float: left;
    width: 100%
  }
  .fullWrapFooter {
    float: left;
    padding: 0;
    width: 100%
  }
  .footerNav, #google_translate_element {margin-top: 0}
  .footerContentWrapLeft {
    border-bottom: none;
    margin: 2em 0 0 0;
    padding: 0; 
    width: 25%
  }
  .footerContentWrapMid {
    border-bottom: none;
    margin: 1.6em 0;
    padding: 0; 
    width: 45%
  }
  .footerContentWrapRight {
    border-bottom: none;
    margin: 1.9em 0 0 0;
    padding: 0; 
    width: 30%
  }
  .cdpsLogo {max-width: 80%}
}

/* (min-width: 1200px) ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
  /*** NAV ***/
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: white;
    margin-bottom: 0;
    padding: 1em
  }
  .navCenter {margin: 0 auto!important}

  /*** CAROUSEL ***/
  .carousel-inner > .item img {
    margin-top: 36px;
    max-width: 10em
  }
  .carousel-caption p {font: 1.1em/1.5 "proxima-nova"}

  /*** FOOTER ***/
  footer {width: 100%}
}

/* Print */
@media print {
  .navbar {display: none}
  .fullWrapBanner {display: none}
  .fullWrapNav {display: none}
  .searchResultsNav {display: none}
  .detailsWrap h4 {margin-top: 0}
  .fullWrapFooter {display: none}
  .so-dob, .so-design {display: table-cell}
}

/*** info-local.jsp ***/
ul.linksList,
.sotarInfo ul {
  list-style-type: none;
  margin-left: 0;
}
h4.sotarLink {
  text-align: center;
  margin: 1.5em 0;
}
.form-inline + hr {
  clear: both;
}

/* Fallback for IE's bad grid support.
   This (here to "end of fallback") should be removed when we no longer need to support IE. */
ul.linksList li,
.sotarInfo ul li {
  float: left;
  width: 32%;
}

@supports (display: grid) {
  ul.linksList li,
  .sotarInfo ul li {
    float: none;
    width: auto;
  }
}
/* end of fallback */

@media (min-width: 40em) {
  ul.linksList,
  .sotarInfo ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px) {
  ul.linksList,
  .sotarInfo ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*** END info-local.jsp ***/

/*** login.jsp ***/
#logInForm span.error, #newAccountForm span.error, #forgotPasswordForm span.error {
  color: red;
  display: block;
}

.accessibilityStatement {
  text-align: initial;
  border-top: 1px dotted #999;
  font-size: 1.3em;
  padding: 0.6em 0;
}
.accessibilityStatement h4 {
  text-align: center;
  font-size: 1em;
}
.accessibilityStatement a {
  text-decoration: underline;
}
