/* # Healthier Talk by WP22 Consulting LLC
Theme Name: Healthier Talk by WP22 Consulting LLC
Theme URI: https://healthiertalk.com
Description: Healthier Talk Child Theme for the Genesis Framework.
Author: WP22 Consulting LLC
Author URI: https://wp22.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1600px
	- Max-width: 1366px
	- Max-width: 1280px
	- Max-width: 1024px
	- Max-width: 750px
	- Max-width: 375px
	- Max-width: 360px
	- Max-width: 320px
	- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination: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%;
}

/* Chrome fix */
body > div {
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300 !important;
	line-height: 1.5rem;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #0B0080;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	font-size: 1rem;
	margin: 0 0 1.5rem 0;
	line-height: 1.75;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: .0625rem solid #ddd;
	clear: both;
	margin: 1rem 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 2.5rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 1.875rem;
	height: 0;
	left: -1.25rem;
	position: relative;
	top: -0.625rem;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Oswald, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 .625rem;
}

h1 {
	font-size: 3.125rem;
}

h2 {
	font-size: 1.875rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 1rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	border: 0.1250rem solid #fff;
	outline: .0625rem solid #ccc;
	
}

.featured-content img,
.gallery img {
	width: auto;
}

img.archthumb-imgclass {
	float: left;
	margin: 0 0.9375rem 2.125rem 0;
}

img.sf1-imgclass {
	display: block;
	float: left;
	margin: 0.9375rem 0.9375rem 2.125rem 0;
}

.single-post .entry-meta {
	display: none;
}

.single-post .entry-header {
	padding-bottom: 0.75rem;	
}



/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 1.875rem;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: .0625rem solid #ddd;
	height: auto;
	padding: .25rem;
}

.gallery img:hover,
.gallery img:focus {
	border: .0625rem solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: .05rem solid #ddd;
	color: #595959;
	font-size: 1rem;
	font-weight: 300;
	padding: 0.625rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: .0625rem solid #595959;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #de9b37;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #333;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


#text-3 {
	background: #eee;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 2.5rem;
	width: 100%;
}

tbody {
	border-bottom: .0625rem solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: .0625rem solid #ddd;
	padding: .375rem 0;
}

th {
	font-weight: 400;
}


/* fancy tables */
.nmh-fancy-table1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; }
.nmh-fancy-table1 td, .nmh-fancy-table1 th { border: .0625rem solid #ddd; text-align: left; padding: 0.50rem; }
.nmh-fancy-table1 tr:nth-child(even) { background-color: #f2f2f2 }
.nmh-fancy-table1 tr:hover { background-color: #ddd; }
.nmh-fancy-table1 th { padding-top: 0.75rem; padding-bottom: 0.75rem; background-color: #53b5b4; color: white; }



/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: .0625rem;
	width: .0625rem;
	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: 1rem 1.5rem .875rem;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 .125rem .125rem rgba(0,0,0,.6);
}

.more-link {
	font-size: 1rem;
	font-weight: 700;
    	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner .wrap {
	background: #f8f8f8;
	margin: 1.875rem;
	max-width: 100%;
}

.site-inner {
	max-width: none;
	background: #f8f8f8;
	clear: both;
	padding-top: 0px;
	padding-top: 0rem;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:1.875rem;
	height:0;
	overflow:hidden;
	margin-bottom: 1.875rem;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ## 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: 25%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	margin-left: 1.875rem;
	float: right;
}

/* ### Content */

.content {
	width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	width: 72.5%;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	display: none;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 100%;
}

.content-sidebar .sidebar-primary {
	width: 25%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 72.5%;
}

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 1.5rem;
}

.comment .avatar {
	margin: 0 1rem 1.5rem 0;
}

#saform1 {
	float: center;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 1.25rem;
}

.archive-description,
.author-box {
	min-height: 14.25rem;
	border-top: #53b5b4 solid 0.250rem;
	border-left: #ddd solid 0.0625rem;
	border-bottom: #ddd solid 0.0625rem;
	border-right: #ddd solid 0.0625rem;
	padding-top: 1.250rem;
	background-color: #fff;
	font-size: 1rem;
	margin-bottom: 1.25rem;
}

.archive-description { min-height: 0 !important; padding: 0 !important; }

.archive-description h2 {
	color: #1a7f7f;
	font-weight: 300;
	text-size: 1.875rem;
}

.archive-description img.alignleft {
	outline: none;
	
}

.author-box-title {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.site-header input {
	background: url(images/search.png) no-repeat right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: .0625rem;
	margin: -.0625rem;
	padding: 0;
	position: absolute;
	width: .0625rem;
}

#search-5 .widget-wrap {
	margin-top: 0.75rem;
	background: #f8f8f8 url(images/search-splash.png) no-repeat left;
	padding: 5.625rem 19.3125rem 1.5rem 8.875rem;
}

#search-5 input {
	type: 'Search this website...';
	background: #fff url(images/search.png) no-repeat right;
	max-width: 26.25rem;
}

#searchform3 {
	display:none;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	display:none;
}

.entry-title {
	font-size: 3.125rem;
}

.archive .entry-title {
	font-size: 1.875rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #113f6d;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-bottom: 1.25rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1.5rem;
}

img.alignnone,
.alignnone {
	margin-bottom: .75rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1.5rem 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 0rem 1.875rem;
}

.wp-caption-text {
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1.75rem;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 1.875rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

#text-2 {
	background: #eee;
}

#recent-posts-3  {
	padding: 0;
	font-size: 1rem;
}

#recent-posts-3 .widget-wrap {
	border: 1px solid #53b5b4;
	border-radius: 0.3125rem 0.3125rem 0 0;
}

#recent-posts-3 .widget-title {
	padding: 0.75rem 1.25rem 0.625rem 1.25rem;
	background:#53b5b4;
	color: #fff;
	font-size: 1.375rem;
	text-transform: uppercase;
}

#recent-posts-3 li {
	font-size: 1rem;
	margin: 0 1.25rem;
	border-bottom: none;

}

#nav_menu-2  {
	padding: 0;
	font-size: 1rem;
}

#nav_menu-2 .widget-wrap {
	border: 1px solid #53b5b4;
	border-radius: 0.3125rem 0.3125rem 0 0;
}

#nav_menu-2 .widget-title {
	padding: 0.75rem 1.25rem 0.625rem 1.25rem;
	background:#53b5b4;
	color: #fff;
	font-size: 1.375rem;
	text-transform: uppercase;
}

#nav_menu-2 li {
	font-size: 1rem;
	margin: 0 1.25rem;
	border-bottom: none;

}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 1.25rem;
	padding: 0 0 1.5rem;
}

.footer-widgets .entry {

}

.featured-content .entry-title {
	font-size: 1.25rem;
}

#featured-post-5 .widget-wrap {
	padding: 1.375rem 1.875rem 1rem 1.875rem;
}

#featured-post-5 .entry-title a {
	font-size: 2.5rem;
	color: #11406e;
}

#featured-post-6 {
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	display: inline-block;	
	float: left;
	margin-bottom: 0;
	min-height: 15rem;
}

#featured-post-6 .entry {
	padding-bottom: 0;
}

#featured-post-6 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-6 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-7 {
	background: none;
	width: 48%;
	display: inline-block;
	min-height: 20rem;
	float: left;
}

#featured-post-7 .entry {
	padding-bottom: 0;
}

#featured-post-7 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}

#featured-post-8 {
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	display: inline-block;
	float: right;
	margin-bottom: 0;
	min-height: 15rem;
}

#featured-post-8 .entry {
	padding-bottom: 0;
}

#featured-post-8 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-8 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-9 {
	background: none;
	width: 48%;
	display: inline-block;
	float: right;
	min-height: 20rem;
}

#featured-post-9 .entry {
	padding-bottom: 0;
}

#featured-post-9 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}


#featured-post-10 {
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	float: left;
	display: inline-block;
	margin-bottom: 0;		
	min-height: 15rem;
}

#featured-post-10 .entry {
	padding-bottom: 0;
}

#featured-post-10 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-10 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-11 {
	background: none;
	width: 48%;
	display: inline-block;
	float: left;
	min-height: 20rem;
}

#featured-post-11 .entry {
	padding-bottom: 0;
}

#featured-post-11 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}

#featured-post-12 {
	float: right;
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	display: inline-block;
	margin-bottom: 0;
	min-height: 15rem;
}

#featured-post-12 .entry {
	padding-bottom: 0;
}

#featured-post-12 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-12 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-13 {
	float: right;
	background: none;
	width: 48%;
	display: inline-block;
	min-height: 20rem;
}

#featured-post-13 .entry {
	padding-bottom: 0;
}

#featured-post-13 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}

#featured-post-14 {
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	float: left;
	display: inline-block;	
	margin-bottom: 0;
	min-height: 15rem;
}

#featured-post-14 .entry {
	padding-bottom: 0;
}

#featured-post-14 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-14 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-15 {
	background: none;
	width: 48%;
	display: inline-block;
	float: right;
	min-height: 20rem;
}

#featured-post-15 .entry {
	padding-bottom: 0;
}

#featured-post-15 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}

#featured-post-16 {
	float: right;
	width: 48%;
	border-top: .25rem solid #53b5b4;
	background: none;
	display: inline-block;
	margin-bottom: 0;
	min-height: 15rem;
}

#featured-post-16 .entry {
	padding-bottom: 0;
}

#featured-post-16 .widget-title {
	font-size: 1.375rem;
	text-transform: uppercase;
	border-bottom: 0.0625rem solid #ccc;
	padding-bottom: 0.625rem;
	padding-top: 0.25rem;
	color: #113f6d;
}

#featured-post-16 .widget-title:after {
	content: " \203A";
	color: #52b4b3;
}

#featured-post-17 {
	float: left;
	background: none;
	width: 48%;
	display: inline-block;
	min-height: 20rem;
}

#featured-post-17 .entry {
	padding-bottom: 0;
}

#featured-post-17 .entry:before {
	float: left;
	margin-right: 0.375rem;
	content: "\2022";
}



/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: .0625rem solid #333;
}

.enews-widget input {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 1.5rem;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # 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 .0625rem;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 8rem;
}

.site-header .wrap {
	padding: 1.5rem 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 1.875rem;
	width: 70%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/healthier.png) no-repeat left;
	float: left;
	min-height: 5rem;
	width: 100%;
}

.site-description {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 27.5%;
	margin-top: 0.625rem;
	padding-right: 0.625rem;
	padding-left: 1.25rem;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 1.375rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float: left;
}

.genesis-nav-menu a {
	color: #11406e;
	text-decoration: none;
	display: block;
	padding: 0.9375rem  1.25rem;
	border-left: 0.03125rem solid #144b7c;
	border-bottom: 0.03125rem solid #144b7c;
}

.nav-primary .genesis-nav-menu li:last-child {
	border-right: 0.03125rem solid #144b7c;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #52b5b4;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	border-left: solid #d6d6d6 0.0625rem;
	border-right: solid #d6d6d6 0.0625rem;
	border-top: none;
	border-bottom: solid #d6d6d6 0.0625rem;
	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: 25%;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-weight: 400;
	background-color: #fff;
	color: #1e74b1;
	border: none;
	font-size: 1rem;
	padding: 1.25rem;
	position: relative;
	width: 100%;
	word-wrap: break-word;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child {
	border-right: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0 0 0 50%;
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 1.875rem 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 3rem;
}

.genesis-nav-menu > .search {
	padding: .625rem 0 0;
}

.genesis-nav-menu .menu-item-has-children > :hover {
	border-bottom: none;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: '\25BE';
	font-size: 1rem;
	padding-left: 0.625rem;
	vertical-align: bottom;
}

.genesis-nav-menu .sub-menu-columns ul {
	width: 40%;
}

.genesis-nav-menu .sub-menu-columns ul li {
	display: inline-block;
	float: none;
      	width: 49%;
}

.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## 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;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: .0625rem solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -3.5rem;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #196199 url(images/n1.png) repeat-x;	
	border-top: 0.3125rem solid #74cbc9;
}

.nav-primary .genesis-nav-menu a {
	font-family: Oswald, Arial, sans-serif;
	text-size: 1.375rem;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
	background: #fff;
	color: #1e74b1;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	background: #44a7a6 url(images/hov.png) repeat-x;
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #1e74b1;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #52b4b3;
	text-decoration: none;
	background: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 1.25rem;
}

.content .entry {
	background-color: none;
}

.archive .content .entry {
	border-bottom: solid 0.0625rem #ddd;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1.75rem;
	margin-left: 2.5rem;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}



/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 0.875rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: .625rem;
}

.entry-footer .entry-meta {
	border-top: .125rem solid #f8f8f8;
	padding-top: 1.5rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "|";
	margin: 0 .375rem 0 .125rem;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 3.125rem 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}


.archive-pagination li:last-child {
	border-right: solid #ddd 0.0625rem;
}


.archive-pagination li {
	display: inline;
	float: left;
}

.archive-pagination li a, .pagination-omission {
	background-color: #fff;
	color: #113f6d;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	border-bottom: solid #ddd 0.1625rem;
	border-left: solid #ddd 0.0625rem;
	border-top: solid #ddd 0.0625rem;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #53b5b4;
	text-decoration: none;
	color: #fff;
}




/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 2.5rem;
}

.comment-respond,
.entry-pings {
	padding: 2.5rem 2.5rem 1rem;
}

.entry-comments {
	padding: 2.5rem;
}

.comment-header {
	font-size: 1rem;
}

li.comment {
	background-color: #f8f8f8;
	border: .125rem solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 1.5rem;
	padding: 2rem;
}

.comment-list li li {
	margin-right: -2rem;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: .75rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 1rem;
	padding: 1.5rem;
}

.ts-fab-list li a {
	background-image: none !important;
	font-size: 1.375rem !important;
	margin-left: 0 !important;
	padding-right: 1.25rem !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.ts-fab-list li.ts-fab-bio-link a {
	padding-left: none !important;
}

.ts-fab-tab {
	border: solid #eee 0.0625rem !important;
}

.ts-fab-text h4 {
	color: #11406e;
}

.ts-fab-avatar {
	width: 8.125rem !important;
}

.ts-fab-avatar > img {
	width: 8.125rem !important;
}

.ts-fab-text {
	margin-left: 9.375rem !important;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 1rem;
}

.sidebar li {
	border-bottom: .0625rem dotted #ddd;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 1.25rem;
}

.sidebar-primary .widget {
	padding: 1.25rem;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f8f8f8;
	clear: both;
	padding-top: 2.5rem;
}

.footer-widgets,
.footer-widgets a {
	color: #aaa;
}

.footer-widgets input {
	border: .0625rem solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: .0625rem dotted #666;
	margin-bottom: .625rem;
	padding-bottom: .625rem;
}

.footer-widgets .widget {
	margin-bottom: 2.5rem;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3 {
	display: none;
}

.footer-widgets-1 {
	margin-right: 5%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: center;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
	border-top: 0.25rem solid #52b4b3;
	min-height: 12.8125rem;
	background: url(images/ftbk.png) repeat-x;
	background-color: #52b4b3;
	font-size: .9375rem;
	line-height: 1;
	padding: 2.125rem 0;
	text-align: center;
}

.site-footer p {
	color:#fff;
	margin-bottom: 0;
}

.site-footer a {
	color: #52b4b3;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		width: 70%;
	}

	.sidebar-secondary {
		width: 70%;
	}

	.genesis-nav-menu .sub-menu-columns ul {
		width: 60%;
	}

	#featured-post-6, #featured-post-8, #featured-post-10,
	#featured-post-12, #featured-post-14, #featured-post-16 {
		min-height: 15rem !important;
	}

	#featured-post-7, #featured-post-9, #featured-post-11,
	#featured-post-13, #featured-post-15, #featured-post-17 {
		min-height: 25rem !important;
	}
	
}

@media only screen and (max-width: 1280px) {
	#featured-post-6, #featured-post-8, #featured-post-10,
	#featured-post-12, #featured-post-14, #featured-post-16 {
		min-height: 20rem !important;
	}

}

.nav-primary {
	clear: both;
}

@media only screen and (max-width: 1024px) {

	.genesis-nav-menu .sub-menu-columns ul {
		width: 100%;
	}
 
	.genesis-nav-menu .sub-menu-columns ul li {
		width: 100%;
	}

	.title-area {
		width: 100%;
		padding: 0;
	}
	

	.header-image .site-title > a {
		background: url(images/healthier300.png) no-repeat center;
		float: left;
		min-height: 3.625rem;
		width: 100%;
	}

	.site-header {
		min-height: 3.625rem;
	}

	.site-header .widget-area {
		display: none;
	}

	.site-header .wrap {
		padding: 0.625rem;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
		width: 100%;
	}

	.content-sidebar .sidebar-primary {
		width: 100%;
	}

	.sidebar-secondary {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
	}

	.sidebar-primary {
		width: 100%;
	}

	.sidebar-secondary {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu-columns ul {
		width: 100%;
	}
	
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}

	#featured-post-5 {
		width: 100%;
	}

	#featured-post-6 {
		width: 100%;
	}

	#featured-post-7 {
		display:none;
	}

	#featured-post-8 {
		width: 100%;
	}

	#featured-post-9 {
		display:none;
	}

	#featured-post-10 {
		width: 100%;
	}

	#featured-post-11 {
		display:none;
	}

	#featured-post-12 {
		width: 100%;
	}

	#featured-post-13 {
		display:none;
	}

	#featured-post-14 {
		width: 100%;
	}

	#featured-post-15 {
		display:none;
	}

	#featured-post-16 {
		width: 100%;
	}

	#featured-post-17 {
		display:none;
	}

	nav {
		display: block;
	}	

	.menu-toggle {
		background: #196199 url(images/n1.png) repeat-x;	
		border-top: 0.3125rem solid #74cbc9;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		text-align: left;
		visibility: visible;
	}

	.menu-toggle .search {
		display:block;
		float:right;
		position:relative;
		margin-top:-2.5rem;
	}

	button.menu-toggle {
		background-color: #333;
		color: #fff;
		width: 49%;
		float: left;
		height: 3.5rem;
	}

	.menu-toggle:before {
		content: "\2261 \00a0 Menu";
		float: left;
	}

	.menu-toggle.activated:before {
		content: "\2261 \00a0 Menu";
		float: left;
	}

	.nav-primary {
		color: #11406e;
		display: none;
		position: relative;
		float:left;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu a {
		color: #11406e;
	}

	.nav-primary .genesis-nav-menu .current-menu-item > a {
		background: #fff;
		color: #11406e;
	}

	.nav-primary .genesis-nav-menu li {
		color: #11406e;
		background: #fff;
		width: 100%;
	}

	.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, 
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		border-radius: 0px;
	}

	#searchform3 {
		background: #196199 url(images/n1.png) repeat-x;	
		border-top: 0.3125rem solid #74cbc9;
		display: block;
		font-size: 1.125rem;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 0.25rem;
		padding-right: 0.625rem;
		text-align: right;
		visibility: visible;
		height: 3.50rem;
	}

	#searchform3 input {
		background: #fff url(images/search.png) no-repeat right;
		border: .0625rem solid #ddd;
		color: #666 !important;
		font-size: 1.125rem;
		font-weight: 400;
		padding: .25rem;
		width: 100%;
		margin-top: .25rem;
	}

}


