/*
	Theme Name: Outreach Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1

	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

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

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/

@import url('https://fonts.googleapis.com/css?family=Esteban|Montserrat:400,500,600,700&display=swap');

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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

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

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

.mepr-account-subscr-id {
 display:none!important; 
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

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

body {
	background-color: #fff;
	color: #1E1E1E;
	font-family: 'Esteban', serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.caldera-grid button,
.caldera-grid html input[type=button],
.caldera-grid input[type=reset],
.caldera-grid input[type=submit] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

::selection {
	background-color: #C33B28;
	color: #fff;
}

a {
	color: #2C8669;
	text-decoration: none;
}

a:hover {
	color: #C33B28;
	text-decoration: underline;
}

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

strong {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

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

li {
	list-style-type: none;
}

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

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

hr {
	clear: both;
    margin: 2em 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 42px;
	color: #288467;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h2 {
	font-size: 32px;
	color: #575757;
	font-weight: 700;
	margin: 25px 0;
	border-bottom: 1px solid #575757;
}

h3,
.widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #288467;
    margin: 10px 0 25px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h5 {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.iframe-container {
  width: 100%;
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.caldera-grid button,
.caldera-grid html input[type=button],
.caldera-grid input[type=reset],
.caldera-grid input[type=submit] {
    background: #2C8669;
    transition: all 0.1s linear;
    border: #288467 2px solid;
    border-radius: 0px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.caldera-grid button:hover,
.caldera-grid html input[type=button]:hover,
.caldera-grid input[type=reset]:hover,
.caldera-grid input[type=submit]:hover {
	background: #fff;
    color: #2C8669 !important;
    text-decoration: none;
}

.button {
	display: block;
	clear: both;
}

.button.large {
	font-size: 17px;
    font-weight: 700;
    padding: .75em;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 700;
	text-transform: uppercase;
}


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

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

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

.site-inner {
	clear: both;
	font-size: 17px;
	overflow: hidden;
}

.entry-content {
	margin: 50px 0 20px;
}

.widget .entry-content {
	margin: 0;
}

.home .site-inner {
	padding: 50px 0 4px 0;
}

.outreach-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

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

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

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

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	padding: 0;
	width: 760px;
}

.outreach-pro-home .content {
	margin: 0;
}

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #f5f5f5;
	font-size: .9em;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

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

.site-header .search-form {
	width: 50%;
}

.entry-content .search-form {
	width: 100%;
	margin: 0 0 1em !important;
    padding: 0 0 2em !important;
    border-bottom: 1px solid #eee;
}

.entry-content .search-form input {
	margin: 1em 0 0;
}

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

.search-result {
    overflow: hidden;
    margin: 0 0 1em !important;
    padding: 0 0 1em !important;
    border-bottom: 1px solid #eee;
}

.search-result img {
	float: left;
	margin-right: 1em;
}

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

h1.entry-title, h1.archive-title, .home h2.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
    border: none;
}

.big-leader .wrap {
	height: 300px;
}

.big-leader .featured-image-overlay {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.archive-title {
	font-size: 20px;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #1E1E1E;
}

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

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

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

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	color: #666;
    text-align: center;
    font-style: italic;
}

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


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

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

.widget li {
	border-bottom: 1px dotted #95c2b4;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

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

.widget li li {
	border: none;
	margin: 0 0 0 1em;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

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

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

.featured-content .entry {
	margin-bottom: 20px;
}

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

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}

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

.site-header {
	background-color: #fff;
	min-height: 110px;
}

.site-header .widget {
	margin-bottom: 0;
}

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

#text-10 {
	display: block;
	float: left;
	margin: .5em 0;
}

#text-10 p {
	color: #288467;
	line-height: 1.1em;
	font-style: italic;
	text-align: left;
}

#execphp-2 {
	display: block;
	float: right;
	margin: .5em 0;
}

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

.title-area {
	float: left;
	padding: 14px 0;
	width: 340px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

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

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

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: left;
	width: 740px;
}

.site-header .widget-area a,
.mepr-login-actions a
 {
	color: #288467;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.1s linear;
    border: #288467 2px solid;
    border-radius: 0px;
    padding: 5px 10px;
}

.site-header .widget-area a.reverse {
	color: #fff;
	background: #288467;
    border: #288467 2px solid;
}

.site-header .widget-area a:hover,
.mepr-login-actions a:hover {
	color: #fff;
	background: #288467;
    border: #288467 2px solid;
    text-decoration: none;
}

.site-header .widget-area a.reverse:hover {
	color: #288467;
	background: #fff;
    border: #288467 2px solid;
    text-decoration: none;
}

.site-header .widget li {
	border: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	display: flex;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	font-family: 'Montserrat', sans-serif;
	color: #1E1E1E;
	text-align: center;
	cursor: pointer;
}

.genesis-nav-menu .menu-item {
	display: block;
    flex-grow: 1;
}

.genesis-nav-menu a {
	display: block;
	padding: 1em 0;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .current-page-ancestor >a,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	background-color: #2C8669;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 14px 20px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

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

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

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

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

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

.nav-primary {
	background-color: #CFDAD6;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #1E1E1E;
	content: "\f333";
	display: inline-block;
	font: normal 36px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

/* MEMBERPRESS */

.mepr-nav-item a,
.mepr-account-change-password a,
.mepr-price-menu.minimal_horizontal .mepr-price-box-button a {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.1s linear;
    background: #288467;
    border: #288467 2px solid;
    border-radius: 0px;
    padding: 5px 10px;
}

.mepr-nav-item a:hover,
.mepr-account-change-password a:hover,
.mepr-price-menu.minimal_horizontal .mepr-price-box-button a:hover {
	color: #288467;
	background: #fff;
    border: #288467 2px solid;
    text-decoration: none;
}

.mepr-price-menu.minimal_horizontal .mepr-price-boxes {
	display: flex;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box,
.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-4-col .mepr-price-box {
	flex: 3;
    background-color: #CFDAD6 !important;
    margin: 5px;
    border: 2px solid #2B8669;
    border-radius: 0 !important;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-heading {
    font-size: 90%;
}

@media (max-width: 1023px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes {
		display: block;
	}

	.mepr-price-menu.minimal_horizontal .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-1-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-2-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-3-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-4-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-5-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-7-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-8-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-9-col .mepr-price-box,
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-10-col .mepr-price-box {
	    width: 100%;
	}
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}

.mepr-price-menu.minimal_horizontal .mepr-price-box-price {
	font-family: 'Montserrat', sans-serif;
    font-size: 150%;
    font-weight: 500;
}

.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
    display: none;
}

.mepr-account-actions a {
	display: block;
}


/* MEMBERPRESS OVERRIDES re: July 2022 */


.mepr-account-row-action .mepr-account-upgrade,
.mepr-account-row-action .mepr-account-suspend {
display:none!important;
}


/* Members Only Page
--------------------------------------------- */

.page-id-2054 .entry-content ul {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.page-id-2054 .entry-content li {
	clear: both;
}

.page-id-2054 .entry-content img {
	float: left;
	margin-right: 20px;
	height: 150px !important;
	margin-bottom: 20px;
}

.page-id-2054 .entry-content strong {
	font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
}




/* Database Pages
--------------------------------------------- */

.db-menu {
	background: #288467;
	border: 25px solid #288467;
	margin-bottom: 2em;
}

.db-menu h2 {
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 15px;
	border: none;
}

.db-menu select {
	border-radius: 0;
	padding: .5em;
	font-family: "Montserrat", sans-serif;
	font-size: 1.125em;
	font-weight: 500;
    color: #1E1E1E;
}

.responsive-tabs ul.responsive-tabs__list {
	font-family: 'Montserrat', sans-serif;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
	color: #2B8669 !important;
    font-weight: 600;
}

.responsive-tabs .responsive-tabs__heading--active,
.responsive-tabs .responsive-tabs__heading--active:hover {
	background: none !important;
	color: #2B8669 !important;
    font-weight: 600 !important;
}


/* CONTENT VIEWS PAGES
--------------------------------------------- */

.pt-cv-view .pt-cv-ifield {
    margin: 0 0 1em !important;
    padding: 0 0 1em !important;
    border-bottom: 1px solid #eee;
}

.pt-cv-view .pt-cv-readmore {
	border:none;
	margin:6px 0;
	text-transform:none
}

.pt-cv-view .pt-cv-readmore,
.pt-cv-readmore,
#pt-cv-view-7a7470bhjx .pt-cv-readmore,
.pt-cv-view .pt-cv-readmore.pt-cv-textlink {
	display: table;
	margin: .5em 0 !important;
	background-color: #288467 !important;
	color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.1s linear;
    border: #288467 2px solid;
    border-radius: 0px;
    padding: 6px 12px !important;
}

.pt-cv-view .pt-cv-readmore:hover,
.pt-cv-readmore:hover,
#pt-cv-view-7a7470bhjx .pt-cv-readmore:hover,
.pt-cv-view .pt-cv-readmore.pt-cv-textlink:hover {
	display: table;
	margin: .5em 0 !important;
	background-color: #fff !important;
	color: #288467 !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.1s linear;
    border: #288467 2px solid;
    border-radius: 0px;
    padding: 6px 12px !important;
}


/* Home Page
--------------------------------------------- */

.widget_revslider {
	margin: 0;
}

.home-top {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	display: block;
}

.home-top .widget-title {
	margin: 10px 0 5px;
}

.home-top .featuredpage {
	margin: 10px;
}

@media only screen and (min-width: 480px) {
	.home-top {
		display: flex;
	}

		.home-top .featuredpage {
		flex: 3;
	}
}

.outreach-pro-home .content {
	padding: 0;
}

.outreach-pro-home .content p {
	margin: 0 1.5em 24px;
}

.outreach-pro-home .content .entry-content p {
	margin: 0 0 24px;
}

.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Contact Page
--------------------------------------------- */

span.wpcf7-list-item {
    display: block !important;
    margin: .5em 0 0 1em !important;
}

/* VIdeos
--------------------------------------------- */

.vimeography-title,
.vimeography-subtitle {
    display: none;
}

.vimeography-thumbnail {
	background: #292d33 !important;
    border: 1px solid #ccc;
}

.vimeography-thumbnail-img {
	opacity: 1 !important;
}

.vimeography-thumbnail figcaption:hover {
    background-image: url(images/video_overlay.png);
    background-size: contain;
}

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 1em;
}

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

.entry-content ol > li {
	list-style-type: decimal;
	margin-bottom: 1em;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 1em;
}

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

.entry-content code {
	background-color: #333;
	color: #ddd;
}

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

.entry-footer .entry-meta,
.entry-header .entry-meta {
	display: none;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

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

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

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

.pagination {
    margin: 40px 0 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6ab446;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


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

.sidebar {
	color: #ccc;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .widget {
	background-color: #111;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover{
	color: #fff !important;
}

li#menu-item-3850 a {
	font-size: 22px;
    font-weight: 600;
    color: #288467;
    margin: 10px 0 25px;
}

li#menu-item-3850 .sub-menu a {
	font-size: 15px;
    font-weight: 400;
    color: #aaa;
    margin: 5px 0;
}

li.current-menu-item a {
	color: #fff !important;
	text-decoration: underline;
}

li.current-menu-item .sub-menu a {
	color: #aaa !important;
	text-decoration: none;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #2B8669;
	padding: 30px 0;
	color: #fff;
}

.sub-footer .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub-footer .widget {
	margin: 0;
}

/* HIDE SUB FOOTER WHILE LOGGED IN & ON JOIN PAGE */

.logged-in .sub-footer,
.postid-2162 .sub-footer,
.page-id-3165 .sub-footer {
	display: none;
}

.sub-footer-left {
	flex: 3;
	font-size: 16px;
}

.sub-footer-left .widget-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.sub-footer-left a {
	color: #fff;
	text-decoration: underline;
}

.sub-footer-left a:hover {
	color: #CFDAD6;
	text-decoration: underline;
}

.sub-footer-right {
	flex: 3;
	text-align: right;
}


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

.footer-widgets {
	background-color: #CFDAD6;
	color: #1E1E1E;
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	padding: 60px 0 30px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

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

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

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

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

#menu-footer-quick-links .widget li {
    border-bottom: 1px dotted #95c2b4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#menu-footer-quick-links a {
	color: #1E1E1E !important;
}

#menu-footer-quick-links a:hover {
    color: #1E1E1E;
    text-decoration: underline;
}

#custom_html-4 a:link,
#custom_html-4 a:visited {
	display: block;
	padding: .5em;
	background-color: #288467;
	border: 2px solid #288467;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#custom_html-4 a:hover {
	background-color: #fff;
	color: #288467;
	text-decoration: none;
}

/* WALL OF REMEMBERANCE */

#pt-cv-view-a19ddc34cl .pt-cv-ifield {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ccc;
}

#pt-cv-view-a19ddc34cl .cvp-responsive-image[style*="background-image"] {
	display: block;
	float: left;
	margin-right: 2em;
}

#pt-cv-view-a19ddc34cl .pt-cv-ctf-list {
	float: left;
}

.pt-cv-ctf-name {
    margin-right: 5px;
}

/* FRONT END PM - SURNAME DATABASE */

#fep-header {
	display: none;
}

#fep-menu {
	display: none;
}

.fep-action-table {
	display: none;
}

.fep-cb-check-uncheck-all-div {
	display: none;
}

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

.site-footer {
	background-color: #fff;
	color: #1E1E1E;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 40px 0;
	text-align: center;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

.site-footer a {
	display: inline-block;
	padding: 0 .5em;
	color: #1E1E1E;
}

.site-footer a:hover {
	color: #1E1E1E;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}
.messager-container {
    margin-bottom: 40px;
}
.alignEnd{
	display: inline-block;
}
.messager-top{
	text-align: right;
	padding: 15px 0;
}

.messager-box {
    display: flex;
    border: 1px solid #dddd;
}
.messager-sidebar {
    max-width: 25%;
    width: 100%;
    border-right: 1px solid #ddd;
}
.content-search {
    padding: 15px;
}

ul.contact-list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
ul.contact-list li {
    padding: 0;
    margin: 0;
    list-style: none;
	display: block;
	border-top: 1px solid #ddd;
}
ul.contact-list li a {
    display: block;
    padding: 1em;
    color: #000;
}
.messager-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.messager-header {
    padding: 15px 20px;
    display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.userPhoto {
    padding: 2%;
    background: #ddd;
    border-radius: 50%;
	margin-right: 15px;
	overflow: hidden;
}
.userPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatarea {
    min-height: 200px;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}
ul.messages {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
}
ul.messages li {
    margin: 10px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
	justify-content: flex-end;
	max-width: 45%;
}
ul.messages li.msg.send {
    align-self: flex-end;
}
.msg-content {
    padding: 4px 15px;
    font-size: 14px;
    display: inline-flex;
    border-radius: 10px;
}
ul.messages li.msg.receive .msg-content {
    background: #2C8669;
    color: #fff;
    border-bottom-right-radius: 0;
    align-self: flex-start;
}
ul.messages li.msg.send .msg-content{
    align-self: flex-end;
    background: #ddd;
    border-top-left-radius: 0;
}
.receive span.msg-time {
    text-align: left;
}
.msg-time {
    font-size: 11px;
    display: block;
    text-align: right;
    padding: 2px 10px;
    color: #000;
    opacity: 0.5;
}
.messager-footer {
    margin-top: auto;
	padding: 15px 20px;
	border-top: 1px solid #ddd;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.wrap {
		max-width: 960px;
	}

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

	.sub-footer-left {
		width: 710px;
	}

	.content {
		width: 630px;
	}

	.site-header .widget-area {
		width: 600px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}

	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}

	.page-id-2054 .entry-content img {
		float: left;
		margin-right: 20px;
		height: 150px !important;
		margin-bottom: 20px;
	}
}

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

	.wrap {
		max-width: 768px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5% 16px;
	}

	.header-image .site-title a {
		background-position: top !important;
	}

	.site-header .widget-area {
		padding: 0;
	}

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

	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sub-footer-left {
		width: 520px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

	.sub-footer-left .widget-title {
    	font-size: 39px;
	}

	.page-id-2054 .entry-content img {
		float: left;
		margin-right: 20px;
		height: 150px !important;
		margin-bottom: 20px;
	}

}

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

	#text-10 {
		float: none;
	}

	#text-10 p {
		text-align: center;
	}

	#execphp-2 {
    	float: none;
	}

	h1.entry-title, h1.archive-title, .home h2.entry-title {
    	font-size: 24px;
    	font-size: 2.4rem;
    	padding: 45px 25px;
    	border: none;
	}

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

	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-bottom .widget {
		text-align: center;
		width: 48%;
	}

	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.sub-footer-left .widget-title {
    	font-size: 36px;
	}

	.page-id-2054 .entry-content img {
		float: left;
		margin-right: 20px;
		height: 150px !important;
		margin-bottom: 20px;
	}

}

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

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		line-height: 1;
		padding: 18px 20px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: #2B8669;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: #2B8669;
		border: none;
		color: #fff;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}

	.sub-footer .wrap {
		text-align: center;
	}

	.sub-footer .wrap {
		display: block;
	}

	.sub-footer-left .widget-title {
    	font-size: 32px;
	}

	.sub-footer-left .text-widget {
    	margin-bottom: 25px;
	}

	.sub-footer-right {
		text-align: center;
	}

	#footer-left {
		float: none;
	}

	#footer-right {
		float: none;
	}

	.page-id-2054 .entry-content li {
		margin-bottom: 25px;
	}

	.page-id-2054 .entry-content img {
		float: none;
		margin-right: 0;
		height: auto !important;
		margin-bottom: 0;
	}

}

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

	.content {
		padding: 0 30px 30px;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}

	.page-id-2054 .entry-content li {
		margin-bottom: 25px;
	}

	.page-id-2054 .entry-content img {
		float: none;
		margin-right: 0;
		height: auto !important;
		margin-bottom: 0;
	}

}

li.active{ background-color: #2C8669;}
li.active a{ color:#fff !important}

/* width */
.modal-body ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.modal-body ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.modal-body ::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
.modal-body ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#ssearch .dbfmsec #province,
#ssearch .dbfmsec #region { 
  margin: 10px;
  padding: 10px;
  width: 12%;
  position: relative;
  font-family: arial;
}


#mname, #ssearch .dbfmsec #name { margin-top: 15px; position: relative; }
#surSuggest, #twnSuggest { 
            background: #fff; padding: 5px;
            display: none; box-shadow: 3px 3px 3px #888; 
            width: 300px; height: 300px; overflow: auto; 
            border: solid 2px #ccc; border-top: none;
            position: absolute;  
            z-index: 99999;
}
.sugSurIndv, .sugTwnIndv { width: 100%; border-bottom: solid 1px #ddd; }
.sugSurIndv:hover, .sugTwnIndv:hover { background-color: #77ff77; cursor: pointer; }
#surNote { padding: 5px; font-size: 14px; margin: 5px; }
#mtown { position: relative; }

#ssearch .dbfmsec #town { position: relative; }

#iggTopBar {
  position: absolute; 
  height: 40px; top:0px; 
  color: #fff; font-family: arial; background-color: #288467;
  border: solid 0px #000;
  width: 100%;
}

#iggTopBar #topBarIcons {
  position: absolute; right: 5px;
}

#iggTopBar .iconLink {
  width: 40px; color: #fff; margin: 3px;
}
.site-container {
  margin-top: 32px;
}

#dbwinbar { color: #ffffff; position: fixed; bottom: 0px; width: 100%; height: 30px; padding: 3px; padding-left:15px; background-color: #2C8669; border-top: solid 1px #333; font-size: 12px; font-family: arial; }

#searchFrame { width:100%;height:1200px; }



input, select, textarea {
    border: solid 1px #cccccc;
}

////* OVERRIDES */////

.entry-header {
display: none!important;

}