body
{
	background-color: rgba(0,0,0,0.02);
	color: #191919;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.25em;
}

#logocontainer
{
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

#logocontainer a, #logocontainer a:hover, #logocontainer a:focus
{
	text-decoration: none !important;
}
.govscreenlogo, .ACscreenlogo
{
	padding: 0 20px;
}
.govscreenlogo
{
	border-right: 2px solid #333333;
}
@media (max-width: 768px)
{
	#logocontainer
	{
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
}
@media (max-width: 500px)
{
	#logocontainer
	{
		height: 42px;
		margin-top: 10px;
		text-align: center;
	}
	.govscreenlogo, .ACscreenlogo
	{
		height: 100%;
	}
}


#siteinformationnav
{
	background-color: #000000;
	float: right;
	width: auto;
}
#siteinformationnav ul
{
	margin: 0;
	padding: 4px 0;
}
#siteinformationnav ul li:first-child
{
	border-right: 1px solid #fff;
}
#siteinformationnav ul li
{
	margin: 0;
}
#siteinformationnav a
{
	color: white;
	display: block;
	padding: 0px 5px;
}
@media (max-width: 767px)
{
	#siteinformationnav
	{
		display: table;
		width: 100%;
	}
	#siteinformationnav ul
	{
		display: table-row;
	}
	#siteinformationnav ul li
	{
		display: table-cell;
	}
	#siteinformationnav li
	{
		display: block;
		font-weight: bold;
		overflow: hidden;
		padding: 3px 10px;
		text-align: center;
	}
	#siteinformationnav a
	{
		padding: 0;
	}
	.simplesearchcontainer
	{
		position: initial;
		top: 0;
		width: 100%;
	}
}

#fdiscl
{
	text-align: center;
}

#ftop
{
	background-color: #333333;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
}
#ftop .list-inline
{
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 0;
}
#ftop li
{
	border: 3px solid #fff;
	border-radius: 9999px;
	margin-right: 5px;
	text-align: center;
	width: 45px;
}
#ftop .list-inline>li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
#ftop a
{
	color: #fff;
}
#ftop li i
{
	font-size: 20px;
	padding: 10px 5px;
}
#fbot
{
	background-color: #121212;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	padding-bottom: 12px;
	padding-top: 12px;
	width: 100%;
}
@media (max-width: 768px)
{
	#fbot, #ftop
	{
		text-align: center;
	}
	#fbot .pull-right
	{
		float: none !important;
		margin: 20px 0 0;
	}
}
#fbot a
{
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1em;
	margin-right: 1em;
	white-space: nowrap;
}
#fbot a:hover, #fbot a:focus, #ftop a:hover, #ftop a:focus
{
	color: #40B8D0;
}

.promoted-content-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.card-panel {
	margin-bottom: 2em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.card-panel a {
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
	text-decoration: none;
	border: none;
	-webkit-transition: box-shadow .1s linear;
	-moz-transition: box-shadow .1s linear;
	-o-transition: box-shadow .1s linear;
	-ms-transition: box-shadow .1s linear;
	transition: box-shadow .1s linear;
	-webkit-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.caption-image {
	overflow: hidden;
	position: relative;
}

.caption-image-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	-webkit-transition: transform .3s ease 0s;
	-moz-transition: transform .3s ease 0s;
	-o-transition: transform .3s ease 0s;
	-ms-transition: transform .3s ease 0s;
	transition: transform .3s ease 0s;
	width: 100%;
}

.card-panel .caption {
	padding: 9px 15px;
	color: #121212;
}

.card-panel .caption h3 {
	color: #482d8c;
	line-height: 1.25em;
	font-size: 1.6em;
}

