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


/***************************************/
/***** Author: Matthew Johnson *****/
/*** matthew.johnson@houstontx.gov ***/
/************************************/

:root {
  color-scheme: light;
}

/* Fixed overrides */
html {
  scroll-behavior: smooth;
	font-size: 100%;
}

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

strong, b {
    font-weight: bolder;
    color: inherit;
}

#header {
 padding-bottom: 0;
}

header {
	margin-bottom: 0;
}

header h2 {
	margin: 1em 0;
}
#banner {
	background-position: center center;
	background-image: url("https://houstontx.gov/housing/images/banners/banner2020.png");
}

#main {
	padding: 2em 0 0 0;	
}
/* Bootstrap Extra Styles */
@media (max-width: 575px) {
	.border-top {
			border-top: 1px solid #424242;
	}
	.border-left {
			border-left: 1px solid #424242;
	}
	.border-bottom {
			border-bottom: 1px solid #424242;
	}
	.border-right {
			border-right: 1px solid #424242;
	}
	.border-top-0 {
			border-top: none!important;
	}
	.border-left-0 {
			border-left: none!important;
	}
	.border-bottom-0 {
			border-bottom: none!important;
	}
	.border-right-0 {
			border-right: none!important;
	}
}

@media (min-width: 576px) {
	.border-sm-top {
			border-top: 1px solid #424242;
	}
	.border-sm-left {
			border-left: 1px solid #424242;
	}
	.border-sm-bottom {
			border-bottom: 1px solid #424242;
	}
	.border-sm-right {
			border-right: 1px solid #424242;
	}
	.border-sm-top-0 {
			border-top: none!important;
	}
	.border-sm-left-0 {
			border-left: none!important;
	}
	.border-sm-bottom-0 {
			border-bottom: none!important;
	}
	.border-sm-right-0 {
			border-right: none!important;
	}
}

@media (min-width: 768px) {
	.border-md-top {
			border-top: 1px solid #424242;
	}
	.border-md-left {
			border-left: 1px solid #424242;
	}
	.border-md-bottom {
			border-bottom: 1px solid #424242;
	}
	.border-md-right {
			border-right: 1px solid #424242;
	}
	.border-md-top-0 {
			border-top: none!important;
	}
	.border-md-left-0 {
			border-left: none!important;
	}
	.border-md-bottom-0 {
			border-bottom: none!important;
	}
	.border-md-right-0 {
			border-right: none!important;
	}
}

@media (min-width: 992px) {
	.border-lg-top {
			border-top: 1px solid #424242;
	}
	.border-lg-left {
			border-left: 1px solid #424242;
	}
	.border-lg-bottom {
			border-bottom: 1px solid #424242;
	}
	.border-lg-right {
			border-right: 1px solid #424242;
	}
	.border-lg-top-0 {
			border-top: none!important;
	}
	.border-lg-left-0 {
			border-left: none!important;
	}
	.border-lg-bottom-0 {
			border-bottom: none!important;
	}
	.border-lg-right-0 {
			border-right: none!important;
	}
}

@media (min-width: 1200px) {
	.border-xl-top {
			border-top: 1px solid #424242;
	}
	.border-xl-left {
			border-left: 1px solid #424242;
	}
	.border-xl-bottom {
			border-bottom: 1px solid #424242;
	}
	.border-xl-right {
			border-right: 1px solid #424242;
	}
	.border-xl-top-0 {
			border-top: none!important;
	}
	.border-xl-left-0 {
			border-left: none!important;
	}
	.border-xl-bottom-0 {
			border-bottom: none!important;
	}
	.border-xl-right-0 {
			border-right: none!important;
	}
}

.sidebarMainLinks li a:hover {
	background-color: #43419F;
}

/* Navigation and navs */

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #2152BB;
    background-color: transparent;
}
/*City Seal Menu Styles*/

#mainNav .dropdown-toggle::after {
  display: none;
}
.leftMain .nav-item, .rightMain .nav-item {
  font-size: .90em;
  font-weight: 600;
  text-transform: uppercase;
}
/* HCDD Menu Nav Search Styles */
#hcddMainNav {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#hcddMainNav[aria-pressed="true"] {
	background: #34587F;
	color: #fff;
}
#hcdMenu2 {
	background-color: rgba(47,80,116,.01);
}

#hcdMenu2 h2 {
	text-align: left;
	color: #525252;
	border-bottom: 1px solid #525252;
	letter-spacing: 0.05em;
	font-size: 1.7em;
	line-height: 1.5em;
}
#hcdMenu2 li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-align: left;
		padding: 0px;
}
#hcdMenu2 li.nav-item.sub {

    margin-left: 1.5em;
}

#hcdMenu2 li a {
		display: block;
		text-decoration: none;
		color: #2152BA;
		font-weight: 400;
		padding: 0.3em 0.8em;
}			
#hcdMenu2 li a:hover {
		color: #FFF;
		background-color: #43419F;
		text-decoration: none;
}

/* HCDD Nav Search Styles */

#hcddSubnav button.gsc-search-button.gsc-search-button-v2 {
	border-radius: 0;
	margin: 1px;
	padding: 10px;
	background-color: transparent !important;
	border: 2px solid #43419F;
}
#hcddSubnav button.gsc-search-button.gsc-search-button-v2:hover, button.gsc-search-button.gsc-search-button-v2:focus {
	background-color: #43419F !important;
	color: #FFFFFF !important;
}
#hcddSubnav .gsc-search-box .gsc-search-button-v2 svg {
	display: block;
	fill: #43419F;
}
#hcddSubnav .gsc-search-box .gsc-search-button-v2:hover svg {
		fill: #FFFFFF;
}
.gsc-search-box table {
    margin-bottom: 0;
}
#hcddSubnav .gsc-control-cse {
	padding: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

/* Links */

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;
}


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

/* Tables */
.table {
  padding: 0px;
	margin-right: 0;
  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;
}

/* 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; 
}

/* 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 - 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;
}

/* Buttons */
/* Buttons */

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

.btn-hcdd {
	display: inline-block;
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 300;
	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;
	border-radius: 0;
	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;
	color: #2152BA;
	margin: .25rem 0 .25rem 0 !important;
	padding: 0.25rem 0.5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.btn-hcdd:hover, .btn-hcdd:active, .btn-hcdd.active {
    color: #595959;
    background-color: transparent;
    border: 2px solid #595959;
}

.btn-hcdd:focus {
    outline: 0px solid;
}

.btn-hcdd:hover, .btn-hcdd:active, .btn-hcdd.active  {
	color: #595959;
	background-color: transparent;
	border: 2px solid #595959;
}



/* City Colors - White BG */
.btn-outline-city-blue {
  border-color: #34587F !important;
}
.btn-outline-city-blue:not(:disabled):not(.disabled).active, .btn-outline-city-blue:not(:disabled):not(.disabled):active, .show>.btn-outline-city-blue.dropdown-toggle, .btn-outline-city-blue:hover {
	color: #fff;
	background-color: #34587F;
	border-color: #34587F;
}

.btn-outline-city-subBlue {
  border-color: #4846AA !important;
}
.btn-outline-city-subBlue:not(:disabled):not(.disabled).active, .btn-outline-city-subBlue:not(:disabled):not(.disabled):active, .show>.btn-outline-city-subBlue.dropdown-toggle, .btn-outline-city-subBlue:hover {
	color: #fff;
	background-color: #4846AA;
	border-color: #4846AA;
}

.btn-outline-city-gray {
  border-color: #595959 !important; 
}
.btn-outline-city-gray:not(:disabled):not(.disabled).active, .btn-outline-city-gray:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray.dropdown-toggle, .btn-outline-city-gray:hover {
	color: #fff;
	background-color: #595959;
	border-color: #595959;
}

.btn-outline-city-gold {
  border-color: #74522F !important; 
}
.btn-outline-city-gold:not(:disabled):not(.disabled).active, .btn-outline-city-gold:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gold.dropdown-toggle, .btn-outline-city-gold:hover {
	color: #fff;
	background-color: #74522F;
	border-color: #74522F;
}

.btn-outline-city-green {
  border-color: #415E26 !important; 
}
.btn-outline-city-green:not(:disabled):not(.disabled).active, .btn-outline-city-green:not(:disabled):not(.disabled):active, .show>.btn-outline-city-green.dropdown-toggle, .btn-outline-city-green:hover {
    color: #fff;
    background-color: #415E26;
    border-color: #415E26;
}

.btn-outline-city-red {
  border-color: #B30000 !important; 
}
.btn-outline-city-red:not(:disabled):not(.disabled).active, .btn-outline-city-red:not(:disabled):not(.disabled):active, .show>.btn-outline-city-red.dropdown-toggle, .btn-outline-city-red:hover {
    color: #fff;
    background-color: #B30000;
    border-color: #B30000;
}

.btn-outline-city-magenta {
  border-color: #8A3860 !important; 
}
.btn-outline-city-magenta:not(:disabled):not(.disabled).active, .btn-outline-city-magenta:not(:disabled):not(.disabled):active, .show>.btn-outline-city-magenta.dropdown-toggle, .btn-outline-city-magenta:hover {
    color: #fff;
    background-color: #8A3860;
    border-color: #8A3860;
}

/* City Colors - Buttons Gray BG */
.btn-outline-city-gray-blue {
  border-color: #2F5074 !important;
}
.btn-outline-city-gray-blue:not(:disabled):not(.disabled).active, .btn-outline-city-gray-blue:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-blue.dropdown-toggle, .btn-outline-city-gray-blue:hover {
	color: #fff;
	background-color: #2F5074;
	border-color: #2F5074;
}

.btn-outline-city-gray-subBlue {
  border-color: #43419F !important;
}
.btn-outline-city-gray-subBlue:not(:disabled):not(.disabled).active, .btn-outline-city-gray-subBlue:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-subBlue.dropdown-toggle, .btn-outline-city-gray-subBlue:hover {
	color: #fff;
	background-color: #43419F;
	border-color: #43419F;
}

.btn-outline-city-gray-gray {
  border-color: #525252 !important; 
}
.btn-outline-city-gray-gray:not(:disabled):not(.disabled).active, .btn-outline-city-gray-gray:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-gray.dropdown-toggle, .btn-outline-city-gray-gray:hover {
	color: #fff;
	background-color: #525252;
	border-color: #525252;
}

.btn-outline-city-gray-gold {
  border-color: #694A2B !important; 
}
.btn-outline-city-gray-gold:not(:disabled):not(.disabled).active, .btn-outline-city-gray-gold:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-gold.dropdown-toggle, .btn-outline-city-gray-gold:hover {
	color: #fff;
	background-color: #694A2B;
	border-color: #694A2B;
}

.btn-outline-city-gray-green {
  border-color: #3A5322 !important; 
}
.btn-outline-city-gray-green:not(:disabled):not(.disabled).active, .btn-outline-city-gray-green:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-green.dropdown-toggle, .btn-outline-city-gray-green:hover {
    color: #fff;
    background-color: #3A5322;
    border-color: #3A5322;
}

.btn-outline-city-gray-red {
  border-color: #A30000 !important; 
}
.btn-outline-city-gray-red:not(:disabled):not(.disabled).active, .btn-outline-city-gray-red:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-red.dropdown-toggle, .btn-outline-city-gray-red:hover {
    color: #fff;
    background-color: #A30000;
    border-color: #A30000;
}

.btn-outline-city-gray-magenta {
  border-color: #7F3458 !important; 
}
.btn-outline-city-gray-magenta:not(:disabled):not(.disabled).active, .btn-outline-city-gray-magenta:not(:disabled):not(.disabled):active, .show>.btn-outline-city-gray-magenta.dropdown-toggle, .btn-outline-city-gray-magenta:hover {
    color: #fff;
    background-color: #7F3458;
    border-color: #7F3458;
}


/* Fat Footer Thick Blue Line*/
.border-3 {
  border-width:10px !important;
  border-color: #2F5074 !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 */
.gsc-control-cse {
		padding: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}			
button.gsc-search-button.gsc-search-button-v2 {
	border-radius: 0;
	margin: 1px;
	padding: 10px;
	background-color: transparent !important;
	border: 2px solid #43419F;
}
button.gsc-search-button.gsc-search-button-v2:hover, button.gsc-search-button.gsc-search-button-v2:focus {
	background-color: #43419F !important;
	color: #FFFFFF !important;
}
.gsc-search-box .gsc-search-button-v2 svg {
	display: block;
	fill: #43419F;
}
.gsc-search-box .gsc-search-button-v2:hover svg {
		fill: #FFFFFF;
}
.gsc-search-box table {
    margin-bottom: 0;
}

/* 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(47,80,116,.01);
	border: 1px solid rgba(47,80,116,.3);
}

.thead-hcdd {
	background-color: #005A8B;
	color: #FFF;
}

.table-hover tbody tr:hover {
	background-color: rgba(0,90,139,.075);
}

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

.buttons-columnVisibility.active, .dropdown-item:active {
	background-color: transparent;
	color: inherit;
}

/*
.page-item.previous, .page-item.next {
    border: 1px solid #2F5074;
}
*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {	
	border: .15em solid white;
  background-color: #4846AA;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #B30000;
}

.page-item.active .page-link {
    background-color: #525252;
    color: white;
    border: 1px solid #525252;
}

.page-item .page-link {
  background-color: transparent;
  color: #2F5074;
  font-size: .8em;
	border: 1px solid #2F5074;
	border-radius: 0;

}

.page-link:hover {
    background-color: transparent;
    color: #595959;
}
.page-link:focus {
	box-shadow: none;
}

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;
}

/* 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: absolute;
    left: 12px;
    top: 10px;
    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 */

/* Footer */
	#aboveFooter .socialIcons img, #connect .socialIcons img {
		width: 50px;
	}

/* 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;
  }
}
