@charset "utf-8";
/* CSS Document */

*{ 
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box;
}
body{
	font-family: 'Roboto Condensed', sans-serif;
	color:#3f3f3f;
	font-weight:400;
	font-size:16px;
	line-height:22px;
	background:url(../images/body-bg.png) repeat;
}
body.site{ border-top:none !important }
a:hover{ text-decoration:none; color:#000 }
p{
	margin-bottom:25px;
}
ol, ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
}
ol li { list-style-type:decimal; margin:0 0 25px 15px; padding:0 }
h3 { color:#9c2328; margin-bottom:15px; }
/* custom */
.topbg{
	float:left;
	width:100%;
	height:35px;
	background:#242523;
}
.socialwrap{
	float:left;
	width:100%;
	background:#3e3f3e;
}
.socialwrap .left{
	float:left;
}
.socialwrap .right{
	float:right;
}
.topsocial{
	float:left;
	margin:15px 0;
}
.topsocial a{
	width:24px;
	height:24px;
	float:left;
	font-size:0;
	margin-right:10px;
}
.topsocial .customflush{
	float:left
}
.userlogin{
	float:right;
	margin:13px 0;
	position:relative;
}
.userlogin div.ulogin, .userlogin div.ulogined{
	background:#a12428;
	padding:3px 15px 5px 15px;
	font-size:20px;
	color:#FFF;
	font-weight:300;
	float:right;
	cursor:pointer;
}
.userlogin div:hover.ulogin{
	background:#000;
}
.userlogin div.ulogined{
	background:#000;
}
.userlogin .ulogincontent{
	position:absolute;
	top:32px;
	right:0;
	z-index:100000;
	background:#a12428;
	width:220px;
	color:#FFF;
	padding:10px;
}
.userlogin .ulogincontent form{
	margin:0	
}
.userlogin .ulogincontent a{
	color:#FFF;
}
.userlogin .ulogincontent input[type="text"], .userlogin .ulogincontent input[type="password"]{
	width:100%;
	height:auto;
	padding:5px;
	border:0;
	border-radius:0;
}
.userlogin .ulogincontent input[type="checkbox"]{
	margin-top:6px;
}
.userlogin .ulogincontent button{
	background:#dadada;
	border-radius:0;
	border:none;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:5px;
}
.userlogin .ulogincontent button:hover{
	background:#000;
	color:#FFF
}
.userlogin .ulogincontent a{
	font-size:14px;
}
.userlogin .ulogincontent a:hover{
	color:#CCC
}

/* header */
.header{
	float:left;
	width:100%;
	background:#FFF;
	margin:0;
}
.headerleft{
	float:left;
	width:130px;
	margin:25px 0;
}
.headerleft ul{
	float:left;
	width:100%;
	font-size:0;
}
.headerleft ul li{
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:center;
}
.headerleft ul li:last-child{
	margin-bottom:0
}
.headerleft ul li a{
	background:#000000;
	position:relative;
	font-size:24px;
	font-weight:300;
	color:#FFF;
	width:100%;
	float:left;
	padding:6px 0;
}
.headerleft ul li a:before{
	width:4px;
	height:100%;
	left:0;
	top:0;
	background:#a12428;
	content:'';
	position:absolute;
}
.headerleft ul li a:hover{
	background:#a12428;
}
.logo{
	width:760px;
	float:right;
	margin-top:30px;
}

/* Navigation */
.navwrap{
	float:left;
	width:100%;
	height:79px;
	background:url(../images/navwrap.jpg) repeat-x bottom left;
	overflow:hidden;
}
.navwrap .container{
	background:#dadada;
	position:relative;
	height: 48%;
}
.apermahover{
    background:#9c2328;
	color:#FFF !important;
}
.small-screen .apermahover{
	color:inherit !important;
}
#cssmenu ul li ul.permahover{
    display:block;
    left:0px;
}
#cssmenu ul li ul.permahover li{
    height : 35px;
}
#cssmenu.small-screen ul li ul.permahover li{
    height : auto;
}
/*nav{
	float:left;
}
.nav{
	margin:0;
}
.navigation{
	border:0;
	margin:0;
	padding:0;
}
.navigation > ul{
	float:left;
	width:100%;
}
.navigation > ul > li{
	float:left;
}
.navigation > ul > li a{
	padding:8px 10px;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#000;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a{
	background:#9c2328;
	color:#FFF;
}
.apermahover{
    background:#9c2328;
	color:#FFF !important;
}
.navigation ul li ul.permahover{
    display:block;
}


.navigation .nav-child {
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 2px 0 0;
	list-style: none;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navigation .nav-child a {
	padding: 5px 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	white-space: nowrap;
	float:left;
}*/
.navigation .nav > li {
	/*position: relative;*/
}

/*.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child{
	display: block;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #9c2328;
	background:#dadada;
}*/

/* Top Search */
/*.topsearchwrap{
	float: right;
    position: relative;
    z-index: 100;
}*/

.topsearchwrap{
	float: right;
	position: relative;
	z-index: 100;
}
/*.topsearchwrap {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    z-index: 100;
}*/
.topsearch{
	float:right;
}
.topsearch .search{ float:left; position:relative; }
/*.topsearch input[type="text"]{
	width:295px;
	height:38px;
	border:1px solid #000;
	border-bottom:0;
	border-radius:0;
	float:left;
	padding:10px;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}*/

div.mod_search89 input[type="search"] {
	width: 295px !important;
	height: 15px;
	border: 1px solid #000;
	border-bottom: 0;
	border-radius: 0;
	float: left;
	padding: 10px;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.topsearch .button{
	width:40px;
	height:38px;
	background:url(../images/searchicon.png) #000 no-repeat center;
	font-size:0;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
	border-radius:0;
	border:none;
	position:absolute;
	top:0;
	right:0;
}
/* Headlines */
.headlines{
	float:left;
	width:100%;
	height:45px;
	display:none;
	margin-top:25px;
}
body.itemid-355 .headlines{
	display:none;
}
.headlines .container{
	background:#FFF;
}
.headlines .title{
	width:136px;
	height:45px;
	background:#000;
	position:relative;
	float:left;
	color:#FFF;
	text-align:center;
	line-height:45px;
	font-size:18px;
}
.headlines .title:after{
	position:absolute;
	top:10px;
	right:-10px;
	font-size:0;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 15px;
	border-color: transparent transparent transparent #000000;
}
.headlinestext{
	float:right;
	width:775px;
	overflow:hidden;
	font-size:16px;
	color:#000;
	padding:9px 10px 9px 0;
}
.headlinestext a{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#000;
	line-height:28px;
}

/* Main Content */
.maincontent{
	width:620px;
	float:left;
	margin:25px 0;
}
.main{
	background:#FFF;
	padding:20px;
	font-size:18px;
	font-weight:300;
	margin-bottom:40px;
}
/* Sidebar */
.sidebar{
	width:290px;
	float:right;
	text-align:center;
	margin:25px 0;
}
.sidebar > div{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.sidebar .custombox1 a{
	background:#dee1e3;
	border:1px solid #FFF;
	border-radius:5px;
	padding:15px;
	width:100%;
	float:left;
}
.sidebar .custombox1 a:hover{
	background:#f6f9fa;
	border-color:#CCC
}
.sidebar .twitterwrap{
	float:left;
	width:100%;
	background:#FFF;
	padding:3px 5px;
	font-size:26px;
	text-transform:uppercase;
	text-align:left;	
	margin:15px 0 25px 0;
}
.sidebar .twitterwrap a{
	float:left;
	color:#000;
	font-weight:800;
	line-height:30px;
	padding-top:9px;
}
.sidebar .twitterwrap a strong{
	color:#9d282b;
	display:block;
}
.sidebar .twitterwrap img{
	margin-right:10px;
}
.sidebar .moduletablebox3{
	background:#3e3f3e;
	text-align:left;
	color:#FFF;
}
.sidebar .moduletablebox3 h3{
	text-align:left;
	color:#FFF;
	font-size:20px;
	background:#9c2328;
	padding:10px 15px;
	margin:0;
	line-height:normal;
}
.sidebar .moduletablebox3 ul{
	padding:15px;
}
.sidebar .moduletablebox3 li{
	list-style-type:disc;
	margin:0 0 10px 20px;
}
.sidebar .moduletablebox3 a{
	color:#999;
}
.sidebar .moduletablebox3 a:hover{
	color:#FFF;
}
.sidebar .moduletablebox4{
	background:#3e3f3e;
	text-align:left;
	color:#FFF;
	padding:15px;
}
.sidebar .moduletablebox4 li{
	list-style-type:disc;
	margin:0 0 10px 20px;
}
.sidebar .moduletablebox4 h3{
	border-bottom:2px solid #9c2328;
	margin:0;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:20px;
	color:#FFF;
}
.sidebar .moduletablebox4 a{
	color:#999;
}
.sidebar .moduletablebox4 a:hover{
	color:#FFF;
}

/* Footer */

.footer{
	/*float:left;*/
	width:100%;
	background:#3f3f3f;
	color:#FFF;
	font-size:14px;
	padding:20px 0;
}
.footer a{
	color:#FFF;
}
.footer a:hover{
	color:#CCC;
}
.footertop{
	float:left;
	width:100%;
}
.footertop h3{
	font-size:26px;
	font-weight:400;
	padding-bottom:15px;
	color:#FFF;
}
.footertop ul{
	float:left;
	width:100%;
}
.footertop ul li{
	line-height:24px;
	width:220px;
	float:left;
	margin-right:15px;
}
.footertop ul li:last-child{
	margin-right:0;
}
.copyrightsection{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:16px;
	color:#969696;
	margin-top:25px;
}
.copyrightsection .left{
	float:left;
}
.copyrightsection .right{
	float:right;
}
.copyrightsection a{
	display:block;
	color:#FFF;
}

/* common */
hr {
	margin: 15px 0;
	border: 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

a.readmore{
	background:#000;
	font-size:22px;
	font-weight:400;
	text-align:center;
	padding:15px 10px;
	margin:30px 0 10px;
	color:#FFF;
	width:100%;
	display:block;
}
a:hover.readmore{
	background:#9c2328;
}

/* gkHighlighter Interface */

.gkHighlighterInterface { float:left !important; }
.gkHighlighterInterface[data-pos="right"] { float: right !important; }
.gkHighlighterInterface span.text { display:block !important; float:left !important; margin:0 6px 0 7px !important; font-size: 11px !important; font-weight: bold !important; text-transform: uppercase !important; line-height: 18px !important; }
.gkHighlighterInterface div { float:left !important; width:auto !important; }
.gkHighlighterInterface div a { display:block !important; float:left !important; height:25px !important; width:25px !important; margin: 2px 0 0 2px !important; background:transparent url('/templates/ncsfreedom/html/mod_highlighter_gk5/images/interface.png') !important; no-repeat 0 0 !important; cursor:pointer !important; }
.gkHighlighterInterface div a.prev { }
.gkHighlighterInterface div a.next { background-position: right 0 !important; }
.gkHighlighterInterface div a.prev:hover { background-position: 0 bottom !important; }
.gkHighlighterInterface div a.next:hover { background-position: right bottom !important; }


/** PG CSS **/
/** KAP directory Homepage fix **/
div.category-container div.row-fluid div.span6 div.row-fluid div.span2 {
	float: left;
    width: 40% !important;
}
div.category-container div.row-fluid div.span6 div.row-fluid div.span10 {
	float: left;
    width: 50%;
}
div.category-container div.row-fluid div.span6 div.row-fluid div.span10 p.thumbcat a {
	font-size: 15px;
	line-height: normal;
}	
div.category-container div.row-fluid div.span6 div.row-fluid div.span10 p.thumbcat a:hover {
	text-decoration: none;
}
/** List View Fix **/
div.SPDetailOffice img.sp_default_image {
	float: left;
    padding: 0 15px 0px 0;
}
div.SPEntryTitle {
	padding:10px 0;
}
/** Entry Details View Fix **/
div.SPDetailPrac p a {
	padding-left: 10px;
    font-size: 14px;
    text-decoration: underline;
}

/***** man-polished-changes *****/
/** list style sidebar **/
div.sidebar ul {
	margin: 0;
	padding: 0;
}	
div.sidebar ul li, div.sidebar ul.nav li {
	background-image: url(../images/accents/darkgrey/arrows.png);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	-moz-transition: background-position-x 0.2s ease-out;
	list-style: none;
	text-align: left;
	padding: 6px 5px 6px 28px;
	display: block;
	border-bottom:#d6d6d6 solid 1px;	
	font-size: 16px;
}
div.sidebar ul li:hover, div.sidebar ul.nav li:hover {
	background-position: 10px 10px;
	-moz-transition: background-position-x 0.2s ease-out;
}
div.sidebar ul li a, div.sidebar ul.nav li a {
	color:#666;	
	text-align: left;
	
	
}
div.sidebar ul li a:hover, div.sidebar ul.nav li a:hover {
	color:#000;	
	text-align: left;
}


/** fix div display **/
div.customflushbottom {
	padding-bottom:20px;
}
.main p {
	font-size: 16px;
}
div.sidebar div.moduletablebox3 div.custombox3 ul.bullet-3 li span a span {
	color:#999 !important;
}
div.sidebar div.moduletablebox3 div.custombox3 ul.bullet-3 li span span {
	color:#999 !important;
}

/** Sidebar form Display **/
div.sidebar div.moduletablebox1 div.userdata div#form-login-username div.controls div.input-prepend input#modlgn-username, div.sidebar div.moduletablebox1 div.userdata div#form-login-password div.controls div.input-prepend input#modlgn-passwd {
	width: 90%;
}
div.sidebar div.moduletablebox1 div.userdata div#form-login-username div.controls div.input-prepend, div.sidebar div.moduletablebox1 div.userdata div#form-login-password div.controls div.input-prepend {
	width: 100%;
}
div.sidebar div.moduletablebox1 div.userdata div#form-login-username div.controls div.input-prepend span.add-on, div.sidebar div.moduletablebox1 div.userdata div#form-login-password div.controls div.input-prepend span.add-on {
	padding: 13px 6px;
}	
div#form-login-remember label.control-label {
	text-align: left;
	width:80%;
}

/** DSM Page Resources **/
div.k2ItemsBlock ul li.even, div.k2ItemsBlock ul li.odd  {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
	font-size:18px;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {
	color:#9c2328;
}

/** Resources **/
div.qfl-article-list-pro ul.articles li div.row a div.title {
	background-image: url(../images/accents/darkgrey/arrows.png);
	background-repeat: no-repeat;
	padding: 0px 5px 6px 28px;
	background-position: 0px 5px;
}
.qfl-article-list-pro .articles .row {
	margin: 0 0 2px 0;
}
div.moduletable h3 {
	padding-top:10px;
}
/** Press Page **/
div.container div.maincontent div.main {
	float: left;
	clear: both;
	margin-top: 20px;
	width:100%;
}
div#dm_container_1 ul.zoo-item-list li {
	padding:5px 0;
}
div.k2ItemsBlock ul li a.moduleItemTitle {
	padding-bottom: 0;
}
div.moduletableflushbottom h3 {
	text-align: left;
}
div.flushtop h3 {
	text-align: left;
}
ul.zoo-tagcloud li {
	width: auto;
	float: left;
	background-image: none !important;
	list-style: none;
	padding: 5px !important;
	border-bottom:none !important;
	display: inline-block !important;
	color: #9c2328 !important;
}
ul.zoo-tagcloud li:hover {
	width: auto;
	float: left;
	background-image: none !important;
	background-color:#135cae;
	list-style: none;
	padding: 5px !important;
	color: #fff !important;
	border-bottom:none !important;
	display: inline-block !important;
}
ul.zoo-tagcloud li a{
	color:#9c2328 !important;
	display: block;
}
ul.zoo-tagcloud li a:hover{
	color:#fff !important;
	display: block;
}	
div.qfl-article-list-pro ul.articles li div.row a div.title  {
	display: inline-block !important;
	
}

.qfl-article-list-pro .articles .row .date {
	display: inline-block !important;
	font-size: 15px !important;
}

.submit-btn-inside.submit-text-inside.validate {
	color: #DDDDDD;
	background: #3f403f;
	border: none;
}
/*a {
	color: #9c2328 !important;
}*/
/** fix Kap Directory Add Entry **/
body#com_sobipro div.maincontent div.main {
	width:100% !important;
}
input#field_title, input#field_website {
	width:100%;
	max-width:350px;
}

/** Fix Calendar **/
td.zc_month_last {
	background:#c9c9c9 !important;
}
td.zc_month_current {
	background: #e8e8e8 !important;
}
td.zc_month_weekend {
	background: #e0e0e0 !important;
}
td.zc_month_today {
	background:#fff !important;
}
td.zc_month_dow {
	background:#AAAAAA !important;
	color:#000 !important;
}
td.zc_month_next {
	background:#BBBBBB !important;
}
li.zc_plugin_title_btn a, .basic_blue .cbtn {
	background:none !important;
	box-shadow:none !important;
}
div.zc_year_block a {
	color:#8F1C00 !important;
}
.zc_month_day a {
	color:#8F1C00 !important;
}
.main .item-page .page-header {
        display: none;
}

/** Fix Hidden Menu Issues when Admin is Logged In **/
#cssmenu {
	width:100%;
}