/*
CTC Separate Stylesheet
Updated: 2025-07-18 12:08:23
*/

html {
	background: #fff;
}
body {
	font: 15px/24px 'Open Sans', Helvetica, Arial, sans-serif;	
	color: #383838;
}	
a {
	text-decoration:none;
	outline:0;
	-webkit-transition-property:background color;
	-webkit-transition-duration:.12s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-property:background color;
	-moz-transition-duration:.12s;
	-moz-transition-timing-function:ease-out;
	-o-transition-property:background color;
	-o-transition-duration:.12s;
	-o-transition-timing-function:ease-out;
	transition-property:background color;
	transition-duration:.12s;
	transition-timing-function:ease-out;
}
a:hover {
	cursor:pointer;
}
a:focus {
	outline: none;
}

/*	Headings */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight:600; 
	margin: 0 0 10px;
	color:#1a1a1a;
}

h1, 
h2{ 
 	color: #00528d; 
} 

/* = Page Structure
-------------------------------------------------------------- */

body.site-boxed {
	background:#ccc;
}
body.site-boxed #site-container {
	background:#fff;
}
.ht-container {
	padding:0 20px;
}
body.site-boxed #site-container,
.ht-container {
	margin: 0 auto;
	max-width: 1040px; 
}
#primary {}
#content {
	float:left;
	width: 72%;
}
#primary.sidebar-off #content {
	width:100%;
	float:none;
	padding: 40px 0 0 0;
}
#primary.sidebar-left #content {
	float:right;
	padding: 40px 0 0 40px;
	border-left:1px solid #e6e6e6;
}
#primary.sidebar-right #content {
	float:left;
	padding: 40px 40px 0 0;
	border-right:1px solid #CFDEEA;
}
#sidebar {
	float:left;
	width: 28%;
	font-size:13px;
	line-height:22px;
	padding:40px 0 0;
	position:relative;
}
#primary.sidebar-left #sidebar {
	padding-right: 30px;
	border-right:1px solid #e6e6e6;
	right: -1px;
}
#primary.sidebar-right #sidebar {
	padding-left: 30px;
	border-left:1px solid #CFDEEA;
	left: -1px;
}


/* = Header
-------------------------------------------------------------- */

#site-header {
	padding:15px 0;
	position: relative;
	z-index: 8000;
	border-bottom: 1px solid #CFDEEA;
}
#site-header #logo {
	float:left;
}
#site-header #logo h1 {
	margin:0;
	font-size: 32px;
}
#site-header #logo, 
#site-header #logo a {
	font-size: 32px;
	color:#1a1a1a;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: -1px;
}
#site-header #logo img {
	display:block;
	max-width:100%;
}
/* ------------ Hide live search bar and page header on page ID 14 login page --------------------------*/ 
.page-id-14 #live-search { 
  display: none !important; 
} 

.page-id-14 #page-header{ 
  display: none !important; 
}

/* = Footer
-------------------------------------------------------------- */

#footer {
	border-top:1px solid #E8E8E8;
	padding:30px 0;
	margin:0;
	font-size:13px;
}
#footer-widgets {
	background: #F5F5F5;
  border-top: 1px solid #E8E8E8;
  padding: 40px 0;
	font-size:13px;
	line-height:22px;
}
/*
#footer-widgets .widget {
	margin-bottom:0;
}
*/
#footer-widgets .widget-title {
	font-size: 16px;
  margin: 0 0 30px;
}
#footer-widgets .widget-title span {
	background: #F5F5F5;
}
#footer-widgets .widget.st_articles_widget li, 
#footer-widgets .widget.st_popular_articles_widget li {
  margin: 0 0 10px;
}
#site-footer {
	border-top:1px solid #CFDEEA;
	padding:25px 0;
	margin:0;
	line-height: 10px;
	color:#00528d;
	font-size:13px;
	clear:both;
}
#site-footer #footer-nav {
	float:left;
}
#footer-nav ul {
	margin:2px 0 0;
	padding:0;
	list-style:none;
}
#footer-nav li {
	display:inline-block;
	margin:0 15px 0 0;
	line-height: 25px;
}
#footer-nav li:after {
	content:"/";
	color:#ccc;
	margin: 0 0 0 15px;
}
#footer-nav li:last-child:after {
	content:"";
}
#footer-nav a,
#footer-nav a:visited {
	border-bottom:none;
	color:#7FA8C6;
}
#site-footer #copyright {
	float:right;
	font-size:13px;
	margin:10px 0 0;
}




/* = Navigation
-------------------------------------------------------------- */

#primary-nav {
	float:right;
	position:relative;
	margin-top: 1%;
}
#primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-nav ul a {
    position: relative;
	color: #00528d;
	position: relative;
	line-height: 18px;
	font-size:15px;
	text-decoration:none;
}
#primary-nav ul li:last-child {
	background:none;
	padding:0;
	margin:0;
}
#primary-nav ul li {
	float: left;
	z-index: 40;
	height:30px;
	margin: 0 15px 0 0;
	padding: 0 0 35px;
	position: relative;
}
#primary-nav > ul > li:after {
	content:"/";
	color:#ccc;
	margin: 0 0 0 15px;
}
#primary-nav > ul > li:last-child:after {
	content:"";
}
#primary-nav ul li:hover {
	visibility: inherit;
}
#primary-nav ul li:hover ul, 
#primary-nav ul li.sfHover ul {left: 0;top: 30px;z-index: 99;}
#primary-nav ul li:hover li ul, 
#primary-nav ul li.sfHover li ul, 
#primary-nav ul li li:hover li ul, 
#primary-nav ul li li.sfHover li ul, 
#primary-nav ul li li li:hover li ul, 
#primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}
#primary-nav ul li li:hover ul, 
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul, 
#primary-nav ul li li li.sfHover ul, 
#primary-nav ul li li li li:hover ul, 
#primary-nav ul li li li li.sfHover ul {
	 left: 220px;
	 top: -12px;
	}
#primary-nav ul li a:hover, 
#primary-nav ul li:hover, 
#primary-nav ul li.sfHover a, 
#primary-nav ul li.current-cat a, 
#primary-nav ul li.current_page_item a, 
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
}
#primary-nav ul ul {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow:1px 1px 2px rgba(0,0,0,0.1);
    margin: 10px 0 0;
    padding: 10px 0;
	position: absolute;
	top: -9999em;
	width: 220px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#primary-nav ul ul:before {
	border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -24px;
    width: 0;
	z-index: 999;}
#primary-nav ul ul:after {
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: -23px;
    width: 0;
	z-index: 999;
}
#primary-nav ul ul ul:before, 
#primary-nav ul ul ul:after  {
	display:none
}
#primary-nav ul ul li {
	float: none;
	width: 100%;
	margin:0;
	padding:0;
	border:none;
	height:auto;
	text-align:left;
}
#primary-nav ul ul li a {
	display:block;
    font-size: 13px;
	font-weight: normal;
	color:#444;
	padding: 5px 10px;
    display: block;
	margin: 0 10px 2px;
	border-left:0;
}
#primary-nav ul ul li a:hover {
	text-decoration:none;
	background:#EBFAE5;	
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	border-radius:99px;
}
#primary-nav ul ul li a:hover {
	color:#0a9db1;
}
#primary-nav .sf-sub-indicator:after {
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	content: "\f107";
	color: #999;
	margin:0 -2px 0 5px;
}
#primary-nav ul ul .sf-sub-indicator:after {
	content: "\f105";
	float:right;
}
#primary-nav ul ul a.sf-with-ul {
	margin: 0 10px;
	padding-right: 25px;
}
#primary-nav ul li.sfHover ul a {
	color: #00528d !important;
}
#primary-nav ul li.sfHover ul a:hover {
	color: #f49d2e !important;
}
#primary-nav ul li.current-cat a, 
#primary-nav ul li.current_page_item a, 
#primary-nav ul li.current-menu-item a {
	font-weight:600;
}

/* Responsive Menu */
#primary-nav-mobile {
	display:none;
	margin: 0 0 15px;	
}
#primary-nav-mobile .menu-toggle {
	background: #242526;
	position:relative;
	padding: 20px 30px;
	display:block;
	outline:none;
}
#primary-nav-mobile .menu-toggle i {
	color:#fff;
	font-size:22px;
	float:right;
}	
#primary-nav-mobile ul {
	background: #242526;
	list-style:none;
	margin: 0;
    padding:0 20px 10px;
	display:none;
}
#primary-nav-mobile ul a {
	display: block; 
	padding: 12px 0;
	outline:none;
	color: #cccccc;
	font-weight:600;
}
#primary-nav-mobile ul li {
	border-top:1px solid #313335;
}
#primary-nav-mobile ul li:first-child {
	border-top:none;
}
#primary-nav-mobile ul .sub-menu {
	border-top:1px solid #313335;
}




/* = Page Header
-------------------------------------------------------------- */

#page-header {
	border-bottom:1px solid #CFDEEA;
	margin:0 0 30px;
	padding:0 0 10px;
	position:relative;
}
.single #page-header,
.single-format-video #page-header,
.category #page-header {
	padding-left: 50px;
}
.single #page-header:before,
.single-format-video #page-header:before,
.category #page-header:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 32px;
    font-weight: normal;
	position: absolute;
    left: 0;    
    top: 9px;
    color: #00528d;
}
.single-format-video #page-header:before {
	top: 4px;
}
.single #page-header:before {
    content: "\f0f6";
}
.single-format-video #page-header:before {
	content: "\f008";
	font-size: 22px;
}
.category #page-header:before {
	content: "\f07b";
	font-size: 26px;
}
.error404 #page-header {
	margin:60px 0 100px;
	border:none;
	text-align:center;
}
#page-header .page-title {
	font-size:28px;
	line-height: 32px;
	margin: 0 0 6px;
}
#page-header p {
	color: #7FA8C6;
    font-size: 16px;
    margin: 0 0 6px;
}
/* Breadcrumbs */
#breadcrumbs {
	color: #7FA8C6;
	font-size: 14px;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs span {
	margin:0 5px;color:#b3b3b3;
}
#breadcrumbs a,
#breadcrumbs a:visited {
	color: #7FA8C6;
}


/* = Category Page
-------------------------------------------------------------- */

.category .sub-categories {
	list-style:none;
	padding:0;
	margin:0 0 30px 50px;
}
.category .sub-categories li {
	padding:0 0 0 30px;	
	margin: 0 0 10px;
	position:relative;
	float:left;
	width:50%;
}
.category .sub-categories h4, .category .sub-categories a {
	color:#666;
}
.category .sub-categories li:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
	content: "\f07b";
    color: #f25e24;
}



/* =Post Content Styles
-------------------------------------------------------------- */

.type-page {
	margin: 0 0 50px;
}
.post {
	border-bottom: 1px solid #CFDEEA;
    margin: 0 0 30px;
    padding: 0 0 30px 50px;
	position: relative;
}
.post:before {
    content: "\f0f6";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 10px;
    color: #00528d;
}
.post.format-video:before {
    content: "\f008";
	font-size: 22px;
}
.search-results .st_faq {
	position: relative;
}
.search-results .st_faq:before {
    content: "\f128";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 10px;
}
.single .post {
	padding:0;
	margin:0 0 40px;
	border:none;
}
.single .post:before {
	display:none;	
}
.sticky {
	background: #f3e077;
}
.entry-title {
	margin:0 0 12px;
}
.entry-title, 
.entry-title a,
.entry-title a:visited {
	font-size: 24px;
	color:#00528d;
	text-decoration:none;
	line-height: 32px;
	letter-spacing: -0.5px;
}
.entry-thumb {
	margin:8px 0 0 20px;
	float:right;
}
.entry-thumb a {
	display:block;
	line-height:0;
}
.entry-thumb img {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.entry-video {
	margin:0 0 25px;
}
.entry-meta {
	list-style:none;
	color:#7FA8C6;
	font-size:12px;
	margin: -20px 0 30px;
	padding:0 0 10px;	
	border-bottom: 1px solid #CFDEEA;
}
.entry-meta a,
.entry-meta a:visited, 
.entry-meta a:hover {
	color:#7FA8C6;
	text-decoration:none;
}
.entry-meta a:hover {
	border-bottom:1px dotted #666;
}
.entry-meta strong {
	color:#4c4c4c;
}
.entry-meta ul {
	list-style:none;
	margin:0 0 24px;
	padding:0;
}
.entry-meta li {
	display:inline;
	margin:0 15px 0 0;
}
.entry-meta i {
	margin:0 3px 0 0;	
}
.tags { 

 	color: #00528d; 
} 
.tags a,
.tags a:visited {
	display:inline-block;
	padding: 5px 10px 6px;
	position: relative;
	color:#fff;
    background: #f25e24;
	font-size: 11px;
	line-height: 10px;
	margin: 0 0 5px 20px;
	text-decoration:none;
}
.tags a:hover {
	background:#9dc43c;
	color:#fff;
	text-decoration:none;
}
.tags a:before {
	border-image: none;
	border-style: solid;
	border-width: 10px 8px;
    border-color: transparent #f25e24 transparent transparent;
	content: "";
	height: 1px;
	left: -17px;
	position: absolute;
	top: 0;
	width: 1px;
}
.tags a:hover:before {
	border-color: transparent #9dc43c transparent transparent;
}
.tags a:after {
	background: #fff;
	content: "";
	height: 4px;
	left: -2px;
	position: absolute;
	top: 8px;
	width: 4px;
	z-index: 999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.readmore {
	display: block;
	font-style: italic;
	text-decoration:none;
}


/* =Page Navigation & Pagination
-------------------------------------------------------------- */

.page-navigation {
	color:#666;
	text-align: center;
	margin:-5px 0 30px;
}
.page-navigation a,
.page-navigation a:visited {
	color:#666;
	font-size:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.page-navigation .nav-next {
	float:right;
	margin:0 0 0 15px;
}
.page-navigation .nav-next a {
	color: #0a9db1;
}
.page-navigation .nav-previous {
	float:left;
	margin:0 15px 0 0;
}
.page-navigation .nav-previous a {
}
.page-navigation .nav-next a:hover, 
.page-navigation .nav-previous a:hover {
	text-decoration:none;
}
.pagination {
	display: inline-block;
}
.pagination .current, 
.pagination a {
	padding:4px 10px;
	margin:0 5px 0 0;
	font-size:12px;
	-moz-border-radius:99%;
	-webkit-border-radius:99%;
	border-radius:99%;
}
.pagination .current {
	color:#fff;
    background: #61a547;
}
.pagination a {
	background:#61a54740;
	border:1px solid #61a54780;
    color: #61a547;
}
.page-links {
	margin:0 0 15px;	
}
.page-links strong {
	margin:0 15px 0 0;	
}
.page-links a, .page-links span {
    font-size: 12px;
    margin: 0 2px 0 0;
    padding: 4px 10px;
	border-radius: 99%;
	-moz-border-radius: 99%;
	-webkit-border-radius: 99%;
}
.page-links a {
	background: #F5F5F5;
    border: 1px solid #E6E6E6;
	color:#666;
}
.page-links span {
	color:#fff;
}


/* = Headings & Content Blocks
-------------------------------------------------------------- */

#entry-author,
#related-posts,
#comments {
	margin:0 0 50px;
}
#entry-author-title,
#related-posts-title,
#comments-title {
	border-bottom: 1px solid #CFDEEA;
    margin: 0 0 25px;
    padding: 0 0 10px;
	font-size: 24px;
    line-height: 28px;
	color:#00528d;
	letter-spacing: -0.5px;
}


/* =  Related Styling
-------------------------------------------------------------- */

#related-posts ul {
	font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#related-posts li {
	float:left;
	margin: 0 0 5px;
	width: 50%;	
}
#related-posts li.standard a:before,
#related-posts li.video a:before {
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	font-size: 16px;
	margin:0 10px 0 0;
}
#related-posts li.standard a:before {
	content:"\f0f6";	
}
#related-posts li.video a:before {
	content:"\f008";
	font-size: 12px;
}
#related-posts a {
    color: #00528db3;
}
#related-posts a:hover {
    text-decoration: none;
	color: #f25e24;
}
#related-posts .entry-title, 
#related-posts .entry-title a {
	font-size:14px;	
	font-weight:normal;
	margin:0;
	letter-spacing:0;
}


/* = Article Author
-------------------------------------------------------------- */
#entry-author .gravatar {
	float: left;
	margin: 0 25px 0 0px;
}
#entry-author .avatar {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#entry-author h4, 
#entry-author .entry-author-desc {
	margin: 0 0 0 95px;
}
#entry-author h4 a {
	color: #3A3A40;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
	line-height:100%;	
	
}


/* =Comment Styling
-------------------------------------------------------------- */

#comments ol {
	margin: 0;
	padding:0;
	list-style:none;
}
#comments ol.children {
	padding: 0 0 0 60px;
	position:relative;
}
#comments ol.children:before {
	content:"\f062";
	display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
	color: #808080;
    font-weight: normal;
	position: absolute;
    left: 15px;
    position: absolute;
    top: 10px;
}
#comments ol.children li:last-child .comment-content {
	border-bottom: 1px solid #CFDEEA;
}
#comments .comment-content {
	border-bottom: 1px solid #CFDEEA;
	margin: 0 0 30px 80px;
	padding: 0 0 20px;
	word-wrap: break-word;
	color: #000;
}
#comments ol li:last-child .comment-content {
	border:none;
}

/* Comment Meta  */	
#comments .comment-meta {
	margin:0 0 10px;
}
#comments .comment .avatar {
	float:left;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#comments .comment .comment-meta time, 
#comments .comment .comment-content {
	display: block;
	margin-left: 80px;
    color: #7FA8C6;
}
.comment .comment-content p{
  color: #000;
}
#comments .comment-meta cite {
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	color: #444;
	margin-left: 35px;
}
#comments .comment-meta cite a {
	color: #00528d;
}
#comments .comment-meta .author-badge {
	margin:0 0 0 10px;
	padding:3px 10px;
	color:#fff;
	font-size: 11px;
	font-weight:normal;
}
.comments-area .comment-meta time {
	font-size:13px;
	color: #808080;
}

/* Comment Actions  */
#comments .comment-action {
	float:right;
	font-size:13px;
}
#comments .comment-action a, 
#comments .comment-action a:hover {
	color:#666;
}
#comments .comment-edit-link {
	margin:0 10px 0 0;	
}
#comments .comment-edit-link:before {
	content: "\f044";
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	margin:0 5px 0 0;
}

#comments .comment-reply-link:before {
	content: "\f112";
	display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	margin:0 5px 0 0;
}
.bypostauthor {
	background: #fff;
}

/* =Respond Styling
-------------------------------------------------------------- */

#respond {
	margin:0 0 30px;
}
#reply-title {
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #CFDEEA;
	margin: 0 0 20px;
	padding: 0 0 10px;
	color:#00538d;
	letter-spacing: -0.5px;
}
#respond p {
	margin:0 0 15px;
	overflow: hidden;
}
#respond #author, #respond #email, #respond #url {
	float:left;
	margin:0 10px 0 0;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	font-size: 13px;
    line-height: 46px;
}
#respond .required {
	font-size:12px;
	color:#A03717;
	position:relative;
	top:-5px;
}
#respond .comment-form-comment label {
	display:none;
}
#respond .form-allowed-tags {
	background:#f7f7f7;
	padding: 15px 20px;
	font-size:13px;
}
#respond .form-allowed-tags code {
	margin:10px 0 0;
	font-size:12px;
	line-height:1.4em;
}
#commentform #submit {
	color: #fff;
    background: #f25e24;
	font-size: 13px;
	font-weight: 600;
	padding: 14px 25px;
	border:none;
	text-shadow:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#commentform #submit:hover {
	background:#9dc43c;
}
#respond #commentform #comment {
	width:100%;
	border-color: #7FA8C6; 
	border-radius: 5px;    
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	margin-bottom:40px;
}
.widget .widget-title {
	border-bottom: 4px double #E5E5E5;
    color: #444;
    font-size: 15px;
    margin: 0 0 25px;
    position: relative;
}
.widget .widget-title span {
	background:#fff;
	display: table;
    margin: -6px 0 -9px;
    padding: 0 10px 0 0;
}
.widget ul {
	padding:0;
	margin:0;
	list-style:none;
}
.widget a,
.widget a:visited {
	color:#00528d;
	text-decoration:none;
}
.widget li {
	margin:0 0 10px;
}
.widget li:last-child {
	border-bottom:none;
}
.widget ul ul {
	margin:10px 0 0 0;
}

/*	Custom Category Widget */
.widget_categories ul span {
	color:#fff;
	font-size:11px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:5px 7px;
	line-height:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.widget_categories ul ul {
    margin: 10px 0 0 0;
}
.widget_categories ul li {
    clear: both;
    line-height: 18px;
    margin: 0 0 12px;
}

/*	List Widget Styling */
.widget_recent_entries li, 
.widget_recent_comments li, 
.widget_meta li, 
.widget_nav_menu li, 
.widget_pages li,
.widget_archive li,
.widget_recent_comments li {
	padding:0 0 0 16px;
	position:relative;
}
.widget_recent_entries li:before,
.widget_meta li:before, 
.widget_nav_menu li:before, 
.widget_pages li:before,
.widget_archive li:before,
.widget_recent_comments li:before {
	font-family: FontAwesome;
	content: "\f105";
	position:absolute;
	top:0;
	left:0;
}



/*	Article Widget */
.widget.st_articles_widget li, 
.widget.st_popular_articles_widget li {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	border:none;
	min-height:22px;
	position:relative;
}
.widget.st_articles_widget li:last-child, 
.widget.st_popular_articles_widget li:last-child {
	margin: 0;
}
.st_articles_widget li.format-standard:before, 
.st_popular_articles_widget li.format-standard:before,
.st_articles_widget li.format-video:before, 
.st_popular_articles_widget li.format-video:before {
    display: inline;
    font-family: FontAwesome;
    font-weight: normal;
	font-size: 22px;
	position:absolute;
	top:2px;
	left:0;
}
.st_articles_widget li.format-standard:before, 
.st_popular_articles_widget li.format-standard:before {
	content: "\f0f6";
	color: #61a547;
}
.st_articles_widget li.format-video:before, 
.st_popular_articles_widget li.format-video:before {
	content: "\f008";
	font-size: 16px;
}

/*	Search Widget */
.widget_search #s {
	width:100%;
	padding:8px;
}

/* Calendar Widget */
.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #525A61;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
	background:#fafafa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* Sidebar Widget Styles */
#sidebar .widget_search #s {
	background:#fff;
}

.textwidget select {
	max-width: 100%;
}

/* = Homepage
-------------------------------------------------------------- */

.home .page-title {
	font-size:22px !important;	
}
#homepage-categories {
	margin:0 0 24px;
}
#homepage-categories .row {
	border-bottom: 1px solid #CFDEEA;
    margin: 0 0 24px;
	padding:0;
}
#homepage-categories .row:last-child {
	border:none;
	margin: 0;
	padding:0;
}
#homepage-categories .column {
	padding-left: 50px;
}
#homepage-categories .column:before {
    content:  "\f07b";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
	color: #f25e24;
	position: absolute;
    left: 0;
    top: 0;
}
#homepage-categories a,
#homepage-categories a:visited {
	color:#00538d;
	word-wrap: break-word;
}
#homepage-categories a:hover{
	color: #f49d2e;
}
#homepage-categories h3 {
	font-size:16px;
	margin:0 0 15px;
}
#homepage-categories h3 a {
	color:#00538d;
}
#homepage-categories .cat-count,
.category .sub-categories .cat-count {
	color: #9dc43c;
	font-size: 12px;
	margin: 0 0 0 5px;
}
#homepage-categories ul {
	list-style:none;
	padding:0;
	margin:0;
	line-height: 20px;
}
#homepage-categories ul li {
	padding:0 0 0 30px;
	margin: 0 0 15px;
	position:relative;
}
#homepage-categories ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
	font-size: 22px;
    position: absolute;
    top: 0;
	left: 0;
}
#homepage-categories ul li.format-standard:before {
	content: "\f0f6";
	color: #00528d ;
}
#homepage-categories ul li.format-video:before {
	content: "\f008";
	font-size: 16px;
}
#homepage-categories .sub-categories {
	list-style:none;
	padding:0;
	margin:0;
}
#homepage-categories .sub-categories li {
	padding:0 0 0 30px;
	margin: 0 0 15px;
	position:relative;
}
#homepage-categories .sub-categories li:before {
    content:  "\f07b";
    display: inline;
    font-family: FontAwesome;
    font-weight: normal;
	font-size: 18px;
	color: #4D4D4D;
	position: absolute;
	left: 0;
    top: 0;
}


/* = Live Search
-------------------------------------------------------------- */

#live-search {
	background:#C2E6EB;
	padding:15px 0;
	border-top:1px solid #CFDEEA;
	border-bottom:1px solid #CFDEEA;
}
#live-search #searchform {
	width:100%;
	background:#fff;
	border:1px solid #45c5d6;
	position:relative;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	border-radius:99px;
}
#live-search #s {
	float: left;
    width: 80%;
	background:none;
	color:#00528d;
	font-size:16px;
	padding:20px 25px;
	border:none;
	box-shadow:none;
	position:relative;
	outline: 0;
}
#live-search i.live-search-loading {
	font-size: 24px;
	position:absolute;
    right: 160px;
    top: 18px;
	display:none;
}
#live-search #s.live-search-loading + i.live-search-loading {
	display:inline-block;
}
#live-search #searchsubmit {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	margin:12px 25px 0 0;
	padding: 10px 18px;
	text-transform:uppercase;
	border:none;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	border-radius:99px;
}
#live-search #searchsubmit:hover {
	background-color:#9dc43c;
}
#live-search #searchsubmit i {
	margin:0 5px 0 0;
}
#search-wrap {
	position:relative;
}
#search-result {
	position:absolute;
	background:#fff;
	list-style:none;
	min-width: 260px;
	font-size:13px;
	top:20px;
	left: 5px;
	margin: 0;
  padding: 10px 5px;
	border:1px solid #d1d1d1;
	box-shadow:1px 1px 2px rgba(0,0,0,0.1);
	z-index:9999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
#search-result:before {
	border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -25px;
    width: 0;	
}
#search-result:after {
	border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 40px;
    position: absolute;
    top: -24px;
    width: 0;
	z-index: 999;
}
#search-result li {
	margin:0;
}
#search-result li.standard a:before,
#search-result li.video a:before,
#search-result li.faq a:before {
	display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
	font-size: 16px;
	margin:0 10px 0 0;
	position: absolute;
  left: 10px;
}
#search-result li.standard a:before {
	content:"\f0f6";	
}
#search-result li.video a:before {
	content:"\f008";
	font-size: 12px;
}
#search-result li.faq a:before {
	content:"\f059";
}
#search-result li:last-child {
	margin:0;
}
#search-result a {
	display:block;
	color:#444;
	line-height: 1.4;
  padding: 5px 10px 5px 32px;
  position: relative;}
#search-result a:hover {
	text-decoration:none;
	background:#F5F5F5;	
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	border-radius:99px;
}
#search-result img {
	vertical-align:middle;
	margin:0 10px 0 0;
}
#search-result .nothing-here {
	padding:0 5px;	
}
#jquery-live-search {
	overflow:visible  !important;	
}


/* = FAQ Styling
-------------------------------------------------------------- */

.st_faq {
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 20px;
	padding: 0 0 10px 45px;
}
.st_faq .entry-title {
	font-size: 22px;
	line-height: 28px;
	padding: 0 40px 0 0;
	position: relative;
}
.st_faq .entry-title:hover {
	cursor:pointer;
}
#content .st_faq:last-child {
	border:none;
}
.post-type-archive-st_faq .st_faq .entry-content {
	display:none;
}
.st_faq .entry-content p {
	margin: 0 0 10px;
}
.st_faq .action {
	background:#00528d;
	color:#fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: -45px;
	top:4px;
	width: 25px;
	height: 25px;
	border-radius:99%;
	-moz-border-radius:99%;
	-webkit-border-radius:99%;
}
.st_faq h2 .plus, .st_faq h2 .minus {
	display:none;
}
.st_faq h2 .plus {
	display:block;
}
.st_faq h2.active .minus {
	display:block;
}
.st_faq h2.active .action {
  background: #f25e24;
}
.st_faq h2.active .plus {
	display:none;
}

/*------------------------------------------------------------------------------
Author Page
------------------------------------------------------------------------------*/

.author #entry-author {
	border-bottom: 1px solid #E6E6E6;
    margin: 0 0 30px;
    padding: 0 0 30px;
}




/*------------------------------------------------------------------------------
Responsive CSS
------------------------------------------------------------------------------*/

@media screen and (max-width: 720px) {


/* Site Structure */
#primary.sidebar-off #content,
#primary.sidebar-right #content,
#primary.sidebar-left #content,
#primary.sidebar-off #sidebar,
#primary.sidebar-right #sidebar,
#primary.sidebar-left #sidebar {
	width:100%;
	float:none;
	clear: both;
	padding:40px 0 0;
	margin: 0 0 20px;
	border:none;
	left:auto;
	right:auto;	
}

/* Site Header */

#site-header {
	text-align:center;
}
#site-header #logo {
	float:none;
	margin:0 auto;
}
#site-header #logo h1 {
	margin: 0 auto;
}
#site-header #logo img {
	margin: 0 auto;
}

/* Site Footer */

#site-footer 
#footer-nav, 
#site-footer #copyright {
	float: none;
	text-align:center;
}
#site-footer #footer-nav {
	display:block;
	margin:0 0 20px;
}
#footer-widgets .widget {
    margin-bottom: 36px;
}

/* Nav Primary */

#primary-nav  {
	display: none;
}
#primary-nav-mobile {
	display:block;	
}

/* Live Search */

#live-search #searchsubmit span {
	display:none;
}
#live-search #searchsubmit i {
    margin: 0;
}

} /* END Media Query */

@media screen and (max-width: 480px) {

#live-search #s {
	width:75%;
}
.category .sub-categories li {
	margin: 0 0 10px;
	float:none;
	width:auto;
}
#page-header .page-title {
    font-size: 24px;
}

} /* END Media Query */



