.sc h1,
.sc h2,
.sc h3,
.sc h4,
.sc h5,
.sc h6,
.sc body,
.sc p,
.sc ul,
.sc ol,
.sc li,
.sc a,
.sc caption,
.sc .lead,
.sc details,
.sc summary,
table.sc td *,
table.sc th * {
    font-family: 'Lato', sans-serif!important;
    color: #333
}
.sc .lead {font-size:1.3em;}

.sc p {font-weight:500;font-size:1.1em}
.sc h1,.sc h2,.sc h3,.sc h4 {font-weight: 900;text-shadow: 0 1px 1px #eee}
.sc h1,.sc .h1 {font-size: 2.3em}
.sc h2,.sc .h2 {font-size: 2em; margin-top:60px;}
.sc h3,.sc .h3 {font-size: 1.5em}
.sc h4,.sc .h4 {font-size: 1.3em;line-height: 1.4375}
.sc h5,.sc .h5 {font-size: 1em}
.sc h6,.sc .h6 {font-size: 0.8em}

/*.sc p, .sc li, .sc caption, .sc td, .sc th, .sc caption, .sc .list-group-item{ font-size:18px;}
.sc p.lead {font-size:22px;}*/
/*.sc h3{background:#eee;color:#000; padding:10px; border-bottom:3px solid #666;}*/
/*.sc h1 { font-weight:500;}
.sc h2 {font-weight:700;margin-top:60px}
.sc h3 {font-weight:700;}*/
.sc a {text-decoration:none;color:#1F73B7}
.sc a:link		{text-decoration:none;border-bottom:2px solid #1F73B7;}
.sc a:hover 	{text-decoration:none;color:#175a91;border-bottom:2px solid #175a91;}
.sc a:visited,.sc a:active, .sc a:focus 	{color:#175a91;border-bottom:2px solid #175a91;}

.sc a.chat:link, .sc a.chat:visited {
	text-decoration:none; 
	padding:10px;
	color:#1F73B7;
	border-radius:10px;
	border:2px solid #1F73B7;
	}
.sc a.chat:hover,.sc a.chat:active {
	background:#175a91;
	color:#fff;
	border:2px solid #175a91;
}


.sc h3 a {padding:5px 5px 5px 0;}
.sc h3 a {
	
	display:block;
}
.sc h3 a:hover {
	
}
	
/*.sc p.lead {font-size:22px;}*/

/*Left nav*/
#wb-sec .list-group .list-group .list-group-item {
	background:#fff!important;
	border-left:1px #666 solid !important;
	border-top:0!important;
	border-bottom:0!important;
	border-right:0!important;
	color:#295376!important;
	padding:6px 10px!important;
}
#wb-sec .list-group .list-group .list-group-item:hover  {
	color:#000!important;
	background:#eee!important;
}

#wb-sec .list-group .list-group-item.active, #wb-sec .list-group .list-group .list-group-item.active {
	background:#eee!important;
	}

/* Make a complaint */
.complaint div.card {
	padding:20px 5px 5px 5px;
	border-radius:10px; 
	margin-top:45px; margin-bottom:15px;
	border:#1F73B7 1px solid;}
.complaint a:link  p.lead, .complaint a:visited p.lead {text-decoration:none; color:#1F73B7; }
.complaint a:hover p.lead, .complaint a:active p.lead, .complaint a:focus p.lead {text-decoration:none; color:#175a91; }
.complaint a:hover .card, .complain a:active .card {
	border:#175a91 1px solid;
	-webkit-transition: border-color 600ms ease-in;
    -ms-transition: border-color 600ms ease-in;
    transition: border-color 600ms ease-in;
	box-shadow:0 5px 15px 0px rgb(0,0,0,0.25);
	}
.sexy-line{ 
	margin-top:70px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background:#ccc;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#ccc), to(#fff));
	}
