/*
    Theme Name: Miller
		Description: Responsive theme for EmploymentLawSolutions.com.
    Author: S. Toth
    Version: 1.0
 
    Template: genesis
    Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/

#phoneNumber{
	color:#506195;
	font-size:16pt;
	text-align:right;
	z-index:999;
	float:left;
	width:100%;
	margin-top:70px;
	}

#phoneNumber a, #phoneNumber a:hover{color:#BDD0FC; font-size:11pt;}

a#increase-font, a#decrease-font{
	padding:3px 6px;
	margin-right:5px;
	background:#efefef;
	font-size:.7rem;
	font-family:'helvetica neue', helvetica, arial,sans-serif;
	font-weight:500;
	color:#506195;
	text-decoration:none;
}

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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

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

input[type="search"] {
	font-family: 'Times', serif;
	height:20px;
	border:1px solid #efefef;
}

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

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #fff; /* #f2f2f2 */
	color: #444;
	font-family: 'Times',serif; /*'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 11px;  /*12px;*/
	font-size: 1.08rem;  /*1.125rem;*/
	font-weight: 100;
	line-height: 1.45rem;  /*1.5rem;*/
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #506195;
	text-decoration: none;
}

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

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

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Times', serif;
	/*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
	color: #506195;
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-weight:100;
}

h2 {

	font-size: 1.575rem;
	color: #506195;
	line-height:30px;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

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

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

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

.format-gallery #gallery-1 img {
	border: none;
}

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

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #2a2a2a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

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

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;	
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #1887e5 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 20px 15px 20px;	
}

/* Circles */

span.circle {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	background: #000;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em; 
}


/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.plan-col {
	background: #eee;
	float: left;
	font-weight: 300;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.plan-col-popular {
	background: #fff;
	float: left;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.plan-col, 
.plan-col-popular {		
	width: 25%;
}

.plan-col-wrap, 
.plan-col-popular-wrap {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 40px 10px;
}

.plans .plan-head h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.plan-head em {
	font-size: 14px;
}

.plan-pricing {
	background: url(images/border-img-x.png) repeat-x scroll center bottom;
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
} 

.plan-price {
	font-size: 60px;
}

.plan-price sup {
	font-size: 24px;
}

.plan-pricing .monthly {
	font-size: 14px;
}

.plan-list {
	margin: 0 0 20px;
	overflow: hidden;
}

.plan-list li {
	list-style: none;
	margin: 0 0 20px;
}

.plan-list li a {
	font-weight: bold;
}

.plan-button {
	clear: both;
}

.plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 25px 8px;
}

.plan-button a:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: underline;
}
	

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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding:10px 0;
}

.site-inner {
	clear: both;
	padding: 0;
}

.home .site-inner {
	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;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	margin-top:20px;
}

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

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	margin-top:50px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

.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%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

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

.avatar {
	float: left;
}

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

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

.search-form {
	width: 60%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

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

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

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

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

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

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

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

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

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

.archive-description,
.author-box  {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 40px 40px 24px;
	padding: 2.5rem 2.5rem 1.5rem;
}

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

.author-box a { }

.author-box p {
	margin: 0;
}

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

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

.entry-title {
	/*font-size: 32px;*/
	font-weight: 400;
	line-height: 1.3;
	padding: 0 20px;
}

.entry-title a {
	color: #333;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #D0D5E3; /*#333;*/
	font-size: 25px; /*18px;*/
	font-size: 1.125rem;
	/*letter-spacing: 1px;
	letter-spacing: 0.1rem;*/
	margin-bottom: 16px;
	margin-bottom: 1rem;
	
	font-family:serif;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


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

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0 0 20px;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
		background-color:#506195;
		color:#FFF;
		text-align:center;
		padding:10px 0;
}

.slider h1 {
	color:#FFF;
	
}

.slider .wrap {
    margin: 0 auto 20px;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0px;
}

.slider .hero {
	width:1070px;
	margin-left:40px;
	text-align:left;
}

.slider .headshot {
	display:inline;
}

.slider .headshot img {
	border:10px solid #FFF;
	width:290px;
}

.heroText{
	float:right;
	margin-top:40px;
}

.heroText h1{
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:.1rem;
	font-size:54px;
}

.orange {
padding:20px;
background:#E64A1A;
width:700px;
margin:0px auto;
border:1px solid #fff;
font-style:italic;
/*border-bottom:2px solid rgb(255, 102, 0);*/
font-size:1.524rem;
line-height:1.7rem;
text-align:center;	
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

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

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

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}


/* 
Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	background: #fff; /*#303236;*/
	clear: both;
	color: #888; /*#ccc;*/
    margin: 0 auto;
    /*text-align: center;*/

}

.welcome .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0 40px;
    width: 1140px;
}

.welcome .widget {
	margin: 0 0 20px;

}

.welcome .widgettitle {
	font-size: 28px;
	font-size: 2.25rem;	
	font-weight: 300;
	line-height: 46px;
}

.welcome h4 {
	color: #506195; /* #fff; */
}

.welcome p {
	color: #666; /* #ccc; */
    margin: 0 0 20px;
}

.welcome a {
	/*color: #506195;  #fff; */
}

.welcome a.learnMore{
	background:#506195;
	padding:10px 10px 10px 10px;
	color:#fff;
	margin-left:20px;
}

.welcome a:hover.learnMore{
	background:#D0D5E3;
	color:#506195;
}

.welcome-wide {
	clear: both;
}

/* Welcome Feature 1-3 */

.welcome-features {
	overflow: hidden;
	width: 100%;
}

.welcome-features h4 {
	font-size: 20px;
	line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	color:#506195; /* #fff; */
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
	font-size:28px;
	font-family:serif;
	font-style:bold;
	letter-spacing:0em;
	line-height:28px;
	text-align:left;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
	padding:0 20px;
}

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

.welcome-feature-1 .featured-content .entry-title,
.welcome-feature-2 .featured-content .entry-title,
.welcome-feature-3 .featured-content .entry-title {
	color:#506195; /* #fff; */
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
	font-size:28px;
	font-family:serif;
	font-style:bold;
	letter-spacing:0em;
	line-height:30px;
	text-align:left;
}

.welcome-feature-1 .featured-content .entry-title a,
.welcome-feature-2 .featured-content .entry-title a 
.welcome-feature-3 .featured-content .entry-title a  {
	color:#506195; /* #fff; */


}

/* 
Home Feature BG 
---------------------------------------------------------------------------------------------------- */
.home-feature-bg.bordered {
	border-top:1px solid #dcdcdc; 
	border-bottom:1px solid #dcdcdc;
	}

.home-feature-bg.blue {
	background-color:#506195;
	}

.home-feature-bg {
	/* border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	overflow: hidden;
}

.home-feature-bg .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 1140px;
}

.home-feature-bg .featuredpage .page,
.home-feature-bg .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
}

.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
    margin: 10px 0;
}

.home-feature-bg .featuredpage .page h2 a,
.home-feature-bg .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg .featuredpage img, 
.home-feature-bg .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg .featuredpage img:hover, 
.home-feature-bg .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg .byline, 
.home-feature-bg .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg p {
	margin: 0 0 25px;
}


/* 
Home Feature BG Alt 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
	background:#fff;
}

.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 1140px;
}

.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-alt .featuredpage .page h2 a,
.home-feature-bg-alt .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg-alt .featuredpage img, 
.home-feature-bg-alt .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-alt .featuredpage img:hover, 
.home-feature-bg-alt .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-alt .byline, 
.home-feature-bg-alt .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-alt p {
	margin: 0 0 25px;
}


/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
	background: #303236;
	color: #aaa;
}

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 1140px;
}

.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg-dark .featuredpage img, 
.home-feature-bg-dark .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-dark .featuredpage img:hover, 
.home-feature-bg-dark .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-dark .byline, 
.home-feature-bg-dark .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
	color: #fff;
}

.home-feature-bg-dark p {
	color: #aaa;
	margin: 0 0 20px;
}

.home-feature-bg-dark a {
	color: #fff;
}


/*
Home Features
---------------------------------------------------------------------------------------------------- */
.home-feature-1,
.home-feature-2,
.home-feature-3,
.home-feature-4,
.home-feature-5,
.home-feature-6,
.home-feature-7,
.home-feature-8,
.home-feature-9,
.home-feature-10,
.home-feature-11,
.home-feature-12,
.home-feature-13 {
	padding-top: 30px;
	padding-bottom: 10px;
}
/* Home Feature 1 */

.home-feature-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 45%;
}

.home-feature-1 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-1 .widgettitle {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 2 */

.home-feature-2 {
	float: right;
	margin: 0;
	width: 45%;
}

.home-feature-2 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-2 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 3 */

/*.home-feature-3 {
	background: none;
    clear: both;
   	margin: 0 auto ;
   	overflow: hidden;
   	text-align: center;
		color:#ff6600;
		font-size:1.5rem;
		border-top:1px solid #dcdcdc; 
		border-bottom:1px solid #dcdcdc;
		padding-top:60px;
			width:70%;
}*/

.home-feature-3 {
	background: #506195;
    clear: both;
   	margin: 0 auto 20px;
   	overflow: hidden;
   	text-align: center;
		color:#FFF;
		font-size:1.5rem;
		padding-top:35px;
			width:70%;
}

.home-feature-3 .widget {
	margin: 0 0 25px;
	font-variant:small-caps;
	line-height:2.25rem;
}

/* Home Feature 4 */

.home-feature-4 {
	margin: 0;
	width: 100%;
}

.home-feature-4 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 5 */

.home-feature-5 {
	margin: 0;
	width: 100%;
}

.home-feature-5 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 6 */

.home-feature-6 {
	margin: 0;
	width: 100%;
}

.home-feature-6 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 7 */

.home-feature-7 {
	margin: 0;
	width: 100%;
}

.home-feature-7 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 8 */

.home-feature-8 {
	margin: 0;
	width: 100%;
}

.home-feature-8 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 9 */

.home-feature-9 {
	clear: both;
	text-align: center;
}

.home-feature-9 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-9 h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
}

/* Home Feature 10, 11, 12 */
.home-feature-10 a.learnMore,
.home-feature-11 a.learnMore,
.home-feature-12 a.learnMore{
	background:#506195;
	padding:10px 10px 10px 10px;
	color:#fff;
	margin-left:0px;
}

.home-feature-10 a:hover.learnMore,
.home-feature-11 a:hover.learnMore,
.home-feature-12 a:hover.learnMore{
	background:#D0D5E3;
	color:#506195;
}

.home-feature-10,
.home-feature-11{
	float: left;
	margin: 0 2% 40px 0;
	width: 32%; /*24%;*/
	padding-left:20px;
	padding-right:20px;

}

.home-feature-12 {
	float: right;
	margin: 0 0 40px 0;
	width: 32%; /*24%;*/
	padding-left:20px;
	padding-right:20px;
}

.home-feature-10 .widgettitle,
.home-feature-11 .widgettitle,
.home-feature-12 .widgettitle{
color:#506195; /* #fff; */
margin: 0 0 10px;
padding: 0 0 10px 0px;
font-size:32px;
font-weight:600;
font-family:serif;
font-style:bold;
letter-spacing:0em;
line-height:30px;
text-align:left;
}

.home-feature-10 .widget,
.home-feature-11 .widget,
.home-feature-12 .widget {
	margin: 0 0 40px;

}



/* Home Feature 13 */
.home-feature-13 .orangelink{

margin:0px auto 0 auto;
font-style:normal;
/*border-bottom:2px solid rgb(255, 102, 0);*/
width:33%;

}

.home-feature-13 .orangelink a{
	padding:5px 10px;
	color:#fff;
	font-size:1rem;
	line-height:1.7rem;	
	color:#fff;
	background:#E64A1A;
	text-align:center;
	border:1px solid #fff;
	float:left;
	margin-left:25px;
}

.home-feature-13 .orangelink a:hover{
	text-decoration: underline;
}
	
.home-feature-13 {
	float: left;
	margin: 0;
	/*width: 24%;*/
	width: 100%;
	color:#fff;
	background-color:#506195;
	padding-bottom:40px;
}

#colContainer{

}

.home-feature-13 .col1,
.home-feature-13 .col2 {
	width:30%;
	float:left;
	margin:0 2%;
}

.home-feature-13 .col3 {
	float:right;
	width:30%;
}

.home-feature-13 .widget {
	margin: 0 0 40px;
}

.home-feature-13 .widgettitle {
	color:#B2C3EA;
	font-size:32px;
	line-height:30px;
	text-align:center;
	padding:0px 0 30px;
}

/* Home Feature 14 */

.home-feature-14 {
	margin: 0 auto;
	width: 100%;
	padding:20px 30px;

}
	
.home-feature-14 .widget {
	margin: 0 0 40px;

}

.home-feature-14 .widgettitle {
	color:#506195;
	font-size:34px;
	font-weight:100;
	padding:0px;
}

.home-feature-14 .col1,
.home-feature-14 .col2{
	width:45%;
	float:left;
	margin:0 2.5%;
	color:#666;
}

.home-feature-14 .quotes{
	font-style:italic;
	margin-bottom:5px;
	padding:0px;
}

/* Home Feature h4 */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
/*.home-feature-14 h4*/ {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 46px;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 28px;
}



/* Featured Page and Featured Post
--------------------------------------------- */

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

.featured-content .entry-title {
	/*border: none;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 0.625rem 0;*/
	
	color:#506195; /* #fff; */
	margin: 0 0 10px;
	padding: 0 0 10px 20px;

	font-family:serif;
	letter-spacing:0em;
	line-height:25px;
	text-align:left;
}

.featured-content .entry-title a {
	border: none;
	color:#506195; /* #fff; */
}


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

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

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

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

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	border: none;
	box-shadow: none;
	width: 100%;;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #111;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.enews-widget input:hover[type="submit"] {
	opacity: .7;
	transition: all .5s ease;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background: #ccc;
	box-shadow: none;
	opacity: 10;
	transition: 0;
}

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

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px;
	padding: 0.5rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	font-size: 1.125rem;
}

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

img#wpstats {
	display: none;
}


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

.head-wrap {
	background: #FFFFFF; /* #303236; */
	/*margin: 0 0 40px;*/
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
	height:175px;
}

.site-header .wrap {
	padding:0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	float: left;
	padding-top: 0;
	width: 500px;
	position:relative;
	top:50px;
}

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

.site-title {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}

.site-header .site-title a {
	color: #fff;
	font-weight: 300;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0px 0px 0px;
}

.header-image .site-title a {
	float: left;
	min-height:90px ;/* 164px; */
	width: 500px ; /* 100%; */
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: right;
	text-align: right;
	width: 325px;
}

.site-header .widget-area a {
	color: #fff;
}

.header-image .site-header .widget-area {

}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #506195;
	font-size: 25px;
	font-size: 1.0rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: -15px 0;
	padding: 0 0 25px;
	/* width: 100%; */
	float:right;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #506195; /* #fff; */
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #506195; /* #fff; */
	padding: 13px 0px 13px 26px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

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

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	box-shadow:0 6px 6px rgba(40, 58, 102, 1);
	-moz-box-shadow:0 6px 4px rgba(40, 58, 102, 1);
	-webkit-box-shadow:0 6px 4px rgba(40, 58, 102, 1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 300px;
	z-index: 99;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	background: #506195;
}

.genesis-nav-menu .sub-menu a {

	color: #D0D5E3;
	letter-spacing: 0;
	padding: 10px;
	position: relative;
	width: 299px;	
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.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 { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

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

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

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

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

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

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #fff;
}

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

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
  line-height: 1;	
	margin: -70px auto 0;
	overflow: hidden;
	width: auto;
	text-align:right;
	border-bottom:30px solid #506195;
	padding-bottom:10px;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #D0D5E3;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu {
	font-size:1rem;
	line-height:1.1rem;
}

.nav-primary .sub-menu a:hover {
	color: #fff;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

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

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

.entry {
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2); */
	background: #fff;
	margin: 0 3px 40px;
	padding: 5px 0 0 ; /* 20px 0 0;*/
}

.entry-content {
	padding: 0 20px 20px;
}

.entry-content a {
	color: #506195;
}

.entry-content a:hover {
	color: #888;
	text-decoration:underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li,
.entry-content ul li ul li{
	list-style-type: circle;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0 0 10px;
	margin: 0 0 1.25rem;
	padding: 20px;
	text-transform: uppercase;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
	padding: 1rem 0;
}

.entry-footer  {
	background: #eee;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
}

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

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
}

.entry-tags {
	float: right;
	font-size: 12px;
}

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

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

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

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

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

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

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li { }

li.comment {
	border-radius: 10px;
	padding: 30px;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

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

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


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

.sidebar {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
}

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

.sidebar li {
	list-style-type: none;
	line-height:1.3rem;
	margin-bottom: 8px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

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

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#506195;
}

.sidebar .widget a{
	color:#fff;
}

.sidebar .widget a:hover{
	color:#D0D5E3;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0;
	padding: 15px 0;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 16px;
	font-size: 1rem;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .entry-content {
	padding: 0 20px 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #eee;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	background-image: url(images/checkmark.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


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

.footer-widgets {		
	background-color: #2a2a2a;	
	clear: both;
	color: #aaa;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-top:-20px;
}

.footer-widgets .wrap {
	padding: 60px 0 20px;
	padding: 3.75rem 0 1.25rem;
	max-width:1090px;
}

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

.footer-widgets a:hover {
	color: #aaa;
}

.footer-widgets p {
	color: #aaa;
}

.footer-widgets-1{
	float: left;
	width: 100%;
	margin:-30px 0 20px;
	border-bottom:1px solid #D0D5E3;
}

.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 60%;
	}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

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

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

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

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}

.footerDisclaimer {font-size:.8rem; line-height:1rem;}

#menu-footer-menu.menu li{
	display:inline;
	padding:0 60px 0 0;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #2a2a2a; /*#1a1a1a;*/
	color: #aaa;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.site-footer a { 
	color: #fff;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}


.header-image .site-header,
.header-image .site-header .wrap {
	background-size: 35% !important;
	background-position:left center !important;
}

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

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */


@media screen and (min-width: 320px) and (max-width: 480px) {
.site-container {
    width: 320px;
}


.nav-primary
{
display:none;
}

.welcome-feature-1, .welcome-feature-2, .welcome-feature-3
{
text-align:center;
}
.welcome-feature-1 .widgettitle, .welcome-feature-2 .widgettitle, .welcome-feature-3 .widgettitle {
  color: #506195;
  width: 100%;
  padding: 0px 0px 0px 20px;
  font-size: 17px;
  text-align: center !important;
  font-family: serif;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: left;
  margin: 10px 0 0 0;
}


.sidebar-primary
{
margin-top:0px;
}

h1,h2,h4
{
font-size:24px;
font-weight: normal;
}
p
{
font-size:14px;
}

.home-feature-13 .widgettitle
{
font-size:18px;
padding:0px;
}
.home-feature-bg p {
  margin: 0 0 0px;
  font-size: 12px;
  line-height: 18px;
}
.home-feature-13 .col1, .home-feature-13 .col2
{
width: 100%;
  float: left;
  padding: 8px 2%;
  border-bottom: 1px solid #e4e4e4;
}
.home-feature-13 .col1, .home-feature-13 .col2
{
width: 100%;
  float: left;
   padding: 8px 2%;
  border-bottom: 1px solid #e4e4e4;
}
.home-feature-13 .col3
{
width: 100%;
  float: left;
  padding: 8px 2%;
  border-bottom: 1px solid #e4e4e4;
}
home-feature-13 .col1, .home-feature-13 br
{
display:none;
}
.home-feature-14 .widgettitle
{
font-size:24px;
}
.genesis-nav-menu .sub-menu a
{
color:#fff !important;
}
.nav-primary
{
margin:0px auto 0;
}
.site-header {
    margin: 0px auto;
    max-width: 300px;
    height: 120px;
}
.wrap {
    margin: 0px auto;
    max-width: 300px;
    padding: 10px 0px;
}

#phoneNumber
{
  margin-top: 40px;
display:none;
font-size:10px;
}
.content
{
width:100%;
}
.sidebar
{
width:100%;
}
.title-area
{
width:140px;
}

.site-header
{
height:140px;
}
.site-header .widget-area {
    color: #DDD;
    float: right;
    text-align: right;
    width: 181px;
}

.header-image .site-title a
{
float: left;
min-height: 90px;
width: 140px;
}

.header-image .site-header, .header-image .site-header .wrap
{
max-height: 86px;
  background-size: 97% !important;
}

.nav-primary .genesis-nav-menu a {
    color: #506195;
    padding: 21px 0px 0px 25px;
    font-size: 13px;
}

.slider .hero {
    width:300px;
    margin-left: 0px;
    text-align: left;
}
.heroText {
    float:left !important;
  margin-top:0px;
  width: 100% !important;
 
}
.orange
{
width:100% !important;
font-size: 12px;
padding:4px;
}
.slider .headshot img {
    border: 10px solid #FFF;
    width: 130px;
}
.heroText h1
{
font-size: 21px;
}
.welcome .wrap {
    margin: 0px auto;
  overflow: hidden;
  padding: 6px 0px 21px;
  width:100%;
}
.welcome-feature-1 .widgettitle, .welcome-feature-2 .widgettitle, .welcome-feature-3 .widgettitle {
    color: #506195;
   float:left !important;
    padding: 0px 0px 0px 20px;
    font-size: 17px;
    font-family: serif;
    letter-spacing: 0em;
    line-height: 21px;
    text-align: left;
width:100%;
margin:10px 0 0 0;
}

.welcome p {
    color: #666;
  
    font-size: 12px;
}

.welcome a.learnMore
{
padding:6px;
font-size:12px;
}
.home-feature-10 a.learnMore, .home-feature-11 a.learnMore, .home-feature-12 a.learnMore
{
padding:6px;
font-size:12px;
}
.home-feature-3
{
width:100%;
}
.home-feature-bg .wrap
{
padding:0px;
}

.home-feature-bg-alt .wrap
{
padding:0px;
}

.home-feature-10 .widgettitle, .home-feature-11 .widgettitle, .home-feature-12 .widgettitle
{
font-size: 19px;
line-height:16px;
padding:0px;
text-align:center;
margin:0 0 10px 0;
}

.home-feature-bg-alt p
{
font-size:12px;
}
.home-feature-1, .home-feature-2, .home-feature-3, .home-feature-4, .home-feature-5, .home-feature-6, .home-feature-7, .home-feature-8, .home-feature-9, .home-feature-10, .home-feature-11, .home-feature-12, .home-feature-13
{
padding-top:10px;
}
.home-feature-10 .widget, .home-feature-11 .widget, .home-feature-12 .widget
{
margin:0px;
}
.home-feature-10, .home-feature-11, .home-feature-12
{
width:100%;
float:left;
margin:0px 0px;
text-align:center;
}
.welcome-feature-1, .welcome-feature-2, .welcome-feature-3
{
width:100%;
float:left;
margin:0px;
}

.home-feature-13 .orangelink
{
width:100%;
margin:10px 0;
}
.footer-widgets
{
padding-left:10px;
}
.footer-widgets .wrap {
    padding: 3.75rem 0px 1.25rem;
    max-width: 1000px;
}
.footer-widgets-2, .footer-widgets-3
{
width:90%;
padding:0 5%;
}
#menu-footer-menu.menu li {
  display: inline;
  padding: 0 15px 0 0;
}
}

@media screen and (min-width: 480px) and (max-width: 640px) {
.site-container {
    width: 480px;
}

.nav-primary
{
display:none;
}
.welcome-feature-1, .welcome-feature-2, .welcome-feature-3
{
text-align:center;
}
.welcome-feature-1 .widgettitle, .welcome-feature-2 .widgettitle, .welcome-feature-3 .widgettitle {
  color: #506195;
  width: 100%;
  padding: 0px 0px 0px 20px;
  font-size: 17px;
  text-align: center !important;
  font-family: serif;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: left;
  margin: 10px 0 0 0;
}

.home-feature-13 .widgettitle
{
font-size:18px;
padding:0px;
}
.home-feature-bg p {
  margin: 0 0 0px;
  font-size: 12px;
  line-height: 18px;
}
.col1
{
width:100%;
float:left;
}
.col2
{
width:100%;
float:left;
}
.col3
{
width:100%;
float:left;
}
.col1 br
{
display:none;
}

.genesis-nav-menu .sub-menu a
{
color:#fff !important;
}
.nav-primary
{
margin:0px auto 0;
}
.site-header {
    margin: 0px auto;
    max-width: 440px;
    height: 120px;
}
.wrap {
    margin: 0px auto;
    max-width: 460px;
    padding: 10px 0px;
}

#phoneNumber
{
  margin-top: 40px;
display:none;
}
.content
{
width:100%;
}
.sidebar
{
width:100%;
}
.title-area
{
width:240px;
}

.site-header
{
height:140px;
}
.site-header .widget-area {
    color: #DDD;
    float: right;
    text-align: right;
    width: 181px;
}

.header-image .site-title a
{
float: left;
min-height: 90px;
width: 240px;
}

.header-image .site-header, .header-image .site-header .wrap
{
max-height: 140px;
  background-size: 97% !important;
}

.nav-primary .genesis-nav-menu a {
    color: #506195;
    padding: 21px 0px 0px 25px;
    font-size: 13px;
}

.slider .hero {
    width:440px;
    margin-left: 0px;
    text-align: left;
}
.heroText {
    float: right;
  margin-top:0px;
  width: 68%;
  height: 81px;
}
.orange
{
width:100%;
font-size: 12px;
padding:4px;
}
.slider .headshot img {
    border: 10px solid #FFF;
    width: 130px;
}
.heroText h1
{
font-size: 21px;
}
.welcome .wrap {
    margin: 0px auto;
  overflow: hidden;
  padding: 6px 0px 21px;
  width:100%;
}
.welcome-feature-1 .widgettitle, .welcome-feature-2 .widgettitle, .welcome-feature-3 .widgettitle {
    color: #506195;
    width: 100%;
    padding: 0px 0px 0px 20px;
    font-size: 17px;
    font-family: serif;
    letter-spacing: 0em;
    line-height: 21px;
    text-align: left;

margin:10px 0 0 0;
}

.welcome p {
    color: #666;
  
    font-size: 12px;
}

.welcome a.learnMore
{
padding:6px;
font-size:12px;
}
.home-feature-10 a.learnMore, .home-feature-11 a.learnMore, .home-feature-12 a.learnMore
{
padding:6px;
font-size:12px;
}
.home-feature-3
{
width:100%;
}
.home-feature-bg .wrap
{
padding:0px;
}

.home-feature-bg-alt .wrap
{
padding:0px;
}

.home-feature-10 .widgettitle, .home-feature-11 .widgettitle, .home-feature-12 .widgettitle
{
font-size: 19px;
line-height:16px;
padding:0px;
margin:0 0 10px 0;
text-align:center;
}

.home-feature-bg-alt p
{
font-size:12px;
}
.home-feature-1, .home-feature-2, .home-feature-3, .home-feature-4, .home-feature-5, .home-feature-6, .home-feature-7, .home-feature-8, .home-feature-9, .home-feature-10, .home-feature-11, .home-feature-12, .home-feature-13
{
padding-top:10px;
}
.home-feature-10 .widget, .home-feature-11 .widget, .home-feature-12 .widget
{
margin:0px;
}
.home-feature-10, .home-feature-11, .home-feature-12
{
width:100%;
float:left;
margin:0px 0px;
text-align:center;
}
.welcome-feature-1, .welcome-feature-2, .welcome-feature-3
{
width:100%;
float:left;
margin:0px;
}

.home-feature-13 .orangelink
{
width:100%;
}
.footer-widgets
{
padding-left:10px;
}
.footer-widgets .wrap {
    padding: 3.75rem 0px 1.25rem;
    max-width: 1000px;
}
.footer-widgets-2, .footer-widgets-3
{
width:90%;
padding:0 5%;
}
#menu-footer-menu.menu li {
  display: inline;
  padding: 0 15px 0 0;
}
}




@media screen and (min-width: 768px) and (max-width: 1000px) {
 .site-container {
    width: 768px;
}

.sidebar-primary {
  float: right;
  width: 100%;
  margin-top: 50px;
}
.site-header {
    margin: 0px auto;
    max-width: 740px;
    height: 175px;
}

#phoneNumber {
  color: #506195;
  font-size: 14pt;
  text-align: right;
  z-index: 999;
  float: left;
  width: 100%;
  margin-top: 49px;
}
.wrap {
    margin: 0px auto;
    max-width: 740px;
    padding: 10px 0px;
}
.title-area
{
width:330px;
}

.site-header
{
height:140px;
}
.slider .hero {
    width: 740px;
    margin-left: 0px;
    text-align: left;
}
.heroText {
    float: right;
   
    width: 66%;
}
.orange
{
width:100%;
font-size:20px;
}
.slider .headshot img {
    border: 10px solid #FFF;
    width: 235px;
}
.heroText h1
{
font-size:34px;
}


.welcome .wrap {
    margin: 0px auto;
    overflow: hidden;
    padding: 28px 0px 21px;
    width: 760px;
}
.welcome-feature-1 .widgettitle, .welcome-feature-2 .widgettitle, .welcome-feature-3 .widgettitle {
    color: #506195;
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 20px;
    font-size: 17px;
    font-family: serif;
    letter-spacing: 0em;
    line-height: 21px;
    text-align: left;
}

.welcome p {
    color: #666;
  
    font-size: 14px;
}

.welcome a.learnMore
{
padding:6px;
}
.home-feature-10 a.learnMore, .home-feature-11 a.learnMore, .home-feature-12 a.learnMore
{
padding:6px;
}
.home-feature-3
{
width:100%;
}
.home-feature-bg .wrap
{
padding:0px;
}

.home-feature-bg-alt .wrap
{
padding:0px;
}

.home-feature-10 .widgettitle, .home-feature-11 .widgettitle, .home-feature-12 .widgettitle
{
font-size: 19px;
line-height:16px;
padding:0px;
margin:0px;
}

.home-feature-bg-alt p
{
font-size:14px;
}


.footer-widgets .wrap {
    padding: 3.75rem 0px 1.25rem;
    max-width: 1000px;
}

.footer-widgets-2
{
margin-left:20px;
}

.footer-widgets-3
{
margin-left:20px;
}

.header-image .site-header, .header-image .site-header .wrap {
  background-size: 30% !important;
  background-position: left center !important;
}
.footer-widgets-1 {
  float: left;
  width: 96%;
  margin: -30px 0 20px 17px;
  border-bottom: 1px solid #D0D5E3;
}
}

@media screen and (min-width: 1023px) and (max-width: 1040px) {
.site-container {
    width: 1023px;
}
.site-header {
    margin: 0px auto;
    max-width: 1000px;
    height: 175px;
}
.wrap {
    margin: 0px auto;
    max-width: 1000px;
    padding: 10px 0px;
}
.genesis-nav-menu
{
margin: 0px 20px 0 0;
}
#phoneNumber
{
width:96%;
}
/* slider */
.slider .hero
{
width: 900px;
margin-left: 20px;
text-align: left;
}

.heroText {
   float: right;
margin-right: 10px;
width: 580px;
margin-top:50px;
}

.heroText h1
{
font-size:48px;
}

.orange
{
width:100%;
}
.sidebar-primary {
  float: right;
  width: 360px;
  margin-top: 50px;
}

.footer-widgets .wrap {
    padding: 3.75rem 0px 1.25rem;
    max-width: 1000px;
}

.content {
  float: right;
  width: 740px;
}
}

.grecaptcha-badge{
	display:none;
}