/* Screen widths */
/* Site Colors */
body {
  /* News List View */
  /** 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 .accordion .accordion-item .accordion-header .accordion-button,
body .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
}
body .field--name-field-media-image img {
  max-width: 100%;
  height: auto;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  body #views-bootstrap-news-block-1 .row .views-field-nothing {
    padding-bottom: 15px;
  }
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card {
  border: 1pt solid #2078B6;
  border-radius: 4px;
  position: relative;
  padding-bottom: 30px;
  transition: 0.5s ease;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card:hover {
  border: 1pt solid #30ff6b;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .title h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 10px 0 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .title h3 a {
  color: #084390;
  display: block;
  text-decoration: none !important;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .title h3 a:hover {
  color: #008a27;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .body {
  padding: 10px 15px;
  display: block;
  margin-bottom: 15px;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .rdm {
  position: absolute;
  bottom: 2.5%;
  right: 3%;
  border-radius: 5px;
  color: #FFFFFF;
  background: #244052;
  filter: drop-shadow(2px 2px 4px #a9a7a7);
  transition: 0.5s ease;
  padding: 5px 0.4px 5px 10px;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .rdm:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  color: #244052;
  background: #30ff6b;
  padding: 8.8px 13px 9.9px 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .rdm:hover,
body #views-bootstrap-news-block-1 .row .views-field-nothing .card .rdm:focus {
  background: #085877;
  color: #fced6d;
}
body #views-bootstrap-news-block-1 .views-field-nothing-1 {
  width: 200px;
}
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a {
  position: absolute;
  bottom: 16;
  left: 260px;
  text-decoration: none;
  background-color: #244052;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 0 0.9rem 1.6rem;
  border-radius: 4px;
  filter: drop-shadow(2px 2px 4px #a9a7a7);
  transition: 0.5s ease;
}
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a:hover,
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a:focus {
  background-color: #085877;
}
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a:hover a,
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a:focus a {
  color: #fced6d;
}
body #views-bootstrap-news-block-1 .views-field-nothing-1 .field-content a:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  margin-left: 15px;
  color: #244052;
  background: #30ff6b;
  padding: 8.8px 13px 9.4px 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .view-news.view-display-id-page_1 .view-filters .views-exposed-form {
  width: 35%;
}
@media screen and (max-width: 991px) {
  body .view-news.view-display-id-page_1 .view-filters .views-exposed-form {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  body .view-news.view-display-id-page_1 .view-filters .views-exposed-form {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  body .view-news.view-display-id-page_1 .view-filters .views-exposed-form #hidden-filter-wrapper {
    padding-bottom: 5px;
  }
}
body .view-news.view-display-id-page_1 .view-filters .views-exposed-form label {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body .view-news.view-display-id-page_1 .view-filters .views-exposed-form {
    padding-bottom: 15px;
  }
}
body .view-news.view-display-id-page_1 #edit-actions {
  margin-top: 1rem;
  margin-bottom: 2rem !important;
}
body .view-content .item-list .views-field-field-media-image img {
  float: right;
  margin-left: 5px !important;
  max-height: 150px;
  width: auto;
}
body .view-content .item-list li:last-child .views-field-body {
  border-bottom: none;
}
body .view-content .item-list .views-field-body {
  padding-bottom: 15px;
  border-bottom: 1pt solid #ddd;
  margin-bottom: 15px;
}
body .view-content .item-list .views-field-body a.views-more-link {
  float: right;
  position: relative;
  background: none;
  padding: 0;
  filter: none;
}
body .view-content .item-list .views-field-body a.views-more-link:hover {
  color: inherit;
}
body .view-content .item-list .views-field-body a.views-more-link:after {
  content: none;
}
body .view-content .item-list .views-field-views-conditional-field a,
body .view-content .item-list .views-field-nothing a {
  text-decoration: none;
  font-size: 1.8rem !important;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  body #views-bootstrap-news-block-2 .row .views-field-nothing {
    padding-bottom: 15px;
  }
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box {
  background: #fff;
  border: 1pt solid #2078B6;
  border-radius: 4px;
  position: relative;
  padding-bottom: 30px;
  transition: 0.5s ease;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box:hover {
  border: 1pt solid #30ff6b;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .title h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 10px 0 15px;
  margin-top: 5px;
  margin-bottom: 0;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .title h3 a {
  color: #084390;
  display: block;
  text-decoration: none !important;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .title h3 a:hover {
  color: #008a27;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .body {
  padding: 10px 15px;
  display: block;
  margin-bottom: 15px;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm {
  position: absolute;
  bottom: 2.5%;
  right: 3%;
  border-radius: 5px;
  color: #FFFFFF;
  background: #085877;
  filter: drop-shadow(2px 2px 4px #a9a7a7);
  transition: 0.5s ease;
  padding: 5px 0.4px 5px 10px;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm a {
  color: #fff;
  text-decoration: none;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm a:hover {
  color: #30ff6b;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  color: #244052;
  background: #30ff6b;
  padding: 8.8px 13px 9.9px 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm:hover,
body #views-bootstrap-news-block-2 .row .views-field-nothing .box .rdm:focus {
  background-color: #244052;
}
body .more-link,
body a.views-more-link {
  float: right;
  background-color: #244052;
  color: #FFFFFF;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 0 0.9rem 1.6rem;
  margin-top: 10px;
  border-radius: 4px;
  filter: drop-shadow(2px 2px 4px #a9a7a7);
  transition: 0.5s ease;
}
body .more-link a,
body a.views-more-link a {
  color: #FFFFFF;
  text-decoration: none;
}
body .more-link:hover,
body a.views-more-link:hover,
body .more-link:focus,
body a.views-more-link:focus {
  background-color: #085877;
}
body .more-link:hover a,
body a.views-more-link:hover a,
body .more-link:focus a,
body a.views-more-link:focus a {
  color: #fced6d;
}
body p {
  position: relative;
}
body p a.views-more-link {
  position: absolute;
  top: 65px;
  right: 5px;
  text-decoration: none;
  margin-top: 30px;
}
body p a.views-more-link:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  margin-left: 15px;
  color: #244052;
  background: #30ff6b;
  padding: 8.8px 13px 9.4px 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body p a.views-more-link:hover,
body p a.views-more-link:focus {
  color: #fced6d;
}
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 .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 .card.homepage-help:hover {
  border-color: #124e80;
}
body .card.homepage-help a {
  text-decoration: none;
  color: #1B1B1B;
}
body .card.homepage-help img {
  max-width: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body #block-drupalbase-custom-searchapipagesearchblockform {
    width: 100%;
  }
}
body #block-searchapipagesearchblockform input[type="search"] {
  padding: 15px !important;
  height: 3.6rem !important;
  width: 30rem;
  margin-right: 0.5rem;
}
body #block-searchapipagesearchblockform .form-control {
  border-radius: 4px;
  border: 1pt solid #51aae9 !important;
  -webkit-box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
body #block-searchapipagesearchblockform button[type="submit"] {
  padding: 5px 12px;
  line-height: 0;
  background-color: transparent !important;
}
body #block-searchapipagesearchblockform button[type="submit"] i.material-icons {
  top: 6px;
  position: relative;
  line-height: inherit;
  color: #2078B6;
  font-size: 3.3rem;
}
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: #244052;
  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 .view-slideshow img.image-style-front-slideshow {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .carousel .carousel-controls-wrapper {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
body .wrapper-banner .region-banner {
  position: relative;
}
body .wrapper-banner .region-banner .field--name-field-media-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
body .wrapper-banner .region-banner .block-views-blockslideshow-block-1 #views-bootstrap-slideshow-block-1 {
  position: relative;
}
body .wrapper-banner .region-banner .block-views-blockslideshow-block-1 #views-bootstrap-slideshow-block-1 .over img {
  bottom: 0;
  left: 0;
  right: 0;
}
body .wrapper-banner .region-banner .block-views-blockslideshow-block-1 #views-bootstrap-slideshow-block-1 .carousel-indicators {
  background-color: rgba(36, 64, 82, 0.85);
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 9px;
  bottom: -10px;
}
body .wrapper-banner .region-banner .block-views-blockslideshow-block-1 #views-bootstrap-slideshow-block-1 .carousel-controls-wrapper {
  display: flex;
  justify-content: flex-end;
  bottom: 0.7rem !important;
  z-index: 2;
}
body .wrapper-banner .region-banner .block-views-blockslideshow-block-1 #views-bootstrap-slideshow-block-1 .carousel-controls-wrapper .carousel-controls {
  width: 100%;
  margin: auto;
  max-width: 1320px;
}
body .wrapper-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 #block-homepageblock3 {
    height: 185px;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner #block-homepageblock3 {
    height: 165px;
  }
}
@media screen and (max-width: 800px) {
  body .wrapper-banner #block-homepageblock3 {
    position: relative;
    width: 100%;
    height: 165px;
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-banner #block-homepageblock3 {
    height: 185px;
  }
}
@media screen and (max-width: 320px) {
  body .wrapper-banner #block-homepageblock3 {
    height: 200px;
  }
}
body .wrapper-banner #block-homepageblock3 .field--name-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .wrapper-banner #block-homepageblock3 .field--name-body p {
  font-size: 2rem;
  font-weight: 600;
  color: #244052;
  margin-bottom: 4%;
}
@media screen and (max-width: 1199px) {
  body .wrapper-banner #block-homepageblock3 .field--name-body p {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner #block-homepageblock3 .field--name-body p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-banner #block-homepageblock3 .field--name-body p {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 320px) {
  body .wrapper-banner #block-homepageblock3 .field--name-body p {
    margin-bottom: 7%;
  }
}
body .wrapper-banner #block-homepageblock3 .field--name-body p.lnk a {
  font-size: 1.8rem;
  font-weight: 500;
  background: #E21212;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
body .wrapper-banner #block-homepageblock3 .field--name-body p.lnk a:hover {
  background: #a60606;
}
@media screen and (max-width: 1024px) {
  body .wrapper-banner #block-homepageblock3 .field--name-body p.lnk a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-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: #f0f7fc;
  padding-top: 3rem !important;
}
body .wrapper-content-middle .row #block-drupalbase-custom-featurebuttons {
  padding-top: 3rem;
}
body .wrapper-content-middle .row #block-drupalbase-custom-featurebuttons .row.three-col {
  justify-content: space-between;
}
body .wrapper-content-middle .row #block-drupalbase-custom-featurebuttons .row.three-col .card {
  border: 1pt solid #2078B6;
  border-radius: 4px;
  padding-bottom: 10px;
  transition: 0.5s ease;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
}
body .wrapper-content-middle .row #block-drupalbase-custom-featurebuttons .row.three-col .card a.btn-primary {
  font-size: 2.2rem;
  display: block;
  border-radius: 0;
  padding: 2rem 1.5rem 1.8rem 1.5rem !important;
  width: 100%;
}
body .wrapper-content-middle .row #block-drupalbase-custom-featurebuttons .row.three-col .card p {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
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;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 991px) {
  body .wrapper-content-upper-bottom .three-col .col-12 {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .wrapper-content-upper-bottom .row {
  margin-bottom: 10px;
}
body .wrapper-content-upper-bottom .row #block-threecolblock .two-col .col-second .wrap {
  background: #8ccffa;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  body .wrapper-content-upper-bottom .row #block-threecolblock .two-col .col-second .wrap {
    margin-top: 10px;
  }
}
body .wrapper-content-upper-bottom .row #block-threecolblock .two-col .col-second .wrap h3 {
  text-transform: uppercase;
}
body .wrapper-content-upper-bottom .row #block-threecolblock .two-col .col-second .wrap p {
  font-size: 2rem;
  margin-bottom: 0;
}
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 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;
}
body ul.pagination li.page-item span {
  border: 0;
}
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%;
}
body .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
body .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
body figure {
  margin: 0 0 1.5rem 0;
}
body #main article.node--type-news .field--name-field-media-image img {
  float: right;
  margin-left: 1rem !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 500px) {
  body #main article.node--type-news .field--name-field-media-image img {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
}
body #main article.node--type-news .field--name-field-date {
  font-weight: 500;
  padding-bottom: 5px;
}
body #main div .field--type-image,
body #main .field--type-string {
  float: inherit !important;
  margin: 0 0 1.5rem 0 !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;
}
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 !important;
}
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 .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 .alphabet-list .row {
  margin: auto;
}
body .alphabet-list span.views-summary {
  display: inline-block;
  width: auto;
  padding: 0 2px;
}
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.accordion .accordion-item .accordion-button:hover,
body body .accordion .accordion-item .accordion-button:focus {
  text-decoration: none !important;
}
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 .accordion-button .accordion-title {
  font-size: 1.7rem;
  color: #084390;
}
body #main .accordion-header .accordion-button .accordion-title:hover {
  text-decoration: none !important;
}
body #main .accordion-header .accordion-button:after {
  background-size: 1.5rem;
}
body #main h2.accordion-header {
  margin: 0;
}
body #main h2.accordion-header button.accordion-button {
  color: #2078B6;
}
body #main #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #244052;
  color: #FFFFFF;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .site-footer {
  text-align: center;
}
body .wrapper-footer-top {
  background: #085877;
}
body .wrapper-footer-top .field--name-field-media-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .wrapper-footer-top p {
  background: #fff;
  color: #2078B6;
  padding: 10px;
  margin-bottom: 30px;
}
body .wrapper-footer-bottom {
  background: #244052;
  padding: 15px;
}
body .wrapper-footer-bottom p {
  padding-bottom: 10px;
}
body #footernav .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #71767A !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;
  }
}
