@charset "utf-8";
/* CSS Document */
/*@import url("base.css");				 Default Reset, Typography, Forms, etc. */
/*@import url("responsive.css");			/* 960 Grid + Media Query Layouts */
@import url("icons.css");				/* Font Awesome Icons / Glyphicons Halflings */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

/* Buttons
====================================*/
.button,
input[type="button"],
input[type="submit"] {
	padding: 5px 14px 7px 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: .9em !important;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
	letter-spacing: -0.2px;
}

input[type="button"],
input[type="submit"] {float: left;}

.button {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}

.button i { margin: 0 2px 0 -1px; height: 14px; }
.button i.halflings { margin: 2px 0px 0 -1px; }



.button.medium {padding: 9px 18px; font-size: 14px;}

.button.gray {color: #fff;background: #4c4c4c; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4);}
.button.gray:hover {background:#169fe6; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);}

.button.gray2 {color: #000 !important;background: #aaa !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4); border-bottom: none !important;}
.button.gray2:hover {color: #fff !important; background:#4c4c4c !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2); border-bottom: none !important;}

.button.gray3 {color: #fff !important;background: #4c4c4c !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4); border-bottom: none !important;}
.button.gray3:hover {color: #000 !important; background:#aaa !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2); border-bottom: none !important;}

.button.light {color:#fff; background:#aaa; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);}
.button.light:hover {background:#169fe6; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);}

.button.color {color:#fff !important; background:#169fe6 !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }
.button.color:hover {background:#aaa !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15); }

.button.pale {color:#000 !important; background:#CCC !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);border-bottom: none !important;}
.button.pale:hover {background:#EFF0F2 !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);border-bottom: none !important;}

.button.pale2 {color:#000 !important; background:#CCC !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);border-bottom: none !important;}
.button.pale2:hover {color:#fff !important; background:#4c4c4c !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);border-bottom: none !important;}

.button.pale3 {color:#000 !important; background:#CCC !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);border-bottom: none !important;}
.button.pale3:hover {color:#fff !important; background:#204aac !important; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);border-bottom: none !important;}

.shadow {-moz-box-shadow: inset 0 0 10px #000000;-webkit-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000;}

/* #Links
================================================== */
.buttons a, .buttons a:visited { color: #169fe6; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out; }
	.buttons a:hover, .buttons a:focus { color: #888; }
	.buttons a b, .buttons span b { font-family: Verdana, Tahoma; font-weight: normal; opacity: 0.5;}
	.buttons span b { line-height: 14px; }
	.buttons p a, .buttons p a:visited { line-height: inherit; }
	

/* Input Button */
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus {
	color:#fff;
	background:#169fe6;
	padding: 9px 11px;
	border: none !important;
}

ininput[type="button"]:hover,
input[type="submit"]:hover { background:#aaa; }

.toplogo {
	background-image: url(/test/images/logo.png);
	background-repeat: no-repeat;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: right;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	width: 500px;
	margin-bottom: 20px;
}


/* Lifeline Support page */

.box{
    width:190px;
}
.ls-icon-list{
   list-style: none;
    margin:0px;    
}
/* Lifeline Support Left Nav */

.ls-icon-list li{
    border-bottom: thin solid #333;  
    font-size:13px;
	height: 50px;
	margin-bottom: 0px !important;
	
}
.ls-icon-list a{
    display: block;
  /*  padding:5px 10px 10px 10px; */
	height: 50px;
    color: #333;
}
.ls-icon-list a:hover{
    background-color: #666;
    color: #fff;
	margin-bottom: 10px !important; 
}

#leftcol ul.ls-icon-list li a.current {
    background-color: #666;
    color: #fff;
	margin: 0 0 10px 0 !important; 
    display: block;
    padding:5px 10px 10px 10px; 
	height: 50px;

}

.ls-icon-list li i{
    display: block;
    float: left;
    margin-right:15px;
    width:30px;
    text-align: center
}
.ls-icon-list li h4{
    margin: 0px;
    float: left;
    line-height: 20px;
}
.clear{
    clear: both
}
.buttons h1 {
  position: relative;
  text-align: center;
}

.buttons h1.line-overlay span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.buttons h1.line-overlay:before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
    border-bottom: 3px dotted #ddd;
}
.buttons h1.line-overlay:before {
  left: 0;
}

.text-list{
   list-style: none !important;
    margin:0px;
    padding: 0px;
    
    
}
.text-list li{
    float:left;
    width:40%;
    margin-right:10% !important;
    cursor: pointer;
}
.text-list li:hover .p-bar,.text-list li:hover {
    background-color: #666 !important;
}
.text-list li .p-bar{
    height:30px;
    width: 2%;
    float: left;
    background-color: #b03d20 !important;
    
}

.text-list li p{
    /*float:right; */
	margin-left: 15px;
    margin-top: -5px;
    width:100%;
    
}
  
.text-list li a.ls-button{
   background-color: transparent !important;
	border: 2px solid #666 !important; 
    padding: 0px 3px 0px 3px !important;
    color:#666 !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    width:100px !important;
    display: block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    text-decoration: none !important;
    
}

.text-list li a.ls-button:hover{
   background-color: #666 !important;
   color:#fff !important;
   text-decoration: none !important;
    
}


.text-list li a.current{
	display: block !important;
   	background-color: #666 !important;
   	color:#fff !important;
    text-decoration: none !important;
    
}

.usac-right-sidebar-lifelinesupport-box .ls-button {
	background-color: transparent !important;
	border: 2px solid #666 !important; 
    padding: 0px !important;
    color:#666 !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    width:80px !important;
    display: block;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    text-decoration: none !important;
}

.usac-right-sidebar-lifelinesupport-box .ls-button:hover {
	background-color: #666 !important;
   	color:#fff !important;
	text-decoration: none !important;
}



.facts {
	/*width: 100%;*/
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.ls-Separator
{
   background: url(/_res/images/ls/ls-separator.png);
   height: 5px;
   width: 50px;
   margin-left:auto;
   margin-right:auto;
   margin-top: -8px;
   margin-bottom: 20px;
}

.fancy {
  line-height: 0.5;
  margin: 30px 0;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #5c5c5c;
  font-size:15px;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 2px dotted grey;
  /*border-top: 2px solid grey;*/
  top: 0;
  width: 215px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}