/* Screen widths */
/* Site Colors */
body {
  /** Banner **/
  /** End Banner **/
  /** Content Middle **/
  /* #professional-license-filter, #location-license-filter {
        h2 {
            color: #5C5C5C;
            font-weight: 700;
            font-size: 1.8rem;
        }
        .js-form-item {
            width: 100%; 
            label {
                border-top: 0;
                padding-top: 1rem;
                width: 100%;
            }
            input {
                width: 100%;
            }  

            &:first-child label{
                border-top: 0;
                padding-top: 0;
            }
        }

        .accordion {
            .accordion-item {
                .accordion-button {
                    background-color: @primary;
                    color: @white;

                    &:after {
                        filter: invert(100%);
                        -webkit-filter: invert(100%);
                    }

                    .material-icons {
                        line-height: 0;
                        font-size: 1rem;
                    }

                }
            }
        }


        @media (min-width: @md) {

            h2 {
                border-bottom: 2px solid #E6E6E6;

            }

            .accordion {
                .accordion-item {

                    .accordion-header {
                        margin-bottom: 1rem;
                    
                    }
                    .accordion-button {
                        background-color: transparent;
                        color: @black;
                        padding: 0 1rem 1rem 0;
                    }
                    .accordion-collapse {
                        display: block;
                        border: 0;
                        padding: 0;
                    }
                }
            }
            
        }
    } */
  /*Views Styling goes here */
}
body .views-field-nothing {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  body .views-field-nothing {
    padding-bottom: 15px;
  }
}
body .views-field-nothing .card {
  background-color: #fff;
  padding: 1.3rem;
  border: 2px solid #162C40;
  border-radius: 4px;
  position: relative;
  height: 100%;
}
body .views-field-nothing .card:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #e5f2fe;
  border: 2px solid #0388A6;
}
body .views-field-nothing .card .title h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0;
}
body .views-field-nothing .card .title h3 a {
  color: #000000;
  text-decoration: none;
}
body .views-field-nothing .card .body {
  padding: 10px;
  display: block;
  margin-bottom: 15px;
}
body .views-field-nothing .card .date {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #575757;
  font-weight: 500;
}
body .views-field-nothing .card:focus-within {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .views-field-nothing .card a:focus {
  outline: 0;
}
body .views-field-nothing .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .more-link {
  float: right;
  background-color: #CFA21D;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  margin-top: 10px;
  border-radius: 4px;
}
body .more-link a {
  color: #FFFFFF;
  text-decoration: none;
}
body .more-link:hover,
body .more-link:focus {
  background-color: #a60606;
}
body .more-link:hover a,
body .more-link:focus a {
  color: #fff;
}
body .tablesaw th,
body .tablesaw td {
  vertical-align: top;
}
body .tablesaw-stack td .tablesaw-cell-label,
body .tablesaw-stack th .tablesaw-cell-label {
  width: auto;
}
body .tablesaw-stack td .tablesaw-cell-label p:last-child,
body .tablesaw-stack th .tablesaw-cell-label p:last-child {
  margin: 0;
}
body .accordion-button:focus {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .special-plates-row .card-header a {
  min-height: 43px;
  display: block;
}
body .alert-group {
  background-color: #FDEE67;
}
body .alert-group .views-row:last-child {
  border-top: 2px solid #fff;
}
body .view-site-alerts .alert-item {
  background-color: #FDEE67;
}
body .view-site-alerts .alert-item .alert:before {
  display: none;
}
body .view-site-alerts .alert-item .alert .btn {
  padding: 8px 16px;
}
body .view-site-alerts .alert-item .alert .alert-close {
  color: #000;
  cursor: pointer;
}
body .view-site-alerts .alert-item .alert p:last-child {
  margin-bottom: 0;
}
body .view-slideshow {
  background: #677689;
}
body .view-slideshow .carousel .carousel-inner-wrapper {
  border-bottom: none !important;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item {
  display: none;
  justify-content: start;
  align-items: center;
  height: 480px;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item:not(:has(.carousel-img-wrapper)) .carousel-caption {
  flex-basis: 100%;
  margin: 6rem 0;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item:not(:has(.carousel-img-wrapper)) .carousel-caption .carousel-caption-inner {
  padding: 0;
  width: 90%;
  float: left;
}
@media screen and (max-width: 767px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item:not(:has(.carousel-img-wrapper)) .carousel-caption {
    margin: 1rem 0;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item.active {
  display: flex;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item {
    max-height: none;
    justify-content: center;
    align-items: center;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item {
    height: 450px;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption {
  float: none;
  position: relative;
  background-color: transparent;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption {
    flex-basis: auto;
    width: 100%;
    margin: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption {
    margin: 1rem 0;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner {
  padding: 0;
  width: 90%;
  float: left;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner .btn-primary {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
  margin-top: 30px;
  float: left;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner .btn-primary {
    float: right !important;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner .btn-primary:hover {
  text-decoration: none !important;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner h3 {
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 4.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner div {
  color: #FFFFFF;
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner div time {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-caption .carousel-caption-inner {
    width: 100% !important;
    padding: 30px;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-img-wrapper {
  float: none;
  position: relative;
  max-width: 760px;
  max-height: 487px;
  flex: 0 0 50%;
  margin-right: 10%;
  display: flex;
  align-items: center;
  justify-self: center;
}
@media screen and (max-width: 991px) {
  body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-img-wrapper {
    display: none !important;
  }
}
body .view-slideshow .carousel .carousel-inner-wrapper .carousel-item .carousel-img-wrapper img {
  width: 100%;
  height: auto;
  border: 4px solid white;
  border-radius: 10px;
}
body .view-slideshow .carousel .carousel-indicators-wrapper {
  background: #162C40;
  padding: 1rem;
}
body .view-slideshow .carousel .carousel-indicators-wrapper img {
  border: 5px solid white;
  border-radius: 20px;
  height: 640px;
  width: 480px;
}
body .view-slideshow .carousel .carousel-indicators-wrapper .carousel-indicators {
  position: relative;
  padding: 0.5rem;
  margin: 0 auto;
}
body .view-slideshow .carousel .carousel-indicators-wrapper .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 25px;
  border: 0;
  background: #ffffff;
  margin: 7px;
  opacity: 100;
}
body .view-slideshow .carousel .carousel-indicators-wrapper .carousel-indicators li.active {
  background: #F2BE22;
}
body .view-photo-gallery .row .square {
  border-radius: 8px;
  width: 307px;
  height: 307px;
  float: left;
  overflow: hidden;
  margin: 1rem;
}
body .view-photo-gallery .row .square a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .view-photo-gallery .row .square img {
  max-width: 150%;
  height: auto;
  border-radius: 8px;
}
body #block-drupalbase-custom-homepagelinks .row .col {
  margin: 2rem 0;
}
body #block-drupalbase-custom-homepagelinks .row .col p {
  margin: auto;
  width: fit-content;
}
body #block-drupalbase-custom-homepagelinks .row .col p a {
  font-size: 2rem;
  font-weight: bold;
  color: #6B6B6B;
  text-decoration: none;
}
body #block-drupalbase-custom-homepagelinks .row .col p a:hover {
  text-decoration: none;
  color: #21435E;
}
body #block-drupalbase-custom-homepagelinks .row .col p .fa-solid,
body #block-drupalbase-custom-homepagelinks .row .col p .fa-regular {
  background: #6B6B6B;
  color: #FFFFFF;
  padding-top: 23px;
  border-radius: 60px;
  width: 80px;
  height: 80px;
  margin: 10px 0px;
  font-size: 3.5rem;
}
body #block-drupalbase-custom-homepagelinks .row .col p .fa-solid:hover,
body #block-drupalbase-custom-homepagelinks .row .col p .fa-regular:hover {
  background: #162C40;
}
@media screen and (max-width: 991px) {
  body #block-drupalbase-custom-homepagelinks .row .col {
    margin: 1rem -1rem;
    flex: 1 1 25%;
  }
}
@media screen and (max-width: 767px) {
  body #block-drupalbase-custom-homepagelinks .row .col {
    flex: 1 1 26%;
  }
}
@media screen and (max-width: 500px) {
  body #block-drupalbase-custom-homepagelinks .row .col {
    flex: 1 1 35%;
  }
}
body #block-drupalbase-custom-gtranslate {
  float: left;
  z-index: 1;
}
body #block-drupalbase-custom-gtranslate .gt_selector {
  background: #fff;
  color: #000000;
  border: none;
  border-radius: 4px;
  padding: 0.3rem;
}
body .cke-alert .alert-info {
  border: 1px solid #99DEEA;
  border-radius: 4px;
}
body .cke-alert .alert-info:before {
  display: none;
}
body .cke-alert .alert-info .alert-icon {
  display: none;
}
body .sticky-container {
  top: 0;
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  body .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 1em;
    padding-top: 0;
  }
}
body .field--name-field-help-topics .d-flex.border-end:last-child {
  border-right: 0 !important;
}
body .jobs-tiles .card {
  padding: 0;
  border-radius: 0;
  position: relative;
  height: 100%;
}
body .jobs-tiles .card:hover .card-body {
  border-bottom: 6px solid #7fed47;
}
body .jobs-tiles .card:focus-within {
  outline-offset: 0.25rem;
  outline: 0.25rem solid #2491ff;
}
body .jobs-tiles .card .card-body {
  width: 100%;
  border-bottom: 6px solid transparent;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.2) 95%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  padding: 10px 10px 15px;
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
  word-wrap: break-word;
  box-sizing: border-box;
}
body .jobs-tiles .card .card-body .card-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
body .jobs-tiles .card .card-body .card-title.large {
  font-size: 3.6rem;
  line-height: 1.1;
}
body .jobs-tiles .card .field--name-field-media-image {
  margin: 0;
}
body .jobs-tiles .card a {
  color: #fff;
  text-decoration: none;
}
body .jobs-tiles .card a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body .jobs-tiles .card a:focus {
  outline: 0;
}
body .card.homepage-help:hover {
  border-color: #124e80;
}
body .card.homepage-help a {
  text-decoration: none;
  color: #000000;
}
body .card.homepage-help img {
  max-width: 100px;
  margin-bottom: 0;
}
body #block-drupalbase-custom-searchapipagesearchblockform input[type="search"],
body #block-searchapipagesearchblockform input[type="search"] {
  padding: 15px;
  height: 1rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
}
@media screen and (max-width: 991px) {
  body #block-drupalbase-custom-searchapipagesearchblockform input[type="search"],
  body #block-searchapipagesearchblockform input[type="search"] {
    border: 1px solid #162C40;
  }
}
body #block-drupalbase-custom-searchapipagesearchblockform button[type="submit"],
body #block-searchapipagesearchblockform button[type="submit"] {
  padding: 5px 12px;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  body #block-drupalbase-custom-searchapipagesearchblockform button[type="submit"],
  body #block-searchapipagesearchblockform button[type="submit"] {
    border: 1px solid #162C40;
  }
}
body #block-drupalbase-custom-searchapipagesearchblockform button[type="submit"] i.material-icons,
body #block-searchapipagesearchblockform button[type="submit"] i.material-icons {
  top: 3px;
  position: relative;
  line-height: inherit;
}
body #block-views-block-related-information-block-1 .views-field,
body #block-views-block-related-information-block-1 .field-content {
  height: 100%;
}
body .btn {
  font-size: 1.6rem;
}
body .btn.btn-default {
  box-shadow: inset 0 0 0 0.125rem;
  --bs-btn-color: #005ea2;
  --bs-btn-border-color: #005ea2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #005ea2;
  --bs-btn-hover-border-color: #005ea2;
  --bs-btn-focus-shadow-rgb: 0, 94, 162;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005ea2;
  --bs-btn-active-border-color: #005ea2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #005ea2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #005ea2;
  --bs-gradient: none;
}
body .need-something-else-block ul,
body .licensed-by-other-agencies-block ul {
  grid-auto-flow: column;
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content);
  display: grid;
  text-align: left;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}
body .need-something-else-block ul li,
body .licensed-by-other-agencies-block ul li {
  border: 0;
  padding: 0.25rem;
}
body .need-something-else-block ul li:before,
body .licensed-by-other-agencies-block ul li:before {
  content: "\2022";
  color: #162C40;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 767px) {
  body .need-something-else-block ul,
  body .licensed-by-other-agencies-block ul {
    display: block;
  }
}
body .licensed-by-other-agencies-block ul {
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
}
body .form-control,
body .form-select {
  font-size: 1.6rem;
}
body .banner .banner-inner button.accordion-button:hover,
body .banner .banner-inner button.accordion-button:focus {
  color: #151381;
}
body .wrapper-banner .region-banner {
  position: relative;
}
body .wrapper-banner .region-banner #block-homepageblock3 {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  width: 590px;
  height: 215px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  background-color: rgba(242, 242, 242, 0.9);
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.58);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1199px) {
  body .wrapper-banner .region-banner #block-homepageblock3 {
    height: 185px;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner .region-banner #block-homepageblock3 {
    height: 165px;
  }
}
@media screen and (max-width: 800px) {
  body .wrapper-banner .region-banner #block-homepageblock3 {
    position: relative;
    width: 100%;
    height: 165px;
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-banner .region-banner #block-homepageblock3 {
    height: 185px;
  }
}
@media screen and (max-width: 320px) {
  body .wrapper-banner .region-banner #block-homepageblock3 {
    height: 200px;
  }
}
body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p {
  font-size: 2rem;
  font-weight: 600;
  color: #162D73;
  margin-bottom: 4%;
}
@media screen and (max-width: 1199px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 320px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p {
    margin-bottom: 7%;
  }
}
body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p.lnk a {
  font-size: 1.8rem;
  font-weight: 500;
  background: #CFA21D;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p.lnk a:hover {
  background: #a60606;
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p.lnk a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-banner .region-banner #block-homepageblock3 .field--name-body p.lnk a {
    font-size: 1.5rem;
    padding: 7px 20px;
  }
}
body .banner-content {
  font-size: 1.3rem;
}
body .wrapper-content-middle {
  background: #F2F2F2;
  padding: 4rem 5rem;
}
body .wrapper-content-lower-middle {
  background: #eeeeee;
}
body .wrapper-content-lower-middle #block-twocolblock .col-first {
  padding-right: 1rem;
}
@media screen and (max-width: 1024px) {
  body .wrapper-content-lower-middle #block-twocolblock .col-first {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body .wrapper-content-lower-middle #block-twocolblock .col-first .field--name-field-media-image {
    display: flex;
    justify-content: center;
  }
}
body .wrapper-content-lower-middle #block-twocolblock .col-second {
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  body .wrapper-content-lower-middle #block-twocolblock .col-second {
    width: 100%;
  }
}
body .wrapper-content-upper-bottom {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  body .wrapper-content-upper-bottom .three-col .col-12 {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .wrapper-content-bottom {
  background: #162C40;
  color: #FFFFFF;
  padding: 7rem 0;
}
body .wrapper-content-bottom h2 {
  color: #FFFFFF;
}
body #active-filters,
body #active-filters-custom {
  margin-bottom: 0;
}
body #active-filters .active-filter-tag,
body #active-filters-custom .active-filter-tag {
  background-color: #99DEEA;
  border-radius: 50px;
  font-size: 1.6rem;
}
body #active-filters .active-filter-tag a,
body #active-filters-custom .active-filter-tag a {
  padding: 0 10px;
}
body .view-homepage-search h3 {
  color: #FFFFFF;
}
body .view-homepage-search .view-filters {
  margin-bottom: 0;
}
body .view-homepage-search .view-filters .views-exposed-form .js-form-item {
  width: 83%;
}
@media screen and (max-width: 767px) {
  body .view-homepage-search .view-filters .views-exposed-form .js-form-item {
    width: 100%;
  }
}
body .view-homepage-search .view-filters .views-exposed-form .js-form-item input {
  border-radius: 4px;
}
body .view-homepage-search .view-filters .views-exposed-form .form-actions {
  clear: none;
  width: auto;
  float: left;
}
body .view-homepage-search .view-filters .views-exposed-form .form-actions input {
  margin-right: 0;
  height: 36px;
}
body .view-homepage-search .view-header a {
  color: #FFFFFF;
}
body .view-homepage-search .view-header a:hover {
  text-decoration: none;
}
body .view-homepage-search .view-content table {
  background-color: #FFFFFF;
  border-radius: 10px;
  border-bottom: hidden;
  margin-bottom: 30px;
}
body .view-homepage-search .view-content table caption {
  caption-side: top;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}
body .view-homepage-search .view-content table td h3 {
  color: #000000;
}
body .view-homepage-search .view-content table td a {
  color: #4382C5;
}
body .view-homepage-search .view-content table td a.btn {
  color: #FFFFFF;
}
body .view-homepage-search .view-content table td a.btn .extlink-nobreak {
  fill: #FFFFFF;
}
body .view-homepage-search .view-content table td a.btn .extlink-nobreak svg {
  fill: #FFFFFF;
}
body .view-homepage-search .view-content table td a.btn .extlink-nobreak svg path {
  stroke: #FFFFFF;
}
body .view-homepage-search .view-content a {
  color: #FFFFFF;
  font-size: 1.6rem;
}
body .view-homepage-search .view-content a:hover {
  text-decoration: none;
}
body .view-homepage-search .attachment .views-element-container {
  margin-top: 2rem;
}
body .view-warrant-search .img-wrapper,
body .view-homepage-search .img-wrapper {
  padding-right: 1rem;
}
body .view-warrant-search .img-wrapper img,
body .view-homepage-search .img-wrapper img {
  width: 100%;
}
body .view-warrant-search table.footable-details > tbody > tr > th:nth-child(1),
body .view-homepage-search table.footable-details > tbody > tr > th:nth-child(1) {
  padding: 0;
  width: 0;
  min-width: 0;
}
body .view-warrant-search p,
body .view-homepage-search p {
  word-break: break-word;
}
body .view-policy-search ul.list-group {
  background-color: transparent !important;
  list-style-type: disc;
}
body .view-policy-search ul.list-group li {
  background-color: transparent;
  border: none;
  display: list-item;
}
body .view-policy-search td .btn {
  font-size: 1.4rem;
  padding: 0.6rem;
  margin-top: 1rem;
}
body .view-policy-search td p {
  margin-top: 1rem;
  margin-bottom: 0;
}
body .view-policy-glossary .view-content .views-row {
  margin: 1rem 0;
}
body .view-policy-glossary .view-content .views-row ul {
  background-color: transparent !important;
  list-style-type: disc;
}
body .view-policy-glossary .view-content .views-row ul li {
  background-color: transparent;
  border: none;
  display: list-item;
}
body ul.pagination li.pager__item--next a {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
}
body ul.pagination li.page-item {
  white-space: nowrap;
  color: #162C40;
}
body ul.pagination li.page-item a {
  min-width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
}
body ul.pagination li.page-item span {
  border: 0;
  min-width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
}
body ul.pagination li.page-item span:hover,
body ul.pagination li.page-item span:focus {
  background-color: transparent;
}
body ul.pagination li.page-item.active span {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  width: 100%;
  background-color: #162C40;
}
body ul.pagination li.page-item a span {
  height: auto;
}
body .field--name-field-media-oembed-video,
body p:has(iframe),
body .google-maps,
body .embed-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe,
body p:has(iframe) iframe,
body .google-maps iframe,
body .embed-responsive iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main .field--name-field-media-oembed-video {
  min-width: 641px;
}
@media screen and (max-width: 767px) {
  body #main .field--name-field-media-oembed-video {
    min-width: 455px;
  }
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit !important;
}
body #main div .field--type-image img,
body #main .field--type-string img,
body #main div .field--type-image iframe,
body #main .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main div .field--type-image img.media-oembed-content,
body #main .field--type-string img.media-oembed-content,
body #main div .field--type-image iframe.media-oembed-content,
body #main .field--type-string iframe.media-oembed-content {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  body #main div .field--type-image img.media-oembed-content,
  body #main .field--type-string img.media-oembed-content,
  body #main div .field--type-image iframe.media-oembed-content,
  body #main .field--type-string iframe.media-oembed-content {
    height: 261px;
  }
}
body #main div .field--type-image.field--name-field-plate-image,
body #main .field--type-string.field--name-field-plate-image {
  float: right !important;
}
body #main div .field--type-image.field--name-field-plate-image img,
body #main .field--type-string.field--name-field-plate-image img {
  max-width: 250px;
  height: auto;
}
@media (max-width: 992px) {
  body #main div .field--type-image.field--name-field-plate-image,
  body #main .field--type-string.field--name-field-plate-image {
    float: none !important;
  }
  body #main div .field--type-image.field--name-field-plate-image img,
  body #main .field--type-string.field--name-field-plate-image img {
    max-width: none;
    height: auto;
  }
}
body #main .align-left .field--type-image,
body #main .align-left .field--type-string {
  margin: 0 1.5rem 1.5rem 0 !important;
}
body #main .align-right .field--type-image,
body #main .align-right .field--type-string {
  margin: 0 0 1.5rem 1.5rem;
}
body #main .align-right .field--name-field-media-oembed-video {
  margin: 0;
}
body #main .align-left .field--type-image img,
body #main .align-right .field--type-image img,
body #main .align-left .field--type-string img,
body #main .align-right .field--type-string img,
body #main .align-left .field--type-image iframe,
body #main .align-right .field--type-image iframe,
body #main .align-left .field--type-string iframe,
body #main .align-right .field--type-string iframe {
  margin: 0;
  display: block;
}
body #main figure.caption-drupal-media.align-left {
  margin: 0 1.5rem 1.5rem 0;
}
body #main figure.caption-drupal-media.align-right {
  margin: 0 0 1.5rem 1.5rem;
}
body #main figure.caption-drupal-media .field--type-image {
  margin: 0 !important;
}
body #main figure.caption-drupal-media .field--type-image img {
  margin: 0;
}
body #main figure.caption-drupal-media figcaption {
  background-color: #F0F0F0;
  padding: 0.75rem;
  font-style: italic;
}
body #main .photo-gallery {
  display: flex;
  flex-wrap: wrap;
}
body #main .photo-gallery .gallery-item {
  flex: 1 1 30%;
  margin: 1rem;
  max-width: 300px;
}
body #main .photo-gallery .gallery-item .field--name-field-media-image {
  margin-bottom: 0;
}
body .view-professional-licenses .views-field-field-category {
  margin: 10px 0;
}
body .view-professional-licenses .views-field-field-category .field-category ul.list-group {
  display: block;
}
body .view-professional-licenses .views-field-field-category .field-category ul.list-group li {
  text-decoration: none;
  background-color: #D9D9D9;
  color: #000;
  padding: 3px 24px;
  border-radius: 15px;
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 0;
}
body .field--name-field-help-topics-raw div a {
  min-width: 30%;
  margin: 0 10px 2rem 10px;
  display: inline-block;
}
@media (max-width: 992px) {
  body .field--name-field-help-topics-raw div a {
    min-width: 100%;
    margin: 0 0 1rem 0;
  }
}
body #clear-filter-tag.active-filter-tag {
  background-color: transparent;
  border: 1px solid #99DEEA;
}
body .main-content {
  margin-left: 30px;
}
body.page-node-type-news .main-content .field--name-field-date {
  color: #525252;
}
body.page-node-type-news .main-content .field--name-field-news-author {
  margin-top: 2rem;
}
body.page-node-type-news .main-content .field--name-field-news-author p {
  margin-bottom: 0;
}
body.page-node-type-news .main-content .field--name-body {
  margin-top: 3rem;
}
body.page-node-type-news .main-content .field--name-body .news-photo {
  padding: 0px 30px 10px 30px;
}
body.page-node-type-news .main-content .field--name-body .news-photo .img-responsive {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
}
body.page-node-type-news .main-content .field--name-body .news-photo p {
  font-size: 1.4rem;
  color: #525252;
}
body.page-node-type-news .main-content .field--name-body .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
body.page-node-type-news .main-content .field--name-body .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
body.page-node-type-news .main-content .field--name-body .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .alphabet-list .row {
  margin: auto;
}
body .alphabet-list span.views-summary {
  display: inline-block;
  width: auto;
  padding: 0 2px;
}
body .view-filters {
  margin-bottom: 2rem;
}
body .view-filters .views-exposed-form #hidden-filter-wrapper {
  margin-bottom: 2rem;
}
body .view-filters .views-exposed-form .js-form-item {
  width: 300px;
  margin-right: 30px;
  float: left;
  text-align: left;
}
@media screen and (max-width: 991px) {
  body .view-filters .views-exposed-form .js-form-item {
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  body .view-filters .views-exposed-form .js-form-item {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
body .view-filters .views-exposed-form .js-form-item .form-control {
  width: 100%;
}
body .view-filters .views-exposed-form .js-form-item .select-wrapper {
  display: block;
}
body .view-filters .views-exposed-form .form-actions {
  clear: both;
}
body .view-filters .views-exposed-form .form-actions input {
  width: 180px;
  float: left;
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  body .view-filters .filter-control {
    display: block !important;
  }
}
body .view-policy-glossary .attachment {
  margin: 2rem 0;
}
body .view-policy-glossary .attachment .views-summary-unformatted {
  float: left;
  width: fit-content;
  padding: 0;
  margin-right: 1rem;
}
body .view-policy-glossary .attachment .views-summary-unformatted a {
  padding-left: 1rem;
}
body.path-search #block-drupalbase-custom-content h2 {
  margin-top: 0;
}
body .search-form.google-cse {
  display: none;
}
body #google-cse-results .gsc-control-cse {
  padding: 0;
}
body #colorbox #cboxTitle {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}
body #main .accordion {
  margin-bottom: 1rem;
  background-color: transparent;
  --bs-accordion-bg: transparent;
}
body #main .accordion .accordion-collapse {
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 1rem 1.25rem 0.75rem;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main .accordion-header button.accordion-button {
  color: #162C40;
  font-size: 1.8rem;
}
body #main .accordion-header button.accordion-button:hover {
  text-decoration-style: solid;
}
body #main #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #162C40;
  color: #FFFFFF;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body #block-drupalbase-custom-content article .field--name-body div.col-sm-8.col-md-9.col-sm-push-4.col-md-push-3 {
  width: 100% !important;
}
body #block-drupalbase-custom-content article .pull-left {
  float: left !important;
}
@media screen and (max-width: 767px) {
  body #block-drupalbase-custom-content article .pull-left {
    float: none !important;
  }
}
body #block-drupalbase-custom-content article .pull-right {
  float: right!important;
}
@media screen and (max-width: 767px) {
  body #block-drupalbase-custom-content article .pull-right {
    float: none !important;
  }
}
body #block-drupalbase-custom-content article .visible-xxs {
  display: none;
}
@media screen and (max-width: 425px) {
  body #block-drupalbase-custom-content article .visible-xxs {
    display: block;
  }
}
body #block-drupalbase-custom-content article .collapse:not(.accordion-collapse) {
  display: block;
}
body #block-drupalbase-custom-content ul,
body #block-drupalbase-custom-content ol {
  padding-left: 4rem;
  margin: 15px 0px 30px 0px;
}
body #block-drupalbase-custom-content ul li,
body #block-drupalbase-custom-content ol li {
  margin-bottom: 0.8rem;
}
body #block-drupalbase-custom-content .pull-right {
  float: right;
}
body #block-drupalbase-custom-content #call-to-action {
  display: flex;
}
body .wrapper-footer-top {
  background: #162C40;
  border-top: 8px solid #F2BE22;
}
body .wrapper-footer-top .field--name-field-media-image img {
  width: 100%;
}
body .wrapper-footer-top .block {
  margin: 0;
}
body .wrapper-footer-top .block .content {
  background: #162C40;
  color: #FFFFFF;
}
body .wrapper-footer-top .block .content p {
  background: #162C40;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 0px;
}
body .wrapper-footer-top .block .content p .fontawesome-icon-inline {
  margin: 0.6rem;
}
body .wrapper-footer-top .block .content p .fontawesome-icon-inline a {
  text-decoration: none;
}
body .wrapper-footer-top .block .content p .fontawesome-icon-inline .fa-medium {
  background: white;
  border-radius: 2px;
  color: #162C40;
  width: 24px;
  font-size: 1.8rem;
  line-height: 24px;
  margin-top: -3px;
  position: relative;
  top: -4px;
}
body .wrapper-footer-top .block .content p .fontawesome-icon-inline .fa-medium:hover {
  background: #F2BE22;
}
body .wrapper-footer-top .block .content p a {
  color: #FFFFFF;
  text-decoration: underline;
}
body .wrapper-footer-top .block .content p a:hover {
  color: #F2BE22;
}
body .wrapper-footer-bottom {
  background: #000000;
}
body .wrapper-footer-bottom #block-drupalbase-custom-copyright p {
  color: #FFFFFF;
  display: inline;
}
body .wrapper-footer-bottom #block-drupalbase-custom-copyright p:last-of-type {
  float: right;
}
body .wrapper-footer-bottom #block-drupalbase-custom-copyright p a {
  color: #FFFFFF;
  text-decoration: underline;
}
body .wrapper-footer-bottom #block-drupalbase-custom-copyright p a:hover {
  color: #F2BE22;
}
body #footernav .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #D9D9D9 !important;
}
body #footernav .accordion-item:last-child {
  border-bottom: 0 !important;
}
body #footernav .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
body #footernav .accordion-item .accordion-header .accordion-button.collapsed .material-icons {
  transform: rotate(-90deg);
  margin-top: -9px;
}
body #footernav .accordion-item .accordion-collapse {
  padding: 0;
}
@media (max-width: 992px) {
  body #footernav .accordion-item {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  body #footernav .accordion-item {
    margin-top: 0;
    border-bottom: 0 !important;
  }
  body #footernav .accordion-item .accordion-button .material-icons {
    display: none;
  }
  body #footernav .accordion-item .accordion-collapse {
    display: block;
    border: 0;
  }
}
body div.contact-info .material-icons {
  color: #559E8D;
  position: relative;
  top: 5px;
}
body div.contact-info span.country {
  display: none;
}
body div.contact-info p.address {
  display: inline-block;
}
body div.contact-info p.address br {
  display: none;
}
body .view-caseload-documents a {
  font-weight: 500;
  font-size: 1.8rem !important;
}
@media screen and (max-width: 991px) {
  body .views .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .views .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .section-header-main h2 {
  margin: 60px 0 30px 0 !important;
}
body .w-100 {
  width: 80% !important;
  margin: 15px;
}
