/*center the global menu bar*/
#navbar-main .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media screen and (max-width:768px) {
	#navbar-main .navbar-nav {
  		display: block;
	}
}
.test-block {position:fixed;top:0;left:4px;z-index:9999;}
#GlobalMenu .glyphicon {
    font-size: 0.8em;
    color: #c48935;
}
#GlobalMenu button.navbar-toggle {
    border: 0;
}
.container.main-container {
    max-width: 960px;
}
.clear-fix { clear: both; }
.jumbotron.social-jumbotron {
    height: 50px;
    padding: 0;    
    padding-top: 13px;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
    color: #a3a3a3;
    font-size: 16px;
}
.social-jumbotron img {margin-top: -2px;}
.jumbotron.emergency-jumbotron {
    padding: 0;
      background-color: #e75a53;
	height: 50px;
	    margin-bottom: 0px!important;
}
.bg-danger.ticker-marquee {
    padding: 10px;
    border-radius: 4px;
}
.cot-panel {
    border: 1px solid #c5c5c5;
    border-top: 6px solid #ffc425;
    background: #fafafa;
    padding: 23px;
}
.video-feature {
    border-top: 6px solid #d73924;
}
.image-feature {
    border-top: 6px solid #289900;
}
footer {
    margin-top: 40px;
    padding-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #dcdcdc;
    border-bottom: 10px solid #ffc425;
    padding-bottom: 50px;
}
footer .footer-title {
    font-size: 22px;
    color: #bbbbbb;
    margin-bottom: 4px;
}
footer .footer-link {
    margin-top: 8px;
}
.address-block {
    line-height: 14px;
}
#FooterSearchBar {
    padding: 8px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
#FooterContactInformation {margin-top:20px;}
.sidebar-heading {
    font-weight: 700;
    font-size: 18px;
}
.sidebar-subheading {
    font-size: 16px;
    margin-bottom: 20px;
}
.vertical-break {
    font-size: 20px;
}
h1.cot-panel-title, h2.cot-panel-title, h3.cot-panel-title,
h4.cot-panel-title, h5.cot-panel-title, h6.cot-panel-title
{
    margin-top: 0px;
    font-weight: 400;
}
ul.nav > li:before, ul.dropdown-menu > li:before { content: none; }
.footer-section {margin-bottom: 10px; }
.gap-right {margin-right: 10px;}
.gap-left {margin-left: 10px;}
.cot-dropin-image {max-width: 100%;}
a[id]:not([href]) {
    content: '';
    display: block;
    height: 90px;
    margin: -90px 0 0;
}
ul.side-nav-list li:before { content: none; } /*eliminate the bullets on the sidebar nav menu*/
.cot-cs-links {
    background: url(https://www.cityoftulsa.org/img/macros/311infobox.png) no-repeat top right;
}