/*
MBD Solutions
2024
Larry Tinnon
*/
@font-face {
  font-family: Gilroy Regular;
  src: url(https://assets.bclplaw.marketing/fonts/GilroyRegular/font.woff), url(https://assets.bclplaw.marketing/fonts/GilroyRegular/font.woff2);
}
@font-face {
  font-family: Gilroy Bold;
  src: url(https://assets.bclplaw.marketing/fonts/GilroyBold/font.woff), url(https://assets.bclplaw.marketing/fonts/GilroyBold/font.woff2);
}
* {
  box-sizing: border-box;
  font-family: "Gilroy Regular", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

@media (max-width: 48em) {
  .hidden-mobile {
    display: none;
  }
  main {
    max-width: 100%;
    margin: 0 auto;
  }
  main .header-section-page {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    z-index: 20;
    background-color: white;
  }
  main .header-section-page .header-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 30px;
  }
  main .header-section-page .header-content-wrapper .navbar {
    display: flex;
    height: 50px;
    justify-content: space-between;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo {
    width: 150px;
    display: flex;
    align-items: center;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav a {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: black;
  }
  main .page-section {
    width: 100%;
    height: 100%;
  }
  main .page-section .page-content-wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  main .page-section .page-content-wrapper .hidden {
    display: none;
  }
  main .page-section .page-content-wrapper .ai-map-section {
    max-width: 1440px;
    height: 100%;
    padding-top: 50px;
    margin: 0 auto;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .text-white {
    fill: white !important;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .text-black {
    fill: black;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-proposed {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-enacted {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-enacted-proposed {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-none {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed a {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed a :hover {
    fill: #467264;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted a {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted a :hover {
    fill: #ff5519;
    opacity: 0.5;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed a {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed a :hover {
    fill: #445e6b;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .no-litigation {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .state-content-section {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 100px;
    background-color: white;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    padding: 30px;
    overflow: auto;
    position: relative;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content .state-content-exit {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 30px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #10B1E8;
    border-radius: 50%;
    border: 3px solid #10B1E8;
    text-align: center;
    cursor: pointer;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content .state-content-title {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content .state-content-text h2 {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content .state-content-text ul, main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-content .state-content-text ol {
    padding: 15px 0 15px 30px;
  }
  main footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    padding: 40px 0;
    background-color: #4A4E4F;
    margin-top: 50px;
  }
  main footer .footer-container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  main footer .footer-container .footer-left {
    width: 50%;
  }
  main footer .footer-container .footer-left .footer-logo {
    max-width: 150px;
    height: auto;
  }
  main footer .footer-container .footer-left .footer-logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 63em) {
  .hidden-mobile {
    display: none;
  }
  main {
    max-width: 100%;
    margin: 0 auto;
  }
  main .header-section-page {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    z-index: 20;
    background-color: white;
  }
  main .header-section-page .header-content-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 30px;
  }
  main .header-section-page .header-content-wrapper .navbar {
    display: flex;
    height: 50px;
    justify-content: space-between;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo {
    width: 270px;
    display: flex;
    align-items: center;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav a {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: black;
  }
  main .page-section {
    width: 100%;
    height: 100%;
  }
  main .page-section .page-content-wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  main .page-section .page-content-wrapper .hidden {
    display: none;
  }
  main .page-section .page-content-wrapper .ai-map-section {
    max-width: 1440px;
    height: 100%;
    padding-top: 50px;
    margin: 0 auto;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .text-white {
    fill: white !important;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .text-black {
    fill: black;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-proposed {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-enacted {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-enacted-proposed {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .box-none {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed a {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .proposed a :hover {
    fill: #467264;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted a {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted a :hover {
    fill: #ff5519;
    opacity: 0.5;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed a {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed :hover, main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .enacted-proposed a :hover {
    fill: #445e6b;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-section .ai-map-wrapper .no-litigation {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .state-content-section {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content {
    min-width: 740px;
    max-width: 800px;
    max-height: 100%;
    margin-bottom: 100px;
    background-color: white;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    padding: 30px;
    overflow: auto;
    position: relative;
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content .state-content-exit {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 30px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #10B1E8;
    border-radius: 50%;
    border: 3px solid #10B1E8;
    text-align: center;
    cursor: pointer;
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content .state-content-title {
    border-bottom: 1px solid black;
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content .state-content-text h2 {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content .state-content-text ul, main .page-section .page-content-wrapper .state-content-section .state-content-wrapper .state-content .state-content-text ol {
    padding: 15px 0 15px 30px;
  }
  main footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    padding: 40px 0;
    background-color: #4A4E4F;
    margin-top: 50px;
  }
  main footer .footer-container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  main footer .footer-container .footer-left {
    width: 50%;
  }
  main footer .footer-container .footer-left .footer-logo {
    max-width: 150px;
    height: auto;
  }
  main footer .footer-container .footer-left .footer-logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 64em) {
  main {
    max-width: 100%;
    margin: 0 auto;
  }
  main .header-section-page {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    z-index: 20;
    background-color: white;
  }
  main .header-section-page .header-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  main .header-section-page .header-content-wrapper .navbar {
    display: flex;
    height: 100px;
    justify-content: space-between;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo {
    width: 270px;
    display: flex;
    align-items: center;
  }
  main .header-section-page .header-content-wrapper .navbar .nav-logo img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  main .header-section-page .header-content-wrapper .navbar .site-nav a {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: black;
  }
  main .page-section {
    width: 100%;
    height: 100vh;
  }
  main .page-section .page-content-wrapper {
    width: 100%;
    height: 100vh;
  }
  main .page-section .page-content-wrapper .hidden {
    display: none;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .text-white {
    fill: white !important;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .text-black {
    fill: black;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .box-proposed {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .box-enacted {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .box-enacted-proposed {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .box-none {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .proposed, main .page-section .page-content-wrapper .ai-map-wrapper .proposed a {
    fill: #467264;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .proposed :hover, main .page-section .page-content-wrapper .ai-map-wrapper .proposed a :hover {
    fill: #467264;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .enacted, main .page-section .page-content-wrapper .ai-map-wrapper .enacted a {
    fill: #ff5519;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .enacted :hover, main .page-section .page-content-wrapper .ai-map-wrapper .enacted a :hover {
    fill: #ff5519;
    opacity: 0.5;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .enacted-proposed, main .page-section .page-content-wrapper .ai-map-wrapper .enacted-proposed a {
    fill: #445e6b;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .enacted-proposed :hover, main .page-section .page-content-wrapper .ai-map-wrapper .enacted-proposed a :hover {
    fill: #445e6b;
    opacity: 0.7;
  }
  main .page-section .page-content-wrapper .ai-map-wrapper .no-litigation {
    fill: #D1CCBA;
  }
  main .page-section .page-content-wrapper .state-content-section {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper {
    width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 30px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .popout-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout {
    min-width: 740px;
    max-width: 800px;
    max-height: 100%;
    margin-bottom: 100px;
    background-color: white;
    box-shadow: 0 10px 20px -20px #4A4E4F;
    padding: 30px;
    overflow: auto;
    position: relative;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-popout-top-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-popout-top-bar .state-title {
    width: 50%;
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-popout-top-bar .state-exit {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #10B1E8;
    border-radius: 50%;
    border: 3px solid #10B1E8;
    text-align: center;
    cursor: pointer;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper h2 {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper h4 {
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper ul, main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper ol {
    padding: 15px 0 15px 30px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 5px;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container .tab-link {
    padding: 10px 20px 10px 20px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    border: none;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container .enactedBtn {
    background-color: #4A4E4F;
    color: white;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container .proposedBtn {
    background-color: #4A4E4F;
    color: white;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container .failedBtn {
    background-color: #4A4E4F;
    color: white;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .tab-container .active {
    background-color: #ff5519 !important;
    color: white;
  }
  main .page-section .page-content-wrapper .state-content-section .state-popout-wrapper .state-popout .state-content-wrapper .state-content {
    padding: 20px;
    border: 1px solid #4A4E4F;
  }
  main footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
    padding: 40px 0;
    background-color: #4A4E4F;
    margin-top: 50px;
  }
  main footer .footer-container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  main footer .footer-container .footer-left {
    width: 50%;
  }
  main footer .footer-container .footer-left .footer-logo {
    max-width: 150px;
    height: auto;
  }
  main footer .footer-container .footer-left .footer-logo img {
    width: 100%;
    height: auto;
  }
}