h3.yellowheader{
	color:#000000!important;
	background: #F79420!important;
	border-radius:5px;
	padding:10px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}
.bluecontenttile{
	background:#F0EFEF!important;
	color:#000000!important;
	border:2px solid #F79420!important;
	border-radius:5px;
	padding:10px;
}
hr.lineattrib {
	position: relative;
	top: 20px;
	border: none;
	height: 30px;
	background: #CED2DB;
	margin-bottom: 50px;
}

pr.lineattribp {
	position: relative;
	top: 20px;
	border: none;
	height: 80px;
	background: #CED2DB;
	margin-bottom: 50px;
}
h2.beheaders {
	color:#F79420!important;
}

.beheadercolor {
	color:#F79420!important;
}

.card{
	margin-bottom: 35px;
	width:20%;  
}
.tile {
	box-sizing: border-box;
	background: #F0EFEF;
	padding: 5px;
	border-radius:5px;

}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
	padding:20px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	color: black;
}

/* Style the back side */
.flip-card-back {
	background: #F79420;
	color: #F0EFEF;
	transform: rotateY(180deg);
	text-align: center;
	display: table;
	height: 100%;
	width: 100%;
}

/* Styles the Icon Titles */
.card h3 a {
	display: table-cell;
	color: black!important;
	font-size: 90%;
	text-align: center;
}

.flip-card-back a {
	color:#fff!important;
}

/* Makes the left navigation headers to black */
#leftCol h2, #rightCol h2, #sidebar h2 a {
	font-size: 25px;
	color: black!important;
}

body{
font-size: 18px !important;
color: black!important;
}

.dynamicContent h2{
      font-size: 2em!important;
	  font-weight: bold !important;
     }

h3.empasish2 a {
	margin-top: 30px!important;
	padding-bottom: 20px;
	border-bottom: 1px #cdcdcd solid;
	color:#000000!important;

}
.readmore {
margin-bottom:60px!important;
}

.readmore a{
	font-weight: 700!important;
	text-decoration: underline!important;
}

h4.graph-title{
	text-align:center;
}

h3.blue-bold {
	color: #F79420;
	font-size: 2em!important;
	font-weight: bold !important;
}

#main_content .fa-file-o, #main_content .fa-file a {
	color: black!important;
	margin-top: 8px;
	font-size:1.2em;
	font-weight:bold;
}

#main_content .fa-file-pdf-o, #main_content .fa-file-pdf b {
	color: black!important;
	margin-top: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

/* Makes the listed items to black */
#main_content .fa-ul a {
    color: black !important;
}

/* Makes the listed items icon to orange */
#main_content .fa-file, #main_content .fa-file-pdf {
    color: #F79420;
}

/**Makes the Header Area Text Change Colors**/
a:hover {
	color: #F79420!important;
}

/**Makes the Emphasis Area Text Change Colors**/
#main_content a:hover {
	color: #f79420 !important;
}

/* Makes the listed navigation items to black */
#leftCol ul li a {
    color: #000000 !important;
}
 
/* Make the h3 hover in the left navigation Orange */
#leftCol a:hover h2 {
    color: #f79420 !important;
}


#agencyFooter {
	padding-top: 0em;
}
/** Table**/
.table thead{
	background:#004785;
	color:#fff;
	text-align: center;

}
.table > thead > tr > th{
	vertical-align:middle;
}
.table thead th:nth-child(1) {
	width: 40%!important;
	text-align: left;
}
.table td, .table th{
	font-size:0.9em!important;
}
.d-block {
	height: 10%!important;
}

/* Bootstrap 3 Multiple Slide Carousel */
/* .carousel-inner .active.left {
    left: -36.6%;
	width: 50%;
	height: 50%;
} */

/* .carousel-inner .next {
    left: 16.6%;
	width: 50%;
	height: 50%;
} */

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
/* End Bootstrap 3 Multiple Slide Carousel */

/* 3 Individual Image Carousel */
/* .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	width:940px!important;	
	height: 660px!important;
} */
/* End 3 Individual Image Carousel */

