/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION:
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#wrapper {
  flex: 1 0 auto;
}
#footer {
  flex-shrink: 0;
}


.group:after{
  display: block;
  content: "";
  clear: both;
}

html {
	font-size:16px;
}

/* RELEVANSSI SEARCH STYLES */

.relevanssi-excerpt {
	color: #777;
	font-style: italic;
	font-size: 14px;
	}

.relevanssi-excerpt p {
	-webkit-margin-before: .5em;
	}

/*
body{margin:0;width:100vw;height:100vh;}
#wrapper{width:100%;height:100%;}
*/

/*  BUDDYPRESS STYLES */
/* @import url("css/bp.css"); */

div#container {
	margin:0 auto;
	max-width:925px;
	margin-top:24px;
	background: #fff;
	color: #000;
	padding-bottom: 35px;
  height:auto;
	min-height: calc(100vh - 300px);
	width: 100%;
}
div#container.home-page{background:transparent;padding-bottom:0;}

div#container2 {
	margin:0 auto;
  width:100%;
  max-width:925px;
	margin-top:24px;
	background: none;
	color: #fff;
}
div#content {
	position:relative;
  display:inline; float:left;
  width: /*510px*/75%;
	float: left;
	margin:0 ;
	text-align: left;
  padding:20px;
}

div#header {
padding-top: 30px;	}

div#header,div#footer {
max-width: 925px;
width: 100%;
margin: 0 auto;
text-align:left;
}

div#footer {margin: 20px auto;}
div#footer a{color:#ffffff;}

#headerLogo {
	top: 0;	float:right; width:72px;	height:72px; margin-top:-30px;
}
.footer-about, .footer-credits, .footer-logo {width:auto;height:auto;margin-bottom:10px;display:inline;}
.footer-credits a {margin-right:10px;}
.footer-credits a:hover, div#footer a:hover {text-decoration:underline;color:#ffffff;}
.footer-logo{float:right;}
.footer-logo, .footer-logo a{margin:0;}

/* custom page layouts */

.home-page div#container,
.page-template-guide-php div#container {
	background: none;
	color: #fff;
}
.page-template-guide-php div#container #content {
}
.page-template-quickSearch-php div#container #content {
	background: #fff;
	/*width: 600px;*/
	padding: 20px;
	min-height: 231px;
}
.page-template-page-background-php div#container2 {margin-top: 0px;}

.page-template-page-background-php div#container2 #content {
	/*padding-left: 0;
	padding-top: 0;
	width: 530px;*/
	font-size: 18px;
}

.page-template-page-background-php div#content a,
#content.toolkit-pages a {
	color: #34b4ea;
	text-decoration: none;
}

.page-template-page-background-php div#content a:hover,
#content.toolkit-pages a:hover {
	color: #fff;
}

#background-page-sidebar {
	width: 205px;
	float: right;
	padding: 20px;
	font-size: 16px;line-height:1.5;
	margin-top: 20px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}
#background-page-sidebar a{color:#ffffff;}
#background-page-sidebar a:hover{text-decoration:underline;}


div#content ul {
	list-style:none;
	indent: none;
	margin-left: -40px;
}

div.home-box {
    margin: 10px 2% 0 0;
    width: 32%;
    height: auto;
    min-height:265px;
    padding: 0px 20px 20px 20px;
    float: left;
    font-size: 14px;
    line-height: 17px;
}

div.home-box:last-child {
	margin: 10px 0 0 0;
}

/*h3.home-box {
	font-size: 14px;
	line-height: 19px;
	margin-top: 0;
	}

h3.home-box a {
	color:#fc437c;
	}

h3.home-box a:hover {
	color:#fc437c !important;
	text-decoration: underline;
	} */

.home-box h2{
	font-size: 18px; margin-bottom: 24px;
}

#home-blog-meta {
	width: 260px;
	font-size: 12px;
	line-height: 15px;
}
		#home-blog-featuredimage img {
			width: 80px;
			height: 80px;
			float: left;
			padding-right: 10px;}

		#home-blog-date {
			width: 100%;
			float: left;
			}
		#home-blog-date a{color:#fc437c;line-height:1.3;}
		#home-blog-date a:hover, #home-blog-date a:focus {text-decoration:underline;}

div.home-box a:hover{ color: #fff; }

a#home-join-the-community-link {color:#fc437c;}
a#home-join-the-community-link:hover {color: #fff;}
a#home-search-knowledge-link {color:#2c9602; }
a#home-search-knowledge-link:hover {color:#fff; }

div.home-box .link-header:hover {text-decoration: underline;}

#home-guide {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 34, 59);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 34, 59, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8000223B, endColorstr=#8000223B);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8000223B, endColorstr=#8000223B)";

}
#home-guide h2{color:#34B4EA;display:block;}
#home-guide p.guide-description, #home-guide div.guide-cover {display:inline; float:left;}
#home-guide p.guide-description {width: 150px; margin-top: 10px;color:#ffffff;}
#home-guide div.guide-cover{float: right;}

#home-boxes { width: 100%; position: relative; }
#home-toolkit {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(22, 43, 36);
	/* RGBa with 0.6 opacity */
	background: rgba(22, 43, 36, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80162b24, endColorstr=#80162b24);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80162b24, endColorstr=#80162b24)";
}

#home-knowledge {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 51, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 51, 0, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80003300, endColorstr=#80003300);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80003300, endColorstr=#80003300)";
}
#home-knowledge p{color:#ffffff;}
/*ul#home-popular-documents { color: #fff; list-style: none; padding: 0; }
ul#home-popular-documents li {
	vertical-align: top;
	background-image: url("images/icons/icon_doc_green.gif");
	background-repeat: no-repeat;
	padding-left: 58px;
	margin-bottom: 20px;
	min-height: 50px;
}
ul#home-popular-documents li a {color: #fff !important; }
ul#home-popular-documents li a:hover {text-decoration: underline;} */

#home-conversation {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(51, 0, 51);
	/* RGBa with 0.6 opacity */
	background: rgba(51, 00, 51, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80330033, endColorstr=#80330033);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80330033, endColorstr=#80330033)";
}
#home-conversation p a:hover {text-decoration: underline;}
.conversation-featured{margin: 15px 0; display: block; font-size: 14px;}



div#content-home {
	width: 375px;
	margin:0;
	text-align: left;
	padding-right: 75px;
}

.home-welcome {
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
}





div#guide_logos {
	font-size: 11px;
	/*padding-top: 190px;*/
  line-height:1.3;
}

div.sidebar {
	width:/*246px*/25%;
  padding:20px;
	overflow:hidden;
	text-align: left;
  display:inline;float:left;
}

h1 {
	line-height: 1;
	padding: 0px;
}
h1.guide{margin-block-start:0;}

h3 {
	font-size: 17px;
}

div#secondary {
	clear:right;
}

div#footer {
	font-size: 11px;
	clear: both;
}

/* Blog styles */


div#content.blog a, div#content.blog a:hover {
	color: #f92d6c;
	}


div#content.blog a.blog-viewall {
	color: #666;
	font-style: italic;
}

div#content h2.blog a {
    line-height: 26px;
    margin-top: 0;
    color: #000000;
}

div#content h2.blog a:hover {
    line-height: 26px;
    margin-top: 0;
    color: #f92d6c;
}

h1.blog {
	display: inline;
	margin-right: 20px;
}

h2.blog  {
	line-height: 26px;
	margin-top: 12px;
	-webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.5em;
}


h2.blog-single  {
	line-height: 26px;
	margin-top: 12px;
	-webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.5em;
}

.blog img {
	margin: 10px 0 0 0;}


h3.blog  {
	color: #777;
	font-size: .8rem;
	margin-top:  .5em;
	margin-bottom: 0;
	-webkit-margin-after: 0;
	}

.blog-entry {
	padding-bottom: 30px;
	border-top: 2px solid #f92d6c;

	}

#blog-twitter {
	margin-bottom: 10px;

	}


#sidebar.blog a.sidebar-twitter {
	background-image:url(images/icons/twitter-128.png);
	background-position: 3px 0;
	background-size: 20px 20px;
	padding-left: 30px;
	padding-bottom: 10px;
    background-repeat: no-repeat;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	}

#sidebar.blog a {
	color: #f92d6c;
	font-weight: bold;
	}


.blog-entry-single {
	margin-top: 30px;
	border-top: 2px solid #f92d6c;

	}

.blog-content p {
	padding-bottom: 30px;
}

#sidebar.blog {
	padding-right: 20px;
  padding-top:76px;
	}

#content.blog-entry a {
	color: #f92d6c !important;
	}

#sidebar.blog h3 {
	border-top: 1px solid #f92d6c;
	padding-top: 10px;
	}



#blog-about-author {
	margin-top: 30px;
	}

#blog-about-author h3 {
	margin-top: 4px;
	margin-bottom: 8px;
	}



img.blog-author-headshot {
	width: 90px;
	height: 90px; }

img.hp-author-headshot {
	width: 70px;
	height: 70px; }


h3.comments {
	border-top: 1px solid #f92d6c;
	margin-top: 50px;
	padding-top: 5px;
	}

.comment-meta, .comment-author {
	color: #666;
	}


.author-bio {
	float: left;
	width: 400px;
}

.author-avatar {
	width: 100px;
	float: left;
}

.author-bio-text {
	font-size: .8rem;
	color: #666;
}

#comments ol {
	list-style-type: none;
	margin-left: 0;
	indent: 0;
	}


/* Knowledge Base Styles*/

#kb_dropdown select {
	width: 250px;
	}
#content.content-knowledge{padding:20px;}

.content-knowledge h1 {
	font-size: 36px;
	font-weight: bold;
}
.content-knowledge h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 35px 0 5px 0;
}
div#content a {
	color: #299701;
	text-decoration: none;
}
div#content a:hover {
	color:  #299701;
	text-decoration: underline;
}

.edit-link {margin-top: 10px; display: block;}
.post-edit-link {color: #299701;}

.kb_description ul li {
	list-style-type: disc;
	margin-left: 14px;
	}


div.content-knowledge #kb-searchform #search_keyword {
	width: 441px;
	height: 40px;
	background-color: #e5e5e5;
	border: none;
	font-size: 16px;
	color: #666;
	padding: 0 12px;
}

#search_keyword {
	font-family: ff-meta-web-pro, Verdana, Geneva, sans-serif !important;
}

div.content-knowledge #kb-searchform #searchsubmit {
	background: #299501;
	color: #fff;
	height: 40px;
	width: 40px;
	border: none;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

#kb-sidebar-searchform #searchsubmit {
	background: #299501;
	color: #fff;
	height: 19px;
	width: 34px;
	border: none;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	margin-top: 4px;
}
input#searchsubmit {
	color:#fff;
	border:none;
	outline:none;
	}

h2.page-title{font-size: 24px; line-height: 29px;}


/* the featured images */
.content-knowledge.featured_categories {width:100%;height:auto;}

.content-knowledge .featured_category {float: left;
  /*margin-right: 15px;
  width: 160px;*/
  width:33%;
}
.content-knowledge .featured_category.last {margin-right: 0px;}
.content-knowledge .category-image { margin:0; padding: 0; }
.content-knowledge .featured_category .category-header {font-size: 13px; display: block; margin-top: 10px; line-height: 18px;}
.content-knowledge .featured_category a { }



#most-viewed {width: 335px; float: left;}
#popular-keywords {width: 160px; float: left; margin-left: 15px;}

#kb_footer{clear: both; float: left;}
#kb_footer p img{margin-right: 30px; vertical-align: top;}


/*#sidebar {
	padding-top: 60px;
}*/

#sidebar a {
	color: #299701
}

#sidebar a:hover {
	text-decoration: underline;
}

div#sidebar-knowledge {
	width:247px;
	padding-right: 20px;
	margin:0;
	overflow:hidden;
	text-align: left;
	background-color:#FFFFFF;
}

.knowledge-text {
	color: #000;
	font-size: 16px;
	line-height: 22px;
}



.knowledge-h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ol {
	padding: 0px;
	margin-left: 20px;
	margin-top: 0;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}


/* kb sidbar */
#kb_sidebar { background-color:#FFFFFF;	color: #000; padding-top: 20px;}

#kb_sidebar a {	color: #299701;}

#kb_sidebar ol li {
	font-size: 13px;
	line-height: 18px;
	list-style: disc;
	padding: 0 0 5px 0;
	margin: 0;
	indent: 3px;
	}

#kb_sidebar ol {
	margin-left: 18px;
	padding: 10px 20px 0 0;
}

.featured_category {
	height: 260px;
	}

.featured_category_image {
	height: 160px;
  width:100%;
	overflow: hidden;
	background-color: #eeeeee;
	}

.featured_category_image img {
	width: 100%;height:auto;

	background-color: #eeeeee;
	}

#kb_sidebar #clearFilters {
	color:#808080;
	clear: both;
	display: block;
	font-size: 12px;
	margin-bottom: -20px;
	padding-top: 20px;
}
#kb_sidebar h3{font-size: 15px; font-weight: bold; line-height: 24px; margin-top: 20px;}
#kb_sidebar ul.kb_search_categories_list li {margin: 3px 0 ;  clear: both; line-height: 16px; height: 16px;}
#kb_sidebar ul.kb_search_categories_list input.category_filter {margin: 3px 0 0 0; float: left;}
#kb_sidebar ul.kb_search_categories_list li label{font-size: 13px; margin-left: 5px; width: 220px; float: left;}
#kb_sidebar #sidebar_nav {text-align: left;display:block;}
#kb_sidebar a.minigray {  color: #808080;  font-size: 11px;  text-decoration: none; /*margin-left: 4px;*/display:block;}
#kb_sidebar h4#kb_search_header {color: #299501; margin-bottom: 0;}
#kb_sidebar #search {
	width: 175px;
	height: 25px;
	background-color: #e5e5e5;
	border: none;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
}

#kb_sidebar #kb_sidebar_searchsubmit {
	background: #299501;
	color: #fff;
	height: 25px;
	width: 25px;
	border: none;
	font-weight: bold;
	font-size: 9px;
	vertical-align: top;
}

#kb_sidebar #searchInstructions {font-size: 12px; width: 210px; line-height: 16px;}


/* text styles */

body {
	font-family: ff-meta-web-pro, Verdana, Geneva, sans-serif;
    line-height: 22px;
	background: #15426f;
	background-image:url('images/LA_bg_1800wide.jpg');
	/*background-repeat:repeat-x;*/
  background-repeat:no-repeat;
	background-attachment:fixed;
  background-size:cover;
	color: #fff;
  margin:0;
}

#search-keyword {
	font-family: ff-meta-web-pro, Verdana, Geneva, sans-serif !important;

}


a {
	color: #34b4ea;
	text-decoration: none;
}

a:hover {
	color:  #ffffff;
	text-decoration: none;
}


div#menu {
height:1.5em;
margin: 0 auto;
width:925px;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:12px;
font-size: 15px;
padding:0;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

#mainMenuToolkitSearch {margin-top: -2px;}
#mainMenuToolkitSearch input[type=submit] {
	background-color: #666;
	color:#fff;
	margin:0;
	padding: 2px;
	position: relative;
	top: -1px;
	left: -3px;
	border:none;
	outline:none;
}
#quickSearch {
	font-family: ff-meta-web-pro, !important;
	background-color: #112d3f;
	width: 95px;
	border: none;
	color: #ccc;
	top: -4px;
	padding: 3px 6px;
	font-size: 13px;
	margin: 0 2px 0 0;
}

#sidebar.search h3 {
	border-top: 1px solid #299701;
	padding-top: 10px;
	}


#quickSearch::-webkit-input-placeholder { color: white;}
#quickSearch:-moz-placeholder { /* Firefox 18- */   color: white;  }
#quickSearch::-moz-placeholder {  /* Firefox 19+ */   color: white;  }
#quickSearch:-ms-input-placeholder {     color: white;  }

#container.search {
	background-color: #ffffff;
	}


div#secondary-menu {
	display: inline;margin-left:15px;
}

div#secondary-menu ul {
	display: inline;
	list-style:none;
	margin:0;
	padding:0;
}

div#secondary-menu ul li{ display:inline;}

div#secondary-menu ul a{
	display:inline;
	padding:0;
	text-decoration:none;
	font-size: 12px;
	margin-right: 10px;
}
div#secondary-menu ul a:hover{text-decoration:underline;}

.entry-title,.entry-meta {
clear:both;
}


div#primary {
/*margin-top:20px;*/
}



textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0;
}

div.sidebar ul ul li {
list-style: none;
margin:0 0 5px 0;
font-size: .9em;
line-height: 1.25em;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0 0 0 0;
}

/*  links page list styles  */

div#content.toolkit-pages ul#links-page   {
padding: 0;margin:0;list-style:none;margin-left:0;
}
div#content.toolkit-pages ul#links-page li.linkcat {
padding: 0;margin:0;indent: 0;list-style:none;padding-inline-start:0;
}
div#content.toolkit-pages ul#links-page li ul.xoxo.blogroll  {
list-style:disc;padding:0;padding-inline-start:0;margin-left:0;
/*indent:0 0 0 -20px;margin:0 0 0 -20px;*/

}


/* knowledge base single entry styles

.knowledgebase .shareThis, .archive .shareThis {margin: -20px 0 10px 0;}
.stButton .sharethis {
  background-image: url("images/icons/icon_share_green.gif") !important;
  font-family: ff-meta-web-pro, Verdana, Geneva, sans-serif !important;
}
.bbPress .stButton .sharethis, #sharethis-blog .stButton .sharethis {
  background-image: url("images/icons/sharethis_forum.gif") !important;
  text-indent: 5px;
  margin-bottom: 20px;
}
.stButton .chicklets {
  height: 20px !important;
  padding-left: 24px !important;
}

.single-knowledgebase .shareThis {margin: -20px 0 35px 0;}
*/


.single-knowledgebase div.kb-entry-header {margin-bottom: 40px; min-height: 50px; }
.single-knowledgebase div.kb-entry-header div.icon-container {float: left; margin-right: 15px; width: 50px;}
.single-knowledgebase div.kb-entry-header div.title-container {float: left; width: 445px;}

.single-knowledgebase div.kb-entry-header .entry-title {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	font-weight: 700;
	margin: 0;

}

.single-knowledgebase div.kb-entry-header .kb-entry-authors {
	font-size: 14px;
	line-height: 22px;
}

.single-knowledgebase div.kb_description,
.single-knowledgebase p.image_caption{font-size: 14px;line-height: 20px; font-weight: 400; margin-bottom: 30px;}

.single-knowledgebase div.kb_citation,
.single-knowledgebase div.kb_credits,
.single-knowledgebase p.kb_source,
.single-knowledgebase p.kb_publication_date {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	margin: 12px 0;
}

.single-knowledgebase div.kb_citation strong,
.single-knowledgebase div.kb_credits strong {
	float: left;
	margin-right: 3px;
}

.single-knowledgebase h3 {font-size: 15px; font-weight: bold; line-height: 24px; margin: 16px 0 0 0 ;}

.single-knowledgebase div#content ul{margin-top: 0; margin-bottom: 0;}


.single-knowledgebase ul.downloads a, .single-knowledgebase ul.links a {font-size: 16px; font-weight: 700;}
.single-knowledgebase ul.post-categories a, .single-knowledgebase ul.post-tags a {font-size: 12px;  font-weight: 700;}
.single-knowledgebase ul.post-categories li, .single-knowledgebase ul.post-tags li {line-height: 16px; }

/* search results and category/tags archives styling */
#tooManyResults{color:#808080;	font-size: 12px;	margin-top: -30px;	padding: 0px;}
.archive .hentry, .search .hentry {margin-bottom: 35px; margin-top: 10px; clear: both;}

.forumEntry a, .forumEntry a {color:#F92D6C !important;}

.archive .hentry div.icon-container,
.search .hentry div.icon-container{float: left; margin-right: 15px; width: 50px;}

.archive .hentry div.title-container,
.search .hentry  div.title-container{float: left; width: 100%; margin:0;}

h2.search-title{font-size: 15px; margin: 0 0 30px;}
h2.search-title span{font-weight: normal;}

.archive .hentry a.kb-entry-icon,
.search .hentry a.kb-entry-icon  {
	float: left;
	margin-right: 15px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -99999px;
}

.archive .hentry a.kb-entry-icon:hover,
.search .hentry a.kb-entry-icon:hover  {background-position: 0 50px;}

.archive .hentry a.kb-entry-icon.doc,.search .hentry a.kb-entry-icon.doc {	background-image: url(images/icons/icon_doc.png);}
.archive .hentry a.kb-entry-icon.img,.search .hentry a.kb-entry-icon.img {	background-image: url(images/icons/icon_img.png);}
.archive .hentry a.kb-entry-icon.vid, .search .hentry a.kb-entry-icon.vid {	background-image: url(images/icons/icon_vid.png);}
.archive .hentry a.kb-entry-icon.web,.search .hentry a.kb-entry-icon.web {	background-image: url(images/icons/icon_web.png);}
.archive .hentry a.kb-entry-icon.presentation,.search .hentry a.kb-entry-icon.presentation {background-image: url(images/icons/icon_presentation.png);}

.archive .hentry h3.entry-title,
.search .hentry h3.entry-title {
	font-size: 16px !important;
	line-height: 20px !important;
	font-style: italic !important;
	font-weight: 700 !important;
	margin: 0 ;
}

.archive .hentry h3.entry-title a.entry-title-link,
.search .hentry h3.entry-title a.entry-title-link{color: #000 !important; }

.archive .hentry .kb-entry-authors,
.search .hentry .kb-entry-authors{
	font-size: 14px;
	line-height: 22px;
}

.archive .hentry .entry-meta,
.search .hentry .entry-meta{
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	color: #808080;
}

.tags-header-commas {
  color: #808080;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

body.category #content span.category-image {float: left; margin: 0 20px 20px 0; height: 160px; overflow: hidden;}
body.category #content span.category-image img { width: 160px; }
body.category #content h3 {margin-top: 0px; margin-bottom: 0px; font-size: 18px; font-weight: normal;}
body.category #content h2 {margin: 0px; }
.archive-meta {margin-bottom: 35px;}
.archive-meta p {font-size: 15px;}



/*quick search results page */
#search-form-entry {
	width: 510px;
	}


.result-cat-kb {
	font-size: .8rem;
	font-weight: bold;
	color: #299701;
	margin-bottom: -6px;
	}

.result-cat-blog {
	font-size: .8rem;
	font-weight: bold;
	color: #F92D6C;
	margin-bottom: -6px;
	}

.result-cat-pages {
	font-size: .8rem;
	font-weight: bold;
	color: #34b4ea;
	margin-bottom: -6px;
	}

#quickSearchForm {margin-bottom: 40px;}
#quickSearchForm label.searchLabel {display: none;}
#quickSearchForm #searchKeyword {
	width: 440px;
	height: 40px;
	background-color: #e5e5e5;
	border: none;
	font-size: 20px;
	color: #333;
	padding: 0 12px;
}

#quickSearchForm #searchsubmit {
	background: #34B4EA;
	color: #fff;
	height: 40px;
	width: 40px;
	border: none;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
#quickSearchFilters{margin-top: 15px;}
#quickSearchFilters .checkboxFilterLabel {margin-right: 35px;}
.quickSearchToggle {background-color: #E5E5E5; padding: 2px; text-align: center; cursor: pointer; margin-bottom: 10px;}

body.page-template-quickSearch-php h2{margin-top: 0px;}
body.page-template-quickSearch-php h2.search-title{font-size: 22px; margin: 0 0 30px;}
body.page-template-quickSearch-php a.entry-title-link{color:#299701;}
body.page-template-quickSearch-php  .hentry .entry-meta{font-weight: normal;}
body.page-template-quickSearch-php  .tags-header-commas {  font-weight: normal;}
body.page-template-quickSearch-php .forumResults{margin-top: 40px;}
body.page-template-quickSearch-php .forumResults a{color: #F92D6C !important;}

.quickSearchSidebar {
	background-color: #fff;
	color: #000;
	margin-left: 45px;
	width: 198px !important;
	padding: 15px 20px !important;
	float: left;
}

.quickSearchSidebar h4 {margin-top: 0px;}



/* =Breadcrumb and Tags (from bbbpress styles)
-------------------------------------------------------------- */

div.bbp-breadcrumb {
	/* float: left; */
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}

#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}

body.members div#content a,
body.bp-user div#content a {color:  #F92D6C; }

body.members div#content .entry-meta a {font-size: 12px;}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ccc;
	background-color: #ffff99;
	color: #000;
	font-weight: normal;
	padding: 1px 2px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 10px; font-family: arial;}

/* forum topics tag suggest style */
.ac_results{
	position: absolute;
	background-color: #E7E8E8;  color: #333;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 372px;
	margin-top: 1px;
}
.ac_results li {
  padding-left: 1em;
  text-indent: -1em;
}

.ac_results li:before {
  content: "+";
  padding-right: 5px;
}
.ac_results li:hover {cursor: pointer; color: #444;}
.ac_match {font-style: italic;}

/* forum topics styles */

span.bbp-topic-started-by a {
	line-height: 13px;
	}

span.bbp-topic-tags {
	line-height: 13px;
	}

span.bbp-admin-links {
	width: 100%;
	padding-bottom: 20px;
	}

/* mailchimp*/

div#mc_embed_signup, #mc_embed_signup form {
	/*display: inline;*/
  display:none;
	}
  div#mc_embed_signup {
    float:left;
  }
#mc_embed_signup input[type=submit], #mc_embed_signup input[type=email]{
	font-family: ff-meta-web-pro, Verdana, Geneva, sans-serif ;
  font-size:11px;
	background-color: #19384f;
	border: 0;
	padding: 4px 8px;
  color:#ffffff!important;
	}
#mc_embed_signup input[type=submit] {display:none;}


/* homepage slider */

#sliderContainer {

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 34, 59);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 34, 59, 0.4);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8000223B, endColorstr=#8000223B);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8000223B, endColorstr=#8000223B)";

	width: 100%;
	height: 350px;
	padding: 0px;
	clear: both;
	overflow:hidden;
}
.slide { width: 100%; }
.slide .slide-image, .slide .slide-text-container{display:inline; float:left;}
		.slide .slide-image{width:300px;height:350px;overflow:hidden;text-align:center;}
		.slide .slide-text-container,
    .slide.is-selected .slide-text-container{width:70%;max-width:575px;height:300px;padding:25px;}

		.slide .slide-image img{height:350px;width:auto;}
    .slide  .slide-text-container .slide-description {margin: 0 0 10px 0 ;}
		.slide  .slide-text-container .relatedBlock {width: 45%; margin: 10px 5% 0 0 ; max-width:312px; display:inline; float: left; font-size: 14px; font-weight: bold;}

    .relatedTopics, .relatedTopics a{color:#fc437c;}
    .relatedKB, .relatedKB a{color:#2c9602;}

		.slide h2 { font-size: 24px; line-height: 24px; letter-spacing: .2px; font-weight: bold; margin-top: 0; }
		.slide p { font-weight: normal; font-size: 16px; line-height:1.3; margin: 0 0 5px; }
		.slide p, .slide a {color:#ffffff;}

/* mobile nav */

.mobile-nav-toggle{width:auto;height:auto;padding:20px;display:none;position:absolute;top:0;right:0;background-color:#34b4ea;cursor:pointer;}
#mobile-nav{width:100%;height:auto;display:none;}
ul#menu-mobile-nav li{list-style:none;margin-bottom:10px;}
ul#menu-mobile-nav li a{color:#ffffff;font-weight:bold;}

/* media queries */

@media screen and (max-width: 1024px){
  body, #wrapper, #wrapper.hfeed {width:100vw;height:100vh;}
  div#container, div#container2, div#header, div#footer {width:90%;max-width:none;margin:0 5%;}
  div#container, div#container2 {margin:30px 5%;}
  div#footer{margin:20px 5%;}
  div#menu{display:none;}
  .mobile-nav-toggle{display:block;}
  #headerLogo{margin-right:50px;}

@media screen and (max-width: 768px){
  html{font-size:14px;}
  #sliderContainer{height:auto;}
  .slide .slide-image {width:30%;}
  .slide .slide-text-container,
  .slide.is-selected .slide-text-container {width:70%;max-width:none;height:auto;}
  .slide .slide-image img {width:auto;height:100%;}
  .slide .slide-text-container .relatedBlock{width:100%; margin:0;max-width:none;display:block;}
  .slide p{font-size:1rem;}
  .slide h2{font-size:1.5rem;line-height:1.3;}
  .relatedBlock h4{margin: 5px 0;}
  #home-guide p.guide-description, #home-blog-meta {width:100%;}
  #home-guide div.guide-cover{float:left;}
  div.home-box {min-height:370px;}
  div#content, div.sidebar {width:100%;}
  #background-page-sidebar{width:100%;display:block}

}
@media screen and (max-width: 600px){
  div#container,div#container2, div#header, div#footer {width:calc(100% - 30px);margin:0 15px;}
  div#container,div#container2 {margin:30px 15px;}
  div#footer{margin:20px 15px;}
  div.home-box {min-height:0;width:100%;}
  .slide .slide-image {width:100%;height:350px;}
  .slide .slide-image img {width:100%;height:auto;}
  .slide.is-selected .slide-text-container {width:100%;}
  #headerLogo{margin-right:0;float:left;margin-top:0;margin-right:15px;display:block;}
  div.content-knowledge #kb-searchform #search_keyword{width:100%;}
  .featured_category_image{height:115px;}
  .single-knowledgebase div.kb-entry-header div.title-container{width:100%;}
  .blog img{width:100%; height:auto;}
  .author-bio{width:100%;}
}
