/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 3 version
*/

.wizard-card {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  border: 0;
  max-width: 1140px;
  margin: auto;
}
.wizard-header h2.h3 {
  font-weight: normal;
}
.overlay-card {
  margin: 0px;
  padding: 32px 16px;
  height: auto;
  border-radius: 0px;
  color: #333;
  background-image: none;
  background-color: #e5e5e5;
}
.box {
  height: 100%;
}
.overlay-card a {
  color: #333 !important;
}
.overlay-card svg.svg-inline--fa {
  width: 48px !important;
  height: auto !important;
}
.appointmentCard {
  background-color: #3168A6;
}
.btn-primary,
.search-form .search-submit {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #212529 !important;
}
.btn-primary:hover,
.search-form .search-submit:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
}
.btn-secondary:focus,
.btn-secondary:hover,
.open .dropdown-toggle .btn-secondary {
  border-color: #5a6268 !important;
  background-color: #5a6268 !important;
}
.btn-secondary.active,
.btn-secondary:active {
  color: #fff;
  border-color: #6c757d !important;
  background-color: #6c757d;
}
.btn-outline-info {
  background-color: #2a5aa1;
  border-color: #2a5aa1;
}
.btn-outline-secondary {
  color: #2a5aa1;
  border-color: #2a5aa1 !important;
}
.btn-outline-secondary:hover {
  background-color: #2a5aa1;
}
.dropdown-toggle:not(#dropdownMenu1)::after {
  float: none;
}
.list-group-item {
  padding: 0.75rem 1.25rem;
}
.two {
  background-color: rgba(227, 227, 227, 0.7);
  background-image: none;
}
.two .overlay-two {
  margin: 0;
  padding: 16px;
  border-radius: 4px;
  background-color: white;
}
.three {
  background-color: rgba(227, 227, 227, 0.7);
  border-radius: 4px !important;
}
.review-box {
  background-color: rgba(227, 227, 227, 0.7);
  border-radius: 4px;
}
.pickmeup .pmu-instance .pmu-selected {
  background: goldenrod;
  color: #333;
}
.overlay-card svg.svg-inline--fa {
  width: 48px !important;
  height: auto !important;
}
.wizard-header h2.h3 {
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  .topnav a {
    padding: 16px 10px;
  }
  .topnav.responsive {
    width: 100% !important;
    -webkit-box-shadow: 0 -20px 25px 5px black;
    box-shadow: 0 -20px 25px 5px black;
  }
  .navbar-items a {
    font-size: 18px !important;
    margin-bottom: 4px;
    padding: 24px 32px;
  }
  .mdg-entNav__logo img {
    width: auto;
    height: 26px;
  }
  .wizard-card .wizard-header {
    text-align: center;
  }
  .tg-agency__name {
    text-align: center;
  }
  .tg-hero__logo {
    margin: 1rem auto 1rem auto;
  }
  input {
    height: 48px !important;
    margin: 16px 0px;
  }
  button {
    width: 100%;
    height: 48px;
    margin: 16px 0px;
  }
  a.btn.btn-secondary {
    width: 100%;
    height: 48px;
    margin: 16px 0px;
    padding: 16px;
  }
}
/* == TAB STLYING: == */
.nav-tabs .nav-item {
  cursor: default;
  text-transform: none;
  font-size: 14px;
  margin: 8px 0px 0px 0px !important;
  color: #fff !important;
  background-color: #333;
}
.nav-tabs .nav-item.active {
  color: #333 !important;
  background-color: #ffc107 !important;
}
/* == ALTERNATE TAB STYLING: == */
/* .nav-tabs .nav-item {
    cursor: default;
    text-transform: none;
    font-size: 14px;
    margin: 8px 0px 0px 0px!important;
    color: #333!important;
    background-color: rgba(0,0,0,0);
    border-bottom: 4px solid whitesmoke;
} 
.nav-tabs .nav-item.active {
    color: #fff!important;
    background-color: #333;
    border-bottom: 4px solid goldenrod;
} */
#header {
  background-color: black;
}
.navbar-nav a {
  color: #333 !important;
  font-size: 16px;
}
.navbar-nav a:hover,
.svg-inline--fa:hover {
  color: #aaa !important;
}
.svg-inline--fa {
  margin-right: 5px;
}
.footer {
  background-color: rgba(30, 30, 30, 0.9);
}
.footer a {
  color: #9a9a9a;
}
/*.intro {
  background: url("https://msgov.azureedge.net/dps/bg.jpg")
    no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}*/
.card1 .has-overlay {
  height: auto !important;
  padding: 32px 16px !important;
}
svg.svg-inline--fa.fa-clock.fa-w-16 {
  color: #333 !important;
}
.tg-hero--shaded {
  background-color: rgba(0, 0, 0, 0);
}
/*==========
FLEXBOX STYLES
========== */
html,
body {
  height: 100%;
}
body.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
main#mainContent {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
header#header,
.tg-hero.tg-hero--shaded,
footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tg-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow-x: hidden;
  z-index: 1;
}
.tg-hero__brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none !important;
  color: #fff;
  position: relative;
}
.topnav {
  background-color: white;
  background-image: none;
}
.navbar {
  background-color: #333;
}
svg.svg-inline--fa.fa-bars.fa-w-14 {
  color: #333;
  height: 20px;
  width: auto;
}
.cards > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  min-height: 240px;
}
#mdg-FOOTER__contacts::after {
  content: url('https://msgov.azureedge.net/dps/CDG21 GovX Winner Images-Project-Winner-3x3.jpg');
  margin-top: 46px !important;
  /* width: 1103px; */
  /* height: 150px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ethan changes start */

.tg-hero--shaded {
  background-color: rgba(0,0,0,.0) !important;
}

/*.intro {
    font-family: Montserrat,Palanquin,Arial,Helvetica,sans-serif;
    background-color: #e8e9ea;
    background: url(https://msgov.azureedge.net/dps/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}*/

.box {
    color: #000;
    padding: 35px;
    font-size: 100%;
    font-weight: 500;
    border-radius: 0;
}

.btn-primary:hover {
  background-color: #5363bd !important;
}

.row-main .three{
  background-color: rgba(227, 227, 227, 0.7) !important;
    border-radius: 4px !important;
}

.has-overlay {
    padding: 0 !important;
}

.row-main .three {
    background-color: rgba(227, 227, 227, 0.7);
    border-radius: 4px !important;
}

.resend .h3 {
  font-family: Montserrat,Palanquin,Arial,Helvetica,sans-serif;
  font-size: 28px;
  margin: 0 0 10px;
}

.btn-primary, .search-form .search-submit {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: #212529 !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  border-radius: 0%;
}

.tg-agency__name {
  display: block;
  text-transform: none;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1;
  margin-top: .1em;
  color: white;
}

.navbar {
  background-color: #fff;
  padding: 0 20px 0 0;
}

.btn {
  border-radius: 0px;
  text-transform: capitalize !important;
  font-weight: 400;
}

.btn-primary:hover, .search-form .search-submit:hover {
  color: #fff !important;
  border-color: #4d555e !important;
  background-color: #4d555e !important;
}



/* appointmentWizard start */
.wizard-card {
  background-color: #fff !important;
  padding: 10px 0 20px;
}

a.card-body:hover  {
  border-color: #212b36 !important;
  background-color: #212b36 !important;
  outline: none;
}

#mainContent .card.p-0.h-100.text-white.text-center {
  /* background-color: #828ecf !important; */
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.wizard-header.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-top: 20px;
}
/* appointmentWizard end */

/*calender */
.pickmeup {
  background: #212b36;
}

.pickmeup .pmu-instance .pmu-selected {
  background: goldenrod !important; 
  color: #333;
}

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
  color: #636a72 !important;
  cursor: default;
}

/* ethan changes end*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== 2024 LINZY UPDATES:==============================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
header#header { height:auto; min-height:auto; padding-bottom:12px; background-color:#ffffff; }
header#header .appName { line-height:1.1; }
main#mainContent .input-group input#txtEmail { height:auto; }
main#mainContent .input-group button#btnSendEmail { height:auto; margin:0; border:1px solid #6c757d !important; }
main#mainContent .review-box { padding:2.5em; }
@media screen and (max-width: 1200px) {
    main#mainContent .review-box { padding:2.5em; }
}
@media screen and (max-width: 991px) {
    main#mainContent .review-box { padding:2.5em; }
}
@media screen and (max-width: 576px) {
    main#mainContent .input-group input#txtEmail, main#mainContent form#createForm input.form-check-input { height:auto !important; margin:0; }
    main#mainContent form#createForm input#btnSubmit { margin:0; }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== LINZY NOV 2025 UPDATES:==============================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
body.intro {
    font-family: Montserrat,Palanquin,Arial,Helvetica,sans-serif;
    background-image: url(https://msgov.azureedge.net/dps/bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #e8e9ea;
}
