﻿
ruiFooter .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ruiFooter header, ruiFooter hgroup, ruiFooter section, ruiFooter body {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
}

ruiFooter h1, ruiFooter h2, ruiFooter h3, ruiFooter h4, ruiFooter h5, ruiFooter h6{
	text-decoration: none;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	font-family: Calibri;
	color:#20394f;
}

ruiFooter a, ruiFooter body{
	font-family: Calibri;
	font-size: 14px;

}
ruiFooter a{
	color: #2b4888;
	text-decoration:none;
}
ruiFooter a:hover{
	text-decoration:underline;
}


ruiFooter .dots {
	background-image: url(/Images/dot.png);
	min-width: 100%;
	position: absolute;
	top: 4px;
	height: 3px;
}

ruiFooter img{
	border:0 none;
}
ruiFooter #dcrui-header-top {
	border-top: 11px solid #2B4888;
}
ruiFooter .zone-branding-wrapper{
	border-bottom: 5px solid #ccc;
}
ruiFooter .header-link:hover,ruiFooter  .rightButton:hover,ruiFooter #mobile-main-menu li.expanded ul li:hover {
	background: #DDE8FE;
}
ruiFooter .header-link {
	position: absolute;
	top: 25px;
	right: 5px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	/*cursor: pointer;
	*/text-shadow: none;
	padding: 0 15px;
	line-height: 50px;
}
ruiFooter .logo-img{
	float: left;
    margin: 0 10px 0 10px;
}
ruiFooter .logo-img img{
	    width: 100px;
}

ruiFooter .region-branding{
	border-bottom: 5px solid #ccc;
}


ruiFooter h2:after {
    border-bottom: 1px solid #d5d5d5;
    bottom: -6px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
ruiFooter h2 {
    background: url(/Images/h2stars.png) no-repeat scroll 99% 75% rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d5d5d5;
    font-weight: normal;
    margin-bottom: 8px;
    padding-bottom: 1px;
    position: relative;
}
/* ---mobile screens without HD ---*/
@media only screen and (max-width: 960px) {


/*********** HEADER STYLES *********/
ruiFooter h1{
	font-size:22px;
}
ruiFooter h2{
	font-size:18px;
}
ruiFooter .logo-img{
	float: none;
	margin: 21px 10px 0px 10px;
}
ruiFooter h1.agency-title{
	margin-left:10px;
}

ruiFooter .rightButton, ruiFooter .header-link
{
position: absolute;
top: 25px;
right: 5px;
text-align: center;
text-transform: capitalize;
display: block;
border: 1px solid #ccc;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 0 15px;
background: #fff;
/*cursor: pointer;
*/text-shadow: none;
line-height: 50px;
}
/*.agency-title{ 
	margin-left:10px;
}*/
ruiFooter .header-link {
 	right: 65px;
}
ruiFooter .header-link-no-menu{
	right: 10px;
}
ruiFooter .header-link:hover,ruiFooter  .rightButton:hover {
	background: #DDE8FE;
}


ruiFooter nav{
	display: none;
}

/*--Menu Styles--*/

/*hide main menu*/

ruiFooter .block-system-main-menu {
	display:none;	
}

ruiFooter #mobile-head {
  margin: 0;
  min-width:255px;
  width:100%;
  display: block;
  background:transparent;
  position:absolute;
  top:0;
  z-index:9;

}

ruiFooter #mobile-head #mobile-main-menu-container {
  position: relative;
  height: 0px;
  width: 100%;
  margin: 0;
  z-index: 10;
}

ruiFooter #mobile-head #search-container {
	position:absolute;
	right:0px;
	top:60px;
	width:100%;
	background:rgba(236,236,236,0.6);
	border-top:1px solid #D9D9D9;
  	border-bottom:1px solid #D9D9D9;
	display:none;
	z-index:9999;
}

ruiFooter #mobile-head #search  {
	float:right;
	margin:10px;
	width:90%;
}
 
ruiFooter #mobile-main-menu {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 5px;
  height: auto;
  position: absolute;
  border:1px solid #D9D9D9;
  top : 60px;
  left: 0;
  width: 98%;
  z-index: 1000;
  background: #fff;
}

ruiFooter .no-js #mobile-head #search-container,
ruiFooter .no-js #mobile-main-menu {
	display:block;	
}

ruiFooter #mobile-main-menu.showme {
  display: block;
}

ruiFooter #mobile-head ul {
	margin:0;	
}
ruiFooter #mobile-head ul li ul {
    background-color: #fff;
    display: none;
    padding: 0 0 25px;
}

ruiFooter #mobile-main-menu li {
	display: block;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}


ruiFooter #mobile-main-menu li:before {
	content: ' ';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2b4888;
	border-right: 2px solid #2b4888;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
}

ruiFooter #mobile-main-menu li:after {
	display: block;
	height: 1px;
	content: ' ';
	background: #fff;
	position: absolute;
	left:0px;
	right: 0;
	bottom: 0;
}


ruiFooter #mobile-main-menu li a {
	color: #2b4888;
/*	background: #ebecee url(/Images/nav-arrow.png) no-repeat scroll 95% 50%;*/
	background: #ebecee;
	background-size: auto;
	font-weight: normal;
/*	font-size: 16px;
	font-family: Arial, serif;*/
	display: block;
	padding: 10px 10px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
}


ruiFooter #mobile-main-menu li a:hover,
ruiFooter #mobile-main-menu li a:focus,
ruiFooter #mobile-main-menu li a:active
 {
/*  color:#ffffff;	 
*/  
	/*background: rgb(43, 72, 136) url(/Images/nav-arrow.png) no-repeat scroll 95% 50%;
  background: rgba(3, 72, 136, 1.0) url(/Images/nav-arrow.png) no-repeat scroll 95% 50%; */
}


ruiFooter #mobile-main-menu li a span.mobile-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 10px;
  float: right;
}

ruiFooter #mobile-main-menu li.expanded {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ruiFooter #mobile-main-menu li.expanded:before{
	display: block;
	width: 8px;
	height: 8px;
	border-top: 0;
	border-right: 0;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	color: #fff;

}

ruiFooter #mobile-main-menu li.expanded:after {
	display: block;
	height: 1px;
	content: ' ';
	background: #fff;
	position: absolute;
	left:0px;
	right: 0;
	bottom: 0;
}

ruiFooter #mobile-main-menu li.expanded ul li a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #ccc;
    margin: 0 25px;
    width: 80%;
}

ruiFooter #mobile-main-menu li.expanded a {

/*	background-color: #0885d5;
*/}

/* use splice eventually */ 
ruiFooter #mobile-main-menu li.expanded > a {
	/*background: #3e3e3e;*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, #3e3e3e 1%, #383838 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3e3e3e), color-stop(100%,#383838));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #3e3e3e 1%,#383838 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #3e3e3e 1%,#383838 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #3e3e3e 1%,#383838 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom, #3e3e3e 1%,#383838 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#383838',GradientType=0 );*/ /* IE6-9 */
	/*background-image: url(/sites/all/themes/dc_home_omega/images/plus.png);*/
	
	background-repeat:no-repeat;
	background-position: 97% 50%;
}


ruiFooter #mobile-main-menu li.expanded > a:hover,
ruiFooter #mobile-main-menu li.expanded > a:active,
ruiFooter #mobile-main-menu li.expanded > a:focus {
	background:#dde8fe;
	text-decoration:underline;
/*  color:#fff;
*/
/*  background-color: rgb(43, 72, 136);
  background-color: rgba(3, 72, 136, 1.0);*/
}

ruiFooter #mobile-main-menu li.expanded  > a.expand {
	/*color:#fff;
	background-image: url(http://dc.gov/sites/all/themes/dc_home_omega/images/minus.png);
	background-repeat:no-repeat;*/
	background-position: 97% 50%;
	border-bottom:none;
	background-color: rgb(43, 72, 136);
    background-color: rgba(3, 72, 136, 1.0);
    color: #fff;
}
ruiFooter #mobile-main-menu > li.expanded > a:before
{
	content:'   +   ' ;
	font-size:21px;
	float:right;
	color:#2b4888;
	margin-right: 8px;
}

ruiFooter #mobile-main-menu li.expanded > a.expand:before {
    color: #fff;
    content: " - ";
    float: right;
    font-size: 21px;
}
ruiFooter section-header{
	margin-bottom:10px;
}
/*********** FOOTER STYLES *********/

ruiFooter #dcrui-footer-wrapper{
	display: none;
}

ruiFooter .section-footer{
	text-align: center;
}
ruiFooter .zone-footer-wrapper{
	background: #fff;
	color: #646464;
}
ruiFooter .zone-footer-wrapper ul li{
	list-style: none;
}
ruiFooter .zone-footer-wrapper a{
	color: #646464;
	text-decoration: none;
}
ruiFooter .zone-footer-wrapper a:visited{
	color: #000000;
}
ruiFooter .zone-footer-wrapper .dcFooter .dcFooterList {
	text-align: left;
}
ruiFooter .zone-second-footer-wrapper{
	color: #fff;
/*	margin-top: -45px;
*/}
/*.zone-second-footer-wrapper, .zone-footer{
	margin-left: 10px;
	margin-right: 10px;
}*/
ruiFooter #resources-link ul{
	margin-bottom: 0;
}
ruiFooter .dcFooterListLower ul li{
	list-style: none;
	margin-bottom: 5px;
	padding: 15px;
	background: #2B4888;
	text-align: left;
}
ruiFooter .dcFooterListLower ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
}
/*.zone-second-footer-wrapper .dcFooterListLower ul li a:after{
	content: ">";
	float: right;
}*/
ruiFooter .dcFooterListLower ul li a:hover{
	text-decoration: underline;
	background: none;
}
ruiFooter .dcFooterListLower ul li a:visited{
	color: #fff;
}
ruiFooter .zone-second-footer-wrapper .dcFooter{
	text-align: center;
	text-decoration: none;
}
ruiFooter .dcFooterListLower ul{
	margin-top: 15px;
	font-family: Calibri;
	padding-left: 0;
}
ruiFooter .dcFooterList ul {
    display: none;
    background: #fff;
    text-indent: 10px;
    padding:0;
}
ruiFooter .dcFooterList ul li{
	padding: 15px;
	font-size: 14px;
	font-family: Calibri;
}
ruiFooter .dcFooterList ul li:hover{
	background: #DDE8FE;
}
ruiFooter .dcFooterList ul li a{
	width: 100%;
	display: block;
	color: #2b4888;
}
ruiFooter .dcFooterList ul li a:hover{
	text-decoration: underline;
}
ruiFooter .dcFooterList ul.open {
    display: block;
    transition:display 2s;
	-webkit-transition:display 2s; /* Safari */  
}

ruiFooter .dcFooterList .dcFooterLabel:before {
    color: #2b4888;
    content: " + ";
    float: right;
    font-size: 21px;
    margin-right: 4px;
}
ruiFooter .dcFooterList .dcFooterLabel.expanded:before {
    color: #2b4888;
    content: " - ";
    float: right;
    font-size: 21px;
}
ruiFooter .dcFooterList .dcFooterLabel:before:hover{
	text-decoration:none;
}

/* CODE FOR ARROWS USING IMAGE*/
/*.dcFooterList ul.open a:after{
	content: url(/sites/default/files/dc/shared_assets/more_arrow.png);
	float:right;
	margin-right: 5px;
}*/
/* CODE FOR ARROWS USING CSS*/
ruiFooter .dcFooterList ul li, ruiFooter .dcFooterListLower ul li{
	position: relative;
}
ruiFooter .dcFooterList ul li a:before, ruiFooter .dcFooterList ul li a:after,
ruiFooter .dcFooterListLower ul li a:before, ruiFooter .dcFooterListLower ul li a:after{
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
    margin-right: 12px;
    behavior: url(PIE.htc);
}
ruiFooter .dcFooterList ul li a:before, ruiFooter .dcFooterList ul li a:after{
    border-right-color: #2B4888;
}
ruiFooter .dcFooterListLower ul li a:before, ruiFooter .dcFooterListLower ul li a:after {
    border-right-color: #fff;	
}

ruiFooter .dcFooterList ul li a:after,ruiFooter .dcFooterListLower ul li a:after{
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    behavior: url(PIE.htc);
}

 ruiFooter .dcFooterList .footer-icon{
 	display: none;
 }
 ruiFooter .dcFooterList div{
 	margin-bottom: 5px;
 	font-weight: normal;
 	color: #2b4888;
 }
 ruiFooter .dcFooterList .top-level-footer .toggle-sign{
 	float: right;
 	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	padding-top: 15px;
 	color: #2b4888;
 }
 ruiFooter div.dcFooterLabel{
 	background: #EBECEE;
	padding: 15px;
 }
 ruiFooter div.dcFooterLabel:hover{
 	text-decoration: underline;
	background:#dde8fe;
}
ruiFooter .dcFooterListLower ul .last{
	background: #2B4888 url(/Images/footer-stars-bars.png) no-repeat center!important;
	min-height: 20px;
}
/*#section-footer:after{
	background: url(http://dc.gov/sites/default/files/dc/shared_assets/BOW13_final.jpg) no-repeat center!important;
	min-height: 70px;
	content: '';
	display: block;
	margin-top: 10px;
}*/
ruiFooter .award-logo img{
	display: none;
}

}








/*------mobile, tablet and hd mobile------*/
@media only screen and (max-width: 799px) {

}














/* ========================================== */
/* ! Desktop                                  */
/* ========================================== */

@media only screen and (min-width: 960px) {
	
ruiFooter #mobile-head {
	display:none;
}






/* Footer styles */
/** Used to clear main body content to allow for the gray footer separator bar **/
ruiFooter form#Form1:after {
height: 0;
 content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
ruiFooter .zone-footer-wrapper a:visited {
color: #000000;
}
ruiFooter .zone-footer-wrapper {
background: #fff;
color: #646464;
}
ruiFooter .container-12 {
margin-left: auto;
margin-right: auto;
}

ruiFooter #zone-postscript {
width: 1040px;
}

ruiFooter .dcrui-footer-wrapper #resource-icon-section {
text-align: center;
margin: 10px;
color: #ccc;
font-size: 15px;
display: inline-block;
}
ruiFooter .dcrui-footer-wrapper:before {
box-shadow: 0px 7px 10px #ccc;
content: 'x';
display: block;
width: 100%;
text-indent: -9999px;
}

ruiFooter .zone-prefooter-wrapper, ruiFooter .zone-footer-wrapper, ruiFooter .dcrui-second-footer-wrapper {
text-align:center;
}

ruiFooter #zone-postscript {
width: 1040px;
}

ruiFooter #zone-postscript {
text-align: center;
padding: 10px;
}

ruiFooter #zone-postscript {
display: block;
}

ruiFooter .dcrui-footer-wrapper #resource-icon-section .resource-content-block {
margin: 10px 25px 10px 25px;
}

ruiFooter .dcrui-footer-wrapper #resource-icon-section .resource-content-block {
float: left;
padding: 10px;
position: relative;
margin: 10px 25px 10px 25px;
}
ruiFooter .dcrui-footer-wrapper .twitter-resource-icon {
background: url(DGS/Images/twitter.png) no-repeat center;
}
ruiFooter .twitter-resource-icon,ruiFooter  .facebook-resource-icon,ruiFooter  .maps-resource-icon,ruiFooter  .mobile-resource-icon,ruiFooter  .webcasts-resource-icon,ruiFooter  .rss-resource-icon,ruiFooter  .data-resource-icon,ruiFooter  .youtube-resource-icon,ruiFooter  .subscribe-resource-icon,ruiFooter  .twitter-resource-icon:hover,ruiFooter  .facebook-resource-icon:hover,ruiFooter  .maps-resource-icon:hover,ruiFooter  .mobile-resource-icon:hover,ruiFooter  .webcasts-resource-icon:hover,ruiFooter  .rss-resource-icon:hover,ruiFooter  .data-resource-icon:hover,ruiFooter  .youtube-resource-icon:hover,ruiFooter  .subscribe-resource-icon:hover {
min-height: 50px;
width: 50px;
}

ruiFooter .resource-icon-text:hover {
    background: #DDE8FF;
}
ruiFooter .dcrui-footer-wrapper .twitter-resource-icon{
	background: url(/Images/twitter.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .twitter-resource-icon:hover{
	background: url(/Images/twitter-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .facebook-resource-icon {
	background: url(/Images/facebook.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .facebook-resource-icon:hover {
	background: url(/Images/facebook-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .mobile-resource-icon {
	background: url(/Images/mobile.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .mobile-resource-icon:hover {
	background: url(/Images/mobile-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .maps-resource-icon {
	background: url(/Images/maps.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .maps-resource-icon:hover {
	background: url(/Images/maps-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .webcasts-resource-icon {
	background: url(/Images/webcasts.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .webcasts-resource-icon:hover {
	background: url(/Images/webcasts-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .rss-resource-icon {
	background: url(/Images/rss.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .rss-resource-icon:hover {
	background: url(/Images/rss-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .data-resource-icon {
	background: url(/Images/data.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .data-resource-icon:hover {
	background: url(/Images/data-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .youtube-resource-icon {
	background: url(/Images/youtube.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .youtube-resource-icon:hover {
	background: url(/Images/youtube-hover.png) no-repeat center;
}
ruiFooter .dcrui-footer-wrapper .subscribe-resource-icon {
	background: url(/Images/subscribe.png) no-repeat center;
}
v.dcrui-footer-wrapper .subscribe-resource-icon:hover {
	background: url(/Images/subscribe-hover.png) no-repeat center;
}


ruiFooter .resource-icon-text {
position: absolute;
bottom: -20px;
font-family: Calibri;
font-size: 14px;
}


ruiFooter #zone-postscript-wrapper .more-link {
margin-right: 20px;
}
ruiFooter h4.more-link {
text-align: right;
background: 0;
padding: 0;
margin-bottom: 30px;
}

ruiFooter h4.more-link:after {
content: url(/Images/more-arrow.png);
float: right;
margin-left: 7px;
margin-top: 4px;
display: block;
margin-bottom: 30px;
}

ruiFooter .zone-prefooter-wrapper  {
background: url(/Images/line_bg.jpg) repeat-x center;
}
ruiFooter .zone-prefooter-wrapper1 {
background: url(/Images/line_bg.jpg) repeat-x center;
}
ruiFooter .zone-prefooter-wrapper:before {
content: url(/Images/main_stars.jpg);
min-width: 100px;
margin-top: -29px;
margin-left: auto;
margin-right:auto;
}
ruiFooter .zone-prefooter-wrapper1:before {
content: url(/Images/main_stars.jpg);
min-width: 100px;
margin-top: -29px;
margin-left: auto;
margin-right:auto;
}


ruiFooter .dcFooter {
	TEXT-ALIGN: center !important;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 24px;
	LINE-HEIGHT: 19px;
	display:inline-block;
}



ruiFooter .dcFooterList {
DISPLAY: inline-block;
MARGIN: 6px 18px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

ruiFooter #resources-link{
	display:none;
}

ruiFooter .dcrui-section-footer {
text-align: center;
}

ruiFooter div.dcFooterLabel {
color: #444444;
padding: 5px 0 10px 0;
}
ruiFooter .dcFooterList ul {
padding: 0px;
margin: 0px;
}
ruiFooter .dcFooterList li {
DISPLAY: list-item;
LIST-STYLE-TYPE: none;
}



ruiFooter .zone-footer-wrapper {
background: #EBECEE;
color: #646464;
}

/*.dcBar > .dcFooterList{
	display: inline-block;
}
*/
ruiFooter .dcFooter .dcBar {
MARGIN-LEFT: auto;
WIDTH: 972px;
MARGIN-RIGHT: auto;
}
/*.dcFooter {
TEXT-ALIGN: center !important;
}*/

ruiFooter .dcFooterList ul {
display: block!important;
}
ruiFooter .dcrui-second-footer-wrapper {
background: #2B4888;
}
ruiFooter .dcrui-second-footer-wrapper .dcFooterListLower ul li {
margin: 15px;
}
ruiFooter .dcrui-second-footer-wrapper .dcFooterListLower ul li a {
font-size: 14px;
display: inline;
color: #fff;
}
ruiFooter .dcFooter a:hover, ruiFooter #footer-wrapper a:hover {
TEXT-DECORATION: underline;
}

ruiFooter .dcFooterListLower ul::after,ruiFooter .dcFooterListLower ul::before {
content: url(/Images/h2stars.png);
}

ruiFooter .dcFooterListLower ul li {
margin: 15px;
}
ruiFooter .dcFooterListLower li {
DISPLAY: inline;
}
ruiFooter .dcFooterListLower ul li a:hover {
text-decoration: underline;
background: none;
}
ruiFooter .dcFooterListLower ul li a:visited {
color: #fff;
}

}


/* ========================================== */
/* ! Desktop                                  */
/* ========================================== */
/*  Center Header Elements  */
@media only screen and (min-width: 1040px) {

	ruiFooter .centerHeader{
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}

	ruiFooter .centerHeader > .logo-img{
		margin-top: 15px;
		float: left;
	}
	ruiFooter .centerHeader > .header-title{
		float:left;
	}
	ruiFooter .centerHeader > .header-link{
		float: right;
		margin-top: 15px;
		position:relative;
		top:0;
		right:0;
		width:55px;
	}

}