@charset "utf-8";
/* CSS Document */


/***************************************/
/***** Created by Matthew Johnson *****/
/*** matthew.johnson@houstontx.gov ***/
/************************************/


/* Fixed overrides */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  line-height: 1.75em;
  color: #222222;
}

#header {
 padding-bottom: 0;
}

header {
	margin-bottom: 0;
}

header h2 {
	margin: 1em 0;
}
#banner {
	background-position: center center;
}

/* Navigation and navs */
#main {
	padding: 2em 0 0 0;	
}

#mainNav .dropdown-toggle::after {
  display: none;
}

#hcddNav {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.leftMain .nav-item, .rightMain .nav-item {
  font-size: .90em;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2152BB;
    background-color: transparent;
}

a {
  color: #2152BA;
  text-decoration: none;
}
a:hover {
  color: #595959;
  text-decoration: none;
}

a:not([href]) {
    color: #2152BA;
}


.bullets a:link {
  font-size: inherit;
}
ul.bullets > li > ul.bullets {
    list-style-type: circle;
}
ol.a {
	list-style-type: lower-alpha;
}
/* Images */
.img-fluid {
	width: 100% \9;
}

.h-100 { 
	height: 100% !important; 
	min-height: 1rem;
}

/* Rows */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.row > * {
    padding-top: 0;
    padding-bottom: 0;
}

/* Breadcrumbs */

.breadcrumb {
  background-color: transparent !important;
  padding: 0; 
}
.breadcrumb > li + li:before {
  content: ">"!important;
}
.breadcrumb-item+.breadcrumb-item {
  line-height: 3.5em;
}
/* Card and Jumbotrons */

.card, .jumbotron {
	border-radius: 0;
}

/* Buttons */

.btn {
    display: inline-block;
    position: relative;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #2152BA;
    letter-spacing: 0.10em;
    padding: 0.30em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25rem;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

.btn-group-sm>.btn, .btn-sm, .btn-group-lg>.btn, .btn-lg {
	border-radius: 0;
}

button:focus {
    outline: 0px solid;
}


/* Press Release Buttons */
#years .nav-item .active, #newspresSelector .nav-item .active  {
	background-color: #4846AA;
	color: white;
}

/* Tables */
.table {
  padding: 0px;
  text-align: left;
}
th {
  font-weight: bold;
}

.sidebarExtraContent h2 {
  text-align: left;
  font-size: 1.5em!important;
  color: #525252;
  border-bottom: 1px solid #525252;
}

.newstitle {
	text-transform: capitalize;
}

/*Colors*/

/* HCDD Colors */
/* Text Colors */
.text-hcdd {
  color: #34587F;
}

/* BG Colors */

.bg-hcdd-gray {
  background-color: #E0E1DD;
}
.bg-hcdd-blue {
  background-color: #00558C;
}
.bg-hcdd-green {
  background-color: #64A70B;
}
.bg-hcdd-lightBlue {
  background-color: #00A3E0;
}
.bg-hcdd-red {
  background-color: #DA291C;
}
.bg-hcdd-orange {
  background-color: #D45D00;
}
.bg-hcdd-lightOrange {
  background-color: #DE7C00;
}
.bg-hcdd-yellow {
  background-color: #F1C400;
}
.bg-hcdd-darkYellow {
  background-color: #FFCD00;
}
.bg-hcdd-purple {
  background-color: #9B26B6;
}



/* City Colors */
/* Text Colors */

.text-city-blue {
  color: #2F5074;
}
.text-city-subBlue {
  color: #43419F;
}
.text-city-gray {
  color: #525252; 
}
.text-city-gold {
  color: #694A2B; 
}
.text-city-green {
  color: #3A5322; 
}
.text-city-red {
  color: #A30000; 
}
.text-city-magenta {
  color: #7F3458; 
}

/* City Colors - White BG */

.bg-city-blue {
  background-color: #34587F;
}
.bg-city-subBlue {
  background-color: #4846AA;
}
.bg-city-gray {
  background-color: #525252; 
}
.bg-city-gold {
  background-color: #74522F; 
}
.bg-city-green {
  background-color: #415E26; 
}
.bg-city-red {
  background-color: #B30000; 
}
.bg-city-magenta {
  background-color: #8A3860; 
}

/* City Colors - Gray BG */

.bg-city-gray-blue {
  background-color: #2F5074;
}
.bg-city-gray-subBlue {
  background-color: #43419F;
}
.bg-city-gray-gray {
  background-color: #525252; 
}
.bg-city-gray-gold {
  background-color: #694A2B; 
}
.bg-city-gray-green {
  background-color: #3A5322; 
}
.bg-city-gray-red {
  background-color: #A30000; 
}
.bg-city-gray-magenta {
  background-color: #7F3458; 
}


/* Borders */
/* City Colors - White BG */

.border-city-blue {
  border-color: #34587F !important;
}
.border-city-subBlue {
  border-color: #4846AA !important;
}
.border-city-gray {
  border-color: #525252 !important; 
}
.border-city-gold {
  border-color: #74522F !important; 
}
.border-city-green {
  border-color: #415E26 !important; 
}
.border-city-red {
  border-color: #B30000 !important; 
}
.border-city-magenta {
  border-color: #8A3860 !important; 
}

/* City Colors - Gray BG */

.border-city-gray-blue {
  border-color: #2F5074 !important;
}
.border-city-gray-subBlue {
  border-color: #43419F !important;
}
.border-city-gray-gray {
  border-color: #525252 !important; 
}
.border-city-gray-gold {
  border-color: #694A2B !important; 
}
.border-city-gray-green {
  border-color: #3A5322 !important; 
}
.border-city-gray-red {
  border-color: #A30000 !important; 
}
.border-city-gray-magenta {
  border-color: #7F3458 !important; 
}
/* Fat Footer Thick Blue Line*/
.border-3 {
  border-width:10px !important;
  border-color: #005A8B !important;
}


/* Fontawesome Icons */
.fa-file-pdf-o, a > .fa-file-pdf-o, .fa-file-pdf, a > .fa-file-pdf {
  color: #D52B1E;
}
.fa-file-word-o, a > .fa-file-word-o, .fa-file-word, a > .fa-file-word {
  color: #009FDA;
}
.fa-file-excel-o, a > .fa-file-excel-o, .fa-file-excel, a > .fa-file-excel {
  color: #69BE28;
}
.fa-file-powerpoint-o, a > .fa-file-powerpoint-o, .fa-file-powerpoint, a > .fa-file-powerpoint {
  color: #B32B1D;
}
a:hover .fa {
  color: #595959;
}
.fa-check-circle-o, .fa-check-circle {
  color: #415E26;
}

.fa-ul {
	margin-left: 1.5em !important;
}
/*
.fa-li {
    top: .5em;
}
*/

/* Search Bar Styles */
table.gsc-search-box td.gsc-input {
		padding-right: 1em;
}								
.gsc-input table {
	margin-bottom: 0;																		
}
.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
		padding: 0;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: none !important;
    background-color: #005A8B !important;
}

/* Carousel Styles */
.carousel-indicators li {
	background-color: #525252;
}

.owl-carousel .owl-video-wrapper {
	 background: #f3f3f3; 
}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: #f3f3f3;
}

.owl-carousel .owl-video-wrapper {
    background: #f3f3f3;
}

.owl-carousel .owl-video-tn {
	background-size: cover;
	min-height: 280px;
}


/* dataTables styles */ 

.dataTables_wrapper {
  padding: 1em;
  background-color: rgba(225,244,253,.1);
  border: 1px solid rgba(0,0,0,.1);
}

table.dataTable td {
  font-size: .9em;
}  


.page-item.active .page-link {
  background-color: transparent;
  color: #2152BA;
  text-decoration: underline;
  border: none;
  font-size: .8em;
}

.page-item .page-link {
  border: none;
  background-color: transparent;
  color: #2152BA;
  font-size: .8em;

}

.page-link:hover {
    border: none;
    background-color: transparent;
    color: #595959;
    text-decoration: underline;
}

div.dataTables_wrapper div.dataTables_paginate {
  font-weight: bold;
}

.page-item.disabled .page-link {
  border: none;
  background-color: transparent;
  font-size: .8em;
}

div.dataTables_info {
  font-size: .8em;
  font-weight: bold;
}
/* Return to Top Arrow */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Placeholder content */ 

svg.placeholder {
  max-width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==") no-repeat center hsl(0, 0%, 80%);
  background-size: calc(100%/3);
}

span.placeholder,
span.placeholder a {
  background: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 80%);
}   

/* General styles */ 

/* Timeline */

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 10px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 10px;
	position: relative;
/*
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
*/
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-title {
	margin-top: 0;
/*	color: inherit;*/
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
/* End Timeline */

/* Responsive Styles */ 


@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
			max-width: 1200px;
	}
}

@media screen and (max-width: 768px) {
  #header {
    padding: 0 !important;
  }
  
  #navMobile .nav-item a, #subNavMobile .nav-item a {
    display: block;
    color: #888;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 1em 0 1em;
    text-transform: uppercase;
  }
}
