/** LESS VARIABLES **/
.content-wrapped {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*** END LESS VARIABLES ***/

/** LESS VARIABLES **/
/*** END LESS VARIABLES ***/

main {
  width: 100%;
  padding-left: 1em;
}
#sidebar {
  margin-top: 1em;
}
.iframe-view {
  height: 1000px;
  width: 100%;
}
#desktop-footer-address-label {
  display: block;
}
#mobile-footer-address-label {
  display: none;
}
.courthouse-seal-size-110 {
  display: block;
  text-indent: -9999px;
  width: 139px;
  height: 110px;
  background: url(../images/courthouse-seal.png);
  background-size: 139px 110px;
}
#phones-and-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  margin-right: 8px;
}
img {
  max-width: 96%;
}
.sidebarMenu {
  display: block;
}
.sidebar-subMenu {
  display: none;
  position: absolute;
  background-color: #FFF;
  margin-left: 6em;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.sidebarMenu a {
  text-decoration: none;
  display: inline-block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.sidebarMenu-li-force-padding {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  color: #004A7F;
}
.sidebarMenu > li {
  padding: 0;
}
#dept-label-mobile {
  display: none;
}
#dept-label-desktop {
  display: block;
}
.header-menu-subMenu {
  display: none;
  position: absolute;
  top: 1em;
  background-color: #f9f9f9;
  color: #000;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  list-style: none;
  width: 16.875rem;
  padding: 0;
}
.header-menu-subMenu > li {
  line-height: 1 0.25rem;
  border: 0.0625rem solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: -0.0625rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000;
}
.header-menu-subMenu > li:hover {
  background-color: #d8d8d8;
}
.header-menu-subMenu > li a {
  color: #000;
}
.info-content {
  margin-top: 3.5em;
}
.alerts-panel {
  display: flex;
  flex-wrap: wrap;
}
#notices .alert {
  max-width: 100%;
}
#notices .constable-sale {
  font-weight: bold;
}
.alert {
  margin: 1em;
  flex: 1 1 50%;
  /*max-width: @action-box-size;*/

}
.action-box {
  padding: 1em;
}
.action-boxes {
  justify-content: left;
  /*padding-left: 10px;*/

}
#top-action-boxes .action-box {
  max-width: 10.2em;
  height: 15em;
}
#top-action-boxes .action-box.no-image {
  /*height: 8em;*/
  height: 5em;
  width: 8.5em;
}
#top-action-boxes .action-box-image {
  width: 100%;
  height: 100%;
  text-align: center;
}
#top-action-boxes .action-box-image img {
  width: 9em;
}
#top-action-boxes.school-registers .action-box {
  height: 20em;
}
.faq-link {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin-top: 4px;
  z-index: 10;
  position: relative;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  /* optional: highlight the area */

}
#logos a {
  text-decoration: none;
}
#logos img {
  max-width: 12em;
  margin: 0.5em;
}
.info-content {
  margin-top: 0;
  max-width: 100%;
}
#top-info {
  margin-top: 2.6em;
  width: 100%;
}
#courthouses-container-background {
  width: 100%;
  display: block;
}
#courthouses-container {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.courthouse-group {
  display: flex;
  flex: 0 1 22%;
  flex-wrap: wrap;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.courthouse-image-group {
  display: flex;
  flex-direction: column;
}
.courthouse-image img {
  max-height: 20em;
}
.courthouse-description-box-group {
  flex: 1 0 50%;
}
.subtitle {
  font-size: 0.8125em;
  font-style: italic;
  color: #3f3f3f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.courthouse-description-box {
  font-size: 1.125em;
  background-color: #ebebeb;
  color: #3f3f3f;
  padding: 1em;
  margin-left: 1em;
}
video {
  width: 30em;
  height: 22.5em;
}
.font-strong {
  font-weight: bold;
  text-transform: uppercase;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/**FOR IE*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top-action-boxes .action-box-image {
    height: auto;
  }
}
