/*
	Theme Name: Washcohealth Pro
	Theme URI: https://washcohealth.org/
	Description: This is a responsive HTML5 custom theme built for Firebirds International,LLC.
	Author: DatAchieve Digital
	Author URI: https://www.datachieve.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Resetsi
	- 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


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

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

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

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

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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

/*Preloader
--------------------*/
.site-container{
	position:relative;
	z-index:1;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: url('images/loader.gif') 50% 50% no-repeat rgb(255,255,255);
}

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #606060;
	font-family: "droid-serif",serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	position: relative;
    width: 100%;
    height: 100%;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.title-area {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

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

a[href^=tel]{ color:#F00; text-decoration:none;}

a:focus,
a:hover {
	color: #08253e;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	color: #08253e;
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #08253e;
	font-family: "lato",sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

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

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

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

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

.prep-widget iframe {
    max-width: 56%;
	height: 985px;
}
/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #08253e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #08253e;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #08253e;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #083d77;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: "lato",sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 16px 24px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #df424b;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

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

.more-link {
	position: relative;
}

.sr-text{
	display: none;
}


	
/*  WP Accessibility
---------------------------------------------*/

.a11y-toolbar.rtl ul li:first-child button, 
.a11y-toolbar.right ul li:first-child button,
.a11y-toolbar.right ul li:last-child button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.a11y-toolbar {
	top: 61%;
	
}
button#is_normal_contrast,
button#is_normal_fontsize{
    padding: 9px;
}

.a11y-toolbar ul li a{
    display: block;
    background: #e2e2e2;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
	font-size: 1.6em;
	padding: 9px;
	color: black;
}



/* ## Alert
--------------------------------------------- */

.alert-container {
	background-color: #df424b;
	color:#FFF;
	font-size: 15px;
	font-size:1.5rem;
	font-weight: 600;
	padding: 15px 80px;
}

.alert-container p {
	margin-bottom: 0;
}

.alert-container a.close-btn {
	color: #fff !important;
	position: absolute;
	top: 13px;
	right: 20px;
}

.alert-container a.close-btn:hover {
	opacity: .6;
}

.alert-container a.close-btn:before {
	content: "\f2d3";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.alert-container.close {
	display: none;
}

.alert-container a{
	color:#FFF;
}

.alert-container span{
	display:block;
	width:100%;
	text-align:center;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

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

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

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

/* ### Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

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

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

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

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

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

.breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.nav-secondary .search-form input {
	background-color: #d7d7d7;
	padding: 14px;
	width: 300px;
}




/* ## Default Hero Banner
--------------------------------------------- */

.default-hero-banner {
    float: left;
    clear: both;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-position: center center;
    padding: 150px 0;
    width: 100%;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	color: #df424b;
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #08253e;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #df424b;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## 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 24px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

#wpstats {
	display: none;
}


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

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

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

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

/* ## Utility Bar
--------------------------------------------- */

.util-bar {
	background-color: #083d77;
	color: #fff;
	font-family: "lato",sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
	padding: 12px 0;
	text-align: right;
}

.util-bar .wrap {
	padding: 0 5%;
	max-width: 100%;
}

.util-bar a.contact {
	background-color: #df424b;
    color: #fff;
    padding: 15px 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.util-bar a.contact:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.util-bar span.fax,
.util-bar span.phone,
.util-bar span.address,
.util-bar span.tdd-phone{
    margin-right: 20px;
}

.util-bar span.address:before {
	content: "\f041";
	color: #888e3d;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.util-bar span.phone:before {
	content: "\f095";
	color: #888e3d;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.util-bar span.fax:before {
	content: "\f1ac";
	color: #888e3d;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.util-bar span.tdd-phone:before {
	content: "\f29a";
	color: #888e3d;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

a span.tdd-phone {
    color: #fff;
}

a span.phone {
    color: #fff;
}

.util-bar a.pathfinder-cta {
    border-left: 1px solid rgba(255,255,255,.20);
    color: #fff;
    letter-spacing: 1px;
    margin-right: 20px;
    padding-left: 20px;
    font-weight: 600;
}

.util-bar a.pathfinder-cta:hover {
	opacity: .6;
}

.util-bar a.pathfinder-cta:before {
	content: "\f279";
	color: #df424b;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

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

.admin-bar .site-header.js-is-sticky {
    top: 32px !important;
}

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 20px 5% 25px;
	position: relative;
	z-index: 9999;
}

header.site-header.js-is-sticky.js-is-sticky--change {
    box-shadow: 0 0 7px rgba(0,0,0,.2);
	
}

header.site-header.js-is-sticky.js-is-sticky--change .title-area {
    top: -7px;
    width: 260px;
}

header.site-header.js-is-sticky.js-is-sticky--change .site-title {
	height: 110px;
}

header.site-header.js-is-sticky.js-is-sticky--change {
    width: 100%;
}


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

.title-area {
	float: left;
    padding: 10px 0;
    position: absolute;
    top: -38px;
    left: 5%;
    width: 375px;
}

.site-title {
	background-image: url(images/wchd-logo-text.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 160px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-indent: -9999px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #08253e;
	display: block;
	height: 160px;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 50px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	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: 800px;
}

/* # Sub menu indicators
--------------------------------------------- */

.nav-primary .genesis-nav-menu > .menu-item a:after {
     content: "\f103";
	 color: #df424b;
     font-family: 'FontAwesome';
	 font-weight: 600;
     padding-left: 0.5rem;
     speak: none;
}

.nav-primary .genesis-nav-menu > .menu-item:first-child a:after{
	display: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:after {
	display: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f101" !important;
	 display: inline-block !important;
     font-family: 'FontAwesome';
	 font-weight: normal !important;
     padding-left: 1rem;
     speak: none;
}

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

.genesis-nav-menu {
	clear: both;
	font-family: "lato",sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #08253e;
	display: block;
	padding: 26px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #df424b;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px;
	position: relative;
	text-transform: none;
	width: 200px;
	word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
}

/* ## Mega Menu
--------------------------------------------- */

/*.mega-menu .sub-menu a {
	border: none;
	padding: 15px 20px;
	width: 220px;
}

.genesis-nav-menu .mega-menu .sub-menu {
	background-color: #fff;
	padding-bottom: 20px;
	width: 950px;
	max-width: 100%;
}

.mega-menu.menu-item > a:focus + ul.sub-menu,
.mega-menu.menu-item.sfHover > ul.sub-menu {
	left: 0;
	right:5%;
	margin: auto;
}*/

/* ## 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;
}

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	float: right;
	text-align: right;
	width: 1000px;
}

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

.nav-secondary {
	background-color: #eeeeee;
	overflow: hidden;
	text-align: right;
}

.nav-secondary .wrap {
	padding: 0 5%;
	max-width: 100%;
}

.nav-secondary a {
	color: #083d77;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 20px;
}

.nav-secondary .menu-social-item {
    display: inline-block;
}

/* ## Off-Canvas Navigation
--------------------------------------------- */

.slideout-menu {
    display: none;
    overflow-y: scroll;
	overflow-x: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    /*min-height: 100vh;*/
    -webkit-overflow-scrolling: touch;
}

.admin-bar .slideout-menu {
    top: 32px;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    background-color: #fff; /* A background-color is required. Set this to body element's background color */
    will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    display: block;
    background-color: rgba(0,0,0,0);
    content: "";
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}

/************* Side Menu *****************/

.side-menu {
    display: none;
    padding-bottom: 40px;
    background-color: #fff;
}

.side-menu > .wrap {
    position: relative;
	padding-left: 0;
	padding-right: 0;
}

.section-title {
	background-color: #083d77;
	color: #fff;
    margin-bottom: 0;
    padding: 13px 20px;
    font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.dashicons.close-icon {
    position: absolute;
    top: 12px;
    right: 7px;
    width: 24px;
    height: 24px;
    font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
}

.side-menu section {
    margin-bottom: 20px;
}

.side-menu section:last-child {
    margin-bottom: 0;
}

.side-menu input {
    border-radius: 0;

    -webkit-appearance: none;
}

.side-menu input[type="search"] {
    padding: 6px 8px;
    font-size: 15px;
}

.side-menu .search-form input[type="submit"] {
    display: none;
}

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

.home-top {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top right;
	padding: 200px 0 80px;
	float: left;
	width: 100%;
}

.home-top span.intro {
    color: #0099ff;
    display: block;
	font-family: "lato",sans-serif;
	font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-welcome-content {
	padding: 20px 200px 70px;
    text-align: center;
}

.home-welcome-content h2.wc-title {
	text-transform: uppercase;
}

.home-welcome-content span.highlight {
	color: #888e3d;
}
.home-welcome-content p {
    font-size: 1.5rem;
}

/* ## Post Carousel
--------------------------------------------- */

.main-carousel .entry {
	background-color: transparent;
	color: #fff;
}

.home-top .main-carousel {
	background-color: rgba(8,37,62,.90);
	float: left;
	width: 50%;
}

.home-top .main-carousel .carousel-cell {
	height: auto;
	width: 100%;
}

.home-top .main-carousel .post-content {
	color: #fff; 
	font-size: 15px;
	font-size: 1.5rem;
	float: right;
	padding: 40px;
	width:75%;
}

.home-top .main-carousel .post-content h2 {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	text-transform: uppercase;
}

.home-top .main-carousel .post-content span.cat-title {
    color: #df424b;
	font-family: "lato",sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
}

.home-top .main-carousel .post-content a.button {
	background-color: #888e3d;
	padding: 11px 24px;
}

.home-top .main-carousel .post-content a.button:hover {
	background-color: #df424b;
}

.home-top .main-carousel .flickity-page-dots {
	bottom: 20px;
	right: 40px;
	text-align: right;
}

.home-top .main-carousel .flickity-page-dots .dot {
	background: #fff;
	margin: 0 6px;
}

/* ## Featured Service Grid
--------------------------------------------- */

.service-grid.row-one {
	float: left;
	clear: both;
	width: 100%;
}

.featured-widget-1,
.featured-widget-2,
.featured-widget-3,
.featured-widget-4,
.featured-widget-5,
.featured-widget-6 {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom center;
	display: block;
	color: #fff;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	width: 25%;
}

a.featured-widget-1.service:hover span.button,
a.featured-widget-2.service:hover span.button,
a.featured-widget-3.service:hover span.button,
a.featured-widget-4.service:hover span.button,
a.featured-widget-5.service:hover span.button,
a.featured-widget-6.service:hover span.button {
    background-color: #df424b;
}

.service-grid .color-overlay {
    background-color: rgba(51,51,51,.70);
    color: #fff;
    padding: 60px;
	height: 100%;
	width: 100%;
}

.service-grid .service h3 {
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	text-transform: uppercase;
}

.service-grid .color-overlay .button {
	border: 1px solid #df424b;
    background-color: transparent;
    padding: 10px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 24px;
    text-align: center;
    width: 130px;
}

.service-cnt {
	background-color: #fff;
	float: left;
	padding: 80px 180px;
	width: 50%;
}

.service-cnt h4 {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}

.service-cnt a.button.first {
	border: 1px solid #083d77;
	background-color: #fff;
	color: #08253e;
	margin-right: 10px;
	padding: 12px 24px;
}

.service-cnt a.button.second {
	border: 1px solid #083d77;
	background-color: #083d77;
	color: #fff;
	padding: 12px 24px;
}

.service-cnt a.button.first:hover,
.service-cnt a.button.second:hover {
	border: 1px solid #df424b;
	background-color: #df424b;
	color: #fff;
}

/* ## Featured Posts
--------------------------------------------- */

.featured-posts-container {
	background-color: #fff;
    float: left;
    border-top: 1px solid #ddd;
    clear: both;
    padding: 80px 0;
    width: 100%;
}

.featured-posts-container .section-headline h4 {
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	margin-top: 9px;
	text-transform: uppercase;
}

.featured-posts-container .section-headline h4:after {
	content: "";
    background: #eee;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 296px;
    width: 780px;
}

.featured-posts-container .featured-post-widget.widget-area {
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
    width: 50%;
}

.featured-post-widget.widget-area .one-half {
    padding-right: 30px;
}

.featured-posts-container time.entry-time {
    color: #606060;
    font-size: 1.3rem;
}

.featured-posts-container p.byline.post-info {
	margin-bottom: 10px;
}

.featured-post-widget.widget-area a.more-link {
	border: 1px solid #df424b;
	border-radius: 5px;
	font-family: "lato",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	padding: 8px 0;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
}

.featured-post-widget.widget-area a.more-link:hover {
	border: 1px solid #df424b;
	background-color: #df424b;
	color: #fff;
}

.featured-posts-container .section-headline {
    float: left;
	margin-bottom: 70px;
    width: 100%;
}

.featured-posts-container .section-headline a.button {
	float: right;
}
 
/* Vertical Tabs
--------------------------------------------- */

#tabs {
	position: relative;
	float: right;
	font-family: "lato",sans-serif;
	font-size: 1.4rem;
	border: none;
	width: 50%;
}

#tabs > div {
	min-height: 300px;
}

#tabs .ui-tabs-nav {
	padding-left: 25px;
	margin-bottom: 40px;
}

#tabs .ui-tabs-nav li {
	display: inline-block;
    width: 195px;
    border-right: none;
    overflow: hidden;
    margin: 0;
	text-align: center;
}

#tabs .ui-tabs-nav li a {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

#tabs .ui-tabs-nav li a:after {
	content:"\f055";
	font-family:"FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

#tabs .ui-tabs-panel {
	padding: 0 25px 18px 25px;
}

#tabs .ui-widget-header {
	background: none;
	border: none;
}

#tabs .ui-corner-top {
	border-radius: 0;
}

#tabs .ui-state-default {
	border: none;
}

#tabs .ui-tabs-nav li.ui-tabs-active {
	border: none;
	background: #df424b;
}

#tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #fff !important;
}

#tabs .ui-state-default {
	background: none;
	border-bottom: 1px solid #df424b;
}

#tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.5em 1em;
}

.entry-content ul.ui-tabs-nav {
	margin-left: 0;
}

.featured-post-widget-2.widget-area .entry {
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

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

	#tabs {
		padding-left: 0;
	}

	#tabs .ui-tabs-nav {
		width: 100%;
		padding-left: 0;
		position: static;
	}

	.entry-content ul.ui-tabs-nav {
		margin-bottom: 20px;
	}

	#tabs .ui-tabs-nav li {
		width: 100%;
	}
}

/* ## Tribe Events
--------------------------------------------- */

#tribe-events-pg-template .tribe-events-content ul li {
    list-style-type: disc;
    margin: 7px 40px;
}

.featured-events.widget-area h3.widgettitle.widget-title {
	margin-bottom: 40px;
}

ol.tribe-list-widget li {
	list-style-type: none;
	text-indent: 0;
	padding-left: 0;
}

.featured-events.widget-area h4.tribe-event-title {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: none;
}

.featured-events.widget-area .tribe-event-duration {
    color: #000;
    font-weight: 600;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
	border-bottom: 1px solid #eee;
	padding: 0 24px 20px;
    padding: 0 2.4rem 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.featured-events.widget-area p.tribe-events-widget-link a {
	background-color: #df424b;
	color: #fff;
	padding: 12px 24px;
	display: block;
	margin-top: 30px;
	width: 152px;
	text-align: center;
}

.tribe-events-calendar thead th {
	background-color: #08253e;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #86BBD8;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #df424b;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	background: #083d77;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{
	word-break: normal;
	
}

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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: #08253e;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

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

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

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

.pagination {
	float: left;
	clear: both;
	margin: 40px 0;
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #08253e;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #df424b;
	color: #fff;
}

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

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

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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

/* ## Pathfinder Parallax Section
--------------------------------------------- */

.parallax-section {
	background-image: url(images/pathfinder-path.jpg);
	background-attachment: fixed;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
	width: 100%;
}

.para-overlay {
	background-color: rgba(0,0,0,.50);
	padding: 190px 0 200px;
}

.parallax-section a.button {
	background-color: #df424b;
}

.parallax-section a.button:hover {
	background-color: #888e3d;
}

.parallax-section p.pf-cnt {
    padding: 0 280px;
}

/* ## Mailchimp
--------------------------------------------- */

.mailchimp-container {
	background-color: #08253e;
    color: #fff;
	float: left;
	clear: both;
	width: 100%;
}

.mailchimp-container .wrap {
	border-bottom: 1px solid rgba(255,255,255,.10);
	padding: 40px 0;
}

.mailchimp-container h3 {
	color: #fff;
	text-transform: uppercase;
}

.mailchimp-container h3:before {
	content: "\f0e0";
	color: #df424b;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.mailchimp-container .ml-content {
    float: left;
    width: 27%;
}

.mailchimp-container .ml-fields {
    float: right;
	position: relative;
    width: 70%;
}

.mailchimp-container .ml-fields p.fname {
	float: left;
	margin-right: 10px;
    width: 30%;
}

.mailchimp-container .ml-fields p.femail {
	float: left;
	margin-right: 10px;
    width: 50%;
}

.mailchimp-container .ml-fields input[type="submit"] {
	background-color: #df424b;
    float: left;
    margin-top: 26px;
    padding: 20px 30px;
}

.mailchimp-container .ml-fields input[type="submit"]:hover {
	background-color: #888e3d;
}

.mailchimp-container .ml-fields input {
	background-color: #344b66;
	border: none;
}

/* ## Employment
--------------------------------------------- */

ul.job-item{
	display: block;
	margin-left: 0 !important;
	font-size: 14px;
	font-size: 1.4rem;
}

ul.job-item li{
	float: left;
	list-style: none;
    padding: 12px 8px 17px;
    display: block;
    text-transform: capitalize;
	width: 100%;
}

.job-item .entry-content ol, .job-item .entry-content ul {
    margin-bottom: 28px;
    margin-left: 0;
}

ul.job-item li.even{
	background: rgba(0,0,0,.05);
}

.job-item strong.jb-title {
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 10px;
}

ul.job-item a.button{
	font-size: 1.0rem;
	font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background: #888e3d;
    padding: 6px 8px;
    position: relative;
    margin-left: 8px;
    top: 0px;
    float: right;
}

ul.job-item a.button:hover {
	background: #df424b;
}

.employee .job-item strong.jb-title{
	border-right: 0px;
    margin-right: 10px;
    padding-right: 10px;

}

/* ## Forms & Applications
--------------------------------------------- */

.wchd-forms h2.section-cat {
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 8px;
	margin-top: 40px;
	width: 100%;
}

.wchd-forms .wrap.documents {
    list-style: none;
    padding: 11px 10px 12px;
    display: block;
    text-transform: capitalize;
}

.wchd-forms .two-thirds.first.just-text.document-name {
    color: #08253e;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
}

.wchd-forms .wrap.documents.even {
    background: rgba(0,0,0,.05);
}

.wchd-forms a.button.document-btn {
	font-size: 1.0rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background: #888e3d;
    padding: 6px 8px;
    position: relative;
    margin-left: 8px;
    top: 0px;
    float: right;
}

.wchd-forms a.button.document-btn:hover {
	background: #df424b;
}

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

.sidebar {
	border-left: 1px solid #eee;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

.sidebar .widget-title {
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.sidebar .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar p.byline.post-info {
	margin-bottom: 10px;
}

.sidebar h3.widgettitle.widget-title.additional-posts-title {
	margin-top: 30px;
}

.sidebar .widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

/* ## Program Sidebar
--------------------------------------------- */

.program-sidebar {
	background-color: #fafafa;
	margin: 0 40px;
	padding: 40px 20px;
}

.program-sidebar h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.program-sidebar .item {
	display: block;
	padding: 8px 0;
	width: 100%;
}

.program-sidebar span.location h4,
.program-sidebar span.operations h4 {
	display: block;
	color: #df424b;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	font-size: 1.5rem;
	font-size: 15px;
}

.program-sidebar span.location strong {
	display: block;
	width: 100%;
}

.prgm-dir-pic {
    width: 100%;
    height: 198px;
    background-size: cover!important;
    background-position: center center!important;
}

span.prgm-dir-name.item {
    text-align: center;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: 400;
    font-family: "lato",sans-serif;
	margin-top: 10px;
}
span.prgm-dir-name.item strong {
    font-size: 1.2rem;
}

span.prgm-dir-name {
    margin-bottom: 9px;
}
span.operations strong {
    font-size: 1.3rem;
}

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

.footer-widgets {
	background-color: #08253e;
	color: #fff;
	clear: both;
	font-family: "lato",sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 60px 0;
}

.footer-widgets-1 {
	width: 380px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 250px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-2 {
	margin-right: 35px;
}

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

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

.footer-widgets .widget-title {
	color: #888e3d;
	text-transform: uppercase;
}

.footer-widgets-1 span.phone {
	padding-right: 15px;
}

.footer-widgets-1 span.phone:before {
	content: "\f095";
	color: #df424b;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.footer-widgets-1 span.fax:before {
	content: "\f1ac";
	color: #df424b;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.footer-widgets-1 span.tdd-phone:before {
	content: "\f29a";
	color: #df424b;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.ft-social li{
	
	display: inline-block;
	margin-right: 31px;
}

.footer-widgets-1 .ft-contact-info {
    margin-bottom: 40px;
}

.footer-widgets-1 img {
    background-size: contain;
    width: 75px;
    float: left;
    margin: 0 20px 20px 0;
}

.footer-widgets .widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

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

.footer-widgets li a:hover {
	color: #df424b;
}
.ft-contact-info a i:hover {
    color: #df424b;
}
.ft-contact-info a i {
    color: #fff;
	margin-top: 19px;
    font-size: 18px;
}




/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #08253e;
	border-top: 1px solid rgba(255,255,255,.10);
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	clear: both;
	line-height: 1;
	padding: 40px 0;
	width: 100%;
}

.site-footer .creds {
	float: left;
}

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

/* # Footer Menu
--------------------------------------------- */

.footer-menu.genesis-nav-menu {
    float: right;
	margin-top: -10px;
	text-align: right;
    width: 28%;
}

.footer-menu.genesis-nav-menu a {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 10px;
	text-transform: none;
}

.footer-menu.genesis-nav-menu a:hover {
	color: #df424b;
}

/* # Subpages
--------------------------------------------- */

.sub-pages-grid .services-list h2 {
	font-size: 21px;
	font-size: 2.1rem;
}

.sub-pages-grid .services-list a.button {
	font-size: 10px;
	font-size: 1rem;
	padding: 10px 20px;
}

.sub-pages-grid .services-list .children {
	border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.sub-pages-grid .service-title {
    padding: 20px;
    background: #083d76;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 2rem;
    font-family: "lato",sans-serif;
    font-weight: bold;
}

.reveal-children {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    max-height: 1500px !important;
}

/* # Scroll to top
--------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(232,98,86,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index: 9998;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

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

@media only screen and (max-width: 1600px) {
	
	.service-cnt {
		padding: 80px 120px;
	}
}

@media only screen and (max-width: 1480px) {
	
	.nav-secondary a {
		padding: 20px 10px;
	}
	
	.nav-primary a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.home-top .main-carousel .post-content {
		padding: 40px 40px 40px 0;
	}
}

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

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

	.content,
	.site-header .widget-area {
		width: 800px;
	}

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

	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {
		top: -7px;
		width: 260px;
	}
	
	.site-title,
	.site-title a {
    	height: 110px;
	}
	
	.nav-secondary .search-form input {
		margin-left: 10px;
	}
	
	.home-top {
		padding: 160px 0 60px;
	}
	
	.parallax-section p.pf-cnt {
		padding: 0 220px;
	}
	
	.home-top .main-carousel .post-content h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	
	.featured-posts-container .section-headline h4:after {
		width: 635px;
	}
	
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 180px;
	}
	
	.footer-widgets-2 {
		margin-right: 80px;
	}
	
	.footer-menu.genesis-nav-menu {
		width: 33%;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form,
	.genesis-nav-menu > .right {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.search-form {
		padding: 0 20px;
		margin-top: 10px;
	}
	
	.nav-primary .genesis-nav-menu > .menu-item a:after,
	.util-bar a.pathfinder-cta {
		display: none;
	}
	
	.genesis-nav-menu li.menu-item.social-menu, 
	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		display: inline-block;
		width: auto;
	}
	
	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		border-bottom: none;
		padding: 15px;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #08253e;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #df424b;
	}

	.menu-toggle {
        width: auto;
        border-top: none;
        float: right;
		font-size: 1.6rem;
		padding: 10px;
		margin-top: 15px;
    }

    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: none;
    }

    .nav-primary {
        float: none;
		clear: both;
		text-align: left;
		width: 100%;
    }

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		border-bottom: 1px solid #eee;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.site-header {
		height: 116px;
	}
	
	.title-area {
		top: -7px;
		width: 260px;
	}
	
	.home-top .main-carousel .post-content {
		padding: 40px;
		width: 100%;
	}
	
	.featured-posts-container .section-headline h4:after {
		width: 460px;
	}
	
	.parallax-section p.pf-cnt {
    	padding: 0 150px;
	}
	
	.para-overlay {
		padding: 140px 0 150px;
	}
	
	.featured-widget-1, 
	.featured-widget-2, 
	.featured-widget-3, 
	.featured-widget-4, 
	.featured-widget-5, 
	.featured-widget-6 {
		width: 50%;
	}
	
	.service-cnt {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		width: 42%;
	}

	.footer-widgets-3 {
		clear: left;
		margin-right: 80px;
	}

	.footer-widgets-3,
	.footer-widgets-4 {
		margin-top: 40px;
	}
	
	.footer-menu.genesis-nav-menu {
		float: left;
    	margin-bottom: 20px;
    	text-align: left;
    	width: 100%;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.sidebar {
		border-left: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.search-form {
		padding: 0 20px;
	}
	
	.genesis-nav-menu li.menu-item.social-menu, 
	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		display: inline-block;
		width: auto;
	}
	
	.genesis-nav-menu .menu-item.social-menu a.social-btn {
		border-bottom: none;
		padding: 15px;
	}
	
	.home-welcome-content {
		padding: 20px 0 70px;
	}
	
	.featured-posts-container .section-headline h4:after {
		display: none;
	}
	
	.featured-posts-container .featured-post-widget.widget-area,
	#tabs {
		width: 100%;
	}
	
	#tabs {
		margin-top: 40px;
	}
	
	.parallax-section p.pf-cnt {
    	padding: 0 70px;
	}
	
	.mailchimp-container .ml-content {
		width: 100%;
	}
	
	.mailchimp-container .ml-fields {
		margin-top: 20px;
		width: 100%;
	}
	
	.mailchimp-container .ml-fields p.fname {
		width: 240px;
	}
	
	.mailchimp-container .ml-fields p.femail {
		width: 400px;
	}
	
	.mailchimp-container .ml-fields input[type="submit"] {
		width: 120px;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 38%;
	}

}

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

	.site-inner {
		padding: 5% 5% 0;
	}

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}
	
	.entry {
		padding: 0;
	}
	
	.breadcrumb {
		padding: 12px 0;
		margin-bottom: 40px;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.util-bar span.address {
		display: none;
	}
	
	.home-top .main-carousel {
		width: 90%;
	}
	
	#tabs {
    	margin-top: 80px;
	}
	
	.mailchimp-container .wrap {
    	padding: 40px 5%;
	}
	
	.mailchimp-container .ml-fields p.fname {
		width: 48%;
	}
	
	.mailchimp-container .ml-fields p.femail {
		width: 48%;
	}
	
	.mailchimp-container .ml-fields input[type="submit"] {
		position: relative;
		margin-top: 0;
		width: 100%;
	}
	
	.site-footer .creds {
		line-height: 1.6em;
	}
	
	.job-item strong.jb-title,
	span.jb-location {
		float: left;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
	
	ul.job-item a.button {
		float: left;
		margin-left: 0;
		margin-top: 8px;
	}

}

@media only screen and (max-width: 760px) {
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin: 0 auto 30px;
		width: 100%;
	}
	
	.default-hero-banner {
		background-position: top right;
		padding: 80px;
	}
}

@media only screen and (max-width: 600px) {
	
	#wpadminbar {
		position: fixed;
	}
	
	.site-header {
    	height: 90px;
	}
	
	.title-area {
		width: 200px;
	}
	
	.site-title, .site-title a {
    	height: 85px;
	}
	
	.menu-toggle {
		margin-top: 2px;
	}
	
	.home-top {
    	padding: 60px 0 60px;
	}
	
	.service-cnt {
    	padding: 60px;
	}
	
	.home-welcome-content h2.wc-title,
	.service-cnt h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.service-cnt {
    	padding: 80px;
	}
	
	.featured-posts-container .section-headline a.button {
		font-size: 10px;
		font-size: 1rem;
	}
	
	.featured-widget-1, 
	.featured-widget-2, 
	.featured-widget-3, 
	.featured-widget-4, 
	.featured-widget-5, 
	.featured-widget-6 {
		width: 100%;
	}
	
	.parallax-section p.pf-cnt {
    	padding: 0;
	}
	
	.featured-post-widget .widget.featured-content .one-half {
		margin-left: 0 !important;
		width: 100% !important;
	}
	
	.featured-post-widget .widget.featured-content .one-half.first {
		margin-bottom: 40px;
	}
	
	.featured-posts-container {
		padding: 40px 0;
	}
	
	.featured-posts-container .section-headline a.button {
		float: left;
	}
	
	.featured-posts-container .section-headline h4 {
		width: 100%;
	}
	
	.para-overlay {
    	padding: 80px 0;
	}
	
	.mailchimp-container .ml-fields p.fname,
	.mailchimp-container .ml-fields p.femail {
		width: 100%;
	}
	
	.wchd-forms a.button.document-btn {
		float: left;
		margin-left: 0;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 480px) {
	
	.util-bar a.contact {
		display: none;
	}
	
	.home-top .main-carousel {
		width: 100%;
	}
	
	.home-top .main-carousel .post-content span.cat-title {
		font-size: 10px;
		font-size: 1rem;
	}
	
	.service-grid .color-overlay {
		padding: 60px 20px;
	}
	
	.service-cnt {
    	padding: 40px;
	}
	
	.tribe-events-list-widget .tribe-events-list-widget-events {
		padding: 0 0 2rem;
	}
	
	.prep-widget iframe {
    max-width: 100%;
    height: 965px;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	
	a.button.employee.one-half {
    margin-bottom: 20px !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
