html { font-size: 95%; height: 100%; font-size: .9em;}
body { height: 100%; /*border: solid 2px red;*/}
#pageContainer { min-height: 100%; }
#mainContent { overflow: auto; padding-bottom: 200px;}
h1, h2, h3, h4, h5, h6 {
    font-family: "open Sans", Arial, sans-serif;    
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    /*line-height: 1em;*/
}
h5 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1rem;
}
.full-banding, .top-bar, .top-bar ul {
  background-color: #f2f2f2; }

.full-banding.border {
  border-bottom: 1px solid #e5e5e5; }

.headerSection {
    padding-bottom: 1em;
    padding-top: 2em;
}
.title-bar {
        background: #003366;
    }
.nav-menu > li > a, .nav-menu-mobile > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #231f20;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #e5e5e5;
}
.top-bar-right .menu li a {
    color: #245b91;
}
.menu li:hover, .menu li li {
    background: rgba(124, 176, 223, 0.3);
}
.menu li li a {
     color: #000080;
} 
.menu li li:hover {
    background:#ffc;
}
.dropdown.menu a.groupLink {
   color: #ffffff;  
}

.dropdown.menu a {
    padding: 0.7rem 0.9rem;
    line-height: 1rem;
}

.breadcrumbs {
    display: block;
    padding-top: 0.5625rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    margin-bottom: 0.5625rem;
}
/*overwrite foundation*/
.button.success {
    background-color: #D1DA88;
    font-weight: 500;
}
.button.success:hover, .button.success:focus {
    background-color: #c7d83b;
    font-weight: 500;
}
table thead {
    background: #ececec;
}


/*ends*/

/*footer styling*/
/*footer {
    margin-top: 1.25rem;
    height: 353px;
}

.footer p {
    font-size: 0.813rem;  
}
.footer ul li {
     font-size: 0.75em;
      font-weight: 600;    
}

ul.quick-links {
    margin-left: 0;
}
ul.quick-links li {
    display: inline-block;
    line-height: 42px;   
}
.h-bullet-list li:not(:last-child):after {
    padding: 0 3px;
    content: " \2022";
}

ul.socialMedia {
     margin-left: 0;
} 
ul.socialMedia li {    
    display: inline-block;
    margin-right: 0.813rem;
}
ul.socialMedia li img {
    margin-top: -12px;
}

.version {
    font-size: 0.675em; 
}*/


/*icons*/
/*.fab.fa-facebook-square, .fab.fa-facebook-f {
	color: dodgerblue;
	font-size: 2rem;
	}
.fab.fa-twitter-square,.fab.fa-twitter{
	color: skyblue;
	font-size: 2rem;	
	}
.fab.fa-youtube-square {
	color: red;
	font-size: 2rem;	
}
.fi-social-311 {
    width: 29px;
    margin-bottom: 4px; 
}

.fa-map-marker {
    color:#ffffff;    
    width: 2rem;
}*/

/*helpers classes starts*/
.blueBkgd {
    background: #003366;
}
.redBorder {
    border:solid #ff0000 1px
}

.flex {
    display: flex;
    align-items: center;
}
.left {
    float: left !important;
}

.noPadding {
    margin: 0 0;
    padding: 0 0; 
}
.noLeftPadding {
     margin-left: 0;
     padding-left: 0;
}
.clearfix {
    float: none;
}

.addPaddingTop {
    margin-top: 1rem;
}
.addPaddingBottom {
    margin-bottom: 1rem;
}

.bold {
    font-weight: 700;
}
.vertical-align-middle {
    vertical-align: middle;
}

.redText, .field-validation-error {
    color: #ff0000;
}

.blueText {
    color: #0e7dc3;
}
/*helpers classes ends*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://wwwdocs.minneapolismn.gov/css/ajax-loader-blue.gif') 
                50% 50% 
                no-repeat;
}
#body { min-height: calc(100vh - 590px); }
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/*datatables style*/
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
#addressResults_wrapper #addressResults  {
    margin-top:20px !important;
    width: 100% !important;
}
.smallerText {
    font-size: 0.875rem;
}

#popupWorking { position: fixed; padding: 0; margin: 0; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
#popupWorking #workingImage { position: relative; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); background-color: #424242; background-image: url('../Images/working.gif'); background-position: center; background-repeat: no-repeat; border-radius: 20px; width: 150px; height: 150px; }
#popupWorking #workingMessage { position: relative; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; max-width: 300px;
    background-color: rgba(255, 255, 255, 0.75); color: black; font-weight: bold; font-size: 16px; border-radius: 5px; padding: 5px 2px; border: 1px solid #024674; }

/*.logo {
    width: 35%;
}*/

/*table td a {
    font-size: 100%;
}*/

/* Small only */
@media screen and (max-width: 39.9375em) {
    /*.menu a {
        padding: 0.5rem;
    }*/
    .logo {
        width: 70%;
    }
     /*search results table*/ 
    #addressResults_wrapper label {
        float: left;
        margin-top:10px;
    }    
    .drilldown .is-drilldown-submenu-parent > a::after {
        border-color: transparent transparent transparent #D1DA88;
    }
    .drilldown .js-drilldown-back > a::before {
        border-color: transparent #D1DA88 transparent transparent;
    }
    .drilldown .is-drilldown-submenu {
        background: #003366;
    }
    .submenu menu vertical is-drilldown-submenu drilldown-submenu-cover-previous is-active
    #main-menu{
        padding-bottom: 10px;
        background: transparent;
    }
    .menu li a, .menu li  {
        font-size: 1rem;
        display: block;
        color: #ffffff;     
    }
    .dropdown.menu a {
        padding: 0.7rem 0.9rem;
        line-height: 1rem;
    }
    .menu a {
        padding: 0.7rem 0.5rem;
    }
    .drilldown a {
        background: #003366;
    }
    .submenu.menu.vertical.white-font a {
        color: white;
    }
    #mainContent { padding-bottom: 260px;}
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .subheader {
    line-height: 1rem;    
    }
    .menu li a, .menu li  {
        font-size: 0.875rem;
        display: block;
        color: #ffffff;     
    }
    .dropdown.menu a {
        padding: 0.7rem 0.9rem;
        line-height: 1rem;
    }
    .menu a {
        padding: 0.7rem 0.5rem;
    }
    h1 {
       font-size:2.25rem;
    }
    .h2, h2 {
        font-size: 2em;
    }

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        border-color: #D1DA88 transparent transparent;
    }
    .dropdown.menu.vertical > li.opens-right > a::after  {
        border-color: transparent transparent transparent #D1DA88;     
    }
     .logo {
        width: 45%;
    }
    .top-bar .top-bar-left {
        width:50%;
     }
    #mainContent { padding-bottom: 240px;}
   
}

/* Large and up */
@media screen and (min-width: 64em) {
  .subheader {
    line-height: 2.2rem;
    }
    .menu li a, .menu li {
        font-size: 1.125rem;        
        display: block;
        color: #ffffff;
    }   
     .dropdown.menu a {
        padding: 0.7rem 0.9rem;
        line-height: 1.25rem;
    }    
     .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
        border-color: #D1DA88 transparent transparent;
    }

    .dropdown.menu.vertical > li.opens-right > a::after {
        border-color: #D1DA88 transparent transparent;
    }
    .logo {
        width: 35%;
    }
    
}


/*foundation overwrite*/
