  body {
      width: 100%;
      overflow-x: hidden;
  }
  #mobile-department-button{
    display: block;
  }

  #selected {
    outline: 2px solid #4285f4;
  }

  .wrapperleft {
      display: flex;
      justify-content: left;
  }
  .wrapperRight {
      display: flex;
      justify-content: flex-end;
  }
  .noborder{
      border-color: transparent !important;
  }
  .wrapper {
      display: flex;
      justify-content: center;
  }
  .wrapperv2{
    margin-right: auto;
    margin-left:  auto;
    display: flex;
  }
  .opensans {
      font-family: "Open Sans", sans-serif;
    }
    .leftBody{
      margin-top: 10px;
      margin-bottom: 1%;
  }
  .bodyColorGrey{
    background-image: linear-gradient(to bottom left, rgb(231, 231, 231), rgb(193, 193, 193));
  }
  .bodyColorGrey_2{
    background-image: linear-gradient(to bottom right, rgb(225, 225, 225), rgb(21, 40, 56));
  }
  .bodyColor{
      background-image: linear-gradient(to right, rgb(12, 29, 57), rgb(40, 79, 141));
  }
  .navBarBG{
      background-image: linear-gradient(to right, rgb(12, 26, 50), rgb(56, 99, 169));
      box-shadow: 0 0px 30px rgb(8, 17, 34);
  }
  .navBarBG-2{
    background-image: linear-gradient(to bottom, rgb(12, 26, 50), rgb(56, 99, 169));
    box-shadow: 0 0px 30px rgb(8, 17, 34);
}
  .bodyColorGrey{
      box-shadow: 0 2px 30px #e7e7e7;
  }
  .bodyColor2{
    background-image: linear-gradient(to left, #fbfbfb,#f1f1f1);
  }
  .whiteAccent{
    -webkit-mask:radial-gradient(circle at 20% 40%, transparent , #fff 50%);
            mask:radial-gradient(circle at 20% 40%, transparent , #fff 50%);
  }
  
  .titleMoveUp1{
      position: relative;
      animation-name: moveUp1;
      animation-duration:3.3s;
  }
  @keyframes moveUp1 {
    0%   {left:0px; top:-30px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity:  100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp2{
    position: relative;
    animation-name: moveUp2;
    animation-duration:2.8s;
  }
  @keyframes moveUp2 {
    0%   {left:0px; top:-50px; opacity: 0%;}
    25%  {left:0px; top:-50p; opacity: 0%;}
    50%  {left:0px; top:-50p; opacity: 50%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp3{
    position: relative;
    animation-name: moveUp3;
    animation-duration:5.9s;
  }
  @keyframes moveUp3 {
    0%   {left:0px; top:-80px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp4{
    position: relative;
    animation-name: moveUp4;
    animation-duration:4.2s;
  }
  @keyframes moveUp4 {
    0%   {left:0px; top:80px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp5{
    position: relative;
    animation-name: moveUp5;
    animation-duration:2.7s;
  }
  @keyframes moveUp5 {
    0%   {left:40px; top:0px; opacity: 0%;}
    25%  {left:40px; top:0px; opacity: 0%;}
    50%  {left:40px; top:0px; opacity: 0%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp6{
    position: relative;
    animation-name: moveUp6;
    animation-duration:4.5s;
  }
  @keyframes moveUp6 {
    0%   {left:0px; top:80px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp7{
    position: relative;
    animation-name: moveUp7;
    animation-duration:4.8s;
  }
  @keyframes moveUp7 {
    0%   {left:0px; top:-190px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp8{
    position: relative;
    animation-name: moveUp8;
    animation-duration:5.1s;
  }
  @keyframes moveUp8 {
    0%   {left:0px; top:220px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp9{
    position: relative;
    animation-name: moveUp9;
    animation-duration:3.8s;
  }
  @keyframes moveUp9 {
    0%   {left:-350px; top:0px; opacity: 0%;}
    25%  {left:5px; top:0px; opacity: 25%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
  .titleMoveUp10{
    position: relative;
    animation-name: moveUp10;
    animation-duration:5.0s;
  }
  @keyframes moveUp10 {
    0%   {left:80px; right:50px; opacity: 0%;}
    25%  {left:0px; top:0px; opacity: 100%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%; color: black !important;}
  }
  .titleMoveUp11{
    position: relative;
    animation-name: moveUp11;
    animation-duration:4.8s;
  }
  @keyframes moveUp11 {
    0%   {left:0px; top:0px; opacity: 0%;}
    25%  {left:0px; top:60px; opacity: 0%;}
    50%  {left:0px; top:0px; opacity: 100%;}
    75%  {left:0px; top:0px; opacity: 100%;}
    100% {left:0px; top:0px; opacity: 100%;}
  }
    .UpAndDownSmall{
      position: relative;
      animation-name: UpAndDownSmall;
      animation-duration: 5.3s;
      animation-iteration-count: infinite;
    }
    @keyframes UpAndDownSmall {
      0%   {right:0px; top:0px; opacity: 100%;}
      25%  {left:0px; top:30px; opacity: 100%;}
      50%  {left:0px; top:0px; opacity: 100%;}
      75%  {left:0px; top:30px; opacity: 100%;}
      100% {left:0px; top:0px; opacity: 100%;}
    }
    .circleColorWhite1{
      width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 0%;
    background-color: rgb(255, 255, 255);
    animation-name: LittleCircleUp1; 
    animation-duration: 15s;
    animation-iteration-count: infinite;
  }
  @keyframes LittleCircleUp1 {
      0%   {left:-120px; top:-130px; opacity: 0%;}
      25%  {left:120px; top:-310px; opacity: 50%;}
      50%  {left:120px; top:-330px; opacity: 50%;}
      75%  {left:340px; top:-390px; opacity: 50%;}
      100% {left:340px; top:-200px; opacity: 0%;}
  }
  .circleColorWhite2{
      width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 0%;
    background-color: rgb(255, 255, 255);
    animation-name: LittleCircleUp2; 
    animation-duration: 11s;
    animation-iteration-count: infinite;
  }
  @keyframes LittleCircleUp2 {
      0%   {left:-20px; top:-30px; opacity: 0%;}
      25%  {left:120px; top:-10px; opacity: 50%;}
      50%  {left:20px; top:-30px; opacity: 50%;}
      75%  {left:40px; top:-90px; opacity: 50%;}
      100% {left:340px; top:-100px; opacity: 0%;}
  }
  .circleColorWhite3{
      width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 0%;
    background-color: rgb(255, 255, 255);
    animation-name: LittleCircleUp3; 
    animation-duration: 14s;
    animation-iteration-count: infinite;
  }
  @keyframes LittleCircleUp3 {
      0%   {left:200px; top:-200px; opacity: 0%;}
      25%  {left:-120px; top:100px; opacity: 50%;}
      50%  {left:-200px; top:0px; opacity: 50%;}
      75%  {left:40px; top:-30px; opacity: 50%;}
      100% {left:140px; top:-50px; opacity: 0%;}
  }
  .circleColorWhite4{
      width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 0%;
    background-color: rgb(255, 255, 255);
    animation-name: LittleCircleUp4; 
    animation-duration: 19s;
    animation-iteration-count: infinite;
  }
  @keyframes LittleCircleUp4 {
      0%   {left:120px; top:200px; opacity: 0%;}
      25%  {left:-200px; top:-30px; opacity: 50%;}
      50%  {left:-70px; top:20px; opacity: 50%;}
      75%  {left:40px; top:-30px; opacity: 50%;}
      100% {left:140px; top:-50px; opacity: 0%;}
  }
  .littleMoveUpSeriveCard1{
      position: relative;
      animation-name: moveUp;
      animation-duration: 4.3s;
  }
  @keyframes moveUp {
      0%   {left:0px; top:0px; opacity: 0%;}
      25%  {left:0px; top:0px; opacity: 100%;}
      50%  {left:0px; top:0px; opacity: 100%;}
      75%  {left:0px; top:0px; opacity: 100%;}
      100% {left:0px; top:0px; opacity: 100%;}
  }
  .littleMoveUpSeriveCard2{
  position: relative;
  animation-name: moveUp;
  animation-duration:6.3s;
  }
  @keyframes moveUp {
  0%   {left:0px; top:100px; opacity: 0%;}
  25%  {left:0px; top:0px; opacity: 100%;}
  50%  {left:0px; top:0px; opacity: 100%;}
  75%  {left:0px; top:0px; opacity: 100%;}
  100% {left:0px; top:0px; opacity: 100%;}
  }
  .littleMoveUpSeriveCard3{
  position: relative;
  animation-name: moveUp;
  animation-duration:9.3s;
  }
  @keyframes moveUp {
  0%   {left:0px; top:200px; opacity: 0%;}
  25%  {left:0px; top:0px; opacity: 100%;}
  50%  {left:0px; top:0px; opacity: 100%;}
  75%  {left:0px; top:0px; opacity: 100%;}
  100% {left:0px; top:0px; opacity: 100%;}
  }
  .littleMoveUpSeriveCard4{
  position: relative;
  animation-name: moveUp;
  animation-duration:11.3s;
  }
  @keyframes moveUp {
  0%   {left:0px; top:200px; opacity: 0%;}
  25%  {left:0px; top:0px; opacity: 100%;}
  50%  {left:0px; top:0px; opacity: 100%;}
  75%  {left:0px; top:0px; opacity: 100%;}
  100% {left:0px; top:0px; opacity: 100%;}
  }
  .CircleInApplicantCardCategory{
      width:100%;
      font-size:10px;
      color:black;
      text-align:center;
      line-height:0;
      padding:0px 0;
      transition: ease-in-out;
      transition: 1.3s; 
      transform: translateX(0px);
  }
  .CircleInApplicantCardCategory:hover{
      width:100%;
      font-size:10px;
      background-color: transparent;
      text-align:center;
      line-height:0;
      transition: ease-in-out;
      transition: .3s; 
      transform: translateY(-22px);
  }
  .slantdivA {
      position: relative;
      width: 100%;
      height: 155px;
      background: rgb(255, 255, 255);
  }
  .slantdivA:after{
      position: absolute;
      width: 100%;
      margin-top: -60px;
      height: 75px;
      content: '';
      background: inherit;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      transform-origin: top left;
      transform: skewY(2deg);
      z-index: 1;
  }
  .slantdivB {
      position: relative;
      width: 100%;
      height: 100%;
      background: rgb(236, 236, 236);
  }
  .slantdivB:after{
      position: absolute;
      width: 100%;
      margin-top: -60px;
      height: 125px;
      content: '';
      background: inherit;
      top: 10;
      bottom: 0;
      right: 0;
      left: 0;
      transform-origin: top left;
      transform: skewY(3deg);
      z-index: 1;
  }
  .underline{
      opacity: 100%;
      transition-timing-function: ease-in-out; 
      border-bottom: 1.3s;
      border: solid thin transparent;
    }
    .underline:hover{
      opacity: 100%;
      border-bottom: solid thin white;
      transition-timing-function: ease-in-out; 
      transition: 0.3s;
      transform: translateY(-12px);
    }
    .underline2{
      opacity: 100%;
      transition-timing-function: ease-in-out; 
      transition: 1.3s;
      border-bottom: solid thin transparent !important;
      width: 100% !important;
    }
    .underline2:hover{
      opacity: 100%;
      transition-timing-function: ease-in-out; 
      transition: 0.3s;
      border-bottom: solid thin rgb(40, 79, 141) !important;
      transform: translateY(-12px);
      width: 100% !important;
    }
    @media screen and (max-width: 600px) {
      #AddressGraphic{
        opacity: 0%;
      }
      .bringup{
        margin-top: -20rem !important;
      }
      #californiaGraphic{
        width: 90% !important;
      }
      #CarryInCalifornia{
        padding-bottom: 8rem !important;
      }
      #OurStats{
        padding-bottom: 6rem !important;
        padding-top: 8rem !important;
      }
      #resourcesIcon{
          width: 120% !important;
      }
      #Resources_title{
          font-size: 30px !important;
          padding-top: 10px;
      }
      #navbarNav{
          padding-bottom: 30px !important;
      }
      .vendorBackground{
        background-image: linear-gradient(to top,rgba(255,0,0,0)50%, rgb(230, 230, 230)50%) !important;
      }
      .splitBackground{
        background-image: linear-gradient(to top,#004a7c 50%, #003d6c 50%) !important;
      }
      .splitBackground_grey{
        background-image: linear-gradient(to top,#cdcdcd 50%, #d6d6d6 50%);
      }
      #MyCCWLogo{
        display: flex !important;
      justify-content: center !important;
      }
      #VerifyAddressIcon{
        width: 80% !important;
        padding: 30px !important;
      }
      #AddressDisclaimer{
        font-size: 9px !important;
      }

      #Section_2_headerTitle{
          font-size: 26px !important;
          display: flex !important;
          justify-content: center !important;

      } #Section_1_headerTitle{
        line-height: 40px !important;
        font-size: 40px !important;
        text-align: center;
        margin-bottom: -10px;
    }
      #section_2_body{
          text-align: center !important;
      }
      #section_2_verifyButton{
          display: flex !important;
      justify-content: center !important;
      padding-top: 20px;
      }
      p.buttonFontMobile {
        font-size:9px!important;
        font-weight: 600;
        margin-left: -6% !important;
        }
      }
      @media screen and (max-width: 500px) {
        #resourceImage{
          width: 120% !important;
        }
        #firearmVendorIcon, #psychVendorIcon{
          width: 100% !important;
        }
          h1.titleFontMobile {
            font-size:50px!important;
            line-height: 52px !important;
            }
          }
          @media screen and (max-width: 991px) {
            nav{
              padding-bottom: 10px !important;
            }
            nav li{
              padding: 10px;
            }
            #mobile-login{
              display: block!important;
            }
            #mobile-demo{
              display: block!important;
            }
            #desktop-demo{
              display: none !important;
            }
              }
          @media screen and (max-width: 874px) {
            #mobile-department-list{
              height: 100% !important   
            }
            .navbar-nav, li, a{
              font-size: 15px !important;
            }
            #mobile-department-button{
              display: block !important;
            }
            #navbarDropdown{
              display: none !important;
            }
            html, body {
              width: 100%;
              overflow-x: hidden;
          }
            .loader-mobile{
              padding-top: 50% !important; 
              padding-bottom: 100% !important;
            }
            #bridge-solution-graphic{
              margin-top: -7rem;
            }
            #bridge-para-1{
              padding-top:15rem !important;
            }
            #bridge-para-2{
              padding-bottom:12rem !important;
              margin-top: -2rem;
            }
            #search-input{
              width: 100% !important;
            }
            #state-container{
              padding: 10px !important;
              padding-bottom: 50px !important;
            }
            #state-logo-california{
              padding-top: 50px;
            }
            #location-results-list{
              font-size: 15px !important;
            }
            #locations-panel{
              height: 50% !important;
            }
          }

          .hero-image {
              background-image: url("/Users/alexandrareidarson/HTML/myccw-mpa-forms/Ted/Ted Designs/Images/background.png");
              height: 100%;
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              position: relative;
            }
          .UpdateStatusButton{
          width:45px;
          height:0;
          font-size:10px;
          color:black;
          text-align:center;
          line-height:0;
          padding:17px 0;
          border-radius:50px;
      }
      .zoomMini {
          transform: scale(1);
          transition: 0.4s; 
          opacity: 20%;
          }
      .zoomMini:hover {
        transform: scale(1.1);
        opacity: 100%;
          transition: 0.4s;
          transition-timing-function: ease-in-out; 
          z-index: 1;
          max-height: 60px !important;
          }
  .CircleInApplicantCardINV{
      width:50px;
      height:0;
      font-size:10px;
      color:#fff;
      text-align:center;
      line-height:0;
      padding:25px 0;
      border: solid thin #fbfbfb;
      border-radius:50px;
      box-shadow: 0 8px 14px #ababab;
      background-color: #283755;
  }
  .ContactUsButton{
      width:33.3%;
      height:0;
      font-size:10px !important;
      color:white;
      text-align:center;
      line-height:0;
      padding:18px 0;
      border-radius:10px;
      border: solid thin rgb(231, 231, 231);
      transition: 1.5s; 
      padding: 20px;
      transform: translateX(0px);
      cursor: pointer;
    }
    .ContactUsButton:hover{
      box-shadow: 0 20px 30px rgb(209, 209, 209);
      background-color: rgb(255, 255, 255);
      border: solid thin transparent !important;
      color: black !important;
      transition: ease-in-out;
      transition: .3s; 
      z-index: 100 !important;
      transform: translateY(-10px);
    }
    .ContactUsButton:active{
      background-color: rgb(74, 74, 74);
    }
    .CircleInApplicantCardUs{
      width:50px;
      height:0;
      font-size:10px;
      color:#fff;
      text-align:center;
      line-height:0;
      padding:25px 0;
      border: solid thin #fbfbfb;
      border-radius:50px;
      box-shadow: 0 8px 14px #ababab;
      background-color: rgb(233, 171, 1);
  }
  .CircleInApplicantCardLearnButtonAboutUs{
      width:33.3% !important;
      height:0;
      font-size:10px !important;
      color:#fff;
      text-align:center;
      line-height:0;
      padding:18px 0;
      border: solid thin #fbfbfb;
      border-radius:10px;
      background-color: rgb(233, 171, 1);
      transition: 1.5s; 
      transform: translateX(0px);
      cursor: pointer;
    }
    .CircleInApplicantCardLearnButtonAboutUs:hover{
      box-shadow: 0 8px 14px #ababab;
      background-color: rgb(253, 191, 20);
      transition: ease-in-out;
      transition: .3s; 
      transform: translateY(-2px);
    }
    .CircleInApplicantCardLearnButtonAboutUs:active{
      background-color: rgb(255, 255, 255);
    }
    @media screen and (max-width: 500px) {
      #mainCCW_Graphic{
          width: 60% !important;
      }
      #mainAddress_Graphic{
        width: 100% !important;
        margin-bottom: -40px !important;
      }
      i.iconFontMobile {
        font-size:17px!important;
        margin-top:-8px !important;
        }
      }
      .slantdivSmall {
          position: relative;
          width: 100%;
          height: 100%;
          background: rgb(121, 105, 105);
      }
      .slantdivSmall:after{
          position: absolute;
          width: 100%;
          margin-top: -10px;
          height: 35px;
          content: '';
          background: inherit;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          transform-origin: top right;
          transform: skewX(13deg);
          z-index: 1;
      }
      @media screen and (max-width: 900px) {
        #mobile-services{
          display: block !important;
        }
        #service-list-parent{
          display: none;
        }
              .HideAnimation {
                display: none!important;
                }
                .BringUp{
                    margin-top: -20%;
                }.BringUp2{
                  margin-top: -20%;
              }
                .Categories {
                  width:100%!important;
                  }
                  .FullImage {
                      width:100%!important;
                      }
                      .FullImageTwo {
                          width:90%!important;
                          }
                          .FullImageThree {
                            width:45%!important;
                            }
                      .MobilFont1{
                        color: rgb(251, 251, 251);
                        line-height: 17px !important;
                        opacity: 90%;
                      }
                  .INVMarginMove{
                      margin-left: 15%;
                  }
                  .BCKMarginMove{
                      margin-left: 6%;
                  }
                  .ContactUsButton{
                    width: 100% !important;
                  }
                }

    footer{
        background-color: #1a4677;
        width: 100%;
        bottom: 0;
    }
    .filerButtonsStatusActive{
      /*background-color: rgb(20, 142, 230)!important; */
      color: black;
      opacity: 100%;
      transition: 0.5s; 
      padding: 8px;
      border-radius: 10px !important;
      font-size: 11px;
      cursor: pointer;
      text-align: center;
    }
    .filerButtonsStatusActive:hover{
      transition: 0.5s;
      color: white !important; 
      background-color:rgb(17, 114, 183) !important;
      opacity: 90%;
    }
    .filerButtonsStatusActive:active{
      background-color: white!important;
      opacity: 100%;
      transition: 0.5s; 
      border-radius: 5px;
    }  
    .containerVendor {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }
  .vendorBackground{
    background-image: linear-gradient(to left,rgba(255,0,0,0)50%, rgb(230, 230, 230)50%);
  }
  .splitBackground{
    background-image: linear-gradient(to left,#004a7c 50%, #003d6c 50%);
  }
  .splitBackground_grey{
    background-image: linear-gradient(to left,#cdcdcd 50%, #d6d6d6 50%);
  }
  li a{
      font-size: 11px;
      color: white !important;
  }
  .MobilFont1{
      font-size: 11px !important;
      color: rgb(251, 251, 251);
      line-height: 15px;
      opacity: 70%;
  }
  .blur{
    filter: blur(5px);
    -webkit-transition:0.4s;
      -moz-transition:0.4s;
      -ms-transition:0.4s;
      -o-transition:0.4s;
      transition:0.4s;
  }
  .accordion-button{
    font-size: 13px !important;
    line-height: 20px;
  }
  .accordion-body{
    font-size: 12px !important;
    line-height: 20px;
  }
  .halfOpacity{
    opacity: 30%;
    -webkit-transition:0.4s;
      -moz-transition:0.4s;
      -ms-transition:0.4s;
      -o-transition:0.4s;
      transition:0.4s;
  }
  .fullOpacity{
    opacity: 100%;
    -webkit-transition:0.4s;
      -moz-transition:0.4s;
      -ms-transition:0.4s;
      -o-transition:0.4s;
      transition:0.4s;
  }
  button:disabled,
  button[disabled]{
    background-color: grey;
  }

  .pac-container {
    z-index: 1051 !important;
  }
  
  #map-container {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
  }

  #map-container a {
    text-decoration: none;
    color: #1967d2;
  }

  #map-container button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    font-size: inherit;
    cursor: pointer;
  }

  #gmp-map {
    position: absolute;
    left: 22em;
    top: 0;
    right: 0;
    bottom: 0;
  }

  #locations-panel {
    position: absolute;
    left: 0;
    width: 22em;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background: white;
    padding: 0.5em;
    box-sizing: border-box;
  }

  @media only screen and (max-width: 876px) {
    .mobile-department-buttons{
      padding: 20px;
      background-color: rgb(12, 70, 164);
      font-weight: 400;
      font-size: 15px !important;
      text-align: center;
      text-decoration: none !important;
      color: white !important;
    }
    #gmp-map {
      left: 0;
      bottom: 50%;
    }

    #locations-panel {
      top: 50%;
      right: 0;
      width: unset;
    }
  }

  #locations-panel-list > header {
    display: flex;
      justify-content: left;
      margin-top: -5px;
  }

  #locations-panel-list div.search-title {
    font-size: 1em;
    font-weight: 500;
  text-align: center;
  }

  #locations-panel-list div.search-title > img {
      justify-content: center;
    padding-right: 5px;
    width: 5rem !important;
  }

  #map-container .search-input {
    padding: 1.5em 2.5em 1.5em 2.5em;
    width: 40%;
    position: relative;
    z-index: 1;
    float: right;
  }

  #map-container .search-input input {
    width: 100%;
    border-radius: 0.2em;
    height: 2.5em;
    box-sizing: border-box;
    padding: 0 2.5em 0 1em;
    font-size: 1em;
  }

  #map-container .search-input-overlay {
    position: relative;
  }

  #map-container .search-input-overlay.search {
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 12.4em;
  }

  #map-container .search-input-overlay.search button {
    width: 100%;
    height: 100%;
    border-radius: 0.2em;
    color: black;
    background: transparent;
  }

  #map-container .search-input-overlay.search .icon {
    margin-top: 0.05em;
    vertical-align: top;
  }

  #locations-panel-list .section-name {
    font-weight: 500;
    font-size: 0.9em;
    margin: 1.8em 0 1em 1.5em;
  }

  #locations-panel-list .location-result {
    padding: 20px !important;
    position: relative;
    padding: 0.8em 3.5em 0.8em 1.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
  }

  #locations-panel-list .location-result:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  #locations-panel-list .location-result:last-of-type {
    border-bottom: none;
  }

  #locations-panel-list .location-result.selected {
    background-color: #032f6c;
    color: white !important;
    box-shadow:0px 10px 20px rgb(124, 124, 128);
    }

  #locations-panel-list button.select-location {
    margin-bottom: 0.6em;
    text-align: left;
  }

  #locations-panel-list .location-result h2.name {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
  }

  #locations-panel-list .location-result .address {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }

  #locations-panel-list .directions-button {
    position: absolute;
    right: 1.2em;
    top: 2.3em;
  }

  #locations-panel-list .directions-button-background:hover {
    fill: rgba(127, 120, 116, 0.1);
  }

  #locations-panel-list .directions-button-background {
    fill: rgba(255,255,255,0.01);
  }

  #locations-panel-list .location-result .distance {
    position: absolute;
    top: 0.9em;
    right: 0;
    text-align: center;
    font-size: 0.9em;
    width: 5em;
  }

  #locations-panel-list .option-container {
    display: inline-block;
    margin: 0.2em 0;
    position: relative;
  }

  #locations-panel-list .option-container button:hover,
  #locations-panel-list .option-container a:hover {
    background-color: #f1f3f4;
  }

  #locations-panel-list .option {
    border: 1px solid #bdc1c6;
    border-radius: 0.9em;
    color: #112b4f;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.3em 0;
  }

  #locations-panel-list .option > span {
    margin: 0 0.9em;
  }

  #locations-panel-list-sub .location-result {
    position: relative !important;
    padding: 0.8em 3.5em 0.8em 1.4em !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
  }

  #locations-panel-list-sub .location-result:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
  }

  #locations-panel-list-sub .location-result:last-of-type {
    border-bottom: none !important;
  }

  #locations-panel-list-sub .location-result.selected {
    outline: 2px solid #4285f4 !important;
  }

  #locations-panel-list-sub button.select-location {
    margin-bottom: 0.6em !important;
    text-align: left !important;
  }

  #locations-panel-list-sub .location-result h2.name {
    font-size: 0.9em !important;
    font-weight: 500 !important;
    margin: 0 !important;
  }

  #locations-panel-list-sub .location-result .address {
    font-size: 0.8em !important;
    margin-bottom: 0.5em !important;
    text-align: left !important;
  }

  #locations-panel-list-sub .directions-button {
    position: absolute !important;
    right: 1.2em !important;
    top: 2.3em !important;
  }

  #locations-panel-list-sub .directions-button-background:hover {
    fill: rgba(122, 127, 116, 0.1) !important;
  }

  #locations-panel-list-sub .directions-button-background {
    fill: rgba(255,255,255,0.01) !important;
  }

  #locations-panel-list-sub .location-result .distance {
    position: absolute !important;
    top: 0.9em !important;
    right: 0 !important;
    text-align: center !important;
    font-size: 0.9em !important;
    width: 5em !important;
  }

  #locations-panel-list-sub .option-container {
    display: inline-block !important;
    margin: 0.2em 0 !important;
    position: relative !important;
  }

  #locations-panel-list-sub .option-container button:hover,
  #locations-panel-list-sub .option-container a:hover {
    background-color: #f1f3f4 !important;
  }

  #locations-panel-list-sub .option {
    border: 1px solid #bdc1c6 !important;
    border-radius: 0.9em !important;
    color: #1967d2 !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
    padding: 0.3em 0 !important;
  }

  #locations-panel-list-sub .option > span {
    margin: 0 0.9em !important;
  }

  #location-results-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #location-results-list-sub {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  /* ------------- DETAILS PANEL ------------------------------- */
  #locations-panel-details {
    padding: 1.4em;
    box-sizing: border-box;
    display: none;
  }

  #locations-panel-details .back-button {
    font-size: 1em;
    font-weight: 500;
    color: #1967d2;
    display: block;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
  }

  #locations-panel-details .back-button .icon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;

    /* Match link color #1967d2 */
    filter: invert(30%) sepia(67%) saturate(7379%) hue-rotate(209deg) brightness(95%) contrast(80%);
  }

  #locations-panel-details > header {
    text-align: center;
  }

  #locations-panel-details .banner {
    margin-top: 1em;
  }

  #locations-panel-details h2 {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0.3em;
  }

  #locations-panel-details .distance {
    font-size: 0.9em;
    text-align: center;
  }

  #locations-panel-details .address {
    text-align: center;
    font-size: 0.9em;
    margin-top: 1.3em;
  }

  #locations-panel-details .atmosphere {
    text-align: center;
    font-size: 0.9em;
    margin: 0.8em 0;
  }

  #locations-panel-details .star-rating-numeric {
    color: #555;
  }

  #locations-panel-details .star-icon {
    width: 1.2em;
    height: 1.2em;
    margin-right: -0.3em;
    margin-top: -0.08em;
    vertical-align: top;
    filter: invert(88%) sepia(60%) saturate(2073%) hue-rotate(318deg) brightness(93%) contrast(104%);
  }

  #locations-panel-details .star-icon:last-of-type {
    margin-right: 0.2em;
  }

  #locations-panel-details .price-dollars {
    color: #555;
  }

  #locations-panel-details hr {
    height: 1px;
    color: rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.12);
    border: none;
    margin-bottom: 1em;
  }

  #locations-panel-details .contact {
    font-size: 0.9em;
    margin: 0.8em 0;
    display: flex;
    align-items: center;
  }

  #locations-panel-details .contact .icon {
    flex: 0 0 auto;
    width: 1.5em;
    height: 1.5em;
  }

  #locations-panel-details .contact .right {
    padding: 0.1em 0 0 1em;
  }

  #locations-panel-details .hours .weekday {
    display: inline-block;
    width: 5em;
  }

  #locations-panel-details .website a {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 16em;
    text-overflow: ellipsis;
  }

  #locations-panel-details p.attribution {
    color: #777;
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
  }
  @media screen and (min-width: 600px)  {
    .mobile-break { display: none; }
  }
  .containerCenter { 
    position: relative;
  }
  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  hr {
    background-color: black !important;
    border: none;
    height: 1px !important;
  }
  body.modal-open {
    overflow: hidden;
  }
  .myccw-button{
    padding: 10px;
    background-color: rgb(12, 70, 164);
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    text-decoration: none !important;
    color: white !important;
    border-radius: 10px;
    transition: ease-in-out;
    transition: .3s; 
  }

  .myccw-button:hover{
    padding: 10px;
    background-color: rgb(10, 82, 197);
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    text-decoration: none !important;
    color: white !important;
    border-radius: 10px;
    transition: ease-in-out;
    transition: .3s;
  }

  .myccw-button-light{
    padding: 10px;
    background-color: rgb(236, 236, 236);
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    text-decoration: none !important;
    color: black !important;
    border-radius: 10px;
    transition: ease-in-out;
    transition: .3s;
  }

  .myccw-button-light:hover{
    padding: 10px;
    background-color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 11px !important;
    text-align: center;
    text-decoration: none !important;
    color: black !important;
    border-radius: 10px;
    transition: ease-in-out;
    transition: .3s;  
  }
  .mobile-department-buttons{
    padding: 15px;
    background-color: rgb(6, 53, 129);
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-decoration: none !important;
    color: white !important;
    cursor: pointer;
    transition: ease-in-out;
    transition: .3s; 
  }
  .mobile-department-buttons:hover{
    padding: 15px;
    background-color: rgb(10, 82, 197);
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-decoration: none !important;
    color: white !important;
    cursor: pointer;
    transition: ease-in-out;
    transition: .3s; 
  }

  @media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{
      text-decoration: none;
    }
    .navbar .nav-item:hover .dropdown-menu{ 
      display: block;
    }
    .navbar .nav-item .dropdown-menu{ 
      padding-bottom: 20px;
      background-color: rgb(27, 45, 74);
      cursor: pointer;
      box-shadow: 0px 10px 20px rgba(6, 13, 23, 0.43);
    }
  }

  .back-button {
    color: #1967d2;
    cursor: pointer;
  }
  .close-button{
    color: #1967d2;
    cursor: pointer;
  }
  .close-button-light{
    color: #fbfbfb;
    cursor: pointer;
  }
  .dropdown-item{
    background-color: transparent;
    transition: ease-in-out;
    transition: .2s; 
  }
  .dropdown-item:hover{
    background-color: rgb(42, 87, 159) !important;
    transition: ease-in-out;
    transition: .2s; 
  }
  .section-space{
    padding: 20px;
  }
  .section-title{
    font-weight: 600;
    margin-top: 5px; 
    font-size: 16px;
    color: white;
  }
  .space{
    padding: 5px;
  }



/* Scope styles to #feescheduleinnercontainer
/* Set background color for the entire section */
#feeschedulecontainer {
  background-color: #f1f1f1;
  padding: 20px;
}

/* Scope styles to #feescheduleinnercontainer .container */
#feescheduleinnercontainer .container {
  width: 275mm;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow-x: hidden; /* Prevent unnecessary horizontal scroll */
}

/* Title (Agency Name) */
#feescheduleinnercontainer .container h1 {
  color: rgb(26, 70, 119);
  font-size: 1.5em;
  margin-bottom: 5px;
}

/* Subtitle (CCW Fee Schedule) */
#feescheduleinnercontainer .container h2 {
  color: #333;
  font-weight: bold;
  font-size: 1em;
  margin-top: 0;
}

/* Loader (spinner) */
#feescheduleinnercontainer .loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid rgb(26, 70, 119);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
  display: block;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content until data is loaded */
#feescheduleinnercontainer .content {
  display: none;
}

/* Table wrapper to prevent unnecessary scrolling */
#feescheduleinnercontainer .table-container {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden; /* Prevent vertical scrollbar */
  margin-top: 10px;
}

/* Table styling */
#feescheduleinnercontainer table {
  width: 100%;
  border-collapse: collapse; /* Ensures no gaps between cells */
  border-spacing: 0; /* Removes extra spacing */
  margin-top: 10px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Table Header */
#feescheduleinnercontainer thead tr {
  background-color: #d9d9d9;
  color: black;
  font-weight: bold;
}

/* Table Cells */
#feescheduleinnercontainer th,
#feescheduleinnercontainer td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #333;
}

/* Alternate Row Background */
#feescheduleinnercontainer tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

#feescheduleinnercontainer tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Remove unnecessary bottom borders */
#feescheduleinnercontainer tbody tr:last-child {
  border-bottom: none;
}

/* Header Notes Section */
#feescheduleinnercontainer .headernotes {
  margin-top: 30px;
  font-size: 0.85em;
  text-align: left;
  color: #444;
}

#feescheduleinnercontainer .headernotes p {
  margin: 5px 0;
  line-height: 1.3em;
}

/* Footnotes Section */
#feescheduleinnercontainer .footnotes {
  margin-top: 30px;
  font-size: 0.85em;
  text-align: left;
  color: #444;
}

#feescheduleinnercontainer .footnotes p {
  margin: 5px 0;
  line-height: 1.3em;
}

/* Make table scrollable on small screens */
@media screen and (max-width: 768px) {
  #feescheduleinnercontainer .container {
    width: 95%;
  }

  #feescheduleinnercontainer .table-container {
    max-width: 100%;
    overflow-x: auto;
  }

  #feescheduleinnercontainer table {
    min-width: 800px;
  }
}

/* Error Message */
#feescheduleinnercontainer .error-message {
  color: red;
  font-weight: bold;
  display: none;
}


/** AI Agent Widget  */
.search-widget {
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  font-family: Georgia, "Times New Roman", serif;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.search-widget .clear-input {
  position: absolute;
  right: 60px;
  top: 35px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  display: none; /* Hidden by default */
}
.search-widget .clear-input:hover {
  color: #666;
}
.search-widget .search-input:focus + .clear-input,
.search-widget .search-input:not(:placeholder-shown) + .clear-input {
  display: inline; /* Show when input is focused or has value */
}
.search-widget .search-input {
  width: 98%;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}
.search-widget .loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}
.search-widget .generated-answer {
  margin: 15px 0;
  padding: 10px;
  background: #fff;
  border-left: 4px solid #3498db;
  display: none;
  font-size: 16px;
  line-height: 1.6;
}
.search-widget .generated-answer p {
  margin: 0 0 10px;
  font-weight: 400;
  text-align: left;
  font-size:13px !important;
}
.search-widget .generated-answer ul {
  margin: 5px 0 10px 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.search-widget .generated-answer li {
  margin-bottom: 5px;
  font-weight: 400;
}
.search-widget .results {
  margin-top: 20px;
}
.search-widget .result-item {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.search-widget .result-item a {
  color: #3498db;
  text-decoration: none;
}
.search-widget .result-item a:hover {
  text-decoration: underline;
}
.search-widget .warning {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.search-widget .ss-tooltip {
  position: absolute;
  top: 45px;
  right: 1.0rem;           /* sits just left of the clear-input */
  transform: translateY(-50%);
  cursor: help;
  z-index: 100;
}

/* ────────────────────────────────────────────────
   OVERRIDE: centre-screen, scrollable, word-wrapping tooltip
──────────────────────────────────────────────── */
.search-widget .ss-tooltip .ss-tooltip-content {
  /* hide by default */
  display: none !important;

  /* detach from the flow & centre on screen */
  position: fixed !important;
  top: 50% !important;
  left: 0% !important;
  transform: translate(-100%, 0%) !important;

  /* sizing */
  width: 90vw !important;
  max-width: 750px !important;
  max-height: 60vh !important;
  overflow-y: auto !important;

  /* appearance */
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 1rem !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
  z-index: 9999 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-all !important;
}
.search-widget .ss-tooltip .ss-tooltip-content li a {
  color: black !important;
  font-size: 14px !important;
}

/* show when icon is hovered or focused */
.search-widget .ss-tooltip:hover .ss-tooltip-content,
.search-widget .ss-tooltip:focus-within .ss-tooltip-content {
  display: block !important;
}

/* 4) Tidy up the list inside */
.search-widget .ss-tooltip-content ul {
  margin: 0.5em 0 0 1em;
  padding: 0;
  list-style: disc;
}
.search-widget .ss-tooltip-content li + li {
  margin-top: 0.25em;
}

/* mobile overrides */
@media (max-width: 480px) {
  .search-widget .clear-input {
    /* reposition & resize for small screens */
    right: 40px;         /* e.g. a bit more inset */
    top: 30px;          /* push it lower or higher as needed */
    font-size: 14px;   /* smaller text */
    display: block;    /* if you actually want to show it on mobile */
  }
  .search-widget .ss-tooltip {
    top: 45px;          /* adjust tooltip position */
    right: 0.25rem;    /* maybe nudge it left */
    transform: translateY(-50%);
  }
}