/*
	Theme Name: Kickstart Pro
	Description: A super slim start up theme for the Genesis Framework.
	Author: Lean Themes
	Author URI: http://leanthemes.co/
	Version: 1.3.7

	Tags: black, orange, white, one-column, two-columns, background, custom-menu, full-width-template, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready

	Template: genesis
bright blue is #5c8ac5;
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Heading
		- Objects
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Calendar
		- Categories
		- Featured Content
		- Search
		- Tag Cloud
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Sidebar Login
		- Simple Social Icons
		- Testimonials
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Responsive Menu
		- Skip Links
	- Content Area
		- Entries
		- Pagination
		- Post Formats
		- Comments
		- Before Content
		- Pricing Table
	- Templates
		- Archive / Blog Page
		- Contact Page
		- Homepage
		- Pricing
        - New Materials
	- Sidebars
	- Before Footer
	- Footer Widgets
	- Footer Social
	- Site Footer
	- Media Queries
		- max-width: 1400px
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 900px
		- max-width: 480px
		- max-width: 400px;

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:1.6em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;float:right;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.before-contact:before,
.before-content:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.home-row:before,
.home-top-slider:before,
.nav-primary:before,
.pricing-table:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.before-contact:after,
.before-content:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.home-row:after,
.home-top-slider:after,
.nav-primary:after,
.pricing-table:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------- */
@media print {
	#mcfls-top, 
	.site-header .wrap,
	#mega-menu-wrap-max_mega_menu_2 ul,
	#mega-menu-wrap-primary ul, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
	.site-header,
	#genesis-footer-widgets.footer-widgets
	{display:none !important;}
/*TYPOGRAPHY*/
	body {
		font-family:Georgia, serif;
		font-size:16pt;
		line-height:20pt;
		color:#000;
		background:none;
	}
}
/*END OF MEDIA PRINT*/

/* Typographical Elements
--------------------------------------------- */
/********************TOP TOP MENU *********************/
#mcfls-top {
	background-color: #f2f4e7 !important;
	/*min-height: 30px; 
	height: 35px;*/
} 
#mcfls-top ul#menu-bar.menu {
	font-size: 14px;
	font-style:normal; 
    text-transform: uppercase;
    float:right; 
	padding-right:240px;
    font-family: 'Open Sans', sans-serif; /*Roboto Condensed', sans-serif;*/
    text-decoration: none;
    color: #fff; font-weight:bold;
}

/*top menu buttons are a ul */
#mcfls-top ul#menu-bar.menu li {
	/*background:transparent;background:#da1884;*/
	font-family:inherit;
	font-size:14px; 
	font-weight:normal;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase; 
	}
/*mega menu top */
/*This moves the very top menu to the right*/
div#mcfls-top ul#mega-menu-wrap-max_mega_menu_2 {
	margin-right:410px !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item {
margin-right:250px; margin-bottom:10px;}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    	color: #ffffff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

#mcfls-top ul#menu-bar.menu li a:hover {color: #fff; font-weight:bold;}

#mega-menu-wrap-topp-menu, #mega-menu-wrap-topp-menu #mega-menu-topp-menu, #mega-menu-wrap-topp-menu #mega-menu-topp-menu ul.mega-sub-menu, #mega-menu-wrap-topp-menu #mega-menu-topp-menu li.mega-menu-item, #mega-menu-wrap-topp-menu #mega-menu-topp-menu li.mega-menu-row, #mega-menu-wrap-topp-menu #mega-menu-topp-menu li.mega-menu-column, #mega-menu-wrap-topp-menu #mega-menu-topp-menu a.mega-menu-link {
 /*   transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;*/
	display:block;
    color: #fff;
background:#00c0e7;
	   font-family: inherit;
    font-size: 14px;
    height: auto;
    padding: 0px 10px 0px 10px;
	/*left: auto;*/
    line-height: 35px;
    /*list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
	word-wrap: break-word;*/
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link a:hover {
	/*color:#00a9e0;*/
	color: #5581c1;
	background:#fff;
	font-weight:normal;
	border-left:5px solid #5581c1;
	border-right:solid 5px #5581c1 !important;
}
.icon-mcfls-logo {
       speak: none;
	    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }

body {
	background-color: #fff;
/*	border-top: 1px solid #f26c4f;*/
	color: #666;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.34;
	/*line-height: 1.625;*/
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.featured-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #445f98;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	/*was color: #0c4f95; was color: #27c9d4;*/
	color:#00c0e7;
	text-decoration:underline;
}

a.more-link,
.entry-content a.more-link {
	background-color: #9a3781;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom: 5px;
	padding: 8px 12px 8px 12px;
	text-transform: uppercase;
}

a.more-link:hover,
.entry-content a.more-link:hover,
.blog-top .entry-content a.more-link:hover {
	/*background-color: #27c9d4;*/
	background-color:#00c0e7;
	text-decoration:none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom: 5px;
	padding: 8px 12px 8px 12px;
	text-transform: uppercase;
	border:1px solid #eeefc3;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #eeefc3;
	color: #ddd;
}

cite {
	font-style: normal;
}
/* TOP AREA 
--------------------------------------------- */
div.widget-area.header-widget-area {
	/*position: absolute;
	z-index:999;*/
	left:430px;
	/*display: inline;*/
	/*9/20/20 trying for tablet menu*/
	display: block;
	}

/* Headings
--------------------------------------------- */

h1
 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 16px;
	font-size: 30px;
}

h2 {
	font-size: 30px;
	color: #445f98;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 16px;
}

h3 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 700; 
	line-height: 1.1;
	margin:  0 0 16px;
	color: /*#445f98;*/ #3c5487;
}

h4 {
	font-size: 20px;
	/*color: #114f8c;*/
	color:#004066; /*00a9e0;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 16px;
}

h5 {
	font-size: 18px;
}
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin: 28px 0 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/*MCFLS Embedded iframe for Google Documents*/
div#top-bar, div#doc-title.name {display:none !important;}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f2f4e7;
	/*border: 1px solid #27c9d4;*/
	border: 1px solid #eeefc3;
	color: #0c4f95;
	font-size: 14px;
	margin-right:9px;
	padding: 9px;
	width: 80%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply,
.entry-content .button {
	background-color: #5c8ac5;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 9px 18px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply:hover,
.entry-content .button:hover {
	/*Another blue is #4373b9; was 27c9d4*/
	background-color: #00c0e7 !important;
	color: #fff;
}


.entry-content .button:hover {
	color: #f26c4f;}

.button {
	display: inline;
	/*was inline-block;*/
	font-size: 14px;
	font-weight: 500;
}

/*SECOND BUTTON */
.button2 a:hover {
	color: #4373b9;
background:#fff;}

.button2 a:visited {
	color: #4373b9;
background:#fff;}

.button2 a:active, .button2 a:link {
background:#00c0e7; /*27c9d4;*/ color:#fff;}

.button2 {
	display: inline;
	font-size: 14px;
	font-weight: 700;
}
.button2 {
	background-color: #27c9d4;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 9px 18px;
	text-transform: uppercase;
	width: auto;}

.comment-reply {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.comment-reply a {
	color: #fff;
}

.comment-reply:hover a {
	color: #999;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 40px;
	/*text-transform: uppercase;*/
	text-transform: capitalize;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #eeefc3;
}

tbody tr:first-of-type td {
	border-top: 4px solid #4373b9;
}

th,
td {
	text-align: left;
	padding-left:5px;
	}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eeefc3;
	padding: 6px 5px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #5c8ac5;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
/*This controls main content left to right and width*/
.page-contact .content-sidebar-wrap,
.page-pricing .content-sidebar-wrap,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
	/*old max-width: 999px;*/
		/*970px;*/
/*margin-left:90px;
	margin-right:90px;*/
}

.site-inner {
/*this controls how far content moves to the left and right*/
	clear: both; 
}
	
.wrap {
	/*margin: 0 auto;*/
	/*9/16/20*/
	max-width: 1140px;
}

/*THIS IMPACTS the home page's widgets being centered */
.front-page .site-inner {
	max-width: 100%;
	padding-top: 0;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	/*width: 920px; then 990px */
	width:1140px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	margin-top: 20px;  /*JLS added on 5/27/22 lost styling*/
}

/* Content */

.content {
	float: right;
	width:740px;
	/*	Was 660px; then 690px. not sure what to set at 
	padding-right:3px;
	/*Was 600px, then was 640px;*/
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	margin-top: 20px;  /*JLS added on 5/27/22 lost styling*/
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
	margin-top: 20px; /*added jls 5/27/22*/
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
	/*width: 290px; and then 220px;*/
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.columns-2 .quote,
.columns-3 .quote,
.columns-4 .quote,
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.columns-2 .quote,
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.columns-3 .quote,
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.columns-4 .quote,
.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.columns-2 .first,
.columns-3 .first,
.columns-4 .first,
.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	font-size: 16px;
	padding: 25px 0 10px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #f26c4f;
	font-size: 36px;
	line-height: 1;
}

.page-template-default .entry-title,
.page-contact .entry-title,
.page-pricing .entry-title {
	font-size: 34px;
	/*was 48px*/
	text-transform: uppercase;
}

.single .entry-title {
	font-size: 48px;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #f26c4f;
}

.entry-title a:hover {
	color: #767662; /*brown khaki*/ text-decoration:underline;
}

.widget-title {
color: #f26c4f;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
/*	text-transform: uppercase;*/
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	color: #f26c4f;
	font-size: 26px;
	margin-bottom: 0;
}


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

/* Calendar
--------------------------------------------- */

.widget_calendar caption {
	font-weight: 700;
}

.widget_calendar {
	font-weight: 600;
}

.widget_calendar thead {
	display: none;
}

.widget_calendar td#prev {
	text-align: left;
}

.widget_calendar td#next {
	text-align: right;
}

/* Categories
--------------------------------------------- */

.sidebar .widget_categories ul {
	margin-left: 6px;
}

.sidebar .widget_categories ul li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	list-style-type: none;
	margin-bottom: 7px;
	padding: 0 0 6px 0;
	text-transform: uppercase;
}

.sidebar .widget_categories ul li:before {
	color: #f26c4f;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 12px;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/* Search
--------------------------------------------- */

.widget_search input[type="search"] {
	color: #999;
	max-width: 135px;
}

/* Tag Cloud
--------------------------------------------- */

.widget_tag_cloud a {
	background-color: #f26c4f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 6px;
	padding: 5px 12px 5px 12px;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover {
	background-color: #efefef;
	color: #999;
}

/* User Profile
--------------------------------------------- */

.user-profile h4,
.user-profile .widget-title {
	color: #445f98;
	font-size: 18px;
}

.user-profile p {
	color: #cecece;
	font-size: 16px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f26c4f;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #efefef;
	color: #999;
}

.home-row .enews-widget {
	font-size: 18px;
	text-transform: uppercase;
}

.home-row .enews-widget .widget-title,
.home-row .enews-widget p {
	float: left;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 15px 0;
}

.home-row .enews-widget .widget-title {
	padding-right: 17px;
}

.home-row .enews-widget p {
	text-transform: none;
}

.home-row .enews-widget form {
	text-align: right;
}

.home-row .enews-widget input {
	border: 0;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
	margin-bottom: 0;
	max-width: 323px;
	text-transform: uppercase;
}

.home-row .enews-widget input[type="email"] {
	background-color: #fff;
}

.home-row .enews-widget input[type="submit"] {
	border-radius: 0 3px 3px 0;
	margin-left: -5px;
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

.latest-tweets .tweet-details a span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-top: 18px;
	text-transform: uppercase;
}

/* Genesis Responsive Slider
--------------------------------------------- */

div#genesis-responsive-slider {
  	border: none;
	padding: 0;
}

.front-page .site-tagline {
	margin-top: 0;
}

.flex-control-nav li a,
.flex-direction-nav li a {
	border-bottom: none;
}

div.flex-direction-nav li .prev {
	left: 0;
}

div.flex-direction-nav li .next {
	right: 0;
}

.flexslider {
	max-width: 100%;
}

.flexslider .slides img {
	width: 100%;
}

div.slide-excerpt {
	background-color: black;
	margin: 0 auto;
	left: 0;
	max-width: 970px;
	opacity: 1;
	right: 0;
	width: 100%;
}

html > body div.slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

ol.flex-control-nav {
	bottom: 0;
	margin-bottom: -5px;
	position: absolute;
}

ul.flex-direction-nav li a {
	color: #fff;
	margin-top: -20px;
	opacity: 0.6;
	text-indent: 0;
	visibility: hidden;
	width: 100px;
}

ul.flex-direction-nav li a:hover {
	opacity: 1;
}

ul.flex-direction-nav li .next {
	right: 0;
}

ul.flex-direction-nav li .prev {
	left: 0;
}

ul.flex-direction-nav li a:after {
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
	width: 50px;
	visibility: visible;
}

ul.flex-direction-nav li .next:after {
	content: "\f054";
	right: 10px;
	text-align: right;
}

ul.flex-direction-nav li .prev:after {
	content: "\f053";
	left: 10px;
	text-align: left;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

.home div.gform_wrapper .gfield_required,
.page-contact div.gform_wrapper .gfield_required {
	color: #fff;
}

div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .top_label textarea.textarea {
	width: 100%;
}

div.gform_wrapper .top_label .gfield_label {
	display: inline;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin-top: 14px;
}

div.gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 14px;
	clear: both;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	background-color: #00a9e0;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
	width: 100%;
}

div.gform_wrapper .gform_footer input:hover[type="submit"] {
	background-color: #efefef;
	color: #999;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Sidebar Login
--------------------------------------------- */

.widget_wp_sidebarlogin,
.widget_wp_sidebarlogin a {
	color: #fff;
}

.widget_wp_sidebarlogin .widget-title {
	color: #fff;
}

.widget_wp_sidebarlogin .widget-wrap {
	background-color: #f26c4f;
	padding: 12px 14px 18px;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons a,
.simple-social-icons a:hover {
	border-radius: 50% !important;
}

/* Testimonials
--------------------------------------------- */

.testimonials {
	font-size: 14px;
	text-align: left;
}

.testimonials blockquote {
	color: #34393e;
	margin: 0;
	padding-top: 35px;
	position: relative;
}

.testimonials blockquote p {
	text-align: justify;
}

.testimonials blockquote p:first-child {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
}

.testimonials blockquote:before {
	color: #34393e;
	font-family: Georgia, serif;
	font-size: 60px;
	height: 0;
	left: 0;
	position: absolute;
	top: -25px;
}

.testimonials .author {
	color: #aaa;
	display: block;
	padding-right: 30px;
}

.testimonials .avatar {
	display: block;
	margin: 0 auto 30px;
}

.testimonials .avatar-link {
	display: block;
	text-align: center;
}

.testimonials .quote {
	padding: 30px;
	position: relative;
}

.testimonials .quote:after {
	bottom: 75px;
	color: #34393e;
	content: "\201D";
	display: block;
	font-family: Georgia, serif;
	font-size: 60px;
	height: 0;
	position: absolute;
	right: 30px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
	z-index: 498;
}

.site-header .wrap {
	/*9/16/20 out max-width: 990px;*/
	/*margin-left:90px;
	margin-right:90px;*/
	max-width:1150px;
	padding: 30px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	float: left;
	background-color: #f26c4f;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 8px;
	text-align: center;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
	display: block;
	padding: 12px 22px;
}

.site-title a:hover {
	background-color: #efefef;
	color: #999;
}

.site-description {
	color: #34393e;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	padding: 12px 22px;
	text-transform: uppercase;
}

/* Logo, hide text */
/*Important This is the correct spot for the logo image*/
.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left center;
   	margin-bottom:18px; 
	padding: 0;
}
/*added in 8/30/20*/
.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
.header-image .site-title {
	/*Is where the text of the logo sits*/
	background: none;
}
/*edited on 8/22/2020 */
.header-image .site-title a {
	background: none;
	float:left;
	height: 80px; /*150px !important; adjust to match the new logo.png height*/
	max-height: 80px;
	padding:0;
	/*Took out on 9/2/2020 to fix the main primary nav to be even with the logo 
	 width: 342px; /* adjust to match the new logo.png width*/
/*	text-indent: -9999px;*/
}

.header-image .site-description {
	height: 0;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */
.widget-area {
	word-wrap: break-word;
}
.site-header .widget-area {
	float: right;
	text-align: right;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	background-color: #f26c4f;
	display: inline-block;
	margin-right: 8px;
	text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 12px 22px;
	position: relative;
}

.genesis-nav-menu .menu-item:hover a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #efefef;
color: #445f98;
	/*color: #27c9d4;*/
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #efefef;
	border-top: none;
	color: #999;
	position: relative;
	text-transform: uppercase;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #f26c4f;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -37px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content a {
	color: #98445f;
	font-weight:700;
}

.entry-content a:hover {
	color: #00c0e7;
	text-decoration:underline;
}
img.entry-image.attachment-page {padding:5px 15px 10px 5px;}
img.entry-image.attachment-post {padding:15px;}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content address,
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 2px; 
/*	padding: 5px 10px 5px 0;*/
	padding: 12px 5px 5px 0;
	line-height:normal;
}
.entry-content ol,
.entry-content ul {
	margin-left: 14px; line-height:normal;
}

.entry-content ol > li {
	list-style-type: disc;
}

.entry-content ul > li {
	list-style-type: disc; 
	font-size:16px; 
	color:#767662; 
	margin-bottom:6px; /*3/26/26*/
	/*TEAL color:#00838d;*/ }
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
	list-style-type:disc;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {display:none;
/*	color: #7f8c8d;	font-size: 12px;	font-weight: 700;	text-transform: uppercase;*/
}

.entry-meta a {
	color: #999;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-header .entry-meta::before {
	background-color: #e9e9e9;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 24px;
	width: 61px;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {display:none;
	/*display: block;*/
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 18px; /*24px;*/
	margin: 40px 0;
}

.archive-pagination a,
.entry-pagination a {
	color: #f26c4f;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Post Formats
--------------------------------------------- */
.more-posts ul, .more-posts li {
	list-style:none;
	list-style-type: none;
	margin-left:10px;
	font-weight:700;
}
.format-quote .entry-content {
	background-color: #f26c4f;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 40px 40px 0;
	padding: 30px;
	position: relative;
}

.format-quote .entry-content p:last-child {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
}

.comment-respond,
.entry-pings {
	padding-bottom: 16px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.comment-reply a {
	border-bottom: none;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond {
	margin-top: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond textarea {
	background-color: #f5f5f5;
}

.comment-list {
	margin-top: -16px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	padding: 32px;
}

.comment-list li li {
	margin-bottom: -32px;
	margin-left: 32px;
	margin-right: -32px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ddd;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background-color: #f5f5f5;
	margin-top: 32px;
}

.comment-list li li.bypostauthor {
	margin-bottom: 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Before Content
--------------------------------------------- */

.before-content {
	background-color: #efefef;
	height: 560px;
	margin-top: -124px;
}

/* Pricing Table
--------------------------------------------- */

.pricing-table {
	margin: 0 30px;
}

.pricing-column {
	background-color: #fff;
	border-radius: 3px;
	padding: 30px 30px 20px;
}

.pricing-column.featured {
	background-color: #f26c4f;
	position: relative;
}

.pricing-column.featured:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
}

.pricing-column.featured:after {
	color: #f26c4f;
	content: "\f005";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 2px;
	right: 7px;
}

.pricing-column h4 {
	color: #f26c4f;
	font-size: 36px;
	margin-bottom: 4px;
}

.pricing-column.featured h4 {
	color: #fff;
}

.pricing-column p {
	color: #34393e;
	font-size: 16px;
	margin-bottom: 12px;
}

.pricing-column .button {
	background-color: #767662; /*khaki brown*/
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.pricing-column .button {
	color: #fff;
}

.pricing-column.featured .button {
	background-color: #fff;
	color: #f26c4f;
}

.pricing-column .button:hover,
.pricing-column.featured .button:hover {
	background-color: #e4e4e4;
	color: #999;
}

.pricing-column p.price {
	font-size: 48px;
}

.pricing-column.featured p.price {
	color: #fff;
}

.pricing-column sup {
	font-size: 24px;
}

.pricing-column ul li {
	color: #bdbdbd;
	font-size: 16px;
	list-style-type: none;
}

.pricing-column.featured ul li {
	color: #fff;
}

.pricing-content {
	padding: 0 12px;
}


/*
Templates
---------------------------------------------------------------------------------------------------- */

/* Archive / Blog Page
--------------------------------------------- */

.archive .archive-before-content {
	background-color: #f26c4f;
	color: #fff;
}

.archive .entry,
.page-template-page_blog-php .entry {
	margin-bottom: 114px;
}

.archive .entry-title,
.page-template-page_blog-php .entry-title {
	font-size: 42px;
	margin-bottom: 35px;
}

.blog-top {
	background-color: #f26c4f;
	color: #fff;
	padding: 110px 0;
}

.blog-top .entry-content a.more-link {
	background-color: #09634b;
	display: block;
	margin-top: 50px;
	position: absolute;
}

.blog-top img {
	padding-left: 10%;
}

.blog-top .entry {
	margin-bottom: 0;
}

.blog-top .entry-title a {
	color: #5581c1;
}

.blog-top .entry-title a:hover {
	opacity: 0.5;
}

/* Contact Page
--------------------------------------------- */

/* Top Area */

.page-contact .site-container {
	background-color: #f26c4f;
}

.before-contact {
	background-color: #fff;
	margin-bottom: -124px;
	position: relative;
	text-align: center;
	top: -124px;
}

.kickstart-contact-map {
	margin: 0 auto;
}

.before-contact iframe {
	margin-bottom: -8px;
}

.before-contact .wrap {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	width: 970px;
}

.kickstart-contact-box {
	background-color: #fff;
	color: #09634b;
	font-size: 14px;
	max-width: 426px;
	padding: 30px 30px 0;
	position: absolute;
	right: 0;
	text-align: left;
	margin-top: 15%;
}

.kickstart-contact-box .featured-link {
	clear: both;
	margin: 0 -30px;
}

.kickstart-contact-box p:last-child {
	margin-bottom: 0;
}

.kickstart-contact-box .widget-title {
	color: #09634b;
	font-size: 34px;
	font-weight: 400;
	text-transform: none;
}

.kickstart-contact-box .address,
.kickstart-contact-box .email,
.kickstart-contact-box .phone {
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 27px;
	position: relative;
}

.kickstart-contact-box .address {
	padding-bottom: 25px;
}

.kickstart-contact-box .address:before,
.kickstart-contact-box .email:before,
.kickstart-contact-box .phone:before {
	color: #f26c4f;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}

.kickstart-contact-box .address:before {
	content: "\f041";
}

.kickstart-contact-box .email:before {
	content: "\f0e0";
}

.kickstart-contact-box .phone:before {
	content: "\f095";
}

/* Content */

.page-contact .entry-content,
.page-contact .entry-title {
	color: #fff;
}

.page-contact .entry-content h1 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
}

.page-contact .entry-content a {
	color: #fff;
	font-weight: 600;
}

.page-contact input,
.page-contact select,
.page-contact textarea {
	background-color: #fff;
}

/* Homepage
--------------------------------------------- */
/* Home - General Styles */

.home-row > .wrap {
/*	Altered on 9/16/20*/
	margin: 0 auto;
	padding: 14px 0;
	max-width: 970px;
}

.home-row .avatar {
	float: none;
}

.home-row .entry-title {
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
}

.home-row ul.featured {
	display: inline-block;
	margin: 55px 0 0 20px;
}

.home-row ul.featured li {
	font-size: 24px;
	list-style: none;
	margin-bottom: 20px;
	text-align: left;
}

.home-row ul.featured li:before {
	content: "\f005";
	font-family: FontAwesome;
	padding-right: 20px;
}

.home-row .entry-meta {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	opacity: 0.2;
	padding-top: 0;
	text-transform: none;
}

.home-row .entry-header .entry-meta::before {
	display: none;
}

.home-row .entry-title a {
	/*color: #fff;*/
	color: #445f98;
}

.home-row .simple-social-icons ul li a {
	background-color: #fff !important;
	color: #4c4c4c !important;
}

.home-row .widget-title {
	/*font-size was 48px*/
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	background:#f2f4e7; padding:6px 4px;
	text-transform: uppercase;
}

.before-footer .widget-title,
.home-top-news .widget-title,
.lean-newsletter .widget-title {
	text-transform: uppercase;
}

.home-row .user-profile .widget-title {
	font-size: 18px;
}

.home-row1 {
	background-color:#fff !important;
	color:#767662;}
.home-row1 .widget-title	{color: #767662;}
#metaslider_4211.rslides_tabs.rslides1_tabs {clear:both;}

.home-row4,
.home-row6 {
/*	background-color: #f26c4f;
	color: #fff;*/
background:#eeefc3; color: #445f98 !important;}

.home-row4 .widget-title,
.home-row6 .widget-title {
	color: #fff !important;}

.home-row2 .widget-title {
	margin-bottom:50px;
	/*margin-bottom: 68px;*/
}
.home-row3-left a,
.home-row3-left .widget-title,
.home-row5 .widget-title {
	color: #f26c4f !important;
}

.home-row7 .widget-title {
	color: #00a9e0 !important; /*bright blue*/
}

/* Home Top */
.home-top {
	height: 100%;
}

.home-top .wrap {
	height: 100%;
/*	max-width: 970px;*/
	position: relative;
}

.home-top .widget,
html > body div.slide-excerpt-border {
	background-color: #fff;
	bottom: 50px;
	font-size: 36px;
	position: absolute;
	width: 40%;
}

.home-top .widget p,
div.slide-excerpt-border p {
	line-height: 1.25;
	margin-bottom: 0;
	padding: 27px;
}

.featured-link,
.home-top .widget .featured-link,
div.slide-excerpt-border .featured-link {
	background-color: #f26c4f;
	display: block;
	font-size: 16px;
	line-height: 32px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.featured-link:before,
.home-top .widget .featured-link:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent #fff;
	content: "";
	display: block;
	margin-top: -6px;
	position: absolute;
	right: 20px;
	top: 50%;
}

.featured-link:after,
.home-top .widget .featured-link:after {
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 53px;
	top: 0;
	width: 1px;
}

.featured-link a {
	color: #fff;
	display: block;
	padding: 15px 50px 15px 28px;
	width: 100%;
}

.featured-link:hover,
.home-top .widget .featured-link:hover,
div.slide-excerpt-border .featured-link:hover {
	background-color: #efefef;
}

.featured-link:hover:before,
.home-top .widget .featured-link:hover:before {
	border-color: transparent transparent transparent #999;
}

.featured-link:hover a,
.home-top .widget .featured-link:hover a {
	color: #999;
}

.home-top-callout {
	background-color: #f26c4f;
	border-radius: 50%;
	color: #fff;
	height: 125px;
	position: absolute;
	right: 48px;
	text-align: center;
	top: 48px;
	width: 125px;
	z-index: 499;
}

.home-top-callout h4 {
	color: #3297fa;
	font-size: 36px;
	margin-bottom: 0;
}

.home-top-callout p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.home-top-callout .wrap {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-top-news {
	background-color: #fff; 
}

.home-top-news .wrap {
	padding: 5px 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header,
.home-top-news .entry-title,
.home-top-news .widget-title {
	display: inline-block;
	float: left;
/*	line-height: 1.625;*/
	line-height: 1;
	text-align: left;
}

.home-top-news .entry-title {
	/*line-height: 1.625;*/
	line-height:1;
	margin: 0;
}

.home-top-news .entry-content p {
	line-height: 1.45;
	margin: 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header {
	/*padding-left: 20px;*/
	padding-left:2px;
}

.home-top-news .entry-content a {
	background: none;
	margin: -7px 0 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: hidden;
}

.home-top-news .entry-content a:after {
	color: #f26c4f;
	content: "\f054";
	font-family: FontAwesome;
	margin-top: -7px;
	right: 0;
	position: absolute;
	text-align: right;
	top: 50%;
	visibility: visible;
	width: 50px;
}

.home-top-news .featured-content .entry {
	margin: 0;
	padding: 0;
}

.home-top-news .widget {
	padding-left: 40px;
	position: relative;
}

.home-top-news .widget:before {
	color: #fff;
	content: "\f09e";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}

.home-top-news .widget-title {
	color: #f26c4f;
	font-size: 16px;
	line-height: 1.625;
	margin-bottom: 0;
}

.home-top-news .entry-title {
	font-size: 16px;
	text-transform: uppercase;
}

.home-top-slider {
	margin-bottom: -124px;
	overflow: hidden;
	position: relative;
	top: -124px;
}

.home-top-slider .wrap {
	margin: 0 auto;
	max-width: 100%;
}

/* Home Row 1 */
div#home-row1.home-row1.home-row {clear:both;}
.home-row1 .textwidget ul li {
	color: #fff;
	list-style-type: none;
	opacity: 1;
}

.home-row1 input,
.home-row1 select,
.home-row1 textarea {
	background-color: #fff;
}

/* Home Row 2 */
.home-row2 {
	background-color: #ecf1ef;
	padding-bottom:10px;
	border-bottom:3px solid #ecf1ef; /*#eeefc3;*/
	text-align:center;
}

/* Home Row 3 */
.home-row1-left .widget-title,
.home-row3-left .widget-title,
.home-row3-right .widget-title {
	text-align: center;
}

.home-row3-left {
	font-size: .94em;
	text-align:left; 
	padding:7px 0 0 0;}
.home-row3-right1 {
	text-align: left; 
	font-size:.94em;
	padding: 0 0 0 0;}
.home-row3-right2 {
	text-align: left; 
	font-size:.94em;
	padding:7px 0 0 0;}
/*.home-row3-right1,.home-row3-right2 .widgettitle widget-title {}*/

.home-row3-right1 .widget {
	padding:7px 0 0 0;
}
/*RIGHT 2 is not in use .home-row3-right2 .widget */
ul.home-row3-right1,
ul.home-row3-right2, .home-row3-right1 li, .home-row3-right2 li 
{list-style-type:none; list-style:none; font-size:14px; font-weight:bold; margin-left:6px; margin-bottom:15px; text-align:left;}
ul.home-row3-right1 a:hover,
ul.home-row3-right2 a:hover, .home-row3-right1 li a:hover, .home-row3-right2 li a:hover {/*color:#27c9d4;*/color:#00c0e7; font-weight:700;}

/* Home Row 4 */
.home-row4 .post {
	float: left;
	max-width: 400px;
	width: 41%;
}

.home-row4 .post:nth-of-type(even) {
	margin-left: 18%;
}

.home-row4 .post:nth-of-type(odd) {
	clear: left;
}

.home-row4 .post .entry-content {
	color: #fff;
}

.home-row4 .post .more-link {
	background-color: #fff;
	color: #f26c4f;
	display: block;
	margin-top: 25px;
	position: absolute;
}

.home-row4 .widget-title {
	margin-bottom: 80px;
}

/* Home Row 5 */

.home-row5 {
	text-align: center;
}

/* Home - Newsletter Signup */
.home-row.lean-newsletter .wrap {
	padding: 15px 10px;
}

.lean-newsletter {
	background-color: #f2f4e7;
}
.lean-newsletter a:active, .lean-newsletter a:link {text-decoration:none;}
.lean-newsletter a:visited {text-decoration:underline;}
.lean-newsletter ul {list-style:none; list-style-type:none; text-transform:lowercase;}
.lean-newsletter li {display:inline; text-align:center; border:1px solid #ecf1ef; /*#eeefc3;*/ background: #7b1a47;/*27c9d4;*/ color:#fff; padding:10px 10px; margin-right:8px; }
.lean-newsletter a:hover {text-align:center; display:inline; text-decoration:none; background:#fff; color:#5c8ac5; padding:10px 10px; margin-right:8px; border:1px solid #eeefc3;}
.lean-newsletter title {margin-bottom:5px;}
.lean-newsletter form {
	margin-bottom: 0;
}

/* Home Row 6 */

.home-row6 {
	text-align: center;
}

/* Home Row 7 */

.home-row7 .widget-title {
	margin-bottom: 15px;
}

/* Pricing
--------------------------------------------- */

.page-pricing .before-content {
	background-color: #e4e4e4;
	min-height: 824px;
	padding-top: 170px;
}

.page-pricing .before-content .widget-title {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	padding-top: 55px;
	text-align: center;
}

.page-pricing .before-content .pricing-table {
	padding: 70px 0 65px;
}

.page-pricing .entry-content p:first-child {
	font-size: 27px;
}


/*
New Materials
---------------------------------------------------------------------------------------------------- */

.bibSearchtool *, .bibSearchtool tbody tr td {
	border:none;
}

.newmat-select, .availLimMessage input {
	width:auto;
	margin-bottom:20px;
}

.newmat-text {
	width:200px;
}

.availLimMessage, .availLimMessage input[type='checkbox']   {
	float:left;
    margin-top: 8px;
}

td.browsePager a {
	float:right;
    padding-left:5px;
}

.briefcitTitle, .browsePager, .browseHeaderData  {
	font-weight: bold;
}

#go {
	padding-top:15px;
	clear:both;	
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #34393e;
	font-size: 14px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.sidebar .widget input {
	/*border: 1px solid #eeefc3; */
	border: 1px solid #ecf1ef;
	box-shadow: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	padding: 11px 16px;
	text-transform: uppercase;
	width: auto;
}

.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"] {
	max-width: 135px;
	margin-right: 2px;
	padding: 11px 13px;
}

.sidebar .widget input[type="search"] {
	background-color: #f2f4e7;
	color: #0c4f95;
}

.sidebar .enews {
	background-color: #34393e;
	padding: 12px 14px 18px;
}

.sidebar .enews .widget-title {
	background: none;
	margin-bottom: 10px;
	padding-top: 0;
}

.sidebar .enews-widget p {
	color: #fff;
	margin-bottom: 15px;
}

.sidebar .widget_wp_sidebarlogin input[type="submit"] {
	background-color: #34393e;
	width: 100%;
}

.sidebar .widget_wp_sidebarlogin input:hover[type="submit"] {
	background-color: #ecf1ef;/*#eeefc3;*/
	color: #0c4f95;
}


/*
Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #f26c4f;
	color: #fff;
	padding: 21px 0;
}

.before-footer a {
	color: #fff;
}

.before-footer .widget-title {
	color: #fff;
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin-bottom: 0;
	padding-left: 40px;
}

.before-footer .latest-tweets {
	position: relative;
}

.before-footer .latest-tweets:before {
	color: #fff;
	content: "\f099";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}

.before-footer .latest-tweets ul li {
	float: left;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 40px;
	text-transform: uppercase;
}

.before-footer .latest-tweets .tweet-text {
	opacity: 0.5;
}

.before-footer .latest-tweets .tweet-details a span {
	color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	padding-left: 20px;
	text-transform: none;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
/*	background-color: #4373b9;*/
background-color: #445f98;
	color: #000;
	clear: both;
	font-size: 14px;
	padding: 40px 0 16px;
}

.footer-widgets .wrap {
	max-width: 970px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 176px;
}

.footer-widgets .widget-area {
	margin-right: 18px;
}

.footer-widgets .widget-area:last-child {
	margin-right: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #fff; text-decoration:underline;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	text-transform: uppercase; color:#fff; font-size:1.2em;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .latest-tweets .tweet-details a span {
	color: #dcdf87; /*light lime green*/
	display: block;
	font-weight: 300;
	text-transform: none;
}

.footer-widgets .latest-tweets .tweet-details a:hover span {
	color: #fff;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets .widget_tag_cloud a {
	color: #fff;
}

.footer-widgets .widget_tag_cloud a:hover {
	background-color: #efefef;
	color: #999;
}


/*
Footer Social
---------------------------------------------------------------------------------------------------- */

.footer-social {
	background-color: #899844;
	color: #fff;
}

.footer-social a {
	color: #fff;
}

.footer-social .simple-social-icons ul li {
	margin: 0 2px 12px !important;
}

.footer-social .simple-social-icons a,
.footer-social .simple-social-icons a:hover {
	background: none !important;
	border: 3px solid #fff !important;
}

.footer-social .simple-social-icons a:hover {
	background-color: #fff !important;
	color: #78901f !important;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
/*changed on 7/8/20*/
.site-footer {display:none;
/*	background-color: #eef3f9; 
	color: #5c8ac5;
	font-size: 12px;
	padding: 30px 0;
	text-align: center;*/
}

.site-footer a:hover {
	color: #899844; /*5c8ac5;*/
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.home-top-callout {
		display: none;
	}

}

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

	.wrap {
		max-width: 970px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
		margin-top:6px;
		float:right;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 18%;
	}

	html > body div.slide-excerpt-border {
		bottom: 30px;
	}

}

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

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-inner,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 15px;
	background-color:#d2d2d2;}

	.header-image .site-header .wrap {
/*		background-position: 20px center;
		padding: 0 20px;*/
		background: url(images/logo.png) no-repeat 10px 10px;
		background-size: 93px 48px; /*optionally adapt if you are not happy with logo size mobile menu view */
		padding: 0;
	}

	.before-footer .wrap,
	.blog-top .wrap,
	.footer-social .wrap,
	.front-page .site-inner .wrap,
	.home-top-news .widget,
	.site-inner,
	.site-footer .wrap {
		padding-left: 4%;
		padding-right: 4%;
	}

	.front-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.header-image .title-area {
		margin-left: 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.before-footer .widget-title {
		padding-left: 0;
		width: 100%;
	}

	.before-footer .latest-tweets,
	.before-footer .widget-title {
		text-align: center;
	}

	.before-footer .latest-tweets:before {
		display: none;
	}

	.before-footer .latest-tweets ul li {
		padding-left: 0;
		width: 100%;
	}

	.before-footer .latest-tweets .tweet-details a span {
		display: block;
		padding-left: 0;
	}

	/* Top Content Areas */

	.before-contact,
	.before-content,
	.home-top-slider {
		margin-bottom: -84px;
		position: relative;
		top: -84px;
	}

	.header-image .before-contact,
	.header-image .before-content,
	.header-image .home-top-slider {
		margin-bottom: -116px;
		top: -116px;
	}

	/* Homepage */

	html > body div.slide-excerpt-border {
		bottom: 15px;
		margin-left: 50px;
	}

	.home-top .widget {
		bottom: 20px;
		left: 20px;
		margin: 0;
	}

	.home-top .widget,
	html > body div.slide-excerpt-border {
		font-size: 24px;
	}

	.home-top .widget p,
	html > body div.slide-excerpt-border p {
		margin-bottom: 0;
		padding: 20px;
	}

	.featured-link, .home-top .widget .featured-link,
	html > body div.slide-excerpt-border .featured-link {
		font-size: 14px;
	}

	.featured-link a {
		font-size: 12px;
		padding: 15px 50px 15px 20px;
	}

	.home-top-news .widget:before {
		margin-top: -14px;
		top: 50%;
	}

	.home-top-news .entry-content,
	.home-top-news .entry-header,
	.home-top-news .entry-title,
	.home-top-news .widget-title {
		float: none;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.home-row .enews-widget .widget-title,
	.home-row .enews-widget p {
		float: none;
		text-align: center;
		width: 100%;
	}

	.home-row .enews-widget form {
		padding: 15px 0;
		text-align: center;
	}

	/* Blog & Archive Pages */

	.blog-top .entry-content a.more-link {
		margin-top: 26px;
	}

	/* Contact Page */

	.before-contact .wrap {
		max-width: 100%;
	}

	.kickstart-contact-box {
		left: 50%;
		margin-left: -213px;
		margin-top: 25%;
	}

	/* Pricing */

	.pricing-column {
		padding: 20px;
	}

	.pricing-column h4 {
		font-size: 24px;
	}

	.pricing-column p.price {
		font-size: 36px;
	}

	.pricing-column sup {
		font-size: 16px;
	}

}

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

	.header-image .site-header .widget-area,
	.site-header .widget-area {
		max-width: 100%;
	}

	.columns-2 .quote,
	.columns-3 .quote,
	.columns-4 .quote,
	.home-row4 .post,
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header {
		background-color: #f26c4f;
		margin-top: -5px;
	}

	.site-header .wrap {
		min-height: 68px;
		padding: 0;
	}

	.header-image .site-header .wrap {
		background: url(images/logo.png) no-repeat 10px 10px;
		background-size: 93px 48px;
		padding: 0;
	}

	.site-description,
	.site-title,
	.title-area {
		float: left;
		text-align: center;
	}

	.site-title {
		font-size: 24px;
		margin-bottom: 0;
	}

	.site-title:hover {
		opacity: 0.5;
	}

	.site-title a {
		padding: 18px 0 9px;
	}

	.site-title a:hover {
		background: none;
		color: #fff;
	}

	.site-description {
		color: #fff;
		opacity: 0.5;
		padding: 0 0 9px;
	}

	.header-image .site-header .wrap {
		background-position: center 5px;
	}

	.header-image .site-title:hover {
		opacity: 1;
	}

	.header-image .site-title a {
		float: none;
		height: auto;
		margin-top: 0;
		min-height: 58px;
		width: 100%;
	}

	.header-full-width .title-area,
	.header-full-width .site-title {
		width: 100%;
	}

	.js nav {
		display: none;
		position: relative;
		z-index: 1;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		padding: 13px 24px;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		font-size: 14px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #fff;
		content: "\f0c9";
		display: inline-block;
		font-family: FontAwesome;
		font-size: 16px;
		margin: 0 auto;
		padding: 0 10px 0 0;
		vertical-align: middle;
	}

	.sub-menu-toggle {
		background: none;
		float: right;
		padding: 9px;
		position: absolute;
		right: 5%;
		top: 1px;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f107";
		display: inline-block;
		font-family: FontAwesome;
	}

	.sub-menu-toggle.activated:before {
		content: "\f106";
	}

	.sub-menu .sub-menu-toggle {
		padding: 7px 9px;
	}

	.js .genesis-nav-menu {
		font-size: 14px;
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 0;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		color: #fff;
		margin: 0;
		padding: 10px 5%;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item:hover > a {
		background-color: #e4e4e4;
		color: #999;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js nav .genesis-nav-menu .menu-item-has-children:hover {
		background: none;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
		padding-left: 7.5%;
		padding-right: 7.5%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu .sub-menu-toggle {
		right: 5%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu .sub-menu .menu-item a {
		padding-left: 10%;
		padding-right: 10%;
	}

	.js .genesis-nav-menu .sub-menu a {
		background: none;
		border: none;
		font-size: 12px;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
	.js nav .genesis-nav-menu .menu-item a:focus,
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #efefef;
		color: #999;
	}

	.js .menu-toggle:focus:before,
	.js .menu-toggle:hover:before {
		color: #999;
	}

	.site-header .widget-area {
		width: 100%;
		float:right;
		text-align:right;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.site-header .widget-area .genesis-nav-menu {
		padding-bottom: 20px;
	}

	.before-content,
	.home-top-slider,
	.header-image .before-content,
	.header-image .home-top-slider {
		margin-bottom: 0;
		position: static;
		top: 0;
	}

	.site-footer .alignleft,
	.site-footer .alignright {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	html > body div.slide-excerpt-border p {
	    padding: 15px;
	}

	html > body div.slide-excerpt-border .featured-link {
		line-height: 24px;
	}

	ol.flex-control-nav {
		display: none;
	}

	.home-top .widget,
	html > body div.slide-excerpt-border {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		width: 280px;
	}

	.home-row4 .post,
	.home-row4 .post:nth-of-type(even) {
		float: none;
		margin: 0 auto 50px;
	}

	.home-row4 .post:nth-of-type(odd) {
		clear: none;
	}

	.page-pricing .before-content {
		height: auto;
		padding-top: 120px;
	}

	.page-pricing .before-content .pricing-table {
		padding-top: 35px;
	}

	.pricing-table {
		margin: 0 auto;
		max-width: 320px;
	}

	.pricing-column:nth-child(n+2) {
		margin-top: 20px;
	}

	.home-row .enews-widget input {
		width: 80%;
	}

	.blog-top {
		padding: 25px 0 50px;
	}

	.blog-top .wrap {
		max-width: 480px;
	}

	.blog-top .alignright {
		text-align: center;
		width: 100%;
	}
	.blog-top a.more-link {
		margin-top: 36px;
	}

	.blog-top img {
		float: none;
		margin-bottom: 24px;
		padding-left: 0;
		text-align: center;
	}

	.kickstart-contact-box .address {
		padding-bottom: 0;
	}

	.kickstart-contact-box .phone:last-child {
		margin-bottom: 30px;
	}

}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-top-slider .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	html > body div.slide-excerpt-border p {
		font-size: 16px;
		padding: 10px 20px;
	}

	html > body div.slide-excerpt-border .featured-link a {
		padding: 10px 50px 10px 20px;
	}

	.home-row .enews-widget input {
		width: 66%;
	}

	.kickstart-contact-box {
		left: 0;
		margin-left: 0;
		max-width: 100%;
	}

}

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

	ul.flex-direction-nav {
		display: none;
	}

	div.flexslider .slides img {
		height: 170px;
		max-width: none;
		width: auto;
    }

}
/** TOP SEARCH BOX***/
#block-apl-search-apl-header-search form input.form-text {
padding: 0 12px; width: 172px; margin-left: -12px;}
#block-apl-search-apl-header-search {width: 236px; position: absolute; right: 10px; z-index: 1;
height: 34px; margin: 6px 0;
}
/*for member page*/
/*HOME PAGE ACROSS ROW OF BOXES FOR HOME ROW 4 or 6*/
.highlightcard {
    width: 170px;
    height: 218px;
    float: left;
    background-color: #fff;
    border: 1px solid #bda133;
    padding: 0;
    margin: 0 30px 0 0;
}
.highlightcardHolder {
    width: 986px;
    padding: 0;
    margin: 30px auto;
}
.highlightcardRight {
    width: 170px;
    height: 218px;
    float: left;
    background-color: #fff;
    border: 1px solid #bda133;
    padding: 0;
    margin: 0;
}
.highlightcard img, .highlightcardRight img {padding:54px 0; text-align:center;}
.boxie {font-size:.89em; margin-top:4px; text-align:center;}
table.elementor-widget-container {width:100%;}

.loc {width:80%;}
.dots {list-style-type:disc; list-style:normal;}
.sidey {color: #5c3729 !important; /*3/25/26 #4b2d22;*/ 
border-left: 1px solid #ecf1ef;
	/*#eeefc3;*/ padding:11px 10px 10px 15px; font-size:.99em; width:100%;font-weight:normal; background:#f2f4e7; }
/*Elementor PROBLEMS
	.elementor-kit-100 a {color:#fff !important;}*/
.sidey p {line-height:normal;}
.sidey a:active, .sidey a:link {font-weight:normal; text-decoration:underline;}
.sidey a:hover {text-decoration: none; color: #00c0e7;}
.sidey > ul > li {
	list-style:none;
	list-style-type:none; 
	margin-left:2px; 
	list-style-position:inside; 
	line-height:1.0; 
	padding-bottom:11px; }
.empha {font-weight:700; color:#806f5d;}
div#members {
    width: 635px;
    height: 535px;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* SEARCH CountyCat mega menu */
input.searcharg {
    color: #5c8ac5;
    font-size: 1.0em; 
	background:#ffffff !important;
	border: 1px solid #eeefc3;
	/*border:1px solid #27c9d4; */
	width: 300px !important;
    height: 37px !important; 
	clear: none;
	opacity: 0.8;
	margin-left:50px;
}
.advSearch {
	text-align:right; 
	float:right; margin: 6px 6px 0 6px; 
	font-size:.85em; 
	clear:both;}
/*for Members find a library page*/
.tight img {display:inline-block;}

/*HOME PAGE BOOK CAROUSEL*/
.subnav-pill {font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
    font-size: 14px;   line-height: 2em;    text-align: center;}
.subnav-pill .items-row .item {width: auto;}
.subnav-pill .items-row .item {font-size: 14px; text-align: center;}
.subnav-pill .items-row .item:first-of-type {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;}
ul.pill, ul.pill li, .col-item {display:inline; background-color: #f2f4e7; padding: 10px; color:#fff; font-weight:bold; text-align:center;  border-radius: 2px;}
ul.pill li a:active, .col-item a:active {text-decoration:none;}

/*START OF THE HOME PAGE LEFT ROW 3
div#white_box, div#home_countycat, div#home_members, div#home_rss {
    clear:both;
	width: 95%;
    border: 1px solid #ecf1ef; /*eeefc3;*/
    background: #fff;
    margin: 45px 0 9px 0;}
*/
div#inner_box {clear:both; margin-top:1px; background: #fff;}
div#box {
    float: right;
	padding:0 2px 2px 2px;
    height: 40px;
	background:#ecf1ef; /*eeefc3;*/}
div#inner {
    float: left;
padding:5px;}
.text_white {color: #76766d;}
div#content5 {font-size:.90em;margin-top:6px; text-align:left;color:#5c8ac5;font-weight:500;text-transform:uppercase; margin-left:30px;margin-bottom:10px;}
/*END OF HOME PAGE LEFT ROW 3*/

/*FAQ help pages*/
/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: #f2f4e7;
    border: 1px solid #eeefc3; /*#27c9d4;*/
    color: #333;
    padding-left: 8px;
    padding-right: 8px;
	margin-left:2px;
	margin-right:5px;
	text-transform:capitalize;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #5581c1; /*replaced with this blue #27c9d4;*/
	border:1px solid #ecf1ef;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
}
.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}
.js .gs-faq__answer
{
padding:10px;	
}
.helpDiv {font-size:95%; background:#f2f4e7;line-height:normal;margin-bottom: 8px; padding:10px 10px 6px 20px;}
.helpDiv p {margin-bottom:5px;}
.helpDiv ul {margin-bottom:12px;}
.helpDiv li {color:#5581c1;}
.helpDiv h4 {margin-top:5px; color:#5581c1;}

/*HOME PAGE BUTTONS */
#apl-buttons,#apl-buttons h3,#apl-buttons h2,#apl-buttons li,.panel-col-top.panel-panel {
	width: 390px;
}
/*#apl-buttons h2,#apl-buttons h3 {
 	margin: 0 0 16px;
	padding: 10px 0 10px 86px !important;
	font-weight: 800;*/
}
#apl-buttons {
	margin: 20px 0 !important;
	padding: 0;
}

#apl-buttons li {
	border-radius: 4px;
	box-shadow: 3px 3px 5px #eeeeee;
	display: block;
	/*height: 66px;*/
	margin: 0 0 16px;
	padding: 0;
}
#apl-buttons a, div#apl-buttons a:active {
    text-decoration:none;
	color: #fff !important;
	border-radius: 4px;
    display: block;
    font-weight: 900;
	padding: 10px 0 10px 86px !important;
}
#apl-buttons a:hover {
	display:block;
	font-weight:900;
	text-decoration: none;
	color: #5581c1 !important;
	background:#fff !important;
	border-radius: 4px;
	padding: 10px 0 10px 86px !important;
	border:1px solid #eeefc3 !important;
	transition:normal;
	}
.apl-box li {
    font-family: 'Open Sans', Helvetica, sans-serif !important;
    line-height: 1.3em !important;
}
.apl-nav1 {
	font-size:.98em !important; 
	text-transform:lowercase;
display:block;
}
.apl-nav2 {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
/*GET A LIBRARY CARD*/
#apl-button1 {
	background: #0c4f98 url(/wp-content/uploads/library-xl.fw_.png) no-repeat scroll 19px 12px; 
}
#apl-button1 a:hover {
	background: #fff url(/wp-content/uploads/2020/08/librarycardblue.png) no-repeat scroll 19px 12px; 
	display:block;
	font-weight:900;
	text-decoration: none;
	color: #5c8ac5 !important;
	border-radius: 4px;
	padding: 10px 0 10px 86px !important;
	border:1px solid #eeefc3;
}

/*UNEXPECTED ITEMS was #7b1a47*/
#apl-button2 {
	background: #767662 url(/wp-content/uploads/puzzle-3-xl.fw_.png) no-repeat scroll 19px 12px;
}
#apl-button2 a:hover {
	background: #fff url(/wp-content/uploads/puzzle_blue.png) no-repeat scroll 19px 12px;
	display:block;
	font-weight:900;
	text-decoration: none;
	color: #5c8ac5 !important;
	border-radius: 4px;
	padding: 10px 0 10px 86px !important;
	border:1px solid #eeefc3;
}

/*VIRTUAL EVENTS */
#apl-button3 {
	background: #738e96 url(/wp-content/uploads/globe-2-xl.fw_.png) no-repeat scroll 19px 12px;
}
#apl-button3 a:hover {
	background: #fff url(/wp-content/uploads/globe_blue.png) no-repeat scroll 19px 12px;
	display:block;
	font-weight:900;
	text-decoration: none;
	color: #5c8ac5;
	border-radius: 4px;
	padding: 10px 0 10px 86px !important;
	border:1px solid #eeefc3;
}

/*Add this one in*/
#apl-button4 {
	background: #0c4f95 url() no-repeat scroll 19px 12px;
}
/*MEMBER NEWS*/
#apl-button5 {
	background:#448998 url(/wp-content/uploads/2020/08/my-topic-xl.fw_.png) no-repeat scroll 19px 12px;
}
#apl-button5 a:hover {
	background:#fff url(/wp-content/uploads/topic_blue.png) no-repeat scroll 19px 	12px;
	display:block;
	font-weight:900;
	text-decoration: none;
	color: #5c8ac5;
	border-radius: 4px;
	padding: 10px 0 10px 86px !important;
	border:1px solid #eeefc3;
}

#edit-submit-events-calendar-nov2016:hover,#edit-submit-events-search-2016-01-14:hover {
	text-decoration: underline;
}

#mini-panel-news_pane {
	padding: 10px 10px 0;
}

#mini-panel-news_pane .view-footer {
	margin: -20px 0 !important;
}
div#rssincl-box-308446, div.rssincl-content div.rssincl-entry {width:500px;}
div#rssincl-box-308446, div#rssincl-box-308446 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {font-family: Open Sans, Roboto Condensed, sans-serif; color:#4373b9; font-size:14px; width:450px;}

div#rssincl-box-308446 div.rssincl-content div.rssincl-entry p.rssincl-date {color:#4373b9; width:400px}
/*Library of Things is lot */
.lot {text-align:center;}

.elementor-element .elementor-widget-container td {padding-left:5px;}

/*MEMBER NEWS*/
.feedzy-rss feedzy-5c6889a7f6ed9b0560cca26a3eee5f1c {
	margin:0;
	padding:0;
}

.feedzy-rss .rss_item .rss_content small a {
color: #445f98; font-weight:700; font-size: 1.9em; font-style:normal;	
}
.feedzy-rss .rss_item .rss_image, .feedzy-rss .rss_item .rss_image span {
    float: right;
    position: relative;
    border: none;
    text-decoration: none;
    min-width: 30%;
}
.feedzy-rss > ul {
	margin:0 !important;
}
.rss_item li {
    border-bottom: 2px solid #eeefc3;
    list-style: none;
	padding: 0 !important;
}
.feedzy-rss .rss_item {
    margin: 0;
	padding: 0;
    border-bottom: 2px solid #eeefc3 !important;
}

/*if this widget moves I may need it*/
 section#nav_menu-10 {clear:both; margin-top: 50px; margin-bottom:5px;}
section#nav_menu-10 > ul, section#nav_menu-10 li  {
	list-style:none; list-style-type:none; display:block; margin-left:15px; margin-bottom:3px;
}
section#nav_menu-10 li a:active, section#nav_menu-10 li a:link, section#nav_menu-10 a:visited {
	color:#5c8ac5; font-weight:500; text-transform:lowercase; text-decoration:none;
	background:#f2f4e7; padding: 8px; display:block; border:1px solid #ededed;}
section#nav_menu-10 li a:hover {
	color:#445f98;font-weight:500; text-transform:lowercase; text-decoration:none;
		background:#fff; padding: 8px;display:block;border:1px solid #ecf1ef;
}

input.formy, select.formy, textarea.formy {width:82% !important;}
.lowerc {text-transform:normal; border:1px solid #eeefc3;}
.lowerc td {border:1px solid #ecf1ef; text-transform:lowercase;}

/*JOB POSITIONS*/

.sjb-page .sjb-detail .job-features {
	font-weight:800;
}
.sjb-page .list-data {
	border:1px solid #00c0e7 !important;
}
.sjb-page .job-type {
	width:350px;
}
.sjb-page .sjb-filters {
	padding-top:10px !important;
}
h3.job-features {
	display:none;
}
.sjb-page .sjb-detail .jobpost-form {display:none;}

/*DATABASES PAGE*/
select#s-lg-sel-subjects.form-control@(min-width:990px) {
width:25% !important;
}

/*For Embedded Google Sheets - This should get rid of the top title bar on those pages  */
#doc-title, #doc-title .name {display: none;}

/*evil elementor 2025-07-26
.elementor-kit-100 a {
color: var (display:none);
}*/