@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

#mainTxt {
  min-height: 400px;
}

body {
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1320px;
}

.bg-dark {
  background-color: #212529 !important;
}

*, *:before, *:after {
  box-sizing: inherit;
}

nav .container {
  border-top: 1px solid #ae0e24;
  width: 100%;
}
@media (min-width: 1200px) {
  nav .container {
    max-width: 1412px;
  }
}
nav .container li a {
  color: #fff;
}

ol, ul {
  padding: 0;
}

ul {
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3 {
  font-weight: 300;
}

h1 {
  font-size: 4rem;
}

p {
  color: #525252;
}

a, a:hover {
  text-decoration: none;
}

.form-control {
  appearance: auto;
  background-color: #fff;
  width: 100%;
}
.form-control:read-only {
  background-color: #fff;
}

.ddmg-sig small {
  font-size: 12px;
  color: #c9c9c9;
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
/* Updated for Bootstrap 5.0.0 - 05.07.21 JM */
/* Bootstrap 4 version 10/11/21 PB */
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 680px;
  }
}

.section-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/pagebanners/img_banner1.jpg);
  background-position: 1520px;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/pagebanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/pagebanners/img_banner3.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/pagebanners/img_banner6.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/pagebanners/img_banner5.jpg);
  background-position: bottom;
  padding: 30px 0 30px 0;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
@media (min-width: 1024px) {
  .bgFive {
    height: 150px;
    padding: 45px 0 0;
  }
}
@media (min-width: 1200px) {
  .bgFive {
    height: 280px;
    padding: 90px 0 0;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 40px 0;
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

.card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.07), 0 2px 20px rgba(0, 0, 0, 0.05);
}

.inner-page .card {
  background: #f4f3e8;
}

.footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
.footer-nav > li {
  margin-bottom: 0.5rem;
}
.footer-nav a:not(.btn) {
  display: inline-block;
  color: white;
  transition: transform 80ms ease;
}
.footer-nav a:not(.btn):hover {
  transform: translateX(0.5rem);
}
@media screen and (min-width: 768px) {
  .footer-nav {
    columns: 4;
    text-align: left;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    columns: 3;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .footer-nav {
    columns: 6;
    text-align: left;
    margin-top: 0;
  }
}

.mini-sections p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 0 4px #000;
}

header .logo {
  width: 50%;
}
@media (min-width: 768px) {
  header .logo {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  header .logo {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  header .logo {
    width: 100%;
    position: absolute;
    z-index: 2;
  }
}
header h1 {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  header h1 {
    font-size: 2.3rem;
    margin: 15px 0px;
  }
}
@media (min-width: 1024px) {
  header h1 {
    font-size: 2.9rem;
  }
}
@media (min-width: 1200px) {
  header h1 {
    font-size: 2.9rem;
    margin: 40px 26px 10px 4%;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  header h1 {
    font-size: 2.9rem;
    margin: 10px 0px 10px 2%;
    text-align: left;
  }
}
header a,
header .nav-link,
header .nav-item,
header .dropdown-item {
  color: white;
}
header .phone-numbers {
  text-align: center;
}
@media (min-width: 1024px) {
  header .phone-numbers {
    margin-top: 0px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  header .phone-numbers {
    margin-top: 35px;
    text-align: end;
  }
}
@media (min-width: 1024px) {
  header .phone-numbers .bus-em {
    margin: 0 0 0 12px;
  }
}
@media (min-width: 1200px) {
  header .phone-numbers .bus-em {
    margin: 0 0px;
  }
}

nav li a {
  font-size: 17px;
}
@media (min-width: 1200px) {
  nav li a {
    font-size: 14.8px;
  }
}
@media (min-width: 1366px) {
  nav li a {
    font-size: 17px;
  }
}

.navbar-toggler:focus {
  color: transparent;
}

.home-banner {
  padding: 4rem 0;
}
.home-banner p {
  text-shadow: 0 0 4px #000;
  padding: 0 30px;
}

.crime {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/banner/crimemap.jpg) center/cover no-repeat;
}

.swift {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/banner/swift2.jpg) center/cover no-repeat;
}

.pulse {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/banner/pulse.jpg) center/cover no-repeat;
}

.smart {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../images/banner/smart.jpg) center/cover no-repeat;
}

.wanted .card {
  margin-bottom: 15px;
  height: auto;
}
@media (min-width: 768px) {
  .wanted .card {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .wanted .card {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .wanted .card {
    margin-bottom: 0px;
  }
}
.wanted img {
  width: 45%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wanted img {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .wanted img {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .wanted img {
    width: 90%;
    margin-bottom: 0px;
  }
}
.wanted p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .wanted p {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .wanted p {
    font-size: 15px;
  }
}

.ddmg-sig {
  background: #555;
}
.ddmg-sig a {
  color: #aeccf9;
}

.focus-icon {
  display: grid;
  place-content: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #83b4fd;
  background-color: white;
}

.focus-area li {
  list-style-type: none;
}
.focus-area a {
  color: #000;
}
.focus-area h3 {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.focus-area .card {
  background-color: #83b4fd;
}
.focus-area .card:hover {
  background-color: #0050C7;
  color: #000;
}
.focus-area :hover .animated {
  transform: rotate(360deg);
}
.focus-area :hover .card {
  background-color: #0050C7;
  color: #fff;
}
.focus-area .animated {
  transition: transform 1600ms ease;
}
.focus-area span::before {
  font-size: 60px;
}

.carousel-item > img {
  object-fit: cover;
  object-position: center;
}

.events {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/ice-cream.jpg);
}

.parallax {
  background-size: auto 100%;
  background-position: bottom;
  background-attachment: inherit;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .parallax {
    background-attachment: fixed;
    background-position: right center;
  }
}

.nav-link {
  position: relative;
}
.nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: calc(-1px + 0.5rem);
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 0.5rem - 0.5rem);
  border-bottom: 1px solid #fff;
  transform: scale3d(0, 0, 0);
  transition: transform 80ms ease-in-out;
}
.nav-link:not(.dropdown-toggle):hover::after {
  transform: scale3d(1, 1, 1);
}

.nav-link:hover {
  color: #a1b1c9;
}
.nav-link:focus {
  color: #a1b1c9;
}

.nav-item .dropdown-menu {
  background-color: #212529;
  color: #fff;
}

.mini-sections h3 {
  font-size: 1.5rem;
}

.news article a {
  color: #83b4fd;
}
.news .card {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

.events article a {
  color: #83b4fd;
  text-shadow: 0 0 6px #000;
}
.events article a:hover {
  text-decoration: underline;
}
.events .card {
  background: #00000040;
  border-radius: 0px;
}

.about-depart-home img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-depart-home img {
    width: 30%;
    float: right;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .dcp img {
    width: 55%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .dcp img {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .dcp img {
    width: 90%;
  }
}

.footer-logo img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo img {
    width: 50%;
  }
}

.footer-content .info {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-content .info {
    margin-top: 9px;
  }
}
.footer-content .footer-contact {
  padding: 0.2rem 0.8rem;
}

.sitemap {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .sitemap {
    padding-left: 28px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap {
    margin-top: 0;
  }
}
.sitemap ul {
  list-style-type: none;
}

.media {
  justify-content: center;
  display: flex;
}

.media i:before {
  font-size: 25px;
  margin-top: 10px;
  color: #bbb5b5;
}

.highway-logo img {
  width: 35%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .highway-logo img {
    margin: 0 auto;
    display: block;
    width: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .highway-logo img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .highway-logo img {
    width: 35%;
    margin-bottom: 10px;
  }
}
.highway-logo .media {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .highway-logo .media {
    margin-top: 12px;
  }
}

.news-p h2 a {
  font-size: 28px;
}

.news-page h2 {
  color: #000;
  font-size: 27px;
}

.news-detail-page img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-detail-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-detail-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-detail-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.calendar-page iframe {
  width: 100%;
  height: 200px;
}
.calendar-page h2 {
  font-size: 30px;
}
.calendar-page h3 {
  font-size: 18px;
}
.calendar-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .calendar-page img {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .calendar-page img {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .calendar-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 20%;
  }
}
.calendar-page a:hover {
  text-decoration: underline;
}

.chief-page img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .chief-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 27%;
  }
}
@media screen and (min-width: 1024px) {
  .chief-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 27%;
  }
}
@media screen and (min-width: 1200px) {
  .chief-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 27%;
  }
}

.about-dept img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-dept img {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

.division-page a {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.division-page .division-item:hover {
  transform: rotateY(-20deg);
}
.division-page .card {
  border: 1px solid;
}

.division-officer-gal .div-officer-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .division-officer-gal .div-officer-img {
    height: 250px;
  }
}
.division-officer-gal .div-officer-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.division-officer-gal .div-off-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .division-officer-gal .div-off-title {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .division-officer-gal .div-off-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .division-officer-gal .div-off-title {
    font-size: 30px;
  }
}

.parallax3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/division-parallax.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-position-y: -80px;
}
@media (min-width: 768px) {
  .parallax3 {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .parallax3 {
    background-position: center;
    background-position-y: -320px;
  }
}
@media (min-width: 1200px) {
  .parallax3 {
    background-attachment: fixed;
    padding: 120px 0;
    background-position-y: 0;
  }
}

.staff .card {
  height: auto;
}
@media screen and (min-width: 768px) {
  .staff .card {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .staff .card {
    height: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .staff .card {
    height: auto;
  }
}
.staff h2 {
  font-size: 30px;
  text-align: center;
}

.division-photo {
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .division-photo {
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .division-photo {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .division-photo {
    height: 330px;
  }
}
.division-photo img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .division-photo img {
    width: 70%;
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .division-photo img {
    width: 40%;
    margin-bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .division-photo img {
    margin-bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

.staff .division-photo img {
  box-shadow: none;
}

.division-others img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .division-others img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .division-others img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .division-others img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}

.school-officer h2 {
  font-size: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .school-officer .school-officer-img {
    overflow: hidden;
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .school-officer .school-officer-img {
    overflow: hidden;
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .school-officer .school-officer-img {
    overflow: hidden;
    height: 340px;
  }
}
.school-officer .school-officer-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .school-officer .school-officer-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .school-officer .school-officer-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  .school-officer .school-officer-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .school-officer-item .card {
    height: 380px;
  }
}
@media (min-width: 1024px) {
  .school-officer-item .card {
    height: 430px;
  }
}
@media (min-width: 1200px) {
  .school-officer-item .card {
    height: 430px;
  }
}

.school-off-gallery .school-gallery-item {
  overflow: hidden;
  height: auto;
}
.school-off-gallery .school-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mental-page .mental-page-photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mental-page .mental-page-photo img {
    float: right;
    margin-left: 10px;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .mental-page .mental-page-photo img {
    float: right;
    margin-left: 10px;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .mental-page .mental-page-photo img {
    float: right;
    margin-left: 10px;
    width: 25%;
  }
}
.mental-page .officer-gal .officer-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .mental-page .officer-gal .officer-img {
    height: 230px;
  }
}
.mental-page .officer-gal .officer-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.resource-page h3 {
  font-size: 1.5rem;
}
.resource-page select {
  width: 100%;
}
@media (min-width: 768px) {
  .resource-page select {
    width: 50%;
  }
}
.resource-page .btn-more {
  font-size: 12px;
}

.parallax2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/resource-pw.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .parallax2 {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .parallax2 {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .parallax2 {
    background-attachment: fixed;
    padding: 120px 0;
  }
}

.cold-case h2 {
  font-size: 30px;
}
.cold-case .loc iframe {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .cold-case .loc iframe {
    height: 200px;
  }
}

.faqs-page .faq-list {
  border-bottom: 2px solid #000;
  width: 100%;
}
.faqs-page .faq-list:last-child {
  border-bottom: none;
}
.faqs-page .question {
  background: #f4f3e8;
}

.crime-strat-page .card {
  background: #f9f9f9ed;
}
.crime-strat-page .crime-strat-pdf img {
  width: 100%;
}

.crime-map iframe {
  width: 100%;
}

.swift-page h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.history-page .history-page-img {
  overflow: hidden;
  height: 200px;
  transition: transition 0.2s;
}
.history-page .history-page-img:hover {
  transform: scale(1.05);
}
.history-page .history-page-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-gallery-page .photog-img {
  overflow: hidden;
  height: 200px;
}
.photo-gallery-page .photog-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.photo-gallery-page .card-columns {
  column-count: 1;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .photo-gallery-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-gallery-page .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .photo-gallery-page .card-columns {
    column-count: 4;
  }
}

.cat-topic {
  text-align: center;
}
.cat-topic a {
  color: #000;
  padding: 0 10px;
}
.cat-topic a :hover {
  text-decoration: none;
}
.cat-topic u {
  text-decoration: none;
  border-bottom: 3px solid #ae0e24;
}

.accident .col-12 {
  border-bottom: 1px solid #000;
}
.accident .col-12 :last-child {
  border-bottom: none;
}

.report-page label {
  font-size: 22px;
}
.report-page h2 {
  font-size: 25px;
}

.project-progress h2 {
  margin-bottom: 0;
}
.project-progress .photog-page {
  background: #f4f3e8;
}
.project-progress .photog-page-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .project-progress .photog-page-img {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .project-progress .photog-page-img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .project-progress .photog-page-img {
    height: 150px;
  }
}
.project-progress .photog-page-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.about-project iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .about-project iframe {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .about-project iframe {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .about-project iframe {
    width: 40%;
  }
}
.about-project h2 {
  font-size: 24px;
}

.about-pro-image img {
  display: none;
}
@media (min-width: 768px) {
  .about-pro-image img {
    display: block;
    position: absolute;
    width: 30%;
    bottom: 10rem;
    left: 31rem;
    opacity: 0.03;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .about-pro-image img {
    display: block;
    position: absolute;
    width: 30%;
    bottom: -10rem;
    left: 39rem;
    opacity: 0.03;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .about-pro-image img {
    position: absolute;
    width: 40%;
    bottom: -191px;
    left: 32rem;
    opacity: 0.03;
    z-index: -1;
  }
}

.video-list iframe {
  width: 100%;
}
@media (min-width: 1200px) {
  .video-list iframe {
    height: 270px;
  }
}
.video-list form {
  background-color: #f4f3e8;
  padding: 5px;
}
.video-list form .cat-topic {
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video-list form .cat-topic a {
  color: #000;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  background-color: #444242;
  color: #fff;
}
.video-list form a.active-topic {
  background-color: #d2a356;
  color: #000;
}
.video-list form h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.video-list .video h3 {
  font-size: 22px;
  text-align: center;
}

.site-plan .intro img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-plan .intro img {
    margin: 0 auto;
    width: 58%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .site-plan .intro img {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site-plan .intro img {
    float: right;
    width: 30%;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.site-plan .building-photos img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-plan .building-photos img {
    margin: 0 auto;
    margin-bottom: 0;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .site-plan .building-photos img {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site-plan .building-photos img {
    width: 40%;
    margin-bottom: 0;
  }
}

.contact-us-pagemap iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-pagemap iframe {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .contact-us-pagemap iframe {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .contact-us-pagemap iframe {
    height: 200px;
  }
}

.contact-page .grid {
  display: grid;
  grid: 61px 68px 60px/repeat(1, 100%);
  grid-gap: 5px;
}
@media (min-width: 768px) {
  .contact-page .grid {
    grid: 30px 40px 40px/repeat(3, 33%);
  }
}
@media (min-width: 1200px) {
  .contact-page .grid {
    grid: 30px 35px 35px/repeat(3, 33%);
  }
}
.contact-page .directory h2 {
  color: #000;
}
.contact-page .direct-label {
  color: #000;
  font-size: 19px;
  border-bottom: 2px solid #ae0e24;
}
.contact-page .direct-item {
  margin-top: 5px;
}

.css-accordion .tabs {
  border-radius: 0px;
  overflow: hidden;
  border-bottom: 2px solid #ae0e24;
}
.css-accordion .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.css-accordion .tab-label {
  display: flex;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.css-accordion .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  color: #ae0e24;
  margin: 15px 0;
}
.css-accordion .tab label {
  margin-bottom: 0;
}
.css-accordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #000;
  background: white;
  transition: all 0.35s;
}
.css-accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.css-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.css-accordion input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.css-accordion input:checked ~ .tab-content {
  max-height: 250vh;
  padding: 1em;
}

.mobile-directory .mobile-type-title {
  background: #fbfbfb;
  padding: 0.75rem;
  color: #000;
  width: 100%;
}
.mobile-directory .mobile-type-body {
  background: #fbfbfb;
  padding: 0.55rem;
  color: #000;
  width: 100%;
}
.mobile-directory .mobile-type-body:last-child {
  border: none;
}
.mobile-directory .staff-line {
  border-bottom: 2px solid #ae0e24;
}
.mobile-directory .ext {
  padding: 0.55rem;
  width: 50%;
}

@media screen and (max-width: 500px) {
  .recap .g-recaptcha {
    transform: scale(0.87);
    transform-origin: 0 0;
  }
}

.employment-page h2 {
  font-size: 30px;
}

.business-login-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/business-log.jpg);
  background-size: cover;
}
.business-login-page .business-login {
  justify-content: center;
  display: flex;
  padding-top: 155px;
  padding-bottom: 35px;
}
.business-login-page .card {
  background: #ffffffe8;
}

.business-contact-form h3 {
  font-size: 25px;
}

textarea {
  height: 200px;
}

.btn:hover {
  color: #fff;
}

.inner-page .btn:hover {
  color: #000;
}

.slide-button, .btn-return, .btn-more {
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .slide-button, .btn-return, .btn-more {
    font-size: 14px;
  }
}

.slide-button:focus, .btn-return:focus, .btn-more:focus {
  box-shadow: none;
}

.btn-more {
  border: 1px solid #000;
  background: #b10022;
  color: #fff;
  font-weight: 300;
}
.btn-more:hover {
  background: transparent;
  color: #000;
}

.btn-return {
  border: 1px solid #000;
  background: #c39054;
  color: #000;
}
.btn-return:hover {
  background: transparent;
  color: #000;
}

.slide-button {
  line-height: 40px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.35s;
  text-shadow: 0 0 5px #000;
}
.slide-button span {
  position: relative;
  z-index: 2;
}
.slide-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: darkblue;
  transition: all 0.35s;
}
.slide-button:hover {
  color: #fff;
}
.slide-button:hover:after {
  width: 100%;
}

.down-arrow button {
  display: contents;
}

.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .arrow-container {
    bottom: 0;
  }
}

.arrow-2 {
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: table;
}
.arrow-2:hover {
  background: #000;
}
.arrow-2:before {
  width: 70px;
  height: 70px;
  content: "";
  border: 4px solid #fff;
  box-shadow: 0 0 7px #000;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.arrow-2 i:before {
  font-size: 45px;
  position: absolute;
  top: 15px;
  left: 21px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.btn-holder .btn {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
  border: solid 2px #fff;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 20px;
  -webkit-text-stroke: 0px white;
}
@media (min-width: 768px) {
  .btn-holder .btn {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .btn-holder .btn {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .btn-holder .btn {
    top: 20px;
    margin-top: 0px;
  }
}
.btn-holder .btn::after {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  content: "";
  width: 280px;
  height: 2px;
  z-index: -1;
  right: 0;
  top: -4px;
  -webkit-text-stroke: 4px white;
  box-shadow: -10px 5px 0px blue, -20px 10px 0px blue, -30px 15px 0px blue, -40px 20px 0px blue, -50px 25px 0px blue, -60px 30px 0px blue, -70px 35px 0px blue, -80px 40px 0px blue, -90px 45px 0px blue, -100px 50px 0px blue, -110px 55px 0px blue;
}
.btn-holder .btn::hover {
  text-decoration: none;
}
.btn-holder .btn:hover::after {
  width: 10px;
  height: 2px;
  z-index: -1;
  background: blue;
  top: 0px;
  right: 0px;
  box-shadow: 0px 5px 0px blue, 0px 10px 0px blue, 0px 15px 0px blue, 0px 20px 0px blue, 0px 25px 0px blue, 0px 30px 0px blue, 0px 35px 0px blue, 0px 40px 0px blue, 0px 45px 0px blue, 0px 50px 0px blue, 0px 55px 0px blue;
}
.btn-holder .btn:hover {
  color: #fff;
}

.btn-holder .footer-contact {
  top: 20px;
  left: 18%;
}
@media (min-width: 768px) {
  .btn-holder .footer-contact {
    left: 48px;
  }
}
@media (min-width: 1200px) {
  .btn-holder .footer-contact {
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .btn-holder .e-contact {
    margin-top: 9px;
  }
}

/*# sourceMappingURL=design.css.map */
