@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

:root {
  --main-color:rgb(68,68,68) ;
  --accent-color: rgb(1,102,206);
  --green-color:#669900;
}


.div-laptop{
    visibility: visible;    
}
.div-mobile{
    visibility: none;
}

#outerWrapper {    
    /*max-width:1440px;*/
    margin:0 auto;
}
#s4-bodyContainer{
    width: 100% !important;
    /*max-width:1440px;*/
    margin: 0 auto;
    position: relative;
}

/* Edits 05-18-17 thru 05-19-17 Vanessa */

#popularlinks {
    padding: 50px 0px;
}

#todayiwantto ul li a {
    /*min-width: 215px;*/
    min-width: 270px;
}

#spotlight-home {
    padding: 50px 0px;
}
.btn-primary, a.btn-primary,
a.btn-primary:hover {
    border-color: transparent;
}
#spotlight-home .btn-primary:active {
    background: #e6e6e6;
    color: inherit;
    text-decoration: none;
    border-color: transparent;
}
#newsroom .btn-primary:focus {
    background-color: #e6e6e6;
    border-color: transparent;
    color: inherit;
}
#spotlight-home .btn-primary:hover {
    border-color: transparent;
}
/*
#mpc-footer .legal-stuff {
    width: 100%;
}*/

.resident-image-content li,
.government-image-content li {
   text-align: center;
   padding: 15px 0 0 0 !important;
}

#mpc-footer p {
    margin: 10px 0px;
}
.mp-footer h3 {
    margin-left: 10px;
}
#popularlinks .btn {
    margin: auto;
    white-space: inherit;
}
#popularlinks a:hover {
    text-decoration: none;
}
.hm-box-links.{
    border-top: 1px solid #CCC;    
}
.official-postings{
background-color:rgb(250,250,250);
}

.official-postings.hm-box-links{
  margin-bottom: 30px !important;
}

.official-postings.list-items h6 {
    color: #669900;
    text-transform: uppercase;
    padding: 10px;
}
.official-postings.list-items {
    overflow: hidden;
}


.inner-311 .btn {
    color: inherit;
}
.inner-311 p {
    color: #fff;
}
#mpc-footer .btn-secondary {
    color: #fff;
}

#leftSidebar h3,
#pay h3,
#find h3,
#request h3 {
    font-size: 18px;
  }

/* Global Links */
a {
    color: #0166ce;
}
a:hover, a:active, a:focus {
    color: inherit;
}

/* Hero Image */
#hero {
    background-image: url('/PublishingImages/style-library/Margaret%20Bridge%20with%20Dallas%20Skyline%20in%20Background.jpg');
    background-position: center -100px;
    background-attachment: fixed;
    padding:0px;
    box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.4);
}
#hero-cta {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
}
#hero-cta h1 {
    margin: 0px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
}
#hero-cta .scroll-down {
    background: url('/PublishingImages/style-library/scroll-down-arrow.png');
    width: 76px;
    height: 76px;
    display: inline-block;
    opacity: 0.8;
}
#hero-cta .scroll-down:hover {
    opacity: 1.0;
}

/* End of Edits 05-19-17 */

/* Buttons from Style Guide */
a.btn, a.btn:hover {
  text-decoration: none;
}
.btn {
  display: inline-block;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0 0.5rem 1em 0;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);
  font-size: 0.938em; /* 15px */
  padding: 0.625em 1em;
}
.btn.primary {
  background-color: #0166ce;
  color: #fff;
}
.btn.primary:hover {
  background-color: #3384d6;
}
.btn.secondary {
  background-color: #669900;
  color: #fff;
}
.btn.secondary:hover {
  background-color: #84ad33;
}
.btn.hollow {
  background-color: #ffffff;
  color: #003f88;
  border: 1px solid #003f88;
}
.btn.hollow:hover {
  background-color: #f9f9f9;
}
.btn.alert {
  background-color: #B54334;
  color: #fff;
}
.btn.alert:hover {
  background-color: #a23c2e;
}
.btn.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
  box-shadow: none;
  border: 1px solid #cccccc;
}
.btn.disabled:hover {
  cursor: default;
}
.btn.hollow.inverse {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.hollow.inverse:hover {
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.6);
}
.btn.large {
  font-size: 1.25em; /* 20px */
  /*padding:0.625em 1.25em;*/
  
}
.btn.small {
  font-size: 0.75em; /* 12px */
}
.btn.tiny {
  font-size: 0.625em; /* 10px */
}
/* End of Buttons from Style Guide */

/* Typography from Style Guide */
/* Typography */

h1, 
h2,
h4,
h5, 
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color:#444;
  line-height: inherit;
}
h5.subheading {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}
h5.subheading.lato-light {
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}
h6.subheading {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
h6.subheading.normal {
  font-weight: normal;
}
.subheading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}
.subheading-normal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.lead-body-copy {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.lead-body-copy.lato-bold {
  font-weight: 700;
}
p {
  font-family: 'Lato', sans-serif;
  font-size:14px;
  font-weight:400;
 /* color:#000;*/
  line-height:1.5;
}
.caption {
  font-family: 'Lato', sans-serif;
  font-size:12px;
  font-weight:400;
  color:#999;
  line-height:normal;
  text-transform: uppercase;
}
.lato-light {
  font-weight:300;
}
.lato-bold {
  font-weight:700;
}
.text-highlight {
  color:#ffa000;
}
.inline {
  display: inline;
}
.heading-box {
  margin-bottom:2em;
}

/* Adding overlay on menu click and dropdown */
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
    display: block;
    overflow-y: scroll;
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    
    transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -webkit-transition: opacity 0.7s ease-in-out;   

    
    
}

#AllSection,
#SelectedSection{
    left: inherit !important;
}
.ms-ref-refiner #Value{
  padding: 4px 10px !important;
  width: 150px !important;

}


#leftSidebar h2 a{
  font-size: 20px;
}


#content-2ndcol-oem {  
  height:100%; 
  margin: 0px auto;  
  float: left;  
  width: 25%;  
}
#content-3rdcol-oem {  
  height:100%; 
  margin: 10px auto;  
  float: left;  
  width: 73%; 
  margin-right:2%; 
}

#btnLinks div.panel-default{
  background-color: rgb(2,22,56);
  height: 4.2em;
}

#hero-cta h1 {
    margin: 0px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    padding-top: 100px;
    font-size: 55px;
}

.alertdiv {
   z-index: 3;
}

.dallas311{
  padding: 20px 20px 10px 20px !important;
  border-left: 1px solid #ddd;

}

.dallas311 .btn{
  margin-right: 10px;
  background-color: rgb(6, 88, 187) !important;
  font-size: 14px !important;
  display: inline-block !important;
}

#dallas311-container{
   left: -550px;
}
.buttons{
  padding: 30px 0 20px 0;
}
.dallas311 label,
#main-search label{
  padding: 0 0 10px 0;
 font-size: 17px;
 font-weight: 500;
}
ul#second-311{
  
  padding: 0 !important;
}
#second-311 li{
    padding: 5px !important;
}

#dallas311-container input,
#secondStaticNav input{
  background-color: #eee;
  border: none !important;
  height: auto;
}

#dallas311-container input{
  padding: 15px;
}
#mobile-311 input{
  width: 95%;
margin: 10px 2%;
padding: 10px;
font-size: 14px;
}
#dallas311-container hr{
  margin-right:   -15px;
}
.dallas311 h4{
    font-size: 18px;
    color:  rgb(6, 88, 187);
}

ul.column2{
  column-count: 2;  
}
ul.unlisted{
  list-style: none;  
}
.blue-back,
.blue-back:hover{
  background-color: #0166ce !important;
  color: #fff !important;
  margin-right: -10px !important;
}
#resident-dropdown .column2{
  padding: 25px;
}
.searchinput{
     background-image: url("/Style%20Library/Images/grey-Icons-Search.svg");
    background-size: 25px;
    background-position: right center;
    background-repeat: no-repeat;
}



.alert-level-1{
  background-color: rgba(247, 159, 10, 0.50);
  padding: 10px;
  margin-bottom: 10px;
    color: #444;
    font-size: 14px; 
    border: solid 1px #FFA000;
    border-radius: 0;    
}


#faq-text-filter input{
  background-image : url('/departments/budget/financialtransparency/PublishingImages/home-2019/Icons-Search.svg');
  background-size: 25px;
    background-position: right center;
    background-repeat: no-repeat; 
}

input[type="radio"], input[type="checkbox"] {
   margin: 0px 0 5px 0;
    height: 20px;
    width: 25px;
}
#faqs-list ul{
  padding: 0;
  list-style: none;
}
#faqs-list ul li{
  background-color: #e6f0f9;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 0;
}
#faqs-list ul li a.grey-menu {
    display: flex;
    font-size: 15px;
    padding: 3px 0;
    color: #333;
    font-weight: 550;
}
#faqs-list ul li a span{
   padding: 0 10px;
   width: 95%;
}
#faqs-list ul li p{
   padding: 15px 12px 5px 12px;
   font-family: 'Roboto';
}

#category-filter{
  margin-top: 20px;
  column-count: 1;
}
#category-filter label{
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto'
}

#faqs-list img{
  /*position: absolute;
    left: 92%;*/
    opacity: 0.7;
    width: 25px;
}
.xxs-visible{  
  display: none;
}
.xxs-hidden{
   display: block;
}
#s4-bodyContainer{
  outline: none;
}
.tab-block{
  display: flex;
}
.tab-block .bhoechie-tab-content{  
    display: block;
    width: 67%;
    float: right;
    position: absolute;
    top: 0;
    left: 33%;
    display: none;
}
.tab-block div.active{
  display: block !important;
}
.tab-block .list-group-item{  
  width: 33%;
  float: left;
}

#government-dropdown .tab-block .bhoechie-tab-content{  
    width: 75% !important;
    left: 25% !important;
}

#government-dropdown .tab-block .list-group-item{  
  width: 25% !important;
}


 .cards-3 .col-md-4:nth-child(3n+1){
  padding: 5px 20px  5px 0;
 }
 .cards-3 .col-md-4:nth-child(3n+2){
  padding:  5px 20px  5px 20px;
 }
 .cards-3 .col-md-4:nth-child(3n){
  padding:  5px 0px 5px 20px;
 }
 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
 @media (max-width: 991px){
.container .col-md-4:nth-child(3n+1){
  padding: 20px;
 }
 .container .col-md-4:nth-child(3n+2){
  padding:  20px;
 }
 .container .col-md-4:nth-child(3n){
  padding:  20px;
 }
 
}
@media (max-width: 768px){
.container .col-md-4:nth-child(3n+1){
  padding: 10px;
 }
 .container .col-md-4:nth-child(3n+2){
  padding:  10px;
 }
 .container .col-md-4:nth-child(3n){
  padding:  10px;
 }
}
/*.bhoechie-tab .bhoechie-tab-content{
  border-right:   border-right: 2px solid #ccc;
}*/

/* Responsive Elements */

/* Custom, iPhone Retina */ 
@media screen and (min-width : 320px) {
/*h1 {
  font-size:56px;
}
h2 {
  font-size:48px;
}
h3 {
  font-size:36px;
}
h4 {
  font-size:26px;
}
h5,*/
h5.subheading {
  font-size:20px;
}
h6,
h6.subheading {
  font-size:17px;
  }

  #popularlinks .col-3 .list-items {
      width: 100%;
  }

/* Footer Text Align Fix */
    #mpc-footer .footer-text-center {
        text-align: center;
    }
    #mpc-footer .margin-35 {
        margin-left: 40%;
        text-align: center;
    }
 
}

/* Extra Small Devices, Phones */ 
@media screen and (min-width : 480px) {

.ms-rte-embedcode #searchform{
  height: 12em !important;
}
/*
h1 {
  font-size:56px;
}
h2 {
  font-size:48px;
}
h3 {
  font-size:36px;
}
h4 {
  font-size:26px;
}
h5,*/
h5.subheading {
  font-size:20px;
}
h6,
h6.subheading {
  font-size:17px;
  }
 
}

/* Small Devices, Tablets */
@media screen and (min-width : 768px) {
/*
h1 {
  font-size:58px;
}
h2,
.title-pane h2 {
  font-size:52px;
}
h3 {
  font-size:40px;
}
h4 {
  font-size:30px;
}
h5,*/
h5.subheading {
  font-size:24px;
}
h6,
h6.subheading {
  font-size:20px;
  }
  
}

/* Medium Devices, Desktops */
@media screen and (min-width : 992px) {
  /*
h1 {
  font-size:60px;
}
h2 {
  font-size:56px;
}
h3 {
  font-size:45px;
}
h4 {
  font-size:34px;
}
h5,*/
h5.subheading {
  font-size:24px;
}
h6,
h6.subheading {
  font-size:20px;
  }

  #popularlinks .col-3 .list-items {
      width: 290px;
  }

  /* Footer Text Align Fix */
    #mpc-footer .footer-text-center {
        text-align: left;
    }
    #mpc-footer .margin-35 {
        margin-left: 0;
        text-align: left;
    }
}
/* End of Typography */

#navs {   
    background-color: #033f88;
    /*padding-left: 2%;
    padding-right: 2%;*/
  /*  height: 134px; */
}
.nav hr{
    margin: 0;
    border: 0;
    border-top: 1px solid #444; 
}
.navbar-header a img{
    height: auto; 
    width: auto; 
    /*max-width: 50px; 
    max-height: 50px;
    margin-bottom: 10px;*/ \
    max-width: none;
    max-height: 35px;
    margin-bottom: 20px;   
}
.navbar-inverse{
    padding: 15px 0 0px 20px;   
    margin-bottom:0;
    border: none;
}
.navbar {   
  margin-bottom:0;
} 

.navbar-toggle{
    margin-right:   0 !important;
    padding-right:  0 !important;
}
.navbar-collapse{   
    max-height: 540px !important;
}
.lined{
    width: 90%;
}

.lined li{  
    padding-bottom: 0;
    border-bottom: 1px solid #05497b;
}

.lined li a:hover{
    background-color:#2E8540 !important;
}
.navbar-nav > li > a:hover {
   background-color:#2E8540 !important;

}
.greenlist{
    padding: 5px 0px;   
    background-color:#2E8540;
    list-style: none;
    height: 55px;   
}
#greenNav{
    text-align:center;    
}

#greenNav ul li ul#payMenu {
    top: 2.05em !important;
    z-index: 10;
    min-width: 100%;
    width: 200px;
    border-radius: 6px;

}
#greenNav ul li ul#payMenu li{  
    z-index: 10;
}

#greenNav ul li ul#searchMenu {   
    height: 7em !important;
   
}

#mpc-footer.container {
     width: 100%;
}


.footer-padding{    
    padding-bottom: 20px;
}
.list-left{ 
    list-style:none;
    display: inline;
}
.list-left li{  
    float: left;
}


#mainContainer {    
    width: 72% ;   
}


#deptBanner img { 
    width: 100%;
}

#innerWrapper { 
    margin: 0px auto;
    width: 100% !important; 
    max-width: 1024px;
}

.col-3 {
    width: 33% ;
    padding: 0 1%;
    margin: 0;
    float: left;
}

.tile {  
    width: 22% !important;
}
#tiles img {
    width: 100% !important;   

}
#landingFeatures #block {
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 20px !important;    
}
#block div {
    height: 10em !important;    
}

#commRes{   
    padding: 0 !important;
}
.margin-35 {
    margin-left: 40%;
}

#mainNav #dropdown-1
{   
    left: -15px !important;
    top: 0px !important;
}
#mainNav #dropdown-1 .dropdown-menu{
    
    display:inherit  !important;
}

ul#textNav li #deptSub { 
    width: 29em;
}
#mainNav div#dropdown-3
{
  
    left: -125px !important;
    top: -15px !important;
}
#mainNav #dropdown-4
{
   
    left: -14.4em !important;
    top: -10px !important;
    width:20em;
}

#mainNav #dropdown-3  ul li,
#mainNav #dropdown-4  ul li{
    background-color: #FFF;
    padding-left:0px;
}
#mainNav #dropdown-3  ul li a,
#mainNav #dropdown-4  ul li a{  
    padding-left:0px;
    text-align:left;
}


#pi-scroll-tiles {
    width: 90%;  
    max-width: 1024px; 
}
#pi-tiles.scroll-img ul {
    width: 100%;
    display: inline-table;
}
#greenNav ul{
    height: 100%;
    margin-bottom: 0px;
    
}
/*#greenNav ul li {   
    height: 2.0em !important;
}*/
#greenNav ul li a{
    padding: 0.7em 1.2em;
}
#greenNav ul li a:hover,
#greenNav ul li a:hover span{
   color: #fff;
}
#greenNav ul li{
    background-color: #2E8540;
    z-index: 4;
    color: #fff;

}
#greenNav ul li:hover{
  background-color: #12571c !important;
}

#greenNav ul li ul#searchMenu li input.textField {
        width: 17.5em;
}


#mainNav {
    /*height: 134px;*/
    height: 7.85em;
}
#memberBlocks {     
    width: 23%;
    margin: 0 1% 1.5em 1%;
    height: 200px !important;

}
ul#textNav li #deptSub h3 {  
 color:#60b609;
}

#leftSidebar {
    width: 244px;
    padding-right: 0;
   
}


#deptMenu ul ul {   
    left: 242px;
   
}
#secondStaticNav{   
    height: 80px;
    display:inline;
    width: 100%;
    font-size:   1.1em;

}
#main-search-desktop{
   position:relative;
    float: right;
  display: none;
  width: 70%;
  top: 1.6em;
}
#seconMainNav
{
    position:relative;
    float: right;
    /*top: 40px;*/
    top: 1.8em;
}
#seconMainNav li{
    margin-bottom:0;
    padding-bottom:0;
    break-inside: avoid-column;
}
ul#second-managers li{
  display: inline-block !important;
  width: auto;
}

#seconMainNav li a{ 
    
    font-size:inherit;
    color:  #fff;

}

#seconMainNav li a:focus{ 
    
    outline: dotted 2px #000;

}


#seconMainNav li a span.caret {
    margin-left: 10px;
}

#topNav ul#textNav {
    font-size:0.9em;
}


#cityLogo img {
    width: auto;
    height: 45px;
    min-height: auto;
}

#cityLogo {
    min-height: auto;
}
/*#seconMainNav button.dropdown-toggle:hover,*/
#seconMainNav button.dropdown-toggle:focus,
/*#seconMainNav a.first-direct-link:hover,*/
#seconMainNav a.first-direct-link:focus,
.hover-dropdown-toggle:focus a.need-hover-background, #seconMainNav .open > a, #seconMainNav .open > a:hover, #seconMainNav .open > a:focus {
  /* font-size:20px;*/
    color:  #fff;
    background-color:#2E8540 ;    
    opacity: 1;
    z-index: 100;
}
#seconMainNav button.dropdown-toggle:blur,
#seconMainNav a.first-direct-link:blur{
    background-color: transparent; 
}
/*.hover-dropdown-toggle:hover a.need-hover-background{
   font-size:20px;
    color:  #fff;
    background-color:#669900;    
    opacity: 1;
    z-index: 100;
}
*/
.hover-dropdown-toggle:hover a.need-hover-background .caret {
    color: #fff;
}

/*.second-static-dropdown:hover a,
.second-static-dropdown:focus a{
  background-color: #fff !important;
  color: #000;  

}*/

.hover-dropdown-toggle:focus .black-focus{
  color: #000 !important;
  
}
#resident-dropdown{
    left: -200px;   
    min-height: 250px;       
}

#business-dropdown{
    left: -400px; 
    height: 350px;  
}
#business-dropdown div.bhoechie-tab{
  padding-right: 0;
 padding-left: 5px;
}
#government-dropdown{
    left: -400px;   
}
#textNav .hover-dropdown-toggle div.first-static-dropdown{      
  
  top: 25px;  
  opacity: 0;
  z-index:-1 !important;
        
}
#textNav .hover-dropdown-toggle:hover div.first-static-dropdown,
#textNav .hover-dropdown-toggle:focus div.first-static-dropdown,
#textNav .hover-dropdown-toggle:active div.first-static-dropdown,
#textNav .hover-dropdown-toggle:focus-within div.first-static-dropdown{   
   opacity: 1;  
   z-index:2000 !important;
 }
 
#textNav .hover-dropdown-toggle:hover div.first-static-dropdown{ 
   transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -webkit-transition: opacity 0.7s ease-in-out;   
 }
 
 
#deptSub ul{    
    width: 100% !important; 
}

#deptSub ul li{ 
    width: 45% !important;  
    margin-right: 5%;

}


/*#seconMainNav .hover-dropdown-toggle div.second-static-dropdown,*/
.hide-dropdown{
    display:block;
    opacity: 0; 
    z-index:-1;
    width: 700px;       
    border-top: 8px solid #669900;
    border-radius: 0;
    padding: 0px;    
}

/*#seconMainNav .hover-dropdown-toggle:hover div.second-static-dropdown,*/
.show-dropdown{  
    display:block;
    opacity: 1;
    z-index:1000;   
    width: 700px;       
    border-top: 8px solid #669900;
    border-radius: 0;
    padding: 0px;    
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;  
     transition-property: opacity, z-index;
    transition-duration: 0.5s; 
 }
.vertical-tab{  
    padding-left: 0;

}
.bhoechie-links-content li a,
.resident-image-content a{  
  /*  font-size:14px !important;*/
    color: #000 !important;
    font-weight:normal;
}

.second-static-dropdown ul{
    
    margin-right:0px !important;
}

.second-static-dropdown li {
    list-style: none;
}

div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important; 
 
}

div.bhoechie-tab-menu h4{
   text-align:left;
   /*width: 140px;*/
   font-weight: normal; 
   font-family: 'Roboto';
   margin-left: 0;
}

div.bhoechie-tab-menu div.list-group a h4{  
    background-color: #fff;
    color:#0066cc; 
    display: inline;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-right: 10px;

}

div.bhoechie-tab-menu div.list-group a.active,
div.bhoechie-tab-menu div.list-group a.active h4{
    background-color: #0066cc !important;  
    color: #ffffff;
  
}



div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
 
}
div.bhoechie-tab-menu a.list-group-item{
  margin-bottom: 0;
  padding: 20px 10px !important;
  border: 1px solid #ddd !important;
  border-left: none !important;
}

div.bhoechie-tab-menu a.list-group-item .glyphicon,
div.bhoechie-tab-menu a.list-group-item .fa {
  color: #033f88;
  padding-left:5px;

}
div.bhoechie-tab-menu a.list-group-item:first-child{
  /*border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;*/
  border-top: none !important;

}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
div.bhoechie-tab-menu a.list-group-item:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}
div.bhoechie-tab-menu a.list-group-item.active,
div.bhoechie-tab-menu a.list-group-item.active .glyphicon,
div.bhoechie-tab-menu a.list-group-item.active .fa{
  background-color: #0066cc !important;  
  color: #ffffff;
  border-color: transparent;
}
.goto-homepage:after,
div.bhoechie-tab-menu a.list-group-item:after,
div.bhoechie-tab-menu a.list-group-item.active:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  color:#0166ce;
}
.goto-homepage:after,
div.bhoechie-tab-menu a.list-group-item.active:after {
  color:#fff;
}

div.bhoechie-tab-content{
  background-color: #ffffff; 
  padding-right: 0;
  padding-top: 20px;
  /*border-right:2px solid #ccc;*/
  /*min-height: 255px;
  max-height: 420px;*/

}

.bhoechie-links-content{
    margin:0;
    padding: 0;
    padding-left: 30px; 
}

#business-dropdown .bhoechie-links-content {
padding-left: 10px !important;
}
#business-dropdown div.bhoechie-tab-content{
    border-right: none !important;
    
}
div.bhoechie-tab-content ul li{ 
    padding-bottom:6px !important;
    /*margin-right:0px !important;*/
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.government-image-content a span{
  display: block;
}
.resident-image-content a:hover{    
    text-decoration:none;
    
}
.resident-image-content,
#busniess-image-content,
.government-image-content
{  
    border-left: 1px solid #ddd;
    padding-bottom: 20px;
}

.second-static-dropdown img{    
    display:block;
    margin: auto;
    /*padding-top:20px;*/
    
}
#busniess-image-content{
    margin-top:30px;
    border-left: 2px solid #ccc;
}

#busniess-image-content img{    
   padding: 10px 0;
    width: 90%;
    max-width: 160px;
    max-height: 120px;

}
#busniess-image-content a{
    padding-bottom:10px;
    text-align: center;
    display: block !important;
}

#busniess-image-content h4{
   text-align:center;
    font-size:20px;
    color:#fff;
    position:absolute;
    top:40px;
    width: 70%;
    left:15%;
    
}
.council-tab div.bhoechie-links-content{    
    padding-left: 0 !important; 
    padding-top:10px !important;    
}
.council-tab {
    border-right:none !important;    
}
.council-tab ul,
.official-tab ul{
    padding-left:10px !important;   
    padding-bottom: 10px;
}

.council-list{
     column-count: 2;   
    padding-top: 10px;
}
.council-list li{   
    padding-top:7px !important;
}
#government-dropdown h5{        
    color: #2E8540;
    margin: 0;
    padding-top:3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
#government-dropdown a:hover{
    /*text-decoration:none;*/
}

.government-image-content a{            
        font-size:16px !important;
        color:#000 !important;
        font-weight:bold;
        
}
.government-image-content img{
    /*margin-top: 30px;*/
    /*margin-bottom:20px;*/
}

.government-image-content a:hover{  
    text-decoration:none;   
    
}
.government-image-content li{            
     margin: 0 auto !important;
        
}
.official-tab{  
    padding-top: 0px;
    border-right:none !important;

}
.official-tab ul li{
    margin-top: 5px;    
}
.official-content{  
     /*border-right:1px solid #ccc;
     border-left:1px solid #ccc;*/
     /*min-height: 363px;*/
}
#overStay3 #dropdown-3{
        visibility:   hidden;
}
#overStay3:hover #dropdown-3,
#overStay3:focus #dropdown-3,
#overStay3:active #dropdown-3,
#overStay3:focus-within #dropdown-3{    
    visibility:visible;    
}

#bondquicklinks ul li{
    padding-bottom: 0 !important;
}

#pi-scroll-tiles li {
    width: 30%;
}
#pi-scroll-tiles .image-thumbs {
    width: 100% !important; 
    max-width: 271px;   
}

.social-sprite{
    background-image: url('/PublishingImages/style-library/social-sprite@2x.png');
    background-repeat: no-repeat;  
    display: block;    
}
ul.mobile-social-footer li {
    margin: 20px 8px 0px 8px;
}
#footer-facebook-logo{  
  background-position: -278px 0px;  
  width: 20px;
  height: 30px;   
}
#footer-facebook-logo:hover { 
  background-position: -342px 0px;  
  width: 20px;
  height: 30px;  
}
#footer-twitter-logo{ 
  background-position: -295px 0px;  
  width: 24px;
  height: 30px;   
}
#footer-twitter-logo:hover {  
  background-position: -359px 0px;  
  width: 24px;
  height: 30px; 
}
#footer-youtube-logo{ 
  background-position: -320px 0px;  
  width: 22px;
  height: 30px;       
}
#footer-youtube-logo:hover {  
  background-position: -384px 0px;  
  width: 22px;
  height: 30px; 
}
#feedback-wrapper .feed-error {
    display:inline;
}
#memberBlocks div a img {
    max-width: 100% !important;

}
#mainNav {
   
    height: auto;
}
#outerWrapper {  
    background-color: #033f88;
}
#mainNav #innerWrapper {  
    height: 7.85em;
    position: relative;
}
#skipNav{
  background-color: #001B3B; 
   left:-999px;
    position:absolute;
    top:auto;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
#skipNav .container{
  padding: 0;
  display:  flex;
}
#skipNav:focus-within{
  position: absolute;
  padding: 15px;
  height: 70px;
  padding: 15px 0;
  width:  100%;
   left: 0;
    top: 0;
    height: auto;
    overflow:auto;
    z-index:999;
}
#skipNav button{
  background-color: transparent; 
  color: #fff;
  padding: 10px 15px;
  border: solid 1px #fff;
  border-radius: 3px;

}
#topNav .dropdown-toggle, 
#seconMainNav .dropdown-toggle {
    background-image: url('/SiteCollectionImages/COD_images/Dropdown.svg');
    background-repeat: no-repeat;
    background-position: right; 
    background-size: 22px;
    padding-right: 30px !important;
    min-width: none;
    min-width: 5em;
}
#seconMainNav .dropdown-toggle {
    background-size: 28px;
}
#seconMainNav li{
 padding: 0 5px;
}
.search .dropdown-toggle::after{
  content: none;
}
.search .dropdown-menu{
  left:-645px !important;
}
#main-search input{
  width: 100%;
    padding: 10px;
}

#seconMainNav .search .dropdown-toggle{
    background: url("/SiteCollectionImages/COD_images/Icons-Standard-Search-white.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    min-width: 2em !important;
}
#seconMainNav .search .open .dropdown-toggle{
    background: url("/SiteCollectionImages/COD_images/large-x-close-white.png") ;
     background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: center;
    
  
}
#main-search{
  padding: 30px;
}
.text-dark-green{
 color:#2E8540;
 text-align: left;
    padding: 1em;
    font-weight: 550;
    padding-bottom: 0;
}
.text-dark-blue{
 color:#0157B1 !important;
 text-align: left;
    padding: 1em;
    font-weight: 500;
    padding-bottom: 0;
}
.bottom-border{
   border: 0;
   border-bottom: solid 1px #ddd !important ;
}
.open button.dropdown-toggle{
  background-color: #2E8540 !important;
}
.open .dropdown-menu{
  border-top:solid 3px #2E8540;
  margin-top: -3px;
  border-radius: 0;
  margin-left: -2px;
  padding: 0.5em 1em;
}
.open .dropdown-menu ul a{
 color: #000 !important;
}

.open .dropdown-menu ul{
  column-count:   2;
  list-style:   none;
  padding-bottom: 1em;
}
ul.column-count-1{
    column-count:   1 !important;
}
.open .dropdown-menu li{
 width:   max-content;
 border: none !important;
}
#secondStaticNav .first-direct-link{
  padding: 0.7em 1.0em 0.5em 1em;
}
#secondStaticNav .first-direct-link:focus{
  outline: solid;
}
.goto-homepage{
  background-color:  #2E8540 !important;
  width: 100%;
  padding: 3px 10px !important;
  font-size: 1em !important;

}
.goto-homepage span{
  padding-right: 10px;
}
/*#dallas311-menu{
  width: 80px;
}*/
#dallas311-container .goto-homepage{
  padding-left: 20px !important;
}
/*#seconMainNav button:hover{
   background-color:  #2E8540 !important;
}*/
#seconMainNav .open .dropdown-menu {
  padding: 0 !important;
  width: max-content;
  min-width: 700px;
  max-width: 800px;
}
.bhoechie-links-content li a{
  padding: 3px 5px !important;
}
#government-dropdown .bhoechie-tab-content li a{
  display: inline-block !important;
}
.search-go-btn{
 height: 40px;
    width: 40px;
    top: 70px;
    background-image: url('/SiteCollectionImages/COD_images/Search-Icon.svg');
    background-repeat: no-repeat;
    background-position: center; 
  }
  .search-go-btn:focus{ 
    background-image: url('/SiteCollectionImages/COD_images/Search-Icon-Focus.svg');
   
  }
  .search-311{   
    top: -45px !important;
  }
#main-search-desktop input,
#main-search-mobile input{
    width: 90%;
    font-size: 1.1em;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #eee !important;
   /* background: url(/SiteCollectionImages/COD_images/homeSearch_icon_black.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 97% center;*/
}
.search-go-btn{
  position: relative;
  float: right;
  top: -40px;
  padding: 7px 0px 0 20px;
}
/*#main-search .search-go-btn img{
 width:   25px;
}*/
#main-search-desktop .search-go-btn{
 margin-left: -40px;
}
#main-search-desktop input:focus,
#main-search-mobile input:focus{
  outline: none;
 /*border-radius: 20px;  
 border: solid 2px #FFB333;*/
 
}
button.dropdown-toggle:focus{
  outline:solid; 
}
#main-search-desktop img{
  width: 50px;
    padding: 0 15px;
}


#translate-elem img{
  margin-right: -20px;
}
#google_translate_element a.goog-te-menu-value span{
      background-image: url('/SiteCollectionImages/COD_images/language-24px.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px; 
}

 .goog-te-banner-frame.skiptranslate {
            display: none !important;
        } 
        body {
            top: 0px !important; 
        }

        .goog-te-menu-frame {
        max-width:100% !important; 
        }
        .goog-te-menu2 { 
        max-width: 100% !important;
        overflow-x: scroll !important;
        box-sizing:border-box !important; 
        height:auto !important; 
        }

.free-text{
  display:  inline-block;
}
.visible-only-editmode{
  display: none;
}
@media screen and (max-width: 991px) {

img{
  max-width: 100%;
}
#s4-bodyContainer {
    margin: 10px auto;
}
#s4-workspace{
  overflow-x: hidden;
}
#bond-row h1{ 
  font-size: 26px !important;
}
#bond-row h1,
#bond-row p{
  padding: 0 5px;
}
.ms-rtestate-field table, .ms-rtestate-write table,
.ms-rtestate-field table tbody, .ms-rtestate-write table tbody {   
    margin: 0 auto;
  /*  table-layout: fixed;
    display: block;*/
    /*removed to fix http://dallascityhall.com/departments/sanitation/Pages/hhw.aspx  */
    max-width: 100%;
}


table.ms-listviewtable tbody tr td.ms-newsletterline{
  display: none;
}
td#script table tbody tr td img {
  height: 4px !important;
}


#textNav .hover-dropdown-toggle:hover div.first-static-dropdown,
#textNav .hover-dropdown-toggle:active div.first-static-dropdown,
#textNav .hover-dropdown-toggle:focus div.first-static-dropdown,
#textNav .hover-dropdown-toggle:focus-within div.first-static-dropdown{   
   opacity: 1;  
   z-index:2000 !important;
 }


.div-laptop{
    visibility: none;   
}
.div-mobile{
    visibility: visible;
}
 

.wrapper-311 {
    min-height: 230px;
    max-height: 375px;  
    overflow: visible;
}
.content-311 {  
    width: 60%;
    padding-bottom:0; 
    margin-bottom: 0;
}
.inner-311 {
    padding: 1em 1em 1em 5%;
    position: relative;
}
.image-311 {   
  width: 40%;  
    height: 200px;   
    padding-bottom:0; 
    margin-bottom: 0;

}
.image-311 img {  
    width: 100%;
    height: 100%;
}
.dch-row {
    width: 100%;
}

.column-1 {  
    width: 100%;
}
.column-2 { 
    width: 100%;
}
#newsroom ul {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.tile {   
    width: 41% !important;
    margin-left: 2% !important;
    margin-right: 1% !important;
    height: 420px !important;
    overflow: visible !important; 
}
#landingFeatures #block {
   width:   47%;
}
#block div {
    height: 10em !important;    
}

.margin-35 {
    margin-left: 40%;
}
#greenNav ul li ul#payMenu li a {       
    padding:3px 8%;
}

#mainNav #dropdown-4
{   
    left: -100% !important;
    width:  200%;
}

#pi-scroll-tiles {
    width: 90%;   
}

#todayiwantto ul li a {
    /*min-width: 215px;*/
    min-width: 100%;
}

#pi-scroll-tiles li {
    width: 38%;
}

iframe {
   max-width:100%; 

}
#translate-elem{
  padding-left: 30px;
}
#translate-elem img{
  margin-right: 0px;
}


}

@media screen and (max-width: 500px){
  

#hero {
    background-position: center center;
    padding-top: 70px;   
}
.ms-rtestate-field .ms-rte-embedil{
  width: 100%;
}
#deptBanner h1{
    top: 10% !important;
    
}
table.float-left tr td{
    max-width: 100%;
    display: inline-flex;
  }


/*.container .row #leftSidebar{    
    height: -webkit-fill-available !important;
}*/
#quickservices li, .iwanttoicons li{
float:left;
width:46%;
margin-right:3%;
padding-bottom: 10px;
}


.div-laptop{
    visibility: none;   
}
.div-mobile{
    visibility: visible;
}
.transparent{
    background-color: transparent;
}
#popularlinks .container .col-3:first-child{
   width: 100%;
}
#popularlinks .container .col-3:nth-child(2),
#popularlinks .container .col-3:nth-child(3){
   width: 100%;
}
#todayiwantto ul li a {
    /*min-width: 215px;*/
    min-width: 270px;
}

.image-311 {    
    width: 100%;  
}
.content-311 {  
    width: 100%;   
}
#newsroom ul {
    margin-left: 10px;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}
.gov-block {
    width: 90%;
    float: left;
    margin: 0 auto;
}
.tile {    
    width: 45% !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
    height: 330px !important;

}

.tile h3 {      
    font-size: 20px !important;
}
#block div {
    height: 15.5em !important;    
}

#commCol{   
    width:100% !important;
    padding-left:0 !important;
    border: none !important;
    padding-bottom:20px;
}
#btnLinks {
    height: 36em !important;
    padding: 1em !important;
        
}
#btnLinks ul {   
  padding-top: 0 !important;  
}
#btnLinks ul li {  
    width: 46% !important;   
    margin: 5px 1% !important;
    height: 4.5em !important;  
    padding: 5px !important;
}

.margin-35 {
    margin-left: 35%;
}
#greenNav ul li ul#payMenu li a {      
    padding:3px 10%;
}



.btn-side {
    margin-right: 10px !important;
}

.inner-311-title .btn-secondary, 
.inner-311-title a.btn-secondary {
    min-width:100px !important;
}

#memberBlocks {     
    width: 46%;
    margin: 0 3% 1.5em 0;
    height:220px !important;
  
}


#searchform{
  height: 22em !important;
}


#searchform div{
  width: 100% !important;
}

#directoryBlock li{
  display: grid;
}

#greenNav ul li ul#searchMenu li input.textField {
    width: 65% !important;
}
#greenNav ul li ul#searchMenu input.searchBtn {    
    width: 25% !important;
}

iframe {
   width:100%;
}
.col-xxs-6{
  width: 50%;
}

.col-xxs-12{
  width: 100%;
}
.xxs-visible{
  display: block;
}
.xxs-hidden{
   display: none;
}
.search-go-btn {
    padding: 7px 0px 0 0px;
}

}



@media screen and (max-width: 991px) 
  { 
  
.container{
width:100%;
margin:0 auto;
}

#request .list-items h3 {
    margin-top: 15px;
    margin-left: -15px;
}

#feedback-wrapper .feed-error {
    display: none;
}



#outerWrapper { width: 100%; height: 100%; background-color: #FFF; }


#mainContainer,
#last-contact { 
    width: 100%;     
    padding: 0 2%;
    
}
#mainContainer{    
    margin-bottom: 3em;   
}

#mainContainer img {  
    max-width: 95%;
    height: auto !important;
    
}
.navbar-inverse .navbar-nav > li > a {   
    z-index: 1100;
}


#deptBanner h1{
    top: 30%;
    
}

 #servBanner h1 {
    background-color: #0066cc; 
    background-image: url('/SiteCollectionImages/COD_images/more-vertical-icon-white-32x32.png');
    background-repeat: no-repeat;
    background-position: right;  
     position: absolute;
    top: 93%;
    left: 0px;
    padding: .5em;
    font-size: 1.3em;
    color: #FFF;
    opacity: .9;
    width: 100%;
    margin: 0px;
    margin-top: 10px;
}
.container .row #leftSidebar{    
    height: 42px;
    background-color: #033f88;  
}

#leftSidebar {
   height: 42px;
    width: 100%;   
    padding  : 0;
    margin-bottom:0;
    background-color: #0066cc;
}

#leftSidebar div.#deptMenu{
    
    display: block !important;
}


#leftSidebar div#deptMenu {    
    position: relative;
    height: auto;
    margin: 0 0 !important;
    width: 100%;
}
.ms-srch-hover-outerContainer{
    display: none !important;
}
#last-contact{
  display: inline;
}
#last-contact .ms-rte-wpbox {   
   display: inline;
}
#last-contact,
#last-contact ul,
#last-contact #deptContact,
#last-contact .ms-rtestate-field p
{
   text-align: center;   
}

#last-contact li{
  list-style: none;
}

#last-contact h2,
#last-contact h2 a{
  font-size: 20px;
}
#last-contact h3{
  font-size: 18px;
  text-align: center;
}
#last-contact .ms-rtestate-field #top-10-how-to{
  text-align: left;
}

#popularLinks ul{
  padding-left: 0;
}


#deptContact ul{
  list-style: none;
  padding-left: 0px;
}

#deptContact h3{
  display: none;

}
#leftSidebar div#twtFeed {
    text-align: center;     
}
#leftSidebar iframe {
    text-align: center;      
}


#popularLinks { 
    margin-top:  4em;  
    margin-left: 2em;
}
.gov-block {
    width: 40%;
    float: left;
    margin-right: 3%;
    margin-left: 5%;
}
.gov-block-photo {
    width: 100%;
    height: 100%;   
}
#commRes h1 {
    font-size:30px; 
    
}
#commRes div#commCol{
    margin-left: 10px !important;
}
/*.ms-rte-wpbox {   
    margin-left: 10px !important;
}*/

.ms-srch-item {
    margin-top: 1em;
    width: 95%;
}

#mainNav #dropdown-3
{ 
    left: -3px !important;   
}

#greenNav ul li ul#payMenu {         
    
    padding: 1em 0 1.25em 0;  
    border:1px  solid   #ccc;   
    top: 2.4em !important;
    
}

#greenNav ul li ul#payMenu li{
    background-color:transparent;
    
}
#greenNav ul li:hover{
    color: #fff;
    background-color: #0066cc;
}
#greenNav ul li:hover a {
    color: #fff;
}
#greenNav ul li.search a{   
    background-color: transparent;
    background: url(/SiteCollectionImages/COD_images/homeSearch_icon.png) no-repeat center center; 

}


#greenNav ul li.search:hover { 
  background: url(/SiteCollectionImages/COD_images/search_white_1.png) no-repeat center center; 
  background-color: #0066cc;

   }

/*#greenNav ul li.search a:hover { background-color:#0066cc; background: url(/SiteCollectionImages/COD_images/homeSearch_icon.png) no-repeat center center;  padding-bottom: .5em; padding-top: .5em; }
*/


#greenNav ul li.feedback, #greenNav ul li.social, #greenNav ul li.epay, #greenNav ul li.search {
     padding: .5em 0; 
     padding: 0 0 !important;
     height: 100% !important;     
}
#greenNav ul li a {
    position: relative;  
    font-size: 1.0em !important;
    top: 0 !important;
    padding: 5px 0;
    /*height: 40px;*/
}

#greenNav{
    float: none !important;
    width: 100%;    
    height:37px;
    
}   
#greenNav ul{
  display: grid;
}

#greenNav ul li{
 /* width: 50%;*/
  height: 100%;
  padding: 5px 0;
}

/*#greenNav ul li:nth-child(3){
    width: 50%;
}*/

#navs {      
    padding-left: 0;
    padding-right: 0;
    height: auto;
}
#greenNav ul li ul#searchMenu li:first-child { margin-top: 1em;}
#greenNav ul li ul#searchMenu {   
    height: 6em !important;
    top:3.2em;
    left: -2px;
    width: 101% !important;
    border-radius: unset;
    box-shadow: -10px 5px 10px #888888; 
 
}

.left-btns{
  float: right;
}
#search-open-icon,
#search-close-icon{
  position: absolute;
  right: 50px;
  top: 15px;
}
#search-open-icon img{
    width: 60px;
    padding-top: 2px;
    max-height: 45px;
    margin-bottom: 0;
}
#search-close-icon img{
  padding: 10px 16px;
   width: 60px;
     max-height: 45px;
    margin-bottom: 0;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
     font-weight: 500; 
    color: #0066cc;
    font-weight: bold;
   /* outline: none;*/
    margin-right: 20px;
}
#dl-menu .dl-menuopen li a{
  color:#0066cc ;
  display: block;
}
#dl-menu .dl-menuopen li a h5{
 padding-top: 5px;
}
#dropdown-4 ul li:first-child {
    width: 100%;
}
#greenNav ul li ul#searchMenu li input.textField {
    width: 80%;
}
#greenNav ul li ul#searchMenu input.searchBtn {
    margin-top: 0 !important;
    float: right;
    width: 18%;
}
/*#todayiwantto ul li a {   
    min-width: 50%;
}*/
#mainNav {
    height: 105px;
}
/*
#ctl00_PlaceHolderMain_RichHtmlField3__ControlWrapper_RichHtmlField{
    
    display: none !important;
}
*/

.article-content img{
    
    width: 95% !important;
}






/* Edits from Vanessa 03-14-2017 - 03/15/2017 */
div.bhoechie-tab-menu div.list-group > a h4 {
    /*margin: 20px 5px;*/
    padding: 0;
    display: inline;
}
.bhoechie-tab-menu .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bhoechie-tab-menu .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#seconMainNav .hover-dropdown-toggle .dropdown-menu {
    border-radius: 0px;
}



.bhoechie-links-content li {
    list-style: none;
}
.bhoechie-links-content {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.bhoechie-tab-content hr {
    border-top: 1px solid #ccc;
}

.hover-dropdown-toggle .caret {
    margin-left: 10px;
    color: #669900;
}
.hover-dropdown-toggle a:hover .caret {
    color: #fff;
}
#seconMainNav.nav > li > a:hover, 
#seconMainNav.nav > li > a:focus {
    background-color: inherit;
    outline: none;
}

.list-group-item {
    border-bottom: 1px solid #ccc !important;
    border: transparent;
}

#resident-dropdown .bhoechie-tab {
    border-left: 1px solid #ccc;
    /*border-right: 1px solid #ccc;*/
}
#business-dropdown .bhoechie-tab {
    border-left: 1px solid #ccc;
}
#resident-dropdown .bhoechie-tab,
#business-dropdown .bhoechie-tab {
    min-height: 300px;
}
#government-dropdown .bhoechie-tab {
    padding-left: 0px;
    border-left: 1px solid #ccc;
}
#government-dropdown .bhoechie-tab {
    /*min-height: 370px;*/
    min-height: 395px;
}
#government-dropdown .government-image-content {
    /*min-height: 330px;*/
    min-height: 355px;
}
.government-image-content,
.resident-image-content {
    text-align: center;
    border-left: 2px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
#government-dropdown .bhoechie-tab-content.official-tab {
    padding-top: 0;
}
#government-dropdown .bhoechie-links-content.official-content {
    padding-top: 15px;
}

.hover-dropdown-toggle a ~ #resident-dropdown {

}

#seconMainNav .resident-image-content li {
    padding-bottom: 20px;
}
#seconMainNav .government-image-content li {
  padding-bottom: 20px !important;
  padding-top: 20px;
}

#greenNav,
.dl-menuwrapper button {
  margin-right: 15px;
}


#hero #heroshadow {
    position: relative !important;   
}

/* Spotlight */
.scroll-img {
    width: 100%;
    margin: 0 10% !important;
}

/* Footer */
.mp-footer h3 {
  margin-left: 8px;
  padding-bottom: 5px;
  display: inline-block;
}
#mpc-footer .legal-stuff {
  width: 100%;
}
#mpc-footer .copyright {
  padding-top: 10px;
  width: 100%;
}

/* Menu Icon */
.dl-menuwrapper button {
  left: 0 !important;
  float: right;
}

.dl-menuwrapper button.dl-active {
    background-image: url('/SiteCollectionImages/COD_images/White-Close-Icon-24px.png') !important;
    background-repeat: no-repeat !important;
    opacity: 1.0;
}
#deptMenu button.dl-active {   
    background-position: 10px center !important;
    margin-right: 10px !important;
    width: 40px !important;
}
#dl-menu button.dl-active {    
    background-position: center !important;
    margin-right: 15px !important;
    top: 5px;
    background-size: 25px;
    width:  40px;
}

button#dept-menu-btn, button#dept-menu-btn:hover {
    background-image: url(/SiteCollectionImages/COD_images/more-vertical-icon-white-32x32.png);
    background-position: right center;
    background-repeat: no-repeat !important;
    top: 5px !important;
    width: 100px;
    opacity: initial;
    color: #FFF;
    padding-right: 10px;
    font-size: 1.1em;
    margin-right: 0;  
    background-color: transparent !important;  
}
/*
button#dept-menu-btn,
button#dept-menu-btn:hover {
    background-image: url('/SiteCollectionImages/COD_images/more-vertical-24x24.png');
    background-repeat: no-repeat !important;
    background-position: right 0.2em !important;
    width: 90px;
    /*opacity: 0.7;*/
   /* color: #fff;
    font-size: 16px;
    top: 5px !important;
    margin-right: 0;
    background-color: transparent !Important;
   }*/

button#dept-menu-btn:after{
    content:none !important;
    
}

/* City Logo */


.fancybox-close {
    background-repeat: no-repeat;
  }

/* Bootstrap Override Styles */
a,
a:hover,
a:focus {
    color:#0166ce;
}
.btn-primary,
a.btn-primary,
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus {
    border-color: transparent;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: inherit;
    background-color: #ccc;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    text-decoration: none;
}
.btn-minimal-reverse:hover {
    color: #ddd;
}
.btn-md {
    padding: 8px 16px;
    min-height: 20px;
    font-size: 16px;
    line-height: normal;
}

.btn.swagit {
    font-size: 16px;
}
.btn-sm {
    padding: 6px 0px;
    min-height: 10px;
    min-width: 110px;
    font-size: 14px;
    line-height: normal;
}
.inner-311 .btn {
    margin-bottom: 20px;
}


.vTitle-sect {
    text-align: center !important;    
    font-size: 30px !important;
}
#Quicklinks.featured-links {
    width: 190px;
    margin: 1em 0;
    margin: auto;
}


table{
  height: auto !important;
}



}

/*#navs,
.dl-menu {
  z-index: 3;
  position: relative;
}
#pi-tiles-btn a {
    z-index: 1;
  }*/

/*==========  Mobile First Method  ==========*/
@media screen and (max-width : 767px) {
  /*.container{
    padding-left: 5px !important;
  }*/
ul.column2{
  column-count: 1;  
}
#content-2ndcol,
#content-3rdcol,
#content-2ndcol-oem,
#content-3rdcol-oem
{
    height: 100%;
    width: 95%;
    margin: 10px 2% !important;
    /*-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
    

}
#content-2ndcol,
#content-2ndcol div,
#content-2ndcol hr,
#content-2ndcol-oem,
#content-2ndcol-oem div,
#content-2ndcol-oem hr {
    text-align: center !important;
    width: 100% !important;

}

}
/* Custom, iPhone Retina */ 

@media screen and (max-width : 768px) {

.ms-fullWidth{
  display: block !important;
}

.ms-webpart-chrome-fullWidth{
  display: block !important;
}

  table.ms-rteTable-0{
    width: 100% !important;
  }
  table.float-left tr{
    display: block !important;
  }

  .container {
    padding-right: 15px;
    padding-left: 5px;
  }

    .container,
    .dch-row {
        width: 100%;
    }
    #mpc-footer .container .margin-35 {
        margin: 0 auto;
        text-align: center;
    }
    #mpc-footer .container .margin-35 .list-left {
        display: inline-block;
        padding:0px;
    }
    .scrolltop {
      padding-top:20px;
      text-align: center !important;
    }
    
    #madewith,
    #madewith .legal-stuff,
    #madewith .copyright {
        text-align: center;
    }
    #hero {
      height: 300px;
      position: inherit !important;
    }
    #hero-cta {
        padding: 0 0 0 0;
    }
    #hero-cta h1 {
        font-size: 36px;
    }
    #hero-cta .scroll-down {
        margin: 1em 0 0 0;
    }
    
    .cta-welcome {    
    line-height: 46px !important; 
    text-shadow: 2px 2px 1px rgba(0,0,0,)   
    }

    .cta-subtitle {   
        font-size: 15px !important;
        letter-spacing: 2px !important;
        line-height: 24px !important;
    }
  


#bondquicklinks ul li{
  display: block;
  width: 70% !important;
  margin: 0 15% 15% 30px !important;
}

#bondsubscribe div{
  float:none !important;
  width: 100% !important;
  text-align: center !important;
}

#prefix-emailInput,
#prefix-submitButton{
  margin-top: 10px;
}

.topic {
    width: 40% !important;  
    margin: 0 5% 30px 5% !important;
}


#pi-scroll-tiles li {
    width: 70%; 
    margin: 0 5%;   
}

.legal-stuff li {    
    line-height: 2.6em !important;
}

#mpc-footer {
    padding: 15px 0px 25px 0px !important;
}
/*#deptContact{
    margin-bottom: 0em !important;
}*/

#mpc-footer p {
  margin: 0px 0px;
  }
  #mpc-footer h3 {
  margin-bottom: 0px;
  }

.ruby ul li {   
    width: 46%;    
}

.fancybox-inner .list-items ul li:last-child {
  border-bottom: solid 1px rgb(220,220,220) !important;

}

#oem-gallery img{
  max-width: 90%;
}

    
}

/* Small Devices, Tablets */
@media screen and (max-width : 991px) {
    #mpc-footer .container .footer-text-center .footer-padding,
    #mpc-footer .container .footer-padding .footer-text-center,
    #mpc-footer .footer-text-center {
        text-align: left;
    }
    #mpc-footer .container .footer-padding .margin-35,
    #mpc-footer .margin-35 {
        margin-left: 0;
        text-align: left;
    }
    .scrolltop {
      padding-top:70px;
      text-align:right;
    }
    #mpc-footer .legal-stuff{
      text-align: center;
    }
    .navbar-header {
      width: 100%;
    }
    #hero {
      height: 300px;
      position: inherit !important;
    }
    #hero-cta {
        padding: 2% 0 0 0;
    }
    #hero-cta .scroll-down {
        margin: 3em 0 0 0;
    }

}

/* Medium Devices, Desktops */
@media screen and (min-width : 992px) {
  #mpc-footer .legal-stuff {
    float: right;
    text-align: right;
    }
    #hero {
      /*height: 400px;*/
      position: inherit !important;

    }
    #mpc-footer .copyright {
        margin-top: 2em;
    }

}


@media screen and (max-width: 991px)
{
#greenNav {
float: none !important;
width: 100%;
height: 45px;
position: absolute;
top: 70px;
}
#search-close-icon{
  display: none;
}
#main-search-mobile{
    display: none;
    float: none !important;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #003F88;
    padding: 0 3%;
}
#main-search-mobile input{
  width: 100%;
}

}

/* Large Devices, Wide Screens */
@media screen and (min-width : 1200px) {
    .container,
    .dch-row {
        width: 1024px;
    }

}