/* Screen widths */
/* Site Colors */
.shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
h1,
.h1 {
  font-size: 3.7rem;
  color: #082f52;
}
h2,
.h2 {
  font-size: 3rem;
  color: #5a0a0c;
}
h3,
.h3 {
  font-size: 2.25rem;
  color: #082f52;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #f6f5f3 solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #084390;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
body {
  /** Search block **/
  /** Carousel / Slideshow **/
  /** End Slideshow **/
  /** 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;
                    }
                }
            }
            
        }
    } */
  /* Graduation Requirements */
  /*** end grad tabs ***/
  /**** grad box ***/
  /*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: 4rem;
  border: 2px solid transparent;
  border-radius: 0;
  position: relative;
  height: 100%;
}
body .views-field-nothing .card:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-color: #efdd98;
}
body .views-field-nothing .card .title h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}
body .views-field-nothing .card .title h3 a {
  color: #1B1B1B;
  text-decoration: none;
}
body .views-field-nothing .card .body {
  display: block;
  color: #5c5d5f;
}
body .views-field-nothing .card .date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5c5d5f;
}
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 table thead {
  background-color: #5c5d5f;
}
body table thead tr {
  border-bottom: 3px solid #ccc;
}
body table thead th {
  color: #FFFFFF;
}
body table tbody th {
  color: #5c5d5f;
}
body table tbody tr {
  border-bottom: 1px solid #ccc;
}
body table tfoot tr {
  border-bottom: 1px solid #ccc;
}
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 .grad-box {
  background-color: #e8f7fe;
  border-radius: 10px;
  width: 45%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  body .grad-box {
    width: 100%;
  }
}
body .grad-box h3 {
  background-color: #082f52;
  color: #fff;
  padding: 15px;
  margin-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 2rem;
}
body .grad-box p {
  padding-left: 10px;
  padding-right: 10px;
}
body .grad-box p a {
  font-weight: bold;
}
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;
}
body .search-api-page-block-form-search-solr,
body .search-api-page-block-form-search {
  display: flex;
  gap: 0 !important;
  align-items: bottom;
  padding-right: 0;
  justify-content: flex-end;
}
body .search-api-page-block-form-search-solr form,
body .search-api-page-block-form-search form {
  border-bottom: 2px solid #5a0a0c;
  width: fit-content;
  margin-bottom: 20px;
  display: flex;
}
body .search-api-page-block-form-search-solr .mb-3,
body .search-api-page-block-form-search .mb-3 {
  margin-bottom: 0!important;
}
body .search-api-page-block-form-search-solr .js-form-item,
body .search-api-page-block-form-search .js-form-item {
  margin-right: 0;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-search,
body .search-api-page-block-form-search .form-search {
  font-size: 1.6rem;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .search-api-page-block-form-search-solr .form-search::placeholder,
body .search-api-page-block-form-search .form-search::placeholder {
  content: "Search";
  color: #5c5d5f;
}
body .search-api-page-block-form-search-solr .form-actions,
body .search-api-page-block-form-search .form-actions {
  position: relative;
  align-self: initial;
  padding: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit,
body .search-api-page-block-form-search .form-actions .form-submit {
  position: relative;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  color: transparent !important;
  width: 3.6rem;
  margin: 0;
  height: 100%;
  padding: 0!important;
  overflow: visible;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:before,
body .search-api-page-block-form-search .form-actions .form-submit:before {
  display: none;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit::after,
body .search-api-page-block-form-search .form-actions .form-submit::after {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  padding-top: 7px;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.8rem;
  color: #5a0a0c;
  background: transparent;
  border: 0;
  border-radius: 28px;
  text-align: center;
  font-weight: 700;
  width: 28px;
  height: 28px;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover::after,
body .search-api-page-block-form-search .form-actions .form-submit:hover::after {
  background-color: #f3eac7;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus,
body .search-api-page-block-form-search .form-actions .form-submit:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:focus-visible::after,
body .search-api-page-block-form-search .form-actions .form-submit:focus-visible::after {
  color: #FFFFFF;
  background-color: #084390;
  outline: 4px solid #559E8D;
  outline-offset: 4px;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:hover:focus,
body .search-api-page-block-form-search .form-actions .form-submit:hover:focus {
  outline: 0;
}
body .search-api-page-block-form-search-solr .form-actions .form-submit:active::after,
body .search-api-page-block-form-search .form-actions .form-submit:active::after,
body .search-api-page-block-form-search-solr .form-actions .form-submit:active:focus::after,
body .search-api-page-block-form-search .form-actions .form-submit:active:focus::after {
  background-color: #084390;
  border-color: #084390;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search-solr,
body #block-drupalbase-custom-content .search-api-page-block-form-search {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
body #block-drupalbase-custom-content .search-api-page-block-form-search-solr .js-form-item,
body #block-drupalbase-custom-content .search-api-page-block-form-search .js-form-item {
  border-bottom: 2px solid #5a0a0c;
}
body #block-views-block-related-information-block-1 .views-field,
body #block-views-block-related-information-block-1 .field-content {
  height: 100%;
}
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: #0368c0;
  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 .header-wrapper .container,
body .header-wrapper .container-fluid {
  background-image: url("/themes/drupalbase_custom/assets/images/gray-seal.png");
  background-repeat: no-repeat;
  background-position: right 65px center;
  background-size: 60px;
  padding-right: 200px;
}
@media screen and (max-width: 1440px) {
  body .header-wrapper .container,
  body .header-wrapper .container-fluid {
    background-position: right 20px center;
    padding-right: 85px;
  }
}
@media screen and (max-width: 1263px) {
  body .header-wrapper .container,
  body .header-wrapper .container-fluid {
    background-image: none;
    padding-right: 0;
  }
}
body .region-header-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
body .region-header-end #block-headermenu {
  width: 50%;
  padding-right: 5%;
}
body .region-header-end .search-api-page-block-form {
  width: 100%;
}
body .region-header-end .search-api-page-block-form #keys {
  border-bottom-style: solid !important;
  border-color: #5a0a0c !important;
  border: none;
  border-width: 2px;
  width: 265px;
  background-color: transparent;
}
body .region-header-end .search-api-page-block-form .btn-primary {
  background-color: transparent !important;
  padding: 0 2.3rem 0 0;
}
body .region-header-end .search-api-page-block-form .btn-primary .material-icons {
  color: #5a0a0c;
  font-size: 3rem;
}
body .region-header-end #block-mainnavigation {
  width: 100%;
}
body .carousel img.image-style-banner-image,
body .carousel img.image-style-front-slideshow {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 500px;
}
body .carousel .carousel-caption {
  top: 0;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 8px;
  background: transparent;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  body .carousel .carousel-caption {
    position: absolute;
  }
}
body .carousel .carousel-caption .carousel-caption-inner {
  left: 0;
  max-width: 430px;
  height: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 16px 16px;
  font-size: 1.8rem;
  margin: 0;
  padding: 44px 44px 110px 44px;
  color: #1B1B1B;
  text-align: center;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  body .carousel .carousel-caption .carousel-caption-inner {
    margin: 0 auto;
  }
}
body .carousel .carousel-caption .carousel-caption-inner h3 {
  color: #5a0a0c;
  margin-top: 0;
}
body .carousel .carousel-caption .carousel-caption-inner .btn {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: 600;
  background: transparent;
  color: #5a0a0c;
  padding: 10px 20px;
  border-radius: 2px;
  border: solid 2px #5a0a0c;
  display: block;
  margin-bottom: 25px;
}
body .carousel .carousel-caption .carousel-caption-inner .btn:hover {
  background-color: transparent!important;
  border-color: #a60606;
  color: #a60606;
}
body .carousel .carousel-controls-wrapper {
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  body .carousel .carousel-controls-wrapper {
    margin: 0;
  }
}
body .carousel .carousel-controls-wrapper .carousel-controls {
  justify-content: center;
  max-width: 430px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  body .carousel .carousel-controls-wrapper .carousel-controls {
    margin: 0 auto;
  }
}
body .carousel .carousel-controls-wrapper .carousel-controls .carousel-control-prev,
body .carousel .carousel-controls-wrapper .carousel-controls .carousel-control-next,
body .carousel .carousel-controls-wrapper .carousel-controls .carousel-control-pause {
  color: #000;
  margin: 0 29px;
  margin-bottom: 2px;
}
body .carousel .carousel-controls-wrapper .carousel-controls .carousel-control-pause {
  font-size: 2rem;
}
body .carousel .carousel-indicators {
  margin-bottom: 4px;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe {
  margin-top: 2%;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe .col-12 {
  padding: 9px 17px;
  min-width: 175px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body .region-content-middle #block-drupalbase-custom-aspectsofsbe .col-12 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  body .region-content-middle #block-drupalbase-custom-aspectsofsbe .col-12 {
    margin-bottom: 0;
  }
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe img {
  width: 100%;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe p {
  background-color: #5a0a0c;
  text-align: center;
  padding: 10px;
}
@media (max-width: 1199px) {
  body .region-content-middle #block-drupalbase-custom-aspectsofsbe p {
    height: 74px;
  }
}
@media (max-width: 991px) {
  body .region-content-middle #block-drupalbase-custom-aspectsofsbe p {
    height: 100px;
  }
}
@media (max-width: 575px) {
  body .region-content-middle #block-drupalbase-custom-aspectsofsbe p {
    height: auto;
  }
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe p:hover {
  background-color: #efdd98;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe p a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe p a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .region-content-middle #block-drupalbase-custom-aspectsofsbe p a:hover {
  color: #5a0a0c;
}
body #views-bootstrap-news-block-1 {
  display: flex;
  justify-content: space-between;
  --bs-gutter-x: 0;
}
@media (max-width: 900px) {
  body #views-bootstrap-news-block-1 {
    flex-direction: column;
  }
  body #views-bootstrap-news-block-1 .col-12 {
    width: 100% !important;
  }
}
body #views-bootstrap-news-block-1 h3 {
  color: #084390;
}
body #views-bootstrap-news-block-1 h3 a {
  color: #084390;
}
body .wrapper-content-lower-middle {
  background: #CDDFE7;
}
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: 1024px) {
  body .wrapper-content-upper-bottom .three-col .col-12 {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  body .wrapper-content-upper-bottom .three-col .col-12 {
    width: 47%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  body .wrapper-content-upper-bottom .three-col .col-12 {
    width: 100%;
    margin-bottom: 10px;
  }
}
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 .field--name-field-tags .field__label {
  font-size: 2.25rem;
  color: #082f52;
  margin-top: 20px;
}
body .field--name-field-tags ul {
  padding-left: 0!important;
}
body .field--name-field-tags ul a {
  font-size: 1.6rem;
}
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 figure {
  margin: 0 0 1.5rem 0;
}
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.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 #main .vid650 {
  max-width: 650px;
}
body #main .vid325 {
  max-width: 325px;
}
body #main .align-center .vid650,
body #main .align-center .vid325 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body #main .align-left .vid650,
body #main .align-right .vid650 {
  width: 650px;
}
@media screen and (max-width: 767px) {
  body #main .align-left .vid650,
  body #main .align-right .vid650 {
    width: 100%;
  }
}
body #main .align-left .vid325,
body #main .align-right .vid325 {
  width: 325px;
}
@media screen and (max-width: 767px) {
  body #main .align-left .vid325,
  body #main .align-right .vid325 {
    width: 100%;
  }
}
body #main .field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 20px!important;
  margin-bottom: 20px!important;
  clear: left;
}
body #main .field--name-field-media-oembed-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
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 #main .accordion {
  margin-bottom: 1rem;
  background-color: transparent;
  --bs-accordion-bg: transparent;
}
body #main .accordion .accordion-item {
  border: 1px solid #084390 !important;
  background-color: #FFFFFF;
}
body #main .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 2rem;
  color: #084390;
  background-color: #FFFFFF;
}
body #main .accordion .accordion-collapse {
  border: 0;
  border-top: 0;
  padding: 1rem 1.25rem 0.75rem;
}
body #main .accordion .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
body #main h2.accordion-header {
  margin: 0;
}
body #main h2.accordion-header button.accordion-button {
  color: #082f52;
}
body #main #sidenavigation-menu .accordion-item {
  border: 0!important;
}
body #main #sidenavigation-menu h2.accordion-header {
  margin: 0;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button {
  background-color: #0368c0;
  color: #FFFFFF;
}
body #main #sidenavigation-menu h2.accordion-header button.accordion-button:after {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
body .wrapper-footer-top {
  background: #5c5d5f;
}
body .wrapper-footer-top .field--type-image {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}
body .wrapper-footer-top a {
  color: white;
  font-size: 1.3rem;
}
body .wrapper-footer-top p {
  color: white;
  font-size: 1.3rem;
  text-align: center;
}
body .wrapper-footer-top i {
  font-size: 2rem;
  margin: 5px;
}
body .wrapper-footer-bottom {
  background: #082f52;
}
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 .page-node-95 .tablesaw td {
  vertical-align: center;
}
body #node-1671 a.dexp-shortcodes-button.btn.c.btn-link.btn {
  background-color: #5c4d46 !important;
}
body #node-1671 .grad-lg {
  background-color: #5c4d46;
}
body #node-1671 .grad-box h3 {
  background-color: #5c4d46;
}
body #node-1677 a.dexp-shortcodes-button.btn.c.btn-link.btn {
  background-color: #5c4d46 !important;
}
body #node-1677 .grad-lg {
  background-color: #5c4d46;
}
body #node-1677 .grad-box h3 {
  background-color: #5c4d46;
}
body #node-1678 a.dexp-shortcodes-button.btn.d.btn-link.btn {
  background-color: #114358 !important;
}
body #node-1678 .grad-lg {
  background-color: #114358;
}
body #node-1678 .grad-box h3 {
  background-color: #114358;
}
body #node-1672 a.dexp-shortcodes-button.btn.d.btn-link.btn {
  background-color: #114358 !important;
}
body #node-1672 .grad-lg {
  background-color: #114358;
}
body #node-1672 .grad-box {
  background-color: #e8f7fe;
}
body #node-1672 .grad-box h3 {
  background-color: #114358;
}
body #node-1075 a.dexp-shortcodes-button.btn.e.btn-link.btn {
  background-color: #642a32 !important;
}
body #node-1075 .grad-lg {
  background-color: #642a32;
}
body #node-1075 .grad-box h3 {
  background-color: #642a32;
}
body #node-1070 a.dexp-shortcodes-button.btn.f.btn-link.btn {
  background-color: #5c4d46 !important;
}
body #node-1070 .grad-lg {
  background-color: #5c4d46;
}
body #node-1070 .grad-box h3 {
  background-color: #5c4d46;
}
body #node-1069 a.dexp-shortcodes-button.btn.g.btn-link.btn {
  background-color: #114358 !important;
}
body #node-1069 .grad-lg {
  background-color: #114358;
}
body #node-1069 .grad-box h3 {
  background-color: #114358;
}
body #node-1580 a.dexp-shortcodes-button.btn.h.btn-link.btn {
  background-color: #615f30 !important;
}
body #node-1580 .grad-lg {
  background-color: #615f30;
}
body #node-1580 .grad-box h3 {
  background-color: #615f30;
}
body #node-1581 a.dexp-shortcodes-button.btn.i.btn-link.btn {
  background-color: #a57a31 !important;
}
body #node-1581 .grad-lg {
  background-color: #a57a31;
}
body #node-1581 .grad-box {
  background-color: #fdedd8;
}
body #node-1581 .grad-box h3 {
  background-color: #a57a31;
}
body #node-1582 a.dexp-shortcodes-button.btn.j.btn-link.btn {
  background-color: #642a32 !important;
}
body #node-1582 .grad-lg {
  background-color: #642a32;
}
body #node-1582 .grad-box h3 {
  background-color: #642a32;
}
body .view-grad .grad a {
  text-decoration: none !important;
}
body .view-grad .grad-lg a {
  text-decoration: none !important;
}
body .view-grad .grad-box {
  background-color: #e8f7fe;
  border-radius: 10px;
  width: 45%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body .view-grad .grad-box h3 {
  background-color: #16749e;
  color: #fff;
  padding: 15px;
  margin-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .view-grad .grad-box p {
  padding-left: 10px;
  color: #363636;
}
body .view-grad .grad-box a {
  text-decoration-style: none !important;
  color: #04457d;
  font-weight: bold;
}
body .view-grad .grad-box a:after {
  color: #04457d;
}
body .view-caseload-documents a {
  font-weight: 500;
  font-size: 1.8rem !important;
}
body .view #filters {
  display: flex!important;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
body .view #filters .form-actions {
  align-self: flex-start;
}
@media screen and (max-width: 991px) {
  body .view .filter-control.closed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
  }
}
@media screen and (max-width: 991px) {
  body .view .filter-control.opened {
    max-height: 100%;
    transition: max-height 300ms;
  }
}
body .view.view-board-and-staff h2 {
  font-size: 2.25rem;
  color: #082f52;
  margin-bottom: 1rem!important;
}
body .view.view-board-and-staff .views-row {
  border-top: 1pt solid #ddd;
  padding-top: 20px;
}
