	/*
	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=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap');


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

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

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*/ #315a79;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: /*#333*/ #4c7b9e;
	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: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -1px;
}

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

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

.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: 14px;
	/*font-size: 1.8rem;*/
	font-weight: 300;
	/*padding: 15px;*/
	padding: 3px;
	width: 100%;
	line-height: 2;
}

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: #333;
	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;
}

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: #0073e5;
	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;
	
}

@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: 30px /*60px*/ 30px /* 0 */;

}


/* FDM extra CSS*/
.wrap {
	max-width: 1140px;
	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: 800;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 36px;
	/*font-size: 3rem;*/
	margin-bottom: 10px;

}

.entry-title a,
.sidebar .widget-title a {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: 800;
	
}

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

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

/* FDM CSS*/
.entry { /*border: 1px solid #dedede;*/
	padding:30px;

	
}
/* END FDM CSS*/

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


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

.widget {
	margin-bottom: 40px;

}

/* FDM extra CSS*/
	.widget{
	background-color: #eee/*#f5f7f8*/;
	padding: 15px;
	border-radius: 0px;
	}
/* 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: 10px 0px;
	border: none;
}

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


.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: #fff;*/
	/*box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
	/*border-bottom: 1px solid #fff;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,0.10);*/
	padding: 20px /*0*/ /*20px*/ 0px 20px 0px;
	/*background: url(images/header-bg1.jpg) no-repeat right;
	background-size: cover;*/
	
}



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

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

/* FDM extra CSS*/
.title-area {
	width: 100%;
	margin: 0 auto !important;
}


/* End FDM extra CSS*/

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

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

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

}
/* End FDM extra CSS*/

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

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


/* FDM extra CSS*/
.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 {
	font-family: 'Heebo', sans-serif;
	color: #315a79;
	display: block;
	font-size: 15px;
	/*font-size: 1.5rem;*/
	font-weight: 300;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	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: #4f87b1;
	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;
	position: static;
	z-index: 99;
	width: 180px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	position: relative;
	word-wrap: break-word;
	text-align: left;
	width: 180px;
}

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

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

.genesis-responsive-menu {
	display: none;
	padding-bottom: 15px;
	position: relative;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	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: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 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 );
	transition: transform .25s ease-in-out;
}

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

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

.nav-primary {
	/*clear: left;
	width: 100%;*/
	/*background-color: #fff;*/
	padding: 8px 0;
	text-align:center;

	/*border-bottom: 1px solid #2d4676;*/
	/*box-shadow: 0 7px 5px -5px rgba(0,0,0,0.50);*/
	border-image-source: url(images/line1.png) top center;
 border-image-repeat: repeat-x;
	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: 0px /*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: #fff;
	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: #315a79;
	/*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;
}


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

html, body {
    height:100%;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
    content: "\f345";
    font: normal 12px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
	color: #ccc;
}

.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
    content: "\f345";
    font: normal 12px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
	color: #ccc;
}



.roles1 {
	background-color: #eee;
	padding:30px;
}

.apply1{
	background-color: #eee;
	padding:30px;
}

h1.entry-title {
	color: #7283a2;
	/*background-color: #7283a2;*/
	/*border: 1px solid #c0c8d7;*/
	/*padding:30px;*/
	font-weight: 800;
}

/* Sticky Element  */


.element-is-sticky {
  background: url(images/logo-small.jpg) no-repeat;
   background-position: 5px 3px;
   background-color: #fff/*#f7f7f3*/;
   min-height: 30px /*60px*/;
   min-width: 140px /*100%*/;
   margin: 0px;
   padding: 0px;
 
   }
   


/* End */

.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-3{
	
	background: none;
	margin-top: 40px;
	
}


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

#text-2.widget, #pcs-content-widget-4.widget, #pcs-content-widget-3.widget, #pcs-content-widget-6.widget, #pcs-content-widget-7.widget, #pcs-content-widget-8.widget, #search-2.widget, #smartslider3-2.widget,#smartslider3-3.widget,#smartslider3-4.widget,#smartslider3-5.widget,#smartslider3-6.widget, #nav_menu-2.widget, #simple-social-icons-2.widget, #pcs-content-widget-5.widget, #smartslider3-7.widget, #smartslider3-8.widget, #smartslider3-9.widget, #displaycategorieswidget-2.widget, #smartslider3-10.widget, #pcs-content-widget-9.widget, #smartslider3-11.widget, #smartslider3-12.widget, #nav_menu-3.widget, #smartslider3-13.widget, #smartslider3-14.widget, #smartslider3-15.widget, #smartslider3-16.widget, #smartslider3-17.widget, #smartslider3-18.widget, #smartslider3-19.widget{
	margin: 0px;
	background: none;
	padding: 0px;
	border: none;
}

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

}

#nav_menu-2 a {
	
	color: #222;
	
}

#nav_menu-2 ul li {
	
	border-bottom: 1px dotted #ddd;
	
}

#nav_menu-2 .widgettitle, #frm_show_form-2 .widgettitle{
	
	/*color: #fff;*/
	
}

.frm_form_widget h3 {
	
	/*color: #fff;*/
}



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





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

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

#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-6 h2 {
	color: #fff;
	font-weight: 700;
	
}

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

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

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

#displaycategorieswidget-2 ul li{
	list-style-type: none;

}


.button1{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	padding: 12px 12px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	text-decoration: none;
	border-radius: 6px;
}


.button1:hover{background-color: #ddd;
border: 1px solid #dedede;
	color: #555;
	text-decoration: none;
	border-radius: 6px;
	}

/* FDM CSS*/
.read-more {
	display:block;
	background-color: #fff;
	border: 1px solid #dedede;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 12px 12px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 120px;
	text-decoration: none;
}


.read-more:hover {background-color: #efefef;
border: 1px solid #dedede;
	color: #555;
	text-decoration: none;
	}
/*END FDM CSS*/
	
.button2 {
	float:right;
	background-color: #555;
	border: 1px solid #555;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	font-weight: 300;
	padding: 12px 12px;
	margin-top: 0px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	text-decoration: none;
}


.button2:hover {background-color: #777;
border: 1px solid #777;
	color: #fff;
	text-decoration: none;
	}

	
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-4 .button1 {
	background-color: #7f8381;
	border: 0;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	padding: 12px 12px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
}

#pcs-content-widget-4 .button1:hover {background-color: #939896;
	color: #fff;
	text-decoration: none;
	}
	
	


#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.widget{
	background: none;
	padding: 0;
}

#nav_menu-3.widget li li{
	margin: 0;
}

#nav_menu-3 li a{
	padding-left: 8px;
		padding-right: 8px;

}

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



.sticky-element-placeholder{
   height:0!important;
}

.mobile-vertical-offset1 {
   height:0 !important;
}


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

.mobile-vertical-offset1 {
   height:157px !important;
}

}

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


.one-third {
	/*padding:8px;*/
}

.genesis-nav-menu .menu-item-2316 > a, #menu-item-2316.current-menu-item > a, #menu-item-2316.current-menu-ancestor > a{
	background-color:#ab314c;
	border-radius: 6px;
	margin: 0px 5px 0px 5px;
	
}

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

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

.genesis-nav-menu .menu-item-2317 > a, #menu-item-2317.current-menu-item > a, #menu-item-2317.current-menu-ancestor > a{
	background-color:#315a79;
	border-radius: 6px;
	margin: 0px 5px 0px 5px;
	
}

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

.genesis-nav-menu .menu-item-2317 > 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:20px;
}
/* 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:30px;

}

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

#pcs-content-widget-4 a {
color: #aaa;
text-decoration: none;
}

#pcs-content-widget-4 a:hover {
color: #eee;
text-decoration: underline;
}


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

#pcs-content-widget-4 h2 {
color: #a6bdf3;
margin:0px;
padding-right:8px;
}

#pcs-content-widget-3, #pcs-content-widget-3 p{
	color:#aaa;
	font-size: 14px;
}



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

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

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








#pcs-content-widget-9 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;display: none;*/ }
.home .nav-primary {/*display: none;*/}
.home .site-inner {/*display: none;*/}
.home .site-footer{/*display:none;*/}
.home .entry-content{/*display:none;*/}

/*
.home.header-image .site-title > a {
	background: url(images/logo.png) no-repeat center center;
	float: left ;*/
	/*min-height: 175px /*60px;*/
	/*width: 100%*//*130px*/ /*100%;*/

/*}
*/

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

.home .site-header .widget-area p{
	color: #151515;
}

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

.home .one-third {
text-align: center;	


}
/*

.home .responsive-menu-pro-button-text, .home .responsive-menu-pro-button-text-open{
	color: rgba(255, 255, 255, 1);
}


	.home .responsive-menu-pro-inner,
    .home .responsive-menu-pro-inner::before,
    .home .responsive-menu-pro-inner::after {
  
        background-color: rgba(255, 255, 255, 1);
   
    }
  

    .home .responsive-menu-pro-open .responsive-menu-pro-inner,
    .home .responsive-menu-pro-open .responsive-menu-pro-inner::before,
    .home .responsive-menu-pro-open .responsive-menu-pro-inner::after {
        background-color: rgba(255, 255, 255, 1);
    }

    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-inner::after,
    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button:hover .responsive-menu-pro-open .responsive-menu-pro-inner::after,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-inner::after,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button:focus .responsive-menu-pro-open .responsive-menu-pro-inner::after {
        background-color: rgba(166, 166, 166, 1);
    }
	
	.home button#responsive-menu-pro-button .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button .responsive-menu-pro-inner::after,
    .home button#responsive-menu-pro-button .responsive-menu-pro-open .responsive-menu-pro-inner,
    .home button#responsive-menu-pro-button .responsive-menu-pro-open .responsive-menu-pro-inner::before,
    .home button#responsive-menu-pro-button .responsive-menu-pro-open .responsive-menu-pro-inner::after {
        background-color: rgba(255, 255, 255, 1);
    }
	
	*/

	
#smartslider3-2 h3, #smartslider3-3 h3{
	
}


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

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

.footer-widgets h3 {
	color: #222;
}

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

.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-color: #f7f7f3;
	border: 1px solid #ebebe7;
	color: #000;
	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: #000;
}

.more-from-category:hover {
	background-color: #f2f2ee;
	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;	
}

.panel_widget_2  {
width:100%;
padding:0px;
background: #1c2c51;
height: auto;	
/*border-bottom: 1px solid #1c2c51;*/
overflow: hidden;
		
}




.panel_widget_2 h3.widgettitle {
	display:none;
	
}


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

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



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


.footer_panel_widget_1  {
width:100%;
/*border-top:1px solid #eeeff0;*/
padding:0px;
background-color: /*#f5f7f8*/ #ffffff;
height: auto;
/*text-align:center;*/
		
}

.footer_panel_widget_1 h3{
color: /*#f5f7f8*/ #5d5d5d !important;
		
}

.footer_panel_widget_1 .wrap {
	

}

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

.footer_panel_widget_2  .wrap {

}

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

		
}

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

.footer_panel_widget_3  .wrap {

}

.footer_panel_widget_4  {
width:100%;
padding: 0px;
background-color: #fff;

		
}

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

.footer_panel_widget_4  .wrap {

}

/* END WIDGET CONTROL*/

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

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

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

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

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




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

	

	/*.nav-primary .wrap, .bumper {
		min-height: 20px;
	}

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

}



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

	/*.nav-primary {
		top: 0;
	}

	.nav-primary .wrap, .bumper {
		min-height: 20px;
	}*/

}

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

	/*.nav-primary .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: 1140px;
margin: 0 auto;
}

/* 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: 300;
		padding-left: 14px;
		padding-right: 14px;
	}

	.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 #ddd;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity .4s ease-in-out;
	}

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

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

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

	.genesis-responsive-menu {
		display: block;
		/*padding-top: 15px;*/
	}

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

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

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

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

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

	.site-inner {
		margin-top: 70px;
		max-width: 1140px;
	}

	/* 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 #dfe2e3;*/
		cursor: pointer;
		text-align: center;
		overflow: hidden;
	}
	
	.one-third:hover {
		/*background-color: #dfe2e3;*/
		
		
	}
/* End FDM extra CSS*/

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0px;
	}
	
	/* FDM CSS*/
.entry { 
	margin-bottom:30px;
	
}
/* END FDM CSS*/

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

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

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

}

@media only screen and (max-width: 960px) {
	
	h1{
		font-size: 36px;
	}
	
.site-header {
	background-image: none;
	/*background-color: #856096;*/
	min-height:100px;
margin: 0 auto !important;
	
	
}


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

.site-header .widget-area h2{
	font-size:18px;
	
	
}

	

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

}



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



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

}

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

}

#pcs-content-widget-4 .button1{
	
	font-size:14px;
	
}


.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%;
	
}
	
	#nav_menu-3 {display: none;}

}

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

}
