@import url(//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//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;
}
body{
  font-size: 16px;
}

#newmaps{
padding:14px;
border-radius:6px;
display:inline-block;
background-color:#0157B1;
color:#ffffff;
font-weight:bold;
/*background-image:URL(https://dallascityhall.com/departments/government-affairs/PublishingImages/Icons/IconArrowsChevronRigt-LightBlue.svg);*/
background-image:URL(https://dallascityhall.com/PublishingImages/icons/Icongraphy.svg);
background-position:center right;
background-repeat: no-repeat;
padding-right: 40px;
}

.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,
#todayiwantto ul li button {
    /*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;
}

.container{
  max-width: 100%;
}

/* 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);*/
  box-shadow:none;
  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;
}
input::placeholder{
    color: #888;
    font-weight: bold;
}  
#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,
.dallas311 p.s-h4{
    font-size: 18px;
    color:  rgb(6, 88, 187);
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.column2{
  column-count: 2;  
}
ul.unlisted{
  list-style: none;  
  margin-left: 0;
    display: contents;
}
a.blue-back,
a.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;    
}
li.alert{
  background-image: url(/PublishingImages/icons/orange-alert.png);
   background-size: 18px;
   background-repeat: no-repeat;
   background-position: left center;
   padding: 0;
   padding-left: 25px;
   margin-bottom: 0 !important;
}

ul.alert{
  display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
}
ul.alert li{
  padding: 0;
    padding-left: 25px;
    margin-bottom: 0 !important;
}


.blue-arrow{
  background: url(/government/citymanager/PublishingImages/Pages/Home/Next%20Arrow.svg) 97% center / 12px 18px no-repeat;
  color: #003F88;
  display:  block;
  padding: 20px 10px;
  width:  100%;
  font-weight:  550;
  padding-right:  10%;

}
a.blue-arrow{
  background: url(/government/citymanager/PublishingImages/Pages/Home/Next%20Arrow.svg) 97% center / 12px 18px no-repeat;
    color: #003F88;
    display: block;
    padding: 5px 0;
    width: 100%;
    font-weight: 550;
    padding-right: 30px !important;

}


.alert-level-light{
  background-color: rgb(255,239,213);
border-color: rgb(255,160,0);
border-radius: 6px;   
}
.alert-level-light a,
.alert-level-light p{
  font-size: 1.1em;
  padding: 5px 0;
}
.alert-level-light a{
 color: rgb(1,87,177);
 font-weight: 550;
}
.alert-level-light p{
 color: rgb(68, 68, 68);
 font-weight: 500;
}
li.alert-dropdown {
    background-color: rgb(255,239,213);
    border-color: rgb(255,160,0);
    border-radius: 6px;
    padding: 10px;
    background-image: url(/PublishingImages/icons/orange-alert.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px 12px;
    margin-bottom: 10px;
}

li.alert-dropdown .card-header button {
    background-image: url(/departments/budget/financialtransparency/PublishingImages/home-2019/Icons-Close.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0;
    padding-left: 25px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}
li.alert-dropdown .card-header button.collapsed {
    background-image: url(/departments/sustainabledevelopment/PublishingImages/Icon/Arrows-Dropdown.svg);
    background-size: 30px;
}
li.alert-dropdown .card-body{
  padding: 15px 25px;
  padding-bottom: 0;
}
li.update-dropdown {
    background-color: #EBF6FF;
    border-color: #0157B1;
    border-radius: 6px;
    padding: 10px;
    background-image: url(/departments/sustainabledevelopment/PublishingImages/Icon/Caution-Icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px 12px;
    margin-bottom: 5px;
}


li.update-dropdown .card-header button {
    background-image: url(/departments/budget/financialtransparency/PublishingImages/home-2019/Icons-Close.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0;
    padding-left: 25px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}
li.update-dropdown .card-header button.collapsed {
    background-image: url(/departments/sustainabledevelopment/PublishingImages/Icon/Arrows-Dropdown.svg);
    background-size: 30px;
}
li.update-dropdown .card-body{
  padding: 15px 25px;
  padding-bottom: 0;
}

#faq-text-filter input{
  background-image: url(/SiteCollectionImages/COD_images/Search-Icon.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;
}

.video-link,
.video-link:visited{
   background-image: url(/PublishingImages/icons/Icons%20-%20Standard%20-%20Circle%20Play%20Button%2032.svg);
   background-size: 22px;
    padding-right: 35px;
    color: #0157B1;
    background-repeat: no-repeat;
    background-position: right center;
 }
 
.dark-blue-link,
.dark-blue-link:visited{
   background-image: url(/PublishingImages/icons/Icons-dark-blue-arrow.svg);
   background-size: 30px;
    padding-right: 35px;
    color: #001B3B;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
 }
.blue-link,
.blue-link:visited{
   background-image: url(/PublishingImages/Icons/blue-link.svg);
   background-size: 30px;
    padding-right: 35px;
    color: #0157B1;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
 }
 .new-link{
   background-image: url("/PublishingImages/Icons/open_in_new_black_48dp.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    color: #0157B1;
    padding-right: 35px;
  }
  .new-link-white,
  .new-link-white:hover,
  .new-link-white:focus,
  .new-link-white:visited{
   background-image: url("/PublishingImages/Icons/OpeninNewWindow-white.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 25px;
    color: #fff;
    padding-right: 40px;
  }
  .next-right-link {
    display: block;
    text-align: right;
    font-weight: 500;
    padding-right: 22px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-image: url(/departments/pnv/Forward-Dallas/PublishingImages/Icons/Icon-Forward%20-Arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
}
.button-download{
   display: block;
    font-weight: 500;
    padding-right: 22px;
    background-image: url(/PublishingImages/components/download-white.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 25px;
    padding-right: 50px !important;
}
.button-download-white{
   display: block;
    font-weight: 500;
    background-image: url(/PublishingImages/components/download.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    padding-right: 30px !important;
    background-color: #fff;
}
.light-blue-link,
.light-blue-link:visited{
   background-image: url(/departments/city-attorney/PublishingImages/Icons/Icons%20-%20Arrows%20-%20Chevron%20Right.svg);
   background-size: 30px;
    padding-right: 35px;
    color: #7EC6FF;
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size: 1.3em;
 }
.dch-button{
  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;
  font-size: 1em;
  padding: 15px 25px;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'Roboto';
  border: none;
  margin: 0;
}
.white-right-arrow,
.white-right-arrow:hover,
a.white-right-arrow:visited{
    display: block;
    text-align: right;
    font-weight: 500;
   padding-right: 25px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    background-image: url(/PublishingImages/components/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
    color: #fff;
    font-size: 16px;

}

.modal-header{
    border-bottom: none;
    height: 50px;
}
.modal-dialog button.close{
  font-size: 40px;
  color: #fff;
  position: relative;
  top: -10px;
  left: 100px;
}
.modal-dialog {
    position: relative;
    top: 15%;
}
.modal-content{
  background-color: rgb(40,40, 40);
}
#main-modal{
  align-items: center;
}
#main-modal .modal-dialog {
    position: relative; 
    top: 0%;
    max-height: 90%;
}
#main-modal .modal-content{
   background-color: #fff;
   padding: 30px;
}
#main-modal .modal-header{
  padding-top: 0;
  height: auto;
  font-family: "Roboto";
}
#main-modal h1{
  font-size: 2.125em;
   padding: 10px 0;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}

#main-modal button.close {
    position: absolute;
    left: calc(100% - 50px);
    top: 5px;
    color: #333;
    min-width: 40px;
    height: 50px;
   font-size: 40px;
    font-weight: 300;
    opacity: 1;
   
}
#main-modal.video-modal button.close {
    font-size: 32px;
    opacity: 0.5;
     font-weight: 500;
   
} 
#main-modal .modal-body {
  padding: 0;
  padding-top: 20px;
}


#main-modal.video-modal .modal-content{
  background-color: rgb(40,40, 40);
}
#main-modal.admin-page .modal-dialog{
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}
#main-modal.admin-page{
  width: 80%;
    margin: 30px auto;
    height: 80%;

}
#main-modal.admin-page .modal-body {
    height: 100%;
}
#main-modal.video-modal button.close,
#main-modal.video-modal h1 {
  color: #fff;
}
#main-modal.video-modal h1 {
 font-size: 1.4em;
}
#main-modal.video-modal h1:focus{
  outline:none;
}
.flex-list{
  display: flex;
    list-style: none;
} 
.flex-list li{
  flex: 1;
}
.grid-container-2,
.grid-container-3{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  padding: 10px;
  list-style: none;
}
.grid-container-2{
   grid-template-columns: 1fr 1fr;
   gap: 30px 30px;
}
.grid-container-2 li{
   padding-bottom: 0;
}
.grid-container-3{
  grid-template-columns: 1fr 1fr 1fr;
   gap: 20px;
}

.grid-3-2-1{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 20px;
  width: 100%;
  padding: 0;
}
.grid-4-3-2-1{
  padding:0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
}
.grid-full-row{
  grid-column: 1 / -1;
}
.ul-scroll-wrapper {
  overflow: hidden;
}
.ul-scroll-wrapper .nav-tabs {
    padding: 0;
    background-color: transparent;
    display: inline-flex;
    min-width: 570px;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
}
.ul-scroll-wrapper ul.nav-tabs{
  display: flex;
}
.ul-scroll-wrapper li.nav-item{
    flex: 1;
}
.ul-scroll-wrapper li.nav-item button.nav-link{
  border: none;
  background-color: transparent;
  font-size: 1.6em;
  width: 100%;
  padding: 20px 20px;
  border-bottom: solid 5px #ccc;
  text-align: center;
}

.ul-scroll-wrapper li.nav-item button.nav-link.active {
    color: #0157B1;
    border-bottom: solid 5px #0157B1;
}
.white-back{
  background-color: #fff !important;
}
.dark-blue-back{
  background-color: #001B3B !important;
}

.dark-orange-back{
  background-color: #9A392C;
  padding: 5px;
}

.round-white-list .round-card a{
  color:#043875 !important;
}

.scrolloff {
        pointer-events: none;

}
 .right-link{
    text-align: right !important;
    float: right;
    padding-bottom: 20px;
    padding-right: 20px;
  }
 
.visible-sm-xs{
  display: none;
}
.hidden-sm-xs{
  display: block;
}
.white-link{
  position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff !important;
    font-size: 1.3em;
    padding-left: 20px;
    font-weight: 600;
    padding-right: 50px;
    line-height: 1.3;
    background: url(/PublishingImages/icons/Icongraphy.svg) 97% bottom / 30px 25px no-repeat;

}
.white-back-link{
    color: #fff !important;
    padding: 5px;
    padding-left: 30px !important;
    font-weight: 600;
    line-height: 1.3;
    background: url(/PublishingImages/icons/Left-Arrow-white.svg) 10px center / 30px 25px no-repeat;

}
.wider-list{
    width: 120%;
    padding: 0;
    margin-left: -11%;
    display: inline-block;
}

#filter-block .form-group input {
    text-indent: 10px;
   }
   p.p-h3{
  font-size: 1.2em;
  padding-bottom: 5px;
}
 p.p-h4{
  font-size: 0.9em;
}
.form-group label{
  height: 25px;
}
/*.form-group:focus-within label{
  font-size: 1.3em;

}*/
.form-group:focus-within input,
.form-group:focus-within select{
  border: solid 2px blue;

}
#filter-block .form-group {
   height: 75px; 
}
.new-link-left{
  background-image: url("/PublishingImages/Icons/open_in_new_black_48dp.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
  float: left;
  width: auto !important;
    padding: 10px 30px;
    font-size: 1em;
}


.staff-list .landing-content-right p{
  font-size: 1em;
    line-height: 1em;
}

#staff-contacts .box-wrapper{
  display: flex;
  margin: 10px 5px;
  border-radius: 3px;
  box-shadow: 3px 6px 15px #00000029;
}
.landing-content-right{
  text-align: left;
  padding: 25px 20px !important;
  display:  block;
  background-color: #fff;
}

.staff-picture-elem {
    border-right: solid 1px #ddd;
    padding: 0;
    height: auto;

}
.staff-picture-elem img{
  width: 100%;
}
.landing-content-right a{
  font-size: 1em;
    line-height: 1.6em;
}
.text-light-blue{
  color:#0157B1 !important;
}
.light-blue-back{
  background-color:#7EC6FF !important;
}
.pale-blue-back{
  background-color: #EBF6FF !important;
}
.blue-back{
   background-color: #0157B1 !important;
}
.mid-dark-blue-back{
   background-color: #003F88 !important;
}
.contact-details h3{
  font-size: 18px;
    font-weight: 550;
    padding: 0px 0 10px 0;
    border: none;
}
.contact-box{
  border: solid 1px #eee;
  border-radius: 3px;
}
#contact-elem div{
  padding-left: 0;
  padding-right: 0;
}
#contact-elem .contact-box{
  padding: 15px;
  padding-right: 0;
  box-shadow: 3px 6px 15px #00000029;
}
#contact-elem h4{
    font-size: 20px;
    font-weight: 550;
    padding: 15px 0;
}
#contact-elem p{
  margin-bottom: 0;
  font-style: 16px;
}
#contact-elem .contact-details a{
  font-weight: 600;
}
#contact-elem h4.text-blue {
    font-size: 20px;
    color: #0759ad;
    font-weight: 600;
    font-family: 'Roboto';
}
#contact-elem img{
   width: 25px;
    height: 20px;
    padding-right: 5px;
}

#contact-elem .flex{
  padding-left: 0;
  padding-right: 0;
}


.social-contact-icon{
   margin-bottom: -5px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
#contact-elem .social-contact-icon img{
 width: 100%;
 height: auto;
 padding: 0;
}
.flex{
  display: flex;
}
#goto-parent{
  background: url(/government/citymanager/PublishingImages/Pages/Home/Back%20Navigation%201.png) 10px center / 16px no-repeat;
  /*  background-color: white;
    border: none;
    display: inline-block;
    font-size: 14px;
    color: #0157B1;
    padding: 10px 25px;
    padding-left: 40px;
    font-weight: 550;
    border-radius: 3px;
    margin-bottom: 30px;
    width: 220px;*/

  }
.round-container{
   display: flex !important; 
    flex-direction: row;
    padding: 0;
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}

.featured-picture-container{
  display: flex;
 /* gap: 70px;*/
}


.featured-picture-container .featured-picture{
  width: 40%;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-picture-container .details{
  width: 60%;
  padding: 50px;
 /* padding-left: 0;*/
} 
.featured-picture-container .picture-container-heading {
    font-size: 2em;
}
.extended-full-width-container {
    width: 120vw;
    margin-left: calc(512px - 60vw);
}

/*.extended-full-width-container .container{
   max-width: 1024px;
    margin: 0px auto;
    padding: 50px 0;

}*/
.extended-full-width-container .featured-picture-container{
  border-radius: 0;
}
.extended-full-width-container .container .featured-picture-container{
  border-radius: 10px;
}
.extended-full-width-container .featured-picture-container .details{
 padding-left: calc(60vw - 512px);
}

.extended-full-width-container .container .featured-picture-container .details {
    padding-left: 50px;
}


.extended-half-picture-container .details,
.extended-half-picture-container .featured-picture{
  width: 50%;
}
.extended-half-picture-container .details{
  padding-left: calc(51vw - 512px) !important;
}
.subsite-banner-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    padding: 40px 60px;
    padding-left: 15%;
}
.dch-sub-banner-header .picture-divided-banner{

}
.dch-sub-banner-header .dark-blue-back span {
    color: #fff;
    text-align: left;
    font-size: 2.4em;
    font-weight: 500;
    padding: 0;
    margin: 0;
    max-width: 500px;
    display: block;
    font-family: "Roboto";
}
.dch-sub-banner-header .dark-blue-back span.text-desc {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.5em;
    padding-bottom: 20px;
}
.picture-divided-banner .left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dpmt-banner.picture-divided-banner{
  display: flex;
}
#dpmt-banner.h-400 {
    min-height: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #001B3B;
    padding: 60px;
    p{
      font-size: 1.5em;
      font-weight: 600;
      color: #fff;
      text-align: center;
      padding: 0;
      padding-top: 10px;
      margin: 0;
    }
    p.p-h1{
      font-size: 2.8125em;
    }
    

    @media screen and (max-width: 768px){
      height: auto;
      padding: 80px 20px;
      p.p-h1{
      font-size: 2.1875em;
      font-weight: 600;
      }
    }
    /*@media screen and (max-width: 450px){
      height: auto;
      padding: 60px 20px;
      p{
      font-size: 0.8rem;
      }
      p.p-h1{
      font-size: 2.1875em;
       font-weight: 600;
      }
    }*/
}
#department-contact .grid-container-2 {
grid-template-columns: 1fr 1.4fr;
  .contact-details p{
     font-size: 1.1em;
     padding-bottom: 20px;
  }

  a.goto-profile {
    background-color: #F9F9F9;
    display: flex;
    font-size: 16px;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    height: auto;
    border: none;
    background-position: 95% center;

    .round-img {
        width: 110px;
        height: 110px;
        margin: 0px;
    }

    .landing-content-right {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 5px 0 5px 30px !important;

        span{
          font-family: 'Roboto', sans-serif;
        }

        .span-h5 {
            font-size: 1.125em !important;
            color: #222;
            font-weight: 600;
        }
        .span-h4 {
          font-size: 1.5em;
          font-weight: bold !important;
          padding-left: 0 !important;
          padding-top: 5px;
          display: block;
      }
      .span-h6 {
          font-size: 1em !important;
          color: #222222;
          font-weight: 400;
      }
    }
  }
  
   @media screen and (max-width: 768px){
    grid-template-columns: 1fr ;
     a.goto-profile {
            & .landing-content-right {
              padding-left: 20px !important;
            }
            .round-img {
              width: 80px;
              height: 80px;
          }
     }
   
    .landing-content-right {
            .span-h4 {
              padding-bottom: 10px;
          }
        }
  }
    
}


h1.sr-only{
  display: none;
}
h1:has(.sr-only){
  display: none;
}
.picture-front-elem {
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.picture-back-elem {
    background-size: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.picture-divided-banner #dpmt-banner-picture,
.picture-divided-banner #dpmt-banner-title{
  height: auto;
  max-height: 330px;
}
.top-padding-0{
  padding-top: 0;
}
.dch-compatible-layout #mainContainer{
  width: 1024px;
    float: unset;
    margin-bottom: 0;
}
.dch-compatible-layout #mainContainer h2{
    margin-bottom: 0;
}
.featured-picture-container.card-menu .featured-picture{
  min-height: 130px;
}
.featured-picture-container.card-menu .details{
 padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.featured-picture-container.card-menu .details a.blue-link{
background-size: 25px;
    width: 100%;
    font-weight: 550;
}
@media screen and (max-width: 1024px){
.extended-full-width-container {
    padding: 0 10px;
    margin:0;
    width: 100%;
}
.extended-full-width-container .featured-picture-container .details{
 padding-left: 50px;
}
.container {
    max-width: 100%;
}

.wider-list{
    width: 100%;
    margin-left: 0%;
}

}
 @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;
 }
 .visible-sm-xs{
  display: block;
}
.hidden-sm-xs{
  display: none;
}
 
}
@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;
 }
 
 .grid-container-3,
.grid-container-2{
  grid-template-columns: 1fr;
  }

  .grid-container-3-2-1{
  grid-template-columns: 1fr 1fr;
}
  #staff-contacts .box-wrapper {    
    max-width: 580px;
}

#contact-elem{
  padding-left: 15px;
}
.round-container {
    flex-direction: column;

  }
.featured-picture-container{
  flex-direction: column;
}
.featured-picture-container .details {
    width: 100%;
    padding: 50px;
}
.container .featured-picture-container .details {
    width: 100%;
    padding: 50px;
}
.extended-full-width-container .featured-picture-container .details {
    width: 100%;
    padding: 50px;
}
.featured-picture-container .featured-picture {
    width: 100%;
}

#main-modal.home-modal {
    left: calc(50vw - 160px);
}
#main-modal.home-modal .modal-body {
    overflow: scroll;
}

#main-modal.home-modal .modal-dialog {
    height: 80vh;
    overflow: scroll;
}
.picture-divided-banner #dpmt-banner-picture{
  height: 250px;
}

}
@media screen and (max-width: 600px){
 

.grid-container-3{
  grid-template-columns: 1fr;
  }

  .flex-list{
 flex-direction: column;
} 

}
@media screen and (max-width : 320px) {
 #main-modal.home-modal {
    left: 0;
}
}
@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; */
}
#navs ul a
.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;
}
#pi-tiles.scroll-img ul#tilesUl {
    width: max-content;
    display: flex;
}
#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,
div.bhoechie-tab-menu span.s-h4{
   text-align:left;
   /*width: 140px;*/
   font-weight: normal; 
   font-family: 'Roboto';
   margin-left: 0;
}

div.bhoechie-tab-menu div.list-group a h4,
div.bhoechie-tab-menu div.list-group a span.s-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,
div.bhoechie-tab-menu div.list-group a.active span.s-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,
#government-dropdown span.s-h5{        
    color: #2E8540;
    margin: 0;
    padding-top:3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: block;
}
#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: 300px; 
    border-radius: 6px;
    overflow: hidden;  
    object-fit: cover;
}

#spotlight-home #pi-scroll-tiles .spotlight-title {
    display: block;
    padding-top: 10px;
    margin-bottom: 0;
}
#spotlight-home .scroll-img {
    min-height: 230px;
    height: auto;
    width: 90%;
}
#spotlight-home #pi-scroll-tiles li {
 padding-bottom: 0px; 
 padding: 6px;
 border-radius: 10px;
 overflow: hidden;
 width: 280px;
 margin: 0 10px;
}

@media screen and (max-width: 1150px) {
#spotlight-home #pi-scroll-tiles li {
 width: calc(25vw);
 margin: 0 10px;
}
}
@media screen and (max-width: 991px) {
#spotlight-home #pi-scroll-tiles { 
    width: calc(90vw);
    margin: 0 auto;
}
#spotlight-home .scroll-img {
        width: 90%;
        margin: 0 5% !important;
        padding-bottom: 20px;
        /*overflow: scroll;*/
}
#pi-tiles.scroll-img ul {
    width: max-content;
    display: flex;
    overflow: hidden;
}
#spotlight-home #pi-scroll-tiles li {
 width: calc(40vw);
 margin: 0 10px;
}

}
@media screen and (max-width: 768px) {
   #spotlight-home #pi-scroll-tiles li {
 width: calc(80vw);
 margin: 0 10px;
}
}
@media screen and (max-width: 420px) {
    #spotlight-home .scroll-img {
        width: 90%;
        margin: 0 5%;
    }
}


.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: 8.2em;
    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 img{
  height: 30px;
  width: 30px;
  background-color: transparent;
}
#seconMainNav .search #search-open-img{
  display: block;
}
#seconMainNav .search #search-close-img{
  display: none;
  padding: 4px;
}
#seconMainNav .search .open #search-open-img{
  display: none;
}
#seconMainNav .search .open #search-close-img{
  display: block;
}
#seconMainNav .search .dropdown-toggle{
   /* background: url("/SiteCollectionImages/COD_images/Icons-Standard-Search-white.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;*/
    background-image: none;
    height: 40px;
    width: 40px;
    padding:5px;
    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;
}
#textNav .first-direct-link:focus,
#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');
   
  }
  #secondStaticNav ul button.search-go-btn{
    min-width: 30px;
    padding:0;
    background-size: 25px;
  }
  .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;*/
 
}
.dropdown-toggle:focus{
  outline:solid; 
}
#main-search-desktop img{
  width: 50px;
    padding: 0 15px;
}


#translate-elem img{
  margin-right: -20px;
  display: none;
}
#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; 
}
div.goog-te-gadget span {
    border: none !important;
}

 .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;
}
.dch-button {
    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;
    font-size: 1.2em;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: normal;
    font-family: 'Roboto';
    border: none;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dch-sm-button{
  display: inline-block;
    text-align: center;
    padding: 8px 12px;
    border-radius: 5px;
}

.dch-button:hover{
     font-family: 'Roboto';
}

.button-white,
.button-white:visited{
  background-color: #fff;
  color:#003F88;
}
.button-white:hover{
  background-color: #e7e7e7;
  color:#003F88;
}

.button-light-green,
.button-light-green:visited {
    background-color: #04C585;
    color: #001B3B;
}

.button-light-green:hover{
  background-color: #02db88;
  color:#003F88;
}

.button-orange,
.button-orange:visited {
    background-color: #FFB333;
    color: #000;
}

.button-orange:hover{
  background-color: #ff8e17;
  color:#000;
}

.button-green,
.button-green:visited {
    background-color: #2E8540 !important;
    color: #fff;
}

.button-green:hover{
  background-color: #12571c;
  color:#fff;
}


.button-blue,
.button-blue:visited {
    background-color: #0157B1;
    color: #fff !important;
}

.button-light-blue,
.button-light-blue:visited,
.button-light-blue:hover,
.button-light-blue:focus {
    background-color: #7EC6FF;
    color: #001B3B !important;
}
.button-blue:hover{
  background-color: #0144c6;
  color:#fff !important;
}

.button-dark-blue,
.button-dark-blue:visited,
.button-dark-blue:focus  {
    background-color: #001B3B;
    color: #fff;
}

.button-dark-blue:hover{
  background-color: #00298d;
  color:#fff !important;
}

.button-darker-blue,
.button-darker-blue:visited,
.button-darker-blue:focus {
    background-color: #001B3B;
    color: #fff !important;
}

.button-darker-blue:hover{
  background-color: #002b5a;
  color:#fff !important;
}

.button-trans, .button-trans:visited, .button-trans:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: solid 1px #fff !important;
}
.social-contact-icon{
   margin-bottom: -5px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
#contact-fb{
  background-image: url("/PublishingImages/icons/Facebook-contact.svg");
}
#contact-tw{
  background-image: url("/PublishingImages/social-media/twitter/twitter-color-200x200.png") !important;
}
#contact-ig{
  background-image: url("/PublishingImages/icons/IG-contact.svg");
}
p.title-desc {
    font-size: 1.2em;
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.grey-back{
  background-color: #eee !important;
}
.above-a{
  padding-bottom: 10px !important;
}

.round-card{
  border-radius: 10px;
  overflow: hidden;

}
.round-card a{
  display: block;
}
.division-card{
    border: solid 2px #ccc;
    border-radius: 10px;
    padding: 25px;

}
.center-button {
    display: block;
    margin: 40px auto 20px auto;
    max-width: 280px;
}


.featured-picture-container.card-menu {
       flex-direction: row;
    }

.featured-picture-container.half-half .featured-picture,
.featured-picture-container.half-half .details{
   width: 50%;
  }
.view-all-link{
    float: right;
    margin-bottom: 20px;
    background-size: 22px;
}

.view-all-link-right{
    float: right;
    margin-bottom: 20px;
    background-size: 22px;
    background-image: url(/departments/pnv/Forward-Dallas/PublishingImages/Icons/Icon-Forward%20-Arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 25px 5px 5px;
}
h2 + .view-all-link-right{
margin-top: -30px;
margin-bottom: 30px;
} 
@media screen and (max-width: 768px){
.featured-picture-container.half-half .featured-picture,
.featured-picture-container.half-half .details{
   width: 100%;
  }
}
@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,
#todayiwantto ul li button {
    /*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;
}
#language-translate-nav #translate-elem{
  padding-left: 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,
#todayiwantto ul li button {
    /*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;
}
.featured-picture-container.card-menu {
       flex-direction: column;
    }
.featured-picture-container.card-menu .featured-picture,
.featured-picture-container.card-menu .details {
  width: 100%;
    }
.featured-picture-container.card-menu .details {
        padding: 20px;
    }
}



@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,
div.bhoechie-tab-menu div.list-group > a span.s-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: 10px;
    padding-left: 10px;
  }

    .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;
    }

}




.event-tile > a:focus, .event-tile > a:hover{
/*margin-top: -3px;*/
transform: translateY(-4px);
-webkit-box-shadow: 10px 13px 35px 4px rgba(0,0,0,0.4);
-moz-box-shadow: 10px 13px 35px 4px rgba(0,0,0,0.4);
box-shadow: 10px 13px 35px 4px rgba(0,0,0,0.4);
text-decoration: none;
outline: solid 6px rgb(1,87,177);
}

.event-tile a{
  display: flex;
}

.date-day {
  min-width: 120px;/*100px*/
 color: #fff;
 background-color: #001B3B; 
  display: flex;
  justify-content: center;
  align-items: center;   /* <---- NEW    */
}
.event-tile .date-day {
    color: rgb(0,27,59);
    background-color: rgb(255,179,51);
}
.date-day-padding{
margin-top:-3px;
}

.date-details { 
  flex-grow: 1; /* Set the middle element to grow and stretch */
  background-color: rgb(250,250,250);
}

.date-details-padding{
padding:15px 20px;
}

.event-day-month-abbr{
text-align: center;
font-weight: bold;
margin-bottom: 8px;
display: block;
text-transform: uppercase;
font-size: 18px;
}

.event-day-dotm{
font-size: 32px;
text-align: center;
font-weight: bold;
display: block;
}

.time{
font-weight: bold;
margin-bottom: 8px;
color: rgb(0,27,59);
display: block;
}

.p-location{
margin-bottom: 8px;
font-size: .9em;
color: rgb(85, 85, 85);/*rgb(102, 102, 102)*/
display: block;
font-weight: normal;
}

.p-name{
font-size: 18px;
font-weight: bold;
color: rgb(1,87,177);
display: block;
}

#events{
list-style-type: none;
list-style-position: outside;
margin: 15px 0px 15px 8px!important;
display: grid;
grid-gap: 30px;
grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
padding-left: 0;
}



.event-tile{
display: grid;
-webkit-box-shadow: 10px 10px 35px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 35px 4px rgba(0,0,0,0.2);
box-shadow: 10px 10px 35px 4px rgba(0,0,0,0.2);
padding-bottom: 0px !important;
transition: all .5s;
transition: transform 1s ease-in-out;
margin: 2px 0px;
}
#events-container{
padding-bottom: 30px;
}
#dt-weekDayAbb{
  display:none;
  }



#events-grid4{


.event-tile{
   border-top: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding-bottom: 0px !important;
margin: 2px 0px;
}

.event-tile a{
  display: flex;
  flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.date-day {
  justify-content: flex-start;
  padding: 20px;  
}
.date-details { 
  background-color: #F5F5F5;
}
.date-day-padding{
height: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .event-day-month-abbr { 
    font-size: 1.5em;
    font-weight: 500;
    }
    .event-day-dotm{
        font-size: 2.125em;
        margin-top: 5px;
            text-align: left;
       
}
}
    .date-details-padding {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


}


.time{
  font-size: 1em;
}
.p-location{
margin-bottom: 0px;
font-size: 1em;
color: rgb(85, 85, 85);/*rgb(102, 102, 102)*/
display: block;
font-weight: normal;
min-height: 55px;
line-height: 1.5em;
}

p.p-name{
font-size: 1.25em;
font-weight: bold;
color: rgb(1,87,177);
min-height: 80px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 15px;
}
}

.form-group input,
.form-group select{
    border: solid 1px #555 !important;
    box-shadow: none;
}
select.input-select{
    padding: 8px;
    margin: 5px;
    margin-top: 0;
    padding-right: 50px;
    font-size: 1.1em;
    min-width: 200px;
}
@media screen and (max-width: 768px){

#events{
list-style-type: none;
list-style-position: outside;
margin: 0px;
padding: 0px;
}

.event-tile{
border-top: solid 6px #2196F3;
}
}
@media screen and (max-width: 520px){
  #events{
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  #dt-weekDayAbb{
  display:inline-block;
  }
  #dt-weekDay{
  display:none;
  }
  .round-container .dch-button{
  display: block;
  margin: 5px;
}
}

.flex-md,
.flex-sm{
    display: flex;
}
.flex-1{
  flex:1;
}
.flex-2{
  flex:2;
}
@media screen and (max-width: 1024px){
.flex-md{
    flex-direction: column;
  }
}
@media screen and (max-width: 991px){
.flex-sm{
    flex-direction: column;
  }
}
@media screen and (max-width: 768px){
.back-image{ 
    flex-direction: column;
  }

.flex-2,
.flex-1
{
  flex: auto;
  margin-bottom: 20px;
}
}

.picture-divided-banner{
    display: flex;
    overflow: hidden;
}

.picture-divided-banner .detail-part {
    width: 60%;
    padding: 50px;
}

.picture-divided-banner .picture-part {
    width: 40%;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #999;
}


#DeltaPlaceHolderMain .picture-divided-banner .detail-part p{
  text-align: left;
    font-size: 1.1rem;
}
#DeltaPlaceHolderMain #dpmt-banner.picture-divided-banner .detail-part p {
    font-size: 1rem;
    padding-bottom: 0px;
}
#DeltaPlaceHolderMain .picture-divided-banner .detail-part p.picture-container-heading,
#DeltaPlaceHolderMain #dpmt-banner.picture-divided-banner .detail-part p.picture-container-heading{
  font-size: 1.6rem;
    font-weight: 550;
}
#DeltaPlaceHolderMain #dpmt-banner.picture-divided-banner .detail-part p.picture-container-heading{
  padding-bottom: 15px;
}
.picture-divided-banner.dark-blue-back p{
  color: #fff;
}
.container .picture-divided-banner{
    border-radius: 10px;
}
.flex-col{
   display: flex;
   flex-direction: column;
}
.flex-reverse{
  display: flex;
  flex-direction: row-reverse;
}
.drop-down-list .card{
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  border: solid 1px #001B3B;
}
.drop-down-list .card-header button.btn {
    background-color: #003F88;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 15px;
    padding-right: 50px;
    white-space: normal;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-size: 16px;
}
.drop-down-list .card-header .btn, .card-header .btn:hover, .card-header .btn:focus {
    background-image: url(/departments/office-of-equity-and-inclusion/Equity/big-audacious-goals/PublishingImages/Icons/Arrow-Up-White.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 25px;
    font-weight: 500;
    font-family: 'Roboto';
    box-shadow: none;
}
.drop-down-list .card-header .btn p,
.drop-down-list .card-header .btn label
{
  color: #fff;
  padding-bottom: 0 !important;
  font-size: 1.25em !important;
}
.drop-down-list .card-header button.collapsed, .card-header button.collapsed:hover, .card-header button.collapsed:focus {
    background-image: url(/departments/office-of-equity-and-inclusion/Equity/big-audacious-goals/PublishingImages/Icons/Arrow-Down-Blue.png);
    font-weight: 500;
    background-color: #e6f0f9;
}
.drop-down-list .card-header button.collapsed p,
.drop-down-list .card-header button.collapsed label
{
  color: #001B3B;
  font-family: "Roboto";
}


.drop-down-list .card-body{
    padding: 20px;
    display: inline-block;
    width: 100%;
    background-color: #f1f1f1;
}

.ms-rtestate-field .drop-down-list .card-body p{
  color: #000;
  font-size: 1.25em;
}
.drop-down-list{
    padding: 20px;
    list-style: none;
    border-radius: 6px;
}
ul.listed{
    list-style: disc;
    margin-left: 20px;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.resource-list .round-card{
    display: flex;
    align-items: center;
    padding: 20px;
    border: solid 1px #2196F3;
}
.resource-list .round-card a {
    display: block;
    width: 100%;
    background-size: 23px;
    font-size: 0.9em;
}
.resource-list .round-card a,
.resource-list .round-card a:hover, 
.resource-list .round-card a:focus{
  color: #003F88;
}

a.round-padded,
button.round-padded{
    font-size: 1.25em;
    border: none;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    padding: 20px;
    padding-right: 15px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    span{
      width: 100%;
    }
    span.blue-link{
      padding-right: 45px;
    }
}

@media screen and (min-width: 1025px){
.container .stretched-container {
    width: 100vw;
    margin-left: calc(512px - 51vw);
}
.picture-divided-banner .left-container  {
    padding-left: calc(50vw - 512px);
}
.container .picture-divided-banner .left-container {
    padding: 50px;
}
.container .stretched-container .picture-divided-banner .left-container{
   padding-left: calc(50vw - 512px);
}
}
@media screen and (max-width: 1024px){
 .container .stretched-container {
    width: 101%;
    margin-left: -1%;
}
.container .stretched-container .picture-divided-banner{
  border-radius: 0;
 }
}

@media screen and (max-width: 768px){
  .picture-divided-banner,
  .flex-reverse {
    flex-direction: column;
  }
  .picture-divided-banner .detail-part,
  .picture-divided-banner .detail-part.left-container {
    width: 100%;
    padding: 50px;
} 
  
.picture-divided-banner .picture-part {
    width: 100%;
  }
}
@media screen and (max-width: 400px){
   .picture-divided-banner .detail-part {
    padding: 30px;
}
 
}

@media screen and (max-width: 600px){ 

.event-tile .date-day {
    min-width: 80px;
}
#events {
    grid-template-columns: 1fr !important;
}
}
#language-translate-nav{
  float:right;
  text-align: center;
  background-color: transparent;
  margin-right: 10px;
}
#navs #language-translate-nav ul.top-options button{
    color: #FFB333;
    margin: 0;
    padding: 0;
    min-width: 35px;
    font-size: 0.9em;
}
#language-translate-nav .top-options{
  list-style: none;
  padding: 10px 0;
  margin:0;
  display: flex;
  flex-direction: row;
}
#language-translate-nav .top-options li{
  padding-bottom:   0;
}
#navs #language-translate-nav ul .orange-back,
#language-translate-nav .translate-drop-down .dropdown-menu ul.orange-back,
#navs #language-translate-nav .open button.dropdown-toggle{
  background-color: #FFB333 !important;
  color: #000;
}
#language-translate-nav .translate-drop-down .dropdown-menu .orange-back button{
   color: #000;
}
#navs #language-translate-nav ul.top-options button.globe-button{
  background-image:url(/PublishingImages/icons/translate-icon.png);
  background-position: 30% center;
    background-size: 35%;
    background-repeat: no-repeat;
    height: 25px;
    border-radius: 15px;
    text-align: right;
    display: block;
    padding: 0 5px 0 0 !important;
    position: relative;
    top: -1px;
    width: 45px;

}
#language-translate-nav .translate-drop-down {
  position: relative;
}

#language-translate-nav .translate-drop-down .dropdown-menu{
  border: none;
  box-shadow: 3px 6px 10px #0000004D;
  border-radius: 5px;
  right: 0;
    left: auto;
    color: #000;
    text-align: left;
    width: 200px;
    margin-top: 10px;
}
.open .dropdown-menu ul.second-top-options{
  column-count: 1;
    list-style: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;

}

.open .dropdown-menu ul.second-top-options button{
  color: #000 !important;
}
#language-translate-nav .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #000;
}
#language-translate-nav #translate-elem{
 border-radius: 5px;
}
#language-translate-nav .second-top-options li{
  padding-bottom:   5px;
}
#language-translate-nav .goog-te-gadget .goog-te-combo {
    margin: 0;
    background-color: transparent;
    border: none;
    color: #333;
    padding: 10px;
    width: 100%;
}
#language-translate-nav .fa {
    display: none;
  }
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  position: sticky !important;
}

section.watch-the-video {
    padding: 40px 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/departments/community-care/digital-equity/PublishingImages/Pages/ACP-Enrollment/video%20background.png");
    background-repeat: repeat;
    background-size: 60%;
}
.watch-the-video p.p-p4 {
    font-size: 0.8rem;
    padding-bottom: 0;
    font-family: 'Roboto';
}
.watch-the-video p.p-p3 {
    width: 80%;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 2em;
}

.flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-start{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.editmode-edit{
  display: none;
    font-size: 0.9em;
    text-decoration: underline;
    background-color: #fdd835;
    border: solid 1px #003F88;
    width: fit-content;
    margin: 10px auto;
    padding: 5px 20px;
    border-radius: 5px;
}
.edit-only-siteowner,
.edit-only-siteowner:hover,
.edit-only-siteowner:visited{
  display: none;
    font-size: 0.9em;
    text-decoration: underline;
    background-color: #fdd835;
    border: solid 1px #003F88;
    width: fit-content;
    margin: 10px auto;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
}
.edit-only-siteowner:before {
    content: attr(data-content);
}

button.only-siteowner,
button.only-siteowner:hover,
button.only-siteowner:visited{
     display: block;
    font-size: 0.9em;
    text-decoration: underline;
    background-color: #fdd835;
    border: solid 1px #003F88;
    width: fit-content;
    margin: 10px auto;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
}
button.only-siteowner:before {
    content: attr(data-content);
}
.padding-top-0{
  padding-top: 0px !important;
}

.radius-10{
  border-radius: 10px;
  overflow: hidden;
}
.container-wrap-20{
    max-width: 1064px;
    margin: 0 auto;
    padding: 20px;
}
.container-wrap-50{
    max-width: 1124px;
    margin: 0 auto;
    padding: 50px;
}
.picture-card{
  display: inherit;
  border-radius: 10px;
  overflow: hidden;
}
.picture-card .picture-back{
  min-height: 150px;
  background-repeat: no-repeat;
 /* background-image: url('/PublishingImages/defaultbanner.jpg');*/
 background-color: transparent;
  background-position: center; 
  background-size: cover;
  height: 220px;
}
.ms-rtestate-field .picture-card p{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  font-weight: 550;
  font-size: 1.25em;
}
.picture-card-row{
  display:grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.picture-card-row .picture-back{
  height: 100%;
  background-repeat: no-repeat;
  /*background-image: url('/PublishingImages/defaultbanner.jpg');*/
  background-color: transparent;
  background-position: center; 
  background-size: cover;
}
.picture-card-row p{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  font-weight: 550;
}

.picture-card p.blue-link,
.picture-card-row p.blue-link{
  background-image: url(/PublishingImages/Icons/blue-link.svg);
  background-size: 25px;
  padding-right: 30px;
}
.picture-card p.blue-link{
background-color: #fff;
}
.item-full-row {
    grid-column: 1 / -1;
}
.picture-card .details{
  padding: 20px;
  padding-bottom: 0;
}
.picture-card .details p.p-h3{
     padding: 0;
    padding-bottom: 20px;
    font-size: 1.6em;
    margin-bottom: 0;
}
.picture-card .details button{
  margin-right: 10px;
  margin-bottom: 10px;
}
section h2.heading{
 padding-top: 0;
}
.flex-center-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
p.events-message{
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.video-play-button,
.video-play-button:hover,
.video-play-button:visited{
  background-image: url(/PublishingImages/icons/play%20button%20icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px;
  padding: 10px;
  padding-left: 40px;
  color: #fff;
  background-color: #001B3B;
  border:  none;
}
 @media (max-width: 1024px){

.container-wrap-20,
.container-wrap-50{
  width: 98%;
}
}

#events a.blue-event{
    background-color: #EBF6FF;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding: 15px;
    padding-right: 30px;
    border-radius: 5px;
    font-size: 0.9em;
    background-image: url(/PublishingImages/icons/black%20Right%20Arrow.svg);
    background-position: 98% center;
    background-repeat:no-repeat;
    background-size: 30px; 
    height: 100%;
}
#events a.blue-event p{
  padding:0;
  margin-bottom: 3px;
  text-wrap: balance;
  line-height: 1.5em;
  color: #000;
}
#events a.blue-event div{
  color: #000 !important;
}
#events a.blue-event p.event-name{
  font-weight: 550;
}
#events a.blue-event p.blue-pill{
    padding: 4px 10px 2px 10px;
    border-radius: 15px;
    color: #fff;
    background-color: #0166CE;
    font-size: 0.8em;
   
}

#stay-connected.blue-back{
   background-image: url('/PublishingImages/social-media/social%20media%20background.jpg');
   background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-container{
  display: grid;
}
.grid-container::before,
.grid-container::after
{
  content: none;
}

#important-alerts.importantAlertSection{
background-color: transparent;
}

#dallasNow-alert{
/*
background-color: #0157b1;
padding: 20px;
border-radius: 10px;
color: white;
font-size: 1.4rem;
*/
}

#dallasNow-alert a{
color: white;
text-decoration: none;

padding-left: 140px;
    background-image: url("https://dallascityhall.com/PublishingImages/icons/alert-orange.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 40px center;

    font-size: 1.4rem;
    padding: 1.2rem;
    /* border: solid 1px black; */
    display: inline-block;
    border-radius: 6px;
    /*background-color: #0157b1;*/
    background-color: #003f88;
    color: white;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    padding-left: 140px;

}

#dallasNow-alert a .dch-sm-button{
font-weight: bold !important;
}

#dallasNow-alert a strong.alertHeading{
color: #ffa000;
}

#dallasNow-alert a .alertText{
padding: 8px 0px 20px 0px
}

#dallasNow-alert a .alertText{
padding: 8px 0px 20px 0px
}

#dallasNow-alert a em{
color: #ffa000;
font-weight: bold;
font-style: normal;
}

@media screen and (max-width: 991px) {
    #deptMenu li.dl-back {
        background-color: #eee !important;
        height: 40px;
    }
    #deptMenu .dl-submenu li.dl-back > a {
        width: 100%;
    }
}
#sub-navigation .caret {
    margin-left: 10px;
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.container-wide {
    max-width: 1170px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.container-wide-wrap-50 {
    max-width: 1270px;
    margin: 0 auto;
    padding: 50px;
}
.container-wide-wrap-20 {
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px;
}

.container-wide .grid-3-2-1 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.container-wide .grid-container-2, 
.container-wide .grid-container-3 {
    max-width: 100%;
}
.staff-card{
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  display: flex;
  gap:8%;
  width: 100%;
  height: 180px;
  background-color: #F5F5F5;
  padding-right: 20px;
  
  .picture-back{
    height: 100%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
  }


.flex-center-left {
  width: 100%;
    }

@media screen and (max-width: 420px) {

        .picture-back {
            aspect-ratio: 1 / 1.3;
        }
}

}

.grid-full-row .staff-card{
   height: 320px;
   gap: 50px;

@media screen and (max-width: 768px){

        height: auto;
        flex-direction: column;
        padding: 0px;
        gap: 0px;

    .picture-back {
        width: 100%;
        aspect-ratio: 1.5 / 1;
    }
    .flex-center-left{
      padding: 30px;
    }

}

}




