
/* /////////////////////////////

	1. Basic Styles
	2. Navbar
	3. Buttons
	4. Hero
	5. Marketing
	6. Testimonials
	7. Pricing
	8. Call to Action
	9. Footer
	10. Media Queries

   //////////////////////////*/
.other-pages {
    page-break-before: always;
}
.break {
    page-break-before: always;
}
@media print {
    .break {
        page-break-after: always;
    }
}
body {
  font-family: 'Arial', 'Roboto', sans-serif;
  color: #3a3f52;
}

h2 {
  font-size: 44px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

h5 {
  font-size: 16px;
}

p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
}

ul {
  list-style-type: none;
  padding-left: 0px;
}

b {
  font-weight: 700;
}

section {
  padding: 100px 0px;
}

.title-block {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.title-block h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 40px;
}

.title-block p {
  font-size: 16px;
  font-weight: 300;
  color: #53627C;
  margin-bottom: 40px;
}

.divider-light {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #edf1f2
}

/*===============================================
   1. Application Stage
===============================================*/
.justify-content-center {
    margin-top: 50px;
    height: auto;
}

.logged-stage {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
}
.back-to-dash {
    margin-top: 2em;
    margin-bottom: 2em;
    border: none;
}
.back-to-dash:hover {
    background-color: #05BDC9;
}

/* ==============================================
   2. Navbar
===============================================*/
div.ex1 {
    background-color: #ffffff;
    width:415px;
    height:350px;
    padding:0;
    margin:0;
    
   
    overflow: scroll;
    scrollbar-color: black;
    scrollbar-width: thin;
}

.nav-logo-desktop {
    width: 250px;
    padding-bottom:2px;
    margin-bottom:2px;
}

.custom-navbar {
  background-color: #ffffff !important;
  padding-top: 50px;
  height: 213px;
  max-height: 113px;
}

.navbar-toggler {
  font-size: 58px;
  background-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.navbar-collapse {
  background-color: #ffffff !important;
}

.nav-custom-link {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 5px;
    color: #53627C !important;
}

.navbar a {
  
}

.nav-right {
  float: right;
}

.social {
    color: #53627C !important;
    font-weight: bold;
    margin-right:2em; 
}

.logo-tag {
  color: #05BDC9;
  font-size: 10px;
  margin-left: 30px;
}

.contact-icon {
  width: 1em;
  opacity: .5;
  margin-right: 1em;
}

.moreText {
    cursor: pointer;
    color: #dcc050 !important;
    text-decoration: none;
}

ol {
    margin-bottom: 50px;
    transition: 3s;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
}

.dash-edit-btn {
    float: right;
    border-radius: 50%;
    width: 33.33px;
    text-align: center;
    background-color: white;
    transition: .3s;
    color: #272d3e;
    cursor: pointer;
}
.dash-edit-btn:hover {
    background-color: #272d3e;
    color: #ffffff !important;
}

.btn:hover {
  text-decoration: none;
}
.control-buttons {
    display: inline-block;
    float: right;
}
.btn-control {
    width: 190px;
    border-radius: 8px;
    font-weight: bold;
    color: #272d3e !important;
    background-color: #ECF1F0;
    border: 1px solid #272d3e;
    filter: drop-shadow(0px 4px 4px gray);
}

.jumpUp {
    filter: drop-shadow(1px 1px 10px #bfbbbb);
    border: 2px solid #ffffff;
    background-color: #ff6a00;
    color: #ffffff !important;
    transition: .3s;
    text-align: center;
    position: fixed;
    border-radius: 10px;
    font-weight: bold;
    font-size: 10px;
    padding: 8px;
    z-index: 2000;
    bottom: 50px;
    height: 50px;
    width: 50px;
    right: 25px;
}
.jumpUp:hover {
    background-color: #272d3e;
    font-weight: 600;
}
.w-100 {
    width: 80% !important;
}
.btn-score {
    background-color: #272D3E;
    transition: .3s;
    color: #ffffff;
    margin: 1.5em;
}
.btn-score:hover {
    background-color: #F46D16!important;
    color: #ffffff;
}

.btn-regular {
  background-color: #F46D16;
  filter: drop-shadow(0px 5px 5px #B6B8B8);
  color: #ffffff !important;
  padding: 10px 25px;
  margin-left: 20px;
  letter-spacing: .1em;
  display: inline-block;
}

.btn-regular-email {
  background-color: #F46D16;
  filter: drop-shadow(0px 5px 5px #B6B8B8);
  color: #ffffff !important;
  padding: 10px 25px;
  margin-left: 0px;
  letter-spacing: .1em;
  display: inline-block;
}

.btn-outline {
  filter: drop-shadow(0px 5px 5px #B6B8B8);
  background-color: #ffffff00;
  border: 1px solid #F46D16;
  color: #F46D16 !important;
  padding: 10px 25px;
  margin-left: 20px;
  letter-spacing: .1em;
  display: inline-block;
}

.btn-regular:hover {
  background-color: #000;
  color: #ffffff;
}

.btn-outline:hover {
  background-color: #F46D16;
  color: #ffffff !important;
}

.btn-demo {
  color: #ffffff;
  background-color: #6772e5;
  letter-spacing: .1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-demo:hover {
  color: #ffffff;
  background-color: #636ee1;
}

.btn-demo-small {
  font-size: 12px;
  background-color: #6772e5;
  padding: 1px 4px;
}

.btn-demo-small:hover {
  background-color: #636ee1;
}

.btn-demo-small a {
  color: #ffffff !important;
}

.btn-buy {
  color: #ffffff;
  background-color: #0095f7;
  letter-spacing: .1em;
  padding: 15px 48px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.btn-buy:hover {
  background-color: #0191f0;
  color: #ffffff;
}

.cta-one {
  margin: 0;
}

.cta-two {
  filter: drop-shadow(0px 5px 5px #fff) !important;
  color: #222 !important;
  background-color: #ffffff00;
  padding: 10px 25px;
  margin-left: 20px;
  letter-spacing: .1em;
  display: inline-block;
  text-decoration: none !important;
}

.cta-two:hover {
  text-decoration: none;
  color: #F46D16 !important;
}

.modal-text-link {
    font-size: .8em;
    display: inline-block;
    margin-top: .2em;
    color: #272D3E;
    float: right;
    text-decoration: none;
}

.crd-primary {
    background-color: #F46D16 !important;
    transition: .3s;
    margin-right: 2em;
    color: #ffffff;
    width: 120px;
}
.crd-primary:hover {
    background-color: #272D3E !important;
    color: #fff;
}

.crd-tertiary {
    background-color: #272D3E !important;
    transition: .5s;
    margin-top: 2em;
    color: #ffffff;
    width: 100%;
}
.crd-tertiary-intro {
    background-color: #F46D16 !important;
    transition: .5s;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #ffffff;
    width: 80px;
}
.crd-tertiary-intro:hover {
    background-color: #272D3E !important;
    color: #ffffff;
}
.crd-tertiary:hover {
    background-color: #F46D16 !important;
    color: #ffffff;
}

.crd-secondary {
    font-weight: bold;
    margin-left: 1em;
    margin-right: 1em;
    text-decoration: none;
    color: #F46D16 !important;
}
.crd-secondary:hover {
    text-decoration: underline;
}

.demo-info {
    background-color: #F46D16;
    color: #fff;
    width: 150px;
    margin: 20px;
}
.demo-info-complete {
    background-color: #23ed04;
    color: #fff;
    width: 150px;
    margin: 20px;
}

.Ass-questionaire {
    width: 150px;
    margin: 20px;
    background-color: #E9E9E9;
}

.dash-logout {
    width: 100%;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px dotted;
}

.dash-logout:hover {
    color: #05BDC9;
}

.back-btn-container {
    margin-left: 7%;
    /*width: 100px;*/
    top: 120px;
    right: 7%;
    cursor:pointer;
    transition: .3s;
    position: absolute;
    padding: 4px 10px;
    border: 1px solid #272d3e;
    border-radius: 5px;
    background-color: #ecf1f0;
    filter: drop-shadow(0px 2px 2px gray);
}
    .back-btn-container:hover {
        border: 1px solid #F46D16;
        filter: drop-shadow(0px 2px 2px #f46d167a);
    }
.back-btn {
    transition: .3s;
    color: #272D3E !important;
    text-decoration: none !important;
}
.back-btn:hover {
    color: #F46D16 !important;
}

/* ==============================================
   4. Hero
===============================================*/
#hero {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}

#hero h1 {
  font-size: 40px;
  font-weight: 300;
  font-weight: bold;
  margin-bottom: 50px;
}

#hero p {
  font-size: 15px;
  font-weight: 300;
  color: #8da2b5;
  margin-bottom: 40px;
  padding: 0px;
}

#hero span {
  font-weight: 400;
  color: #0095f7;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.content-box {
  padding: 60px 70px 60px 20px;
}

.content-box p {
  font-size: 10px;
}

.image-box {
  border-radius: 8px;
  padding-top: 35px;
  overflow: hidden;
}

.demo-image {
  width: 110%;
  margin-top: 10%;
  margin-bottom: 5%;
  border-radius: 5px;
  filter: drop-shadow(8px 8px 10px gray);
}

/* ==============================================
   5. Marketing
===============================================*/
#marketing p {
  font-size: 20px;
  font-weight: 300;
  color: #8da2b5;
  margin-bottom: 0px;
  padding: 0px;
}

#marketing span {
  font-weight: 400;
  color: #0095f7;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* ==============================================
   6. Municipality
===============================================*/
#municipality {
  margin-top: 10px;
  background-color: #f6f8f9;
  border-top: 1px solid #F8F9FB;
  border-bottom: 1px solid #F8F9FB;
}

.municipality-box {
  padding: 12px 10px 12px 10px;
  margin-top: 90px;
}

    .municipality-box h1 {
        font-size: 40px;
        font-weight: 300;
        font-weight: bold;
        margin-bottom: 50px;
    }

.municipality-box p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 1.8;
  padding: 0px;
}

mark.orange {
    color: #F46D16;
    background-color: #fff0;
}

/* ==============================================
   6. Features
===============================================*/
/* TOP RIGHT BOTTOM LEFT */
.features {
  background-color: #ECF1F0;
  margin-top: 10px;
  padding: 40px 10px 40px 10px;
  width: 100%;
  height: inherit;
}

.features-card-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 30px;
}

.features-card {
    display: inline-block;
    margin-top: 150px;
    text-align: left;
    margin: 15px;
    width: 280px;
}

.features-icon {
  width: 3em;
  margin-bottom: 15px;
  display: block;
}

.features-card h6 {
  font-weight: bolder;
}

/* ==============================================
   9. Footer
===============================================*/

.foot-tainer {
    text-align: left;
    font-size: 5px;
    padding: 10px 10px;
}

.foot-tainer-landing {
    text-align: center;
    font-size: 5px;
    padding: 10px 10px;
  
}

.footer {
    background-color: #fff;
    color: #62656a;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.footer h5 {
  color: #aeb3bd;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

    .footer p {
        font-size: 10px;
        font-weight: 300;
        color: #62656a;
        padding: 0px;
        margin-top: 0;
        margin-bottom: 0;
}

footer li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 10px;
}

footer a {
  color: #62656a;
}

footer a:hover {
  color: #0095f7;
  text-decoration: none;
}

footer i {
  font-size: 25px;
  color: #62656a;
  margin-right: 10px;
}

footer i:hover {
  color: #0095f7;
}

footer small {
  color: #62656a;
  float: right;
}

.footer a {
    font-size: 10px;
    color: #53627C;
}

.external-links {
  color: #0095f7;
}

/* ==============================================
   9. Registration Card and Cards In General
===============================================*/
   .card-header {
    padding: .5rem 1rem;
    margin: 5px;
    border-bottom: none;
    background-color: #ffffff;
}

.card-header-dash {
    height: 65px;
    padding: .90rem 1rem;
    margin: 0 !important;
    border-bottom: none;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
}
.card-tainer {
    width: max-content;
    margin-bottom: 2em;
}
.card-header-assdash {
    height: 80px;
    padding: .90rem 1rem;
    margin: 0 !important;
    border-bottom: none;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
}

.bg-light {
    background-color: #ffffff !important;
}

.card-title {
    margin-bottom: .5rem;
    border: none;
    border-radius: 10px;
    padding: 8px 12px 8px 15px;
    background-color: #F46D16;
    font-weight: bold;
    color: #ffffff;
}

.card-body p {
    font-size: 14px;
}

.bg-dark {
    background-color: #F46D16 !important;
    color: #ffffff !important;
}

.bg-assess {
    background-color: #F46D16;
    color: #ffffff !important;
}
.card-footer-assessQ {
    padding: .5rem 1rem;
    text-align:right;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-title-dash {
    width: 65%;
    display: inline-block;
    font-weight: bold;
}
.deck-tainer {
    float: left;
    width: inherit;
    margin-bottom: 2.5em;
}
.card-title-login {
    margin-bottom: .5rem;
    border: none;
    border-radius: 10px;
    padding: 8px 12px 8px 15px;
    background-color: #F46D16;
    font-weight: bold;
    color: #ffffff;
}
.card-footer {
    padding: 0 !important;
}
.card {
    border-radius: 12px;
    filter: drop-shadow(1px 1px 10px #bfbbbb);
    display: inline-block !important;
}
.card-assessments-dash {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 12px;
    margin-bottom: 2em;
    filter: drop-shadow(1px 1px 10px #bfbbbb);
}
.text-light {
    color: #f8f9fa !important;
    text-decoration: none;
}
.card-body {
    flex: 1 1 auto;
    padding: 30px 30px;
}
.card-body-assessments {
    text-align: center;
    flex: 1 1 auto;
    padding: 30px 30px;
}

.card-body-piechart {
    flex: 1 1 auto;
    padding:5px 5px !important;
}

.login {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    margin-bottom: .5em;
    background-color: #f1f2f2;
}

.control-login {
    margin-bottom: 2em;
    background-color: #f1f2f2;
}
.status-indicator-complete {
    width: 80%;
    text-align: left;
    border-radius: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #ffffff !important;
    background-color: #40B93C;
}

.status-indicator-incomplete {
    width: 80%;
    text-align: left;
    border-radius: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    color: #ffffff !important;
    background-color: #272D3E;
}

.pb-3 {
    padding-bottom: 5em !important;
}
.edit-assessment {
    text-decoration: none;

}

.assess-edit {
    text-align: center;
    margin-bottom: 2em;
}
.assess-edit .edit-assessment {
        width: 190px;
        border-radius: 2px;
        font-weight: bold;
        color: #272d3e;
        background-color: #ECF1F0;
        border: 1px solid #272d3e;
        filter: drop-shadow(0px 4px 4px gray);
        padding-left: 10px;
        padding-right: 10px;
        padding-top:4px;
        padding-bottom:px;
 }
 .assess-edit .edit-assessment:hover{
     background:#dcc050;

 }

    .login-instead {
        display: block;
        text-align: center;
        margin-top: .8em;
    }
.reg-text-block {
    text-align: center;
    margin-top: 25%;
    margin-left:auto;
    margin-right:auto;
}
.input-wrapper {
    width: 50%;
    border: 1px solid green;
    float: left;
}
/* ==============================================
   10. Dashboard
===============================================*/
.dash-tainer {
    background-color: #ECF1F0;
    padding: 10px;
}

.dash-nav-logo {
    width: 5em;
}
.assess-edit .edit-assessment {
    
    padding: 10px!important;
    
}

.menu-btn {
    display: inline-block;
    transition: .3s;
    border-right: 1px solid #c1c1c1;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    font-weight: bold;
    font-size:20px !important;
    color: #F46D16;
    cursor: pointer;
    left: 0;
}
.menu-btn:hover {
    opacity: .5;
    color: #272D3E;
    font-size: 15px;
}

.dash-nav-user-icon {
    width: 2em;
    margin-bottom: 3px;
}

.dash-nav-user-icon:hover {
    opacity: .5;
}

.custom-navbar-dashboard {
    background-color: #ffffff !important;
    filter: drop-shadow(0px 2px 2px #8080804f);
    padding-top: 10px;
    height: auto; 
    max-height: 113px;
}

.form-control-navbar {
    margin-bottom: 0;
    border-radius: 2em;
    background-color: #e6e6e6;
    border: none;
    padding-left: 15px;
}

.nav-link-dash {
    display: block;
    margin-left: 1em;
    padding: 0;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item-dash {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item-dash:hover {
    color: #272D3E;
    background-color: rgb(244 109 22 / 0.39);
}

#piechart {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#chart1, #chart2, #chart3, #chart4, #chart5, #chart6, #chart7, #chart8 {
    margin-top: 0px;
}
.cell-title {
    color: #838383;
    font-weight: bold;
    font-size: 13px;
}


/* ==============================================
   11. Dashboard SideNav
===============================================*/
.sidenav {
    height: 100%;
    width: 200px;
    padding-top: 150px;
    padding-left: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: rgb(39 45 62 / 1);
    filter: drop-shadow(1px 1px 10px #262625);
}
    .sidenav li {
        text-decoration: none;
        font-size: 15px;
        cursor: pointer;
        padding: 10px;
        color: #93969F;
        display: inline-block;
        margin-bottom: 1em;
        ;
    }
.sidenav li:hover {
            color: #F46D16;
}
.sidenav-link {
    text-decoration: none;
    color: #93969F;
}
.sidenav-link:hover {
    color: #F46D16;
}
#sidenav-skirt {
    width: 100%;
    z-index: 1000;
    height: 100vh;
    position: absolute;
    background-color: #42424200;
}

.material-icons-dash {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    margin-right: 10px;
    border: 2px solid #93969F;
    border-radius: 50%;
    padding: 5px;
}
.dash-card-icon {
    float: right;
    font-size: 25px !important;
    margin: 0;
    border: none !important;
}
/*===============================================
    12. Municipal Demographic Info
===============================================*/
.accordion {
    margin-top: 30px;
    margin-bottom: 90px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.accordion-body {
    width: 100%;
    padding: 2em;
    padding-left: 4em;
    background-color: #fff;
    margin-bottom: 1em;
}

.accordion-input {
    margin-bottom: 0;
}

.accordion-button-1, .accordion-button-2, .accordion-button-3:not(.collapsed) {
    color: #Fff;
    background-color: gray;
}
/* A C C O R D I O N  B U T T O N S */
.accordion-button-1 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1em;
    background-color: #272d3e;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button-2 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1em;
    background-color: #F46D16 !important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button-3 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1em;
    background-color: #DCC050 !important;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
/* E N D  A C C O R D I O N  B U T T O N S */
.form-info {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
}

.percentage-area{
    float: right
}


/* ==============================================
   12. Privacy
===============================================*/
.privacy {
    margin-top: 150px;
    margin-bottom: 100px;
}

/* ==============================================
   12. onboarding
===============================================*/

.onboarding-tainer {
    width: 70%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 10px #bfbbbb);
}
.intro-img-1 {
    width: 65%;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    background-image: url(../Images/map.png);
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    background-color: white;
}
.intro-img-2 {
    width: 65%;
    width: 100%;
    height: 300px;
    background-image: url(../Images/intro-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    background-color: white;
}
.intro-img-3 {
    width: 65%;
    width: 100%;
    height: 300px;
    background-image: url(../Images/124.jpg);
    background-size: cover;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    background-color: white;
}
.carousel-caption {
    position: unset;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
    .carousel-caption h5 {
        color: #272D3E;
        font-weight: bold;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1em;
    margin-top: 2em;
    margin-left: 15%;
    list-style: none;
}
    .carousel-indicators [data-bs-target] {
        background-color:#f46d16; 
    }

.w-100 {
    width: 50% !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 30px;
        color: gray;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 30px;
        color: gray;
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

/* ==============================================
   12. Scorecards
===============================================*/


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
}


/* ==============================================
   13. Reports
===============================================*/
.report-tainer {
    padding-top: 10px;
}
.table-of-contents {
    border: 1px dotted gray;
    line-height: 35px;
    margin-top: 2%;
    margin-bottom: 3%;
    border-radius: 3px;
    padding: 50px;
}
.report-controls {
    border: 1px solid red;
    float: left;
}
.repo-head {
    background-color: #F46D16;
    border-radius: 3px;
    padding: 20px;
}
.TOC {
   margin-top: 5%;
}
.TOC-toggle {
    cursor: pointer;
}
.report-injected-charts {
    margin-top: 3em;
}

.report-images {
    width: 720px;
    margin-left: 8%;
    margin-top: 3em;
    margin-bottom: 2em;
}
.bad-cards {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    text-align: center;
}

/* TABLES*/
.table-assess {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #fff;
    border: 1px dotted #fff;
}

.assess-input {
    border-radius: 3em;
}
/* ==============================================
   14. Media Queries
===============================================*/
/* Extra small devices (portrait phones, less than 576px) */
table.d {
    table-layout: fixed;
    width: 100%;
}

table.d td {
    border-bottom: 2px dotted #272D3E;
    border-right: 2px dotted #272D3E;
    border-left: 2px dotted #272D3E;
}

table.d th {
    border: 2px solid #272D3E;
    background-color: #272D3E;
    color: #ffffff;
}


@media (max-width: 575.98px) {
    .dash-tainer {
        align-items: center;
        justify-content: center;
    }
    .card-tainer {
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 10px;
    }
    h2 {
    font-size: 34px !important;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .title-block h2, p {
    text-align: left;
    padding: 0px 20px;
  }

  #call-to-action h2, p {
    text-align: left !important;
    padding: 0 20px;
  }

  #call-to-action {
    background-image: none;
    background-color: #0095f7;
  }

  footer {
    padding: 60px 25px;
  }

  footer h5 {
    font-size: 18px;
    margin-top: 30px;
  }

  footer li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  footer p {
    font-size: 16px;
  }

  footer i {
    font-size: 30px;
    margin-right: 20px;
  }

  footer small {
    float: left;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
    .dash-tainer {
        align-items: center;
        justify-content: center;
    }
    .card-tainer {
        align-items: center;
        justify-content: center;
    }
 
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dash-tainer {
        align-items: center;
        justify-content: center;
    }
    .card-tainer {
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 10px;
    }
  .icon-mobile {
    display: none;
  }

  .nav-logo-mobile {
    display: none;
  }
  .nav-logo-desktop {
      width: 125px;
      margin-bottom:2px;
      padding-bottom:2px;
  }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        color: #53627C !important;
    }
}


/* Extra large devices (large desktops, 1200px and up) */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 601px) {
    .card-tainer {
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin: 10px;
    }
    .dashtext {
        padding-top: 10px;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 601px) {
    .dash-tainer {
       
    }
    .col-3 {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

   
}

@media (min-width: 699px) {
    .col-3 {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .WordSection1{
        margin-left:0rem;
    }
    .dash-tainer {
        align-items: center;
        justify-content: center;
        padding-left: 70px;
        margin-left: 70px;
    }
    .dashtext {
        padding-top: 10px;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align:center;
    }
    .topBar-assessment {
        padding-top: 5px;
        margin-top: 5px;
    }
    section {
        padding: 30px 0px;
    }

    #hero h1 {
        font-size: 20px;
    }

    #hero p {
        font-size: 10px;
    }

    .municipality-box {
        padding: 3px 2px 3px 2px;
        margin-top: 20px;
    }

        .municipality-box h1 {
            font-size: 15px;
            
        }

        .municipality-box p {
            font-size: 11px;
        }

    .btn {
        font-size: 8px;
    }

    content-box {
        padding: 20px 25px 20px 15px;
    }

    .content-box h1 {
        font-size: 10px;
    }

    .content-box p {
        font-size:5px;
    }

    .collapse {
        justify-content: center;
        align-content: center;
    }

        .collapse .navbar-nav {
            align-items: center;
            justify-content: center;
            align-content: center;
        }

    .icon-mobile {
        border: 1px solid black;
    }

    .nav-logo-mobile {
        border: .5px solid black;
        width: 2px;
    }

    .navbar-toggler-icon {
        height: 40px;
        width: 40px;
    }

    .nav-logo-desktop {
        width: 125px;
        margin-bottom:2px;
        padding-bottom:2px;
    }

    .custom-navbar {
        background-color: #ffffff !important;
        padding-top: 20px;
        height: 100px;
        max-height: 100px;
    }

    .navbar-toggler {
        font-size: 38px;
        background-color: transparent;
    }

        .navbar-toggler:focus {
            text-decoration: none;
            outline: none;
        }

    .navbar-toggler-icon {
        color: #ffffff;
    }

    .navbar-collapse {
        background-color: #ffffff !important;
    }

    .nav-custom-link {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .05em;
        margin-top: 5px;
        color: #53627C !important;
    }

    .navbar a {
    }

    .nav-right {
        float: right;
    }

    .social {
        color: #53627C !important;
        font-weight: bold;
        margin-right: 2em;
    }

    .logo-tag {
        color: #05BDC9;
        font-size: 10px;
        margin-left: 30px;
    }

    .contact-icon {
        width: 1em;
        opacity: .5;
        margin-right: 1em;
    }

    .moreText {
        cursor: pointer;
        color: #dcc050 !important;
        text-decoration: none;
    }

    ol {
        margin-bottom: 50px;
        transition: 3s;
    }
    
}


@media (min-width: 730px) {
    .dashtext {
        padding-top: 20px;
       
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 771px) {
    .dash-tainer {
        
       
    }

    
}
@media (min-width: 774px) {
    .dash-tainer {
        
        
    }
}
@media (min-width: 814px) {
    .dash-tainer {
       
    }
}
@media (min-width: 800px) {
    .dash-tainer {
        
    }
    section {
        padding: 50px 0px;
    }

    #hero h1 {
        font-size: 20px;
    }

    #hero p {
        font-size: 10px;
    }

    .municipality-box {
        padding: 3px 2px 3px 2px;
        margin-top: 20px;
    }

        .municipality-box h1 {
            font-size: 20px;
           
        }

        .municipality-box p {
            font-size: 10px;
        }

    .btn {
        font-size: 8px;
    }

    content-box {
        padding: 30px 35px 30px 20px;
    }

    .content-box h1 {
        font-size: 10px;
    }

    .content-box p {
        font-size: 5px;
    }

    .collapse {
        justify-content: center;
        align-content: center;
    }

        .collapse .navbar-nav {
            align-items: center;
            justify-content: center;
            align-content: center;
        }

    .icon-mobile {
        border: 1px solid black;
    }

    .nav-logo-mobile {
        border: .5px solid black;
        width: 2px;
    }

    .navbar-toggler-icon {
        height: 40px;
        width: 40px;
    }

    .nav-logo-desktop {
        width: 125px;
    }

    .custom-navbar {
        background-color: #ffffff !important;
        padding-top: 20px;
        height: 100px;
        max-height: 100px;
    }

    .navbar-toggler {
        font-size: 38px;
        background-color: transparent;
    }

        .navbar-toggler:focus {
            text-decoration: none;
            outline: none;
        }

    .navbar-toggler-icon {
        color: #ffffff;
    }

    .navbar-collapse {
        background-color: #ffffff !important;
    }

    .nav-custom-link {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .05em;
        margin-top: 5px;
        color: #53627C !important;
    }

    .navbar a {
    }

    .nav-right {
        float: right;
    }

    .social {
        color: #53627C !important;
        font-weight: bold;
        margin-right: 2em;
    }

    .logo-tag {
        color: #05BDC9;
        font-size: 10px;
        margin-left: 30px;
    }

    .contact-icon {
        width: 1em;
        opacity: .5;
        margin-right: 1em;
    }

    .moreText {
        cursor: pointer;
        color: #dcc050 !important;
        text-decoration: none;
    }

    ol {
        margin-bottom: 50px;
        transition: 3s;
    }
}
@media (min-width: 820px) {
    .dash-tainer {
        
    }
}
@media (min-width: 840px) {
    .dash-tainer {
      
    }
}
@media (min-width: 876px) {
    .dash-tainer {
       
        
    }
}
@media (min-width: 1050px) {
    .dash-tainer {
       
        
    }
    .btn {
        font-size: 20px;
    }
}
@media (min-width: 900px) {

    .dash-tainer {
        padding-left: 0px;
        margin-left: 0px;
    }
    section {
        padding: 10px 0px;
    }
    #hero h1{
        font-size:20px;
    }
    #hero p{
        font-size:10px;
    }
    .municipality-box{
        padding: 3px 2px 3px 2px;
        margin-top:20px;
    }
    .municipality-box h1{
        font-size:20px;
        
    }
    .municipality-box p{
        font-size:10px;
    }
   
    .btn {
        font-size: 8px;
    }
    content-box {
        padding: 30px 35px 30px 20px;
    }
    .content-box h1 {
        font-size: 10px;
    }

    .content-box p {
        font-size: 5px;
    }
    .collapse {
        justify-content: center;
        align-content: center;
    }
    .collapse .navbar-nav{
        align-items:center;
        justify-content:center;
        align-content:center;
    }

    .icon-mobile {
        border: 1px solid black;
        
    }

    .nav-logo-mobile {
        border: .5px solid black;
        width:2px;
        
    }
    .navbar-toggler-icon {
        height: 40px;
        width: 40px;
    }
    .nav-logo-desktop {
    width: 125px;
    margin-bottom:2px;
    padding-bottom:2px;
}

.custom-navbar {
  background-color: #ffffff !important;
  padding-top: 20px;
  height: 100px;
  max-height: 100px;
}

.navbar-toggler {
  font-size: 38px;
  background-color: transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler-icon {
  color: #ffffff;
}

.navbar-collapse {
  background-color: #ffffff !important;
}

.nav-custom-link {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-top: 5px;
    color: #53627C !important;
}

.navbar a {
  
}

.nav-right {
  float: right;
}

.social {
    color: #53627C !important;
    font-weight: bold;
    margin-right:2em; 
}

.logo-tag {
  color: #05BDC9;
  font-size: 10px;
  margin-left: 30px;
}

.contact-icon {
  width: 1em;
  opacity: .5;
  margin-right: 1em;
}

.moreText {
    cursor: pointer;
    color: #dcc050 !important;
    text-decoration: none;
}

ol {
    margin-bottom: 50px;
    transition: 3s;
}

    
    
   
    
}
@media (min-width: 972px) {

    #hero h1 {
        font-size: 30px;
    }

    #hero p {
        font-size: 20px;
    }

    .municipality-box p {
        font-size: 15px;
    }
}

@media (min-width: 987px) {
    .dash-tainer {
        
    }
    .btn {
        font-size: 15px;
        font-weight: 400;
        border-radius: 3px !important;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .08);
    }

    

   
}
@media (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .dash-tainer {
    
       width:100%;
    }

}
@media (min-width: 1000px) {
    
        .col-3{
        width:100%;
       
        padding-bottom:10px;
        margin-bottom:10px;
    }
    #hero h1 {
        font-size: 20px;
        
    }

    #hero p {
        font-size: 15px;
    }
  


   

}
@media (min-width: 1100px) {
    .card-tainer {
        margin-left: 20px;
        padding-left: 20px;
    }
   
}
@media (min-width: 1366px) {
    .dash-tainer {
        
    }
    .col-3 {
        width: 25%;
    }
}



@media (min-width: 1184px) {
    .hero-content {
        margin-top: 60px;
        margin-bottom: 50px;
        text-align: left;
    }
    

    .dash-tainer {
        
        align-content: center;
        align-items: center;
        justify-content: center;
        
    }
}
@media (min-width: 1200px) {
    .hero-content {
        margin-top: 60px;
        margin-bottom: 50px;
        text-align: left;
    }

    .dash-tainer {
        padding-left: 40px;
        margin-left: 40px;
    }
    .card-tainer {
        margin-left: 40px;
        padding-left: 40px;
    }
    #hero h1 {
        font-size: 20px;
    }

    #hero p {
        font-size: 15px;
    }



   
}
@media (min-width: 1256px) {
    .hero-content {
        margin-top: 60px;
        margin-bottom: 50px;
        text-align: left;
    }

    .dash-tainer {
        align-content: center;
        align-items: center;
       
    }
    .card-tainer {
        margin-left: 60px;
        padding-left: 60px;
    }
}
@media (min-width: 1400px) {
    .navbar-toggler-icon {
        height: 40px;
        width: 40px;
    }

    .nav-logo-desktop {
        width: 180px ;
        padding:5px;
        margin:5px;
    }
 

    .custom-navbar {
        background-color: #ffffff !important;
        padding-top: 20px;
        height: 130px;
        max-height: 100px;
    }


    .card-tainer {
        margin-left: 80px;
        padding-left: 80px;
    }
    #hero h1 {
        font-size: 25px;
    }
    .municipality-box h1 {
        font-size: 25px;
    }

    #hero p {
        font-size: 20px;
    }

    .municipality-box p {
        font-size: 20px;
    }
}
@media (min-width: 1500px) {


    .card-tainer {
        margin-left: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1418px) {
    .hero-content {
        margin-top: 60px;
        margin-bottom: 50px;
        text-align: left;
    }
    .dash-tainer {
       
        
        
        width: 100vw;
    }


    .card-tainer {
       
        
    }
    .card{
        
    }

       
}
@media (min-width: 1300px) {
    .dash-tainer {
        padding-left: 0px;
        margin-left: 0px;
    }
    .col-3 {
        width: 25%;
    }
}

@media (min-width: 1420px) {


    .dash-tainer {
        
    }
}
@media (min-width: 1436px) {


    .dash-tainer {
       
    }
}
@media (min-width: 1464px) {
    

    .dash-tainer {
     
    }


   
}
@media (min-width: 1800px) {


    .card-tainer {
        padding-left: 0px;
    }
}
@media (min-width: 1900px) {


    .card-tainer {
        padding-left: 5px;
    }
}
@media (min-width: 2000px) {


    .card-tainer {
        
        padding-left: 20px;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    

    .pricing-box h3 {
        font-size: 17px;
    }

    .pricing-box p {
        font-size: 14px;
    }

    .pricing-box li {
        font-size: 12px;
    }

    .btn-buy {
        font-size: 12px;
        padding: 15px 20px;
    }

    .btn-demo {
        font-size: 12px;
        padding: 15px 20px;
    }

    .profile-picture {
        width: 50px;
        height: 50px;
    }

    .testimonial-box h6 {
        font-size: 14px;
        margin-left: 10px;
    }

    .testimonial-box span {
        font-size: 12px;
    }

    .testimonial-box small {
        font-size: 12px;
        margin-top: 4px;
        margin-left: 10px;
    }
}
/*Important removes extra lines between nodes on org chart caused by bootstrap*/
table {
    border-collapse: separate !important;
}

.topnav {
    overflow: hidden;
    background-color: rgb(0 0 0 / 0.00);
    padding: 5px;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
/**/
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }


.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    padding: 6px;
font-size: 17px;
border: none;
transition: .3s;
border-radius: 20px;
background-color: #f0eeee;
}

.topnav input:focus {
    border: none!important;
    filter:drop-shadow(0px 0px 3px #F46D16);
    outline: none;
    background-color: white;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    background: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .topnav .search-container button:hover {
        opacity: .5;
    }

.longtextCombo {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.longtextCombo option {
    white-space: nowrap;
    width: 100%;
}