/*
	Theme Name: FDM Theme 3.0.3
	Theme URI: http://www.fingerprintdigitalmedia.com
	Description: FDM Theme 3.0.3 is a two or three column child theme created for the Genesis Framework.
	Author: Philip Murray
	Author URI: http://www.fingerprintdigitalmedia.com

	Genesis Sample Version: 2.6.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

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

	Text Domain: FDM Theme 3.0.3
*/


/* 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 Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* Import Fonts
---------------------------------------------------------------------------------------------------- */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300');*/
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Varela+Round:300,400,700');

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

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

html {
	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
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

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

body {
	background-color: #48b5d1;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	/*font-size: 1.8rem;*/
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	background: url(images/bg1.jpg) no-repeat top center;
	background-size: cover;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: /*#0073e5*/ #1188bb;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: /*#333*/ #1fa2d9;
	text-decoration: underline;
	outline:none !important;
}

p {
	margin: 0 0 30px;
	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: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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 {
	font-family: 'Varela Round', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -1px;
}

h1 {
	font-size: 36px;
	/*font-size: 3rem;*/
	color: #5d5d5d;
	
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
	color: #5d5d5d;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

h3 {
	font-size: 24px;
	/*font-size: 2.4rem;*/
	color: #5d5d5d;
}

h4 {
	font-size: 20px;
	/*font-size: 2rem;*/
	color: #5d5d5d;
}

.entry-content h4 {
	margin-top: 40px;
}

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;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

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

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

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	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: #333;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #777;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	margin: 15px 0px !important;
}

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: #3e87b6;
	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,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	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;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	animation:         fadein 1s;
	word-wrap: break-word;
	/* FDM CSS */
	overflow:hidden;
	/* End FDM CSS*/
	
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 50px 30px 0px 30px /* 0 */;
	

}


/* FDM extra CSS*/
.wrap {
	max-width: 1200px;
	margin: 0 auto;

}
/* End extra CSS*/


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #425ad1;
	text-decoration: underline;
}

.widget-title {
	font-size: 24px;
	/*font-size: 1.8rem;*/
	font-weight: 600;
	margin-bottom: 20px;
	
}

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

.aligncenter {
	text-align: center;
}

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 30px;
}

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

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

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

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


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

.widget {
	margin-bottom: 40px;

}
/* FDM extra CSS */
.form-grey1{ background-color:#f3f3f3; padding:20px;}
/* End extra CSS*/

/* FDM extra CSS*/
	.widget{
	background-color: #f5f7f8;
	padding: 15px;
	border-radius: 3px;
	}
/* End extra CSS*/

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

.widget ul > li {
	margin-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 {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

/* FDM extra CSS*/
.featured-content .entry{
	background-color: #f5f7f8;
	/*padding: 15px;*/
	border-radius: 6px;
}


.featured-content.widget{
	
	/*padding: 0px;*/
	
}
/* End extra CSS*/

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

.featured-content .entry-image {
	/*height: 75px;*/
	/*width: 75px;*/
}

.featured-content .entry-title {
	font-size: /*16px*/ 18px;
	/*ont-size: 1.6rem;*/
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

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

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

#wpstats {
	display: none;
}


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

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

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

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

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


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

.site-header {
	background-color: #1188bb /*rgba(0,0,0,0.85)*/;
	border-bottom: 1px solid #0d658a;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.20);*/
	padding: 0px /*0*/ /*20px*/ 0px 0px 0px;
	/*background: url(images/header-bg1.jpg) no-repeat right;
	background-size: cover;*/
	max-height:78px;
	
}

/* FDM CSS Addition*/
.site-header {
    /*position: fixed;*/
    width: 100%;
    z-index: 1000;
}
/* End FDM CSS Addition*/



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

.title-area {
	float: left;
	padding-bottom: /*10px*/ /*30px*/ 0px;
	padding-top: /*10px*/ /*30px*/ 0px;
	min-height: auto;
	
}



.wp-custom-logo .title-area {
	max-width: 200px;
	padding-bottom: 0px;
	padding-top: 0px;	
	
}

.site-title {
	font-size: /*20px*/ 36px;
	/*font-size: 2rem;*/
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}



.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: /*#333*/ #151515;
	text-decoration: none;
	
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	
	
}

.site-description, .wp-custom-logo .site-title {
    display:none;
}

/* FDM extra CSS*/
.site-description{
	width: 100%;
	text-align: left;
	color: #bbb;
	

}
/* End FDM extra CSS*/




	
		


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

.site-header .widget-area {
	float: right;
	width: /*800px*/ 80%;
	margin-top:0px;
	/*min-height: 110px ;*/
	/*background-color: #151515;*/
	
	
	
}


/* FDM extra CSS*/



/*.site-header .widget-area
{position:absolute; 
	right: 100px;
	top: 0px;
	
	}
	
.site-header .widget-area p{
	color: #fff;
}

.site-header .widget-area h1{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	
}*/
/* End FDM extra CSS*/

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	/*font-size: 1.5rem;*/
	font-weight: 400;
	outline-offset: -1px;
	padding: 12px 8px 12px 8px ;
	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: #dceef5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
	
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(17, 136, 187, 0.7);
	font-size: 14px;
	/*font-size: 1.4rem;*/
	position: relative;
	word-wrap: break-word;
	text-align: left;
}

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

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

/* Header Menu
--------------------------------------------- */

.nav-primary {
	/*clear: left;
	width: 100%;*/
	background-color: #fff /*#f7f7f3*/;
	padding: 8px 0;
	text-align:center;
	/*border-top: 1px solid #76797b;
	border-bottom: 1px solid #76797b;*/
	box-shadow: 0 6px 5px -5px rgba(0,0,0,0.50);
	z-index:1;
	
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

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

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

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

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

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

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

.comment-list .bypostauthor {
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}



.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}


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

.footer-widgets {
	/*border-top: 1px solid #eee;*/
	background-color: #333;
	clear: both;
	font-size: 18px;
	/*font-size: 1.8rem;*/
	padding: 60px 0;
	
}


.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

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


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

.site-footer {
	background-color: #333;
	/*border-top: 1px solid #666;*/
	font-size: 15px;
	/*font-size: 1.5rem;*/
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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

.site-footer a {
	
	color: #aaa;
}

.site-footer a:hover {
	
	color: #fff;
}


/* ADDITIONAL CSS
-----------------------------------------------------------------------------------------------------*/

html, body {
    height:100%;
}

.page-id-13411 h1, .page-id-13411 h2{color: #3e87b7;}
/* POP UP MAKER CSS */

.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
 outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]
{padding-right: 0px !important;}

/* END POP UP MAKER CSS */

.LI-badge-container.horizontal.dark

{border: 1px solid #999;
	background: #333;
	background-color: #333;
	border-radius: 0px;
}

.fees1{
	background: #1188bb;
	padding:20px;
	
}

.fees1{
	color: #fff;
	
}

.fees1 h4{
	color: #fff;
	margin: 0px;
	
}

.fees1 hr{
height: 1px;
  color: #1188bb;
  background-color: #b3d9f1;
  border: none;
	
}

.patient1{
	background: #f5f5f5;
	padding:20px;
	
}

.patient1{
	color: #151515;
	
}

.patient1 h4{
	color: #1188bb;
	margin: 0px;
	
}

.patient1 hr{
height: 1px;
  color: #1188bb;
  background-color: #b3d9f1;
  border: none;
	
}

.promo1{
	background: #46a985;
	padding:20px;
	
}

.promo1 h1{
	color: #fff;
	font-size: 44px;
	
}

.promo1 h2{
	color: #fff;
	
}

.promo1 h3{
	color: #fff;
	
}

.promo1 p{
	color: #fff;
	
}

.promo1 img{
	border: 3px solid #fff;
	
}

.promo-highlight1{
	color: #bef3e0;
	font-weight:700;
	font-size: 32px;
	
}

.wp-custom-logo .site-header .title-area,
.wp-custom-logo .site-header .title-area a img.custom-logo {
    width: 100% !important;
    max-width: 200px !important;
	/*margin: 0 auto !important;*/
	
}





.div-height-full{
  display: flex;
  width: 100%;
	
}

.img-border-1{
	
	border: 1px solid #ddd;

	
}

.home .entry-content ul{
	/*margin-left: 0px;*/
}

.home .entry-content li{
	/*list-style-type: none;*/
}




#featured-post-2{
	
	/*background: none;
	margin-top: 40px;*/
	
}


#simple-social-icons-3.widget{
	margin-bottom: 0px;
}

#text-2.widget, #pcs-content-widget-2.widget, #pcs-content-widget-3.widget, #pcs-content-widget-4.widget, #pcs-content-widget-5.widget, #pcs-content-widget-6.widget, /*#pcs-content-widget-7.widget, #search-2.widget,*/ #smartslider3-2.widget, #smartslider3-3.widget, #pcs-content-widget-10, #pcs-content-widget-12, #pcs-content-widget-13, #simple-social-icons-2.widget, #pcs-content-widget-14.widget, #pcs-content-widget-15.widget, #pcs-content-widget-16.widget, #smartslider3-4.widget, #smartslider3-5.widget, #smartslider3-6.widget, #smartslider3-7.widget, #smartslider3-12.widget, #smartslider3-13.widget, #smartslider3-14.widget, #smartslider3-15.widget, #smartslider3-16.widget, #smartslider3-17.widget, #smartslider3-18.widget, #smartslider3-19.widget, #smartslider3-20.widget, #smartslider3-21.widget, #smartslider3-22.widget, #smartslider3-23.widget, #smartslider3-24.widget, #smartslider3-25.widget, #smartslider3-26.widget, #smartslider3-27.widget, #smartslider3-28.widget, #smartslider3-29.widget, #smartslider3-30.widget, #smartslider3-31.widget, #smartslider3-32.widget, #smartslider3-33.widget, #smartslider3-34.widget, #smartslider3-35.widget, #smartslider3-36.widget, #smartslider3-37.widget, #smartslider3-38.widget, #smartslider3-39.widget, #smartslider3-40.widget, #smartslider3-41.widget, #text-3.widget, #smartslider3-42.widget, #smartslider3-43.widget, #smartslider3-44.widget {
	margin: 0px;
	background: none;
	padding: 0px;
	border: none;
}

 #nav_menu-2.widget{
	
	background: none;
	margin:0;
	border: none;
}

#nav_menu-2{
	float:right;
	
}

	


#nav_menu-2.widget li li {
	margin: 0;
	text-align: left;
	display: block;
	
	
}



#search-2.widget{
	margin-bottom: 40px;

}




#frm_show_form-2 label{
	
	color: #fff;
	
}

#pcs-content-widget-5.widget {
	/*background-color: #a989b7;*/
	color: #fff;
	
}

#pcs-content-widget-5 h3 {
	color: #fff;
	
}

#pcs-content-widget-6 h3 {
	color: #fff;
	
}

#pcs-content-widget-6 h4 {
	color: #fff;
	
}

#pcs-content-widget-6 a {
	color: #abb9de;
	
}

#pcs-content-widget-6 a:hover {
	color: #c5d0ed;
	
}

#text-3.widget {
	/*background-color: #a989b7;
	color: #fff;*/
	
}

#text-3 h3 {
	/*color: #fff;*/
	
}

#text-4.widget {
	background-color: #777;
	color: #fff;
	
}

#text-4 h3 {
	color: #fff;
	
}

#pcs-content-widget-3 h2 {
	color: #fff;
	font-weight: 700;
	
}

#pcs-content-widget-3 a {
	color: #666;
	text-decoration: none;
	
}

#pcs-content-widget-3 a:hover {
	color: #888;
	
}

#pcs-content-widget-5 h2 {
	color: #fff;
	font-weight: 700;
	
}

#pcs-content-widget-5 a {
	color: #f5b509;
	
}

#pcs-content-widget-5 a:hover {
	color: #f7c43b;
	
}

#pcs-content-widget-2 img.alignleft {
	margin: 0px 10px 0px 0px;
	
}



.button1 {
	background-color: #353535;
	border: 1px solid #353535;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	padding: 12px 12px 12px 12px;
	margin-top: 40px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	text-decoration: none;
}


.button1:hover {background-color: #999;
border: 1px solid #999;
	color: #fff;
	text-decoration: none;
	}
	
.button2 {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #777;
	cursor: pointer;
	font-size: 21px;
	font-weight: 300;
	padding: 18px 18px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	text-decoration: none;
}



.button2:hover {background-color: #f5f7f8;
	color: #777;
	}

.button3 {
	background-color: #4fa384;
	border: 1px solid #4fa384;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 16px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	text-decoration: none;
}



.button3:hover {background-color: #5ec39e;
	color: #fff;
	}
	
ul#responsive-menu-pro {
	margin: 30px 0 60px 0;
}

#responsive-menu-pro-container li.responsive-menu-pro-item a{
	font-weight:300;
	text-transform: uppercase;
}


#responsive-menu-pro-additional-content {
	/*background-color: #efefef;*/
	margin-top: 30px;
	
}

#responsive-menu-pro-additional-content p{
	font-size:14px;
	line-height: 1.5;
	
}

#responsive-menu-pro-additional-content h3{
	font-size:16px;
	line-height: 1.5;
	font-weight:700;
	
}

.responsive-menu-pro-button-text, .responsive-menu-pro-button-text-open{
	font-weight:300;
	text-transform: uppercase;
}



#pcs-content-widget-5 .button1 {
	background-color: #939896;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 3px 6px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
}

#pcs-content-widget-5 .button1:hover {background-color: #cccccc;
	color: #fff;
	}
	
	
#nav_menu-3 ul{
	/*text-align: center;
margin-bottom: 30px;*/
}

#nav_menu-4 ul{
	text-align: center;

}


#nav_menu-5 ul{
	text-align: center;

}


#nav_menu-6 ul{
	text-align: center;
margin-bottom: 30px;
}

#nav_menu-3 ul li{
	/*list-style: none;
	margin: 0; 
	padding: 0;
	display:inline;*/

}

#nav_menu-3 ul li {
	
	border-bottom: 1px solid #dedede;
	
}

#nav_menu-3 li a{
/*border: 1px solid #151515;
padding: 14px 14px;
font-weight:400;*/
}

#nav_menu-4 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
	display:inline;
}

#nav_menu-4 li a{
border: 1px solid #151515;
padding: 14px 14px;
font-weight:400;
}


#nav_menu-5 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
	display:inline;

}

#nav_menu-5 li a{
border: 1px solid #151515;
padding: 14px 14px;
font-weight:400;
}


#nav_menu-6 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
	display:inline;

}

#nav_menu-6 li a{
border: 1px solid #151515;
padding: 14px 14px;
font-weight:400;
}

.page-id-148 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.page-id-148 .entry-content ul{
	margin: 0; 
	padding: 0;
}


.page-id-151 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.page-id-151 .entry-content ul{
	margin: 0; 
	padding: 0;
}


.page-id-562 ul li{
	list-style: none;
	margin: 0; 
	padding: 0;
}

.page-id-562 .entry-content ul{
	margin: 0; 
	padding: 0;
}





.site-header .wrap {
max-width: 100%;
padding: 0px /*30px*/;
}


* {

    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    
}

/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 10px 20px;
}

.content-box-blue h3,
.content-box-gray h3,
.content-box-green h3,
.content-box-purple h3,
.content-box-red h3,
.content-box-yellow h3 {
    color: #fff;
	margin:0px 0px 15px 0px;
	font-size: 21px;
}

.content-box-blue p,
.content-box-gray p,
.content-box-green p,
.content-box-purple p,
.content-box-red p,
.content-box-yellow p {
    color: #fff;
	margin: 0;
	padding:0;
}
 
.content-box-blue {
    background-color: #cde3f3;
    border: 1px solid #fff;
	opacity: 0.9;
}
 
.content-box-gray {
    background-color: #dedede;
    border: 1px solid #fff;
	border-radius: 6px;
	
}

/* FDM extra CSS*/
.content-box-gray h2{
    color: #5a2c7c;
}

.content-box-gray h3{
    color: #5a2c7c;
	margin-top: 20px;
}

.content-box-gray p{
    color: #555;
	margin: 0 0 30px;
	padding: 0;

}


.content-box-gray {
	flex: 1;

}

/* End FDM extra CSS*/
 
.content-box-green {
    background-color: #4b9e0e;
    border: 1px solid #fff;
	opacity: 0.9;
}
 
.content-box-purple {
    background-color: #a989b7;
    border: 1px solid #a989b3;
	border-radius: 6px;
	
}



/* FDM extra CSS*/
.content-box-purple h2{
    color: #5a2c7c;
	
}

.content-box-purple h3{
    color: #5a2c7c;
	margin-top: 20px;
}

.content-box-purple p{
    color: #fff;
	margin: 0 0 30px;
	padding: 0;

}

.content-box-purple {
	flex: 1;

}

/* End FDM extra CSS*/
 
.content-box-red {
    background-color: #ab314c;
    border: 1px solid #fff;
	opacity: 0.9;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
	font-weight:300;
	font-size: 14px;
    padding: 5px 10px;
	float:right;
	clear:both;
}
 
.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
	color: #fff;
}
 
.button-blue-old {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue-old:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}

.button-blue {
    background-color: transparent;
    border: 1px solid #fff;
}
 
.button-blue:hover {
    background-color: #151515;
    border: 1px solid #fff;
}

.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}
 
.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}
 
.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

/*End Color Boxes and Buttons*/




.genesis-nav-menu .menu-item-802 > a, #menu-item-802.current-menu-item > a, #menu-item-802.current-menu-ancestor > a{
	background-color:#1b8bba;
	
	
}

.genesis-nav-menu .menu-item-802 > a:hover,#menu-item-802.current-menu-item > a:hover  {
	background-color:#449acd;
}

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

/*.genesis-nav-menu .menu-item-61 > a, #menu-item-61.current-menu-item > a, #menu-item-61.current-menu-ancestor > a{
	background-color:#181b4e;
	
}

.genesis-nav-menu .menu-item-61 > a:hover,#menu-item-61.current-menu-item > a:hover  {
	background-color:#272b6d;
}

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

.genesis-nav-menu .menu-item-62 > a, #menu-item-62.current-menu-item > a, #menu-item-62.current-menu-ancestor > a{
	background-color:#ffa200;
	
}

.genesis-nav-menu .menu-item-62 > a:hover,#menu-item-62.current-menu-item > a:hover  {
	background-color:#f9b43d;
	
}

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


.genesis-nav-menu .menu-item-63 > a, #menu-item-63.current-menu-item > a, #menu-item-63.current-menu-ancestor > a{
	background-color:#990000;
	
}

.genesis-nav-menu .menu-item-63 > a:hover,#menu-item-63.current-menu-item > a:hover  {
	background-color:#bb0000;
	
}

.genesis-nav-menu .menu-item-63 > a{
	color:#fff;
}*/

.archive-description {/*display: none;*/
}

#simple-social-icons-2 {
	margin-top:0px;
}
/* YouTube Responsive CSS */
.video1 {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
}
 
.video1 iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}



.breadcrumb {
	font-size: 13px;
	padding-left: 20px;
}

.site-header .widget-area h3{
	/*font-size:24px;*/
	/*color: #305a79;*/
	font-style: italic;
	/*margin-bottom: 30px;*/
	
}

#simple-social-icons-2 ul {
 padding-top:0px; margin-top:0px;

}

#pcs-content-widget-2 p {
 padding:0px; margin:0px;
color: #fff;
}

#pcs-content-widget-2 h3 {
margin-top:15px;

}

#pcs-content-widget-2 a {
/*color: #aaa;*/
text-decoration: none;
}

#pcs-content-widget-2 a:hover {
/*color: #eee;*/
text-decoration: none;
}


#pcs-content-widget-2 {
font-size: 14px;
color: #fff;
}

#pcs-content-widget-3, #pcs-content-widget-3 p{
	/*color:#fff;*/
}



#pcs-content-widget-3 h1{
	/*color:#a9a9a9;*/
}

#pcs-content-widget-3 h3{
	/*dislpay:none;*/
}

#pcs-content-widget-10 h3{
	dislpay:none;
}




/*#pcs-content-widget-3,*/#pcs-content-widget-8/*#pcs-content-widget-9,*//*#pcs-content-widget-10,*//*#pcs-content-widget-11,#pcs-content-widget-12,#pcs-content-widget-13,#pcs-content-widget-14,#pcs-content-widget-15,#pcs-content-widget-16,#pcs-content-widget-17*/{
	/*background-color: #fff;*/
	border: 5px dotted #9053a0;	
	border-radius: 12px;
}

/*#pcs-content-widget-3 h4,*/#pcs-content-widget-8 h4,#pcs-content-widget-9 h4/*#pcs-content-widget-10 h4,*//*#pcs-content-widget-11 h4,*//*#pcs-content-widget-12 h4,#pcs-content-widget-13 h4,#pcs-content-widget-14 h4,#pcs-content-widget-15 h4,#pcs-content-widget-16 h4,#pcs-content-widget-17 h4 */{
	color: #fff;
}

#featured-content-2 h3/*, #pcs-content-widget-3 h3*/{
	/*color:#fff;*/
}

#Widgets_on_Pages_1 h2{
	color: #fff;
	font-size: 24px;
}


/*body.logged-in{
  margin-top:32px;
  position:relative;
}*/

.home .site-header {/*background-color: transparent; position: absolute;*/ }
.home .nav-primary {/*display: none;*/}
.home .site-inner {/*display: none;*/}
.home .site-footer{/*display:none;*/}
.home .entry-content{/*display:none;*/}
.home .genesis-nav-menu a {
	color: #fff;
	
}


/*.home .site-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom:0;
}*/



.site-header .widget-area h3{
	padding-top: 10px;
}

.home .wrap {
	/*max-width: 96%;*/
}

.home h3.widgettitle {
	/*display:none;*/
	
}

.home h2.widgettitle {
	/*border-bottom: 1px solid #dedede;*/
	padding-bottom: 10px;
	color: #5d5d5d;
}


	
#smartslider3-2 h3, #smartslider3-3 h3{
	display:none;
}


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

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

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

.img-no-border{ background:none; border:none;
}


/* MY CALENDAR */
.calendar-events:focus { outline: none; }
/* END MY CALENDAR*/

.button a{
	color:#fff;

}

.button a:hover{
	color:#fff;

}



.more-from-category {
	-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;
}


.more-from-category 
 {
	background:none;
	border: 1px solid #ddd;
	border-radius: 6px;
	color: #151515;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: /*16px 24px*/ 8px 12px;
	text-transform: uppercase;
	text-align:center;
	width: auto;
	margin-top: 20px;
}

.more-from-category a
 {

	color: #151515;
}

.more-from-category:hover {
	background-color: #fff;
	color: #000;
}

h4.widgettitle {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px dashed #aaa;
	font-size:24px;
	
}

h3.widgettitle {
	font-weight: 400;
	
	
}


/* WIDGET CONTROL*/

.header_panel_widget_1 { 
width:100%;
padding:10px;
background-color: #515151;
height: auto;
margin: 0px;
}

.header_panel_widget_1 h3.widgettitle  {
color: #fff;
		
}

.header_panel_widget_1 p {
color: #fff;
		
}

.header_panel_widget_1 .one-half{
	text-align:right;
}

.header_panel_widget_1 .first{
	text-align:left;
}

.panel_widget_1  {
width:100%;
padding:0px;
background-color: #fff;
height: auto;	
position: relative;
}

.panel_widget_2  {
width:100%;
padding:0px;
background: /*#f5f7f8*/ #1188bb;
height: auto;	
border-bottom: 1px solid #3d89b6;

		
}

.panel_widget_2 h1 {
color:#fff;


		
}


.panel_widget_2 h3.widgettitle {
	display:none;
	
}


.panel_widget_3  {
width:100%;
padding:0px;
/*background-color: #fff;*/
height: auto;
background-image: url(images/Nurses-Brushing-Crop.jpg);
background-repeat: no-repeat;
background-position: center top;
min-height:300px;
background-size: 100%;

}



.panel_widget_4  {
width:100%;
padding:0px;
background-color: #fff;
height: auto;
min-height:300px;
overflow:hidden;
}



.panel_widget_4 h3.widgettitle  {
color: #fff;
		
}


.footer_panel_widget_1  {
width:100%;
padding:40px;
background-color: #efefef;
height: auto;
/*background-image: url(images/motif-large1.png);
background-repeat: no-repeat;
background-position: center top;*/
/*background-size: 100%;*/
		
}

.tint  {

background-color: rgba(61, 137, 182, 0.8); 

}

.footer_panel_widget_1 .wrap {
	
padding:10px;
}

.footer_panel_widget_1  blockquote::before {
	
	font-size: 140px;
	height: 0;
	left: -80px;
	position: relative;
	top: -60px;
	color: #b7dcf2;
}

.footer_panel_widget_1 p  {
color: #fff;
font-size: 28px;
		
}

.footer_panel_widget_2  {
width:100%;
padding:40px;
background-color: #fff;
height: auto;
		
}

.footer_panel_widget_2  .wrap {

}

.footer_panel_widget_3  {
width:100%;
padding:0px;
background-color: #ddd;
		
}

.footer_panel_widget_3 h1  {
color: #fff;
		
}

.footer_panel_widget_3 p  {
color: #fff;
		
}

.footer_panel_widget_3  .wrap {

}

/* END WIDGET CONTROL*/

#text-11, #text-14  {
color:#fff;
		
}

/* END ADDITONAL CSS
-----------------------------------------------------------------------------------------------------*/

/* Shrink
--------------------------------------------- */

.site-header.shrink {
	/*border-bottom: 1px solid #ddd;
	padding: 0;
	max-height: 78px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.1s ease-in-out;*/
}

.home .site-header.shrink {
	/*border-bottom: 1px solid #212121;*/
	/*padding: 0;
	max-height: 78px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.1s ease-in-out;*/
}

/*.nav-primary.shrink {
	border-bottom: 1px solid #ddd;
	padding: 0;
	max-height: 40px;
	transition: 0.1s ease-in-out;
}*/


.site-header.shrink .title-area{
  /*width: 200px;
  height: 63px;
  background: url(images/logo-inner.png);
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;*/
  
}




  
.shrink .wrap {
	/*background-color: rgba(255, 255, 255, 0.5);*/
	/*max-height: 78px;
	padding: 0;*/
	
}


.shrink .genesis-nav-menu a {
	/*color: #151515;*/
	
}

.shrink .genesis-nav-menu .sub-menu a {
	/*background-color: rgba(255, 255, 255, 0.3);*/
	
}



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

	

	.site-header .wrap, .bumper {
		/*min-height: 20px;*/
	}

	.site-header.shrink .wrap {
		min-height: 20px;
	}

}



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

	.site-header {
		top: 0;
	}

	.site-header .wrap, .bumper {
		/*min-height: 20px;*/
	}

}

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

	.site-header .wrap, .bumper {
		min-height: 20px;
	}

}

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




@media only screen and (min-width: 960px) {

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

	.site-header {
		/*position: fixed;*/
		width: 100%;
		z-index: 9999;
	}
	
	/* FDM extra CSS*/
.site-header .wrap {
max-width: 1200px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
}

/* End FDM extra CSS*/

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		width: 180px ;
	}

	.genesis-nav-menu .sub-menu {
		/*border-top: 1px solid #eee;*/
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
		width: 180px;
	}

	.genesis-nav-menu .sub-menu a {
		/*border: 1px solid #eee;*/
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
		overflow: hidden;
	}

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

.genesis-nav-menu .megamenu .sub-menu a{
   		border: 0;
    		width: 300px;
    		float: left;
	}


/* SUB MENU COLUMNS*/
.genesis-nav-menu .megamenu .sub-menu {
	/*background-color: #fff;*/ /* same color as .genesis-nav-menu .sub-menu a */
	/*border: 1px solid #eee;*/ /* optional, if a border is desired */
	height: auto;
	width: 490px; /* make width needed plus 10px */
}

.genesis-nav-menu .megamenu.move .sub-menu {
	right: 240px;
} /* optional to right align the sub-menu */

.genesis-nav-menu .megamenu .sub-menu a {
	border: 0; /* optional */
	width: 240px; /* 1/3 width for 3 columns */
	/* width: 300px; /* 1/2 width for 2 columns */
}

/* END SUB MENU COLUMNS*/


	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		/*float: right;*/
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px !important;
		max-width: 1200px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.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;
	}
	
	/* FDM extra CSS*/
	
	
	.one-third {
		
		/*border: 1px solid #e6cd42;
		border-radius: 12px;
		cursor: pointer;*/
	}
	
	.one-third:hover {
		/*background-color: #e6cd42;*/
		
		
	}
	
	.one-third {
/*text-align: center;*/	


}


.one-third {
	padding:8px;
}

.one-sixth {
text-align: center;	


}


.one-sixth {
	padding:8px;
}


/* End FDM extra CSS*/

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 30px;
	}

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

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}
	


}

/* FDM extra CSS*/
@media only screen and (max-width: 1025px){

.panel_widget_2 {padding: 4px;}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	/*font-size: 1.5rem;*/
	font-weight: 400;
	outline-offset: -1px;
	padding: 12px 5px 12px 5px ;
	text-decoration: none;
	text-transform:uppercase;
}




}

/* End FDM extra CSS*/

@media only screen and (max-width: 960px) {
	
	h1{
		font-size: 36px;
	}
	
.site-header {
	/*background-image: none;
	background-color: #fff;*/
	min-height:78px;
	
	
}

.site-inner {
		margin-top: 0px !important;
	}

#nav_menu-2{
	display:none;
	
}

.site-header .widget-area {
	
	width: /*800px*/ 100%;
	margin-top:0px;
text-align: center;
	
	
}

.title-area {
	float: none;
	margin: 0 auto;
	width:100%;
	
}

.title-area {
	
	padding-top: 0px;
	
}


.site-title {
	font-size: 28px;

}

.gca-column.one-half .first{
	
text-align: center;
	
	
}

.header_panel_widget_1 .one-half{
	text-align:center;
}




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

.div-height-full{
  display: flex;
  flex-direction: column;
  width: 100%;
	
}

	/* FDM extra CSS*/
	
	
	.one-third {
		
		/*border: 1px solid #e6cd42;
		border-radius: 12px;*/
		cursor: pointer;
	}
	
	.one-third:hover {
		/*background-color: #e6cd42;*/
		
		
	}
	
	.one-third {
text-align: center;	


}

.one-third {
	padding:8px;
}

.promo1 .button1 {

	font-size: 10px;

}

.promo1 h1 {

	font-size: 32px;

}

.footer_panel_widget_1 { 
	padding:0px;}
	

.footer_panel_widget_1 .wrap { 
	padding:10px;}
	
.footer_panel_widget_1 h1{
		font-size:18px;
	}

/* End FDM extra CSS*/



}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !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;
	}

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

}
