/*
	Theme Name: Centric Theme 
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1.1
 
	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, 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.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- 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 Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


/*
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:sans-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}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

body {
	background-color: #fff;
	color: #2e2f33;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #5F449C;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

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

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

img {
	height: auto;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	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: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

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

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.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: #2e2f33;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #5F449C;
	color: #fff;
}

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


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
}

.centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

.page-id-2232 main.content {
  background-image: url("images/homeinnerbg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 115% auto;
}

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

/* Content */

.content {
	float: right;
	padding: 80px 0;
	width: 960px;
}

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

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

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

/* Primary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

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

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

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

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

.page-title {
	color: #2e2f33;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 36px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #5F449C;
}

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

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #2e2f33;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

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

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

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

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

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

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

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

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

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

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

.widget li li {
	border: none;
	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: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

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


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

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


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

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

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

.cc_box {
  border: 1px solid #aaa;
  border-radius: 20px;
  padding: 20px !important;
  width: 80%;
}

li.force-readonly input {
  border: medium none!important;
}

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

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


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

.site-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	zmin-height: 160px;
}

.home .bumper {
	zmin-height: 160px;
}

.bumper {
	min-height: 105px;
}

.parent-page-compassionate-bereavement-care .bumper,
.compassionate-bereavement-care .bumper,
.single.certification-news .bumper,
.single.compassionate-bereavement-care .bumper {
	min-height: 31px;
}

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

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}


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

.title-area {
	float: left;
	padding: 0;
	width: 282px;
	margin-top: 12px;
}

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

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

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

.site-description {
    height: 0;
    text-indent: -9999px;
}

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

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

.parent-page-compassionate-bereavement-care .title-area,
.compassionate-bereavement-care .title-area,
.single.certification-news .title-area,
.single.compassionate-bereavement-care .title-area {display: none;}

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

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	padding-top: 0px;
	width: 70%;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #000;
}

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

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
	border-bottom: 1px solid #37275d;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: 211px 60px !important;
}

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



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

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	text-align: center;
}

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

.genesis-nav-menu li a {
	color: #37275D;
	display: block;
	padding: 22px;
}

.nav-primary .genesis-nav-menu li a {
  font-weight: bold;
  text-transform: uppercase;
  padding: 69px 22px 17px;
}

.nav-primary .genesis-nav-menu li:hover a {color: #fff;}

.nav-primary .genesis-nav-menu li a::after {
  content: "learn more";
  display: block;
  font-size: 56%;
  padding-top: 11%;
  text-align: center;
}

.nav-primary .genesis-nav-menu li:hover a:after,
.nav-primary .genesis-nav-menu li a:hover:after {
	color: #5F449C;
	}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.nav-primary .genesis-nav-menu li a:hover {
	background-color: rgba(255, 255, 255, 0);
	}

.site-header .genesis-nav-menu li a:hover,
.site-header .genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #000;
	text-decoration: underline;
}



.genesis-nav-menu .sub-menu {
	background-color: #5F449C;
	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: 185px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 177px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

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

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

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

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

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

.nav-primary {
	position: relative;
	z-index: 98;
}


.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #B2BB1B;
}

.nav-primary .genesis-nav-menu li {
  background: rgba(0, 0, 0, 0) url("//missfoundation.org/wp-content/mediafiles/2016/06/test-nav-icon.png") no-repeat scroll center 16%;
  border-left: 2px solid white;
  border-right: 2px solid white;
  margin: 0 -2px;
  padding: 0 20px;
}

.nav-primary .genesis-nav-menu li:hover {
	background: #5F449C url("//missfoundation.org/wp-content/mediafiles/2016/06/test-nav-icon.png") no-repeat scroll center 16%;
	}



.nav-primary .genesis-nav-menu li li {
	background: #5F449C; 
	border: 0px;
	padding: 10px 0 0 10px;
	}

.nav-primary .genesis-nav-menu li li a,
.nav-primary .genesis-nav-menu li li a:hover {
	color: #fff; 
	background: none;
	padding: 13px 0;
	text-transform: none;
	}

.nav-primary .genesis-nav-menu li li a:hover {text-decoration: underline;}

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

.nav-primary .genesis-nav-menu li li:hover {
	background: #5F449C;
	}

.nav-primary .sub-menu {margin-left: -18px;}

.parent-page-compassionate-bereavement-care .nav-primary,
.compassionate-bereavement-care .nav-primary {display: none;}

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

.nav-secondary {
	display: none;
}

/* ----- show secondary nav in Cert section pages, posts ------ */
.parent-page-compassionate-bereavement-care .nav-secondary::before,
.compassionate-bereavement-care .nav-secondary::before,
.single.certification-news .nav-secondary::before,
.single.compassionate-bereavement-care .nav-secondary::before {
  background: #5f449c none repeat scroll 0 0;
  color: #fff;
  content: "Compassionate Bereavement Care®";
  display: block;
  font-family: Georgia;
  font-size: 2em;
  min-height: 10px;
  padding-left: 20%;
  width: 100%;
}

.parent-page-compassionate-bereavement-care .nav-secondary,
.compassionate-bereavement-care .nav-secondary,
.single.certification-news  .nav-secondary,
.single.compassionate-bereavement-care .nav-secondary
 {
  background: #B2BB1B;
  display: block;
  margin-top: 100px;
}


.parent-page-compassionate-bereavement-care .genesis-nav-menu li a,
.compassionate-bereavement-care .genesis-nav-menu li a,
.single.certification-news .genesis-nav-menu li a,
.single.compassionate-bereavement-care .genesis-nav-menu li a {
	color: #fff;
	font-weight: bold;
	}


.parent-page-compassionate-bereavement-care .genesis-nav-menu li a:hover,
.parent-page-compassionate-bereavement-care .genesis-nav-menu .current-menu-item > a,
.compassionate-bereavement-care .genesis-nav-menu li a:hover,
.compassionate-bereavement-care .genesis-nav-menu .current-menu-item > a,
.single.certification-news .genesis-nav-menu li a:hover,
.single.certification-news .genesis-nav-menu .current-menu-item > a,
.single.compassionate-bereavement-care .genesis-nav-menu li a:hover,
.single.compassionate-bereavement-care .genesis-nav-menu .current-menu-item > a {
	color: #5f449c;
}


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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #37275D;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .widget:first-child {
	zpadding-top: 140px;
}

.home-widgets .widget:last-child {
	zpadding-bottom: 140px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}

.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured {
  background: #37275d none repeat scroll 0 0;
}

.home-featured .wrap {
	margin-top: -54px;
	zmax-width: 782px;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	font-size: 20px;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
  	background-color: #5a4098;
  	background-image: url("//missfoundation.org/wp-content/mediafiles/2016/07/map1.png");
  	background-position: center center;
  	background-repeat: no-repeat;
  	border-top: 40px solid transparent;
  	color: #fff;
  	font-weight: bold;
  	margin-top: -35px;
  	min-height: 355px;
  	position: relative;
	}


.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-2 h4.widgettitle {
	font-weight: bold;
	}

.home-widgets-2 a {color: #fff;}

.home-widgets-2 a:hover {text-decoration: underline;}

.home-widgets-3.color-section.widget-area {
	color: #2e2f33;
	background-color: #fff;
	position: relative;
	border-top: 60px solid transparent;
	margin-top: -35px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-3:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}


.home-widgets-3.color-section.widget-area h4.widgettitle,
.home-widgets-3.color-section.widget-area h2.entry-title a  {
	font-weight: bold;
	color: #2e2f33;
	}

.home-widgets-3.color-section.widget-area p a.more-link {
	color: #fff;
	background: #b2bb1b;
	}

.home-widgets-3.color-section.widget-area p a.more-link:hover {
	background: #5F449C;
	}

.home-widgets-4 {
	background-color: #2e2f33;
	color: #fff;
}

.home-widgets-5 {
	background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.entry {
	margin-bottom: 80px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

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

.entry-content ol > li {
	list-style-type: decimal;
}

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

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

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

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

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

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

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

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

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

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

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

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

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

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #5F449C;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

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

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


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

.sidebar {
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}

.sidebar_subscribe {
  border: 1px solid #5a4098;
  border-radius: 10px;
  padding: 10px 20px;
}


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

.footer-widgets {
	background-color: #ddd7ce;
	color: #2e2f33;
	clear: both;
	padding: 40px 0 20px;
	font-size: .8em;
}

.footer-widgets,
.footer-widgets a {
	color: #2e2f33;
}

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

.footer-widgets input {
	color: #2e2f33;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 24%;
	}

.footer-widgets-2 {
	}

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

.footer-widgets-3 .widget {
  float: right;
  padding: 0;
}

.footer-widgets-3 .widget h4.widgettitle {
  font-size: inherit;
  margin-bottom: 7px;
  text-transform: none;
}

.footer-widgets-3 ul li {
  display: inline-block;
  line-height: 1.3em;
  margin: 53px 0 0;
  padding: 10px;
}

.footer-widgets-3 ul li a:hover {
	text-decoration: underline;
	}

.footer-widgets-4 {
	width: 540px;
}

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

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

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


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

.site-footer {
	background-color: #5A4098;
	font-size: 12px;
	font-weight: 700;
	padding: 20px 0 1%;
	border-bottom: 40px solid #ddd7ce;
}

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

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

.site-footer p {
	margin: 0 auto;
	text-align: center;
}





/*
Customizations
---------------------------------------------------------------------------------------------------- */

#nav_menu-3 {float: left; margin-top: 3%;}

#black-studio-tinymce-4 {float: right;}

.site-header.shrink #nav_menu-3 {margin-top: 2%;}

#simpleimagelink-16 {float: right;}


#simpleimagelink-16 {
  margin-bottom: 0;
  margin-left: 13%;
  width: 20%;
}

.site-header.shrink #simpleimagelink-16 {width: 16%;}

.cert_home_gate {}

.cert_home_gate_left {
  width: 50%;
  float: left;
}

.cert_home_gate_right {
  width: 50%;
  float: right;
}

.cert_home_lstate {
  clear: both;
  color: #414141;
  display: inline-block;
  font-family: serif;
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin: 37px 0;
}

.archive .type-volunteer .entry-content img {
  float: left;
  margin: 10px 40px 0 0;
}

.single-volunteer .volunteer .entry-content .addtoany_content_bottom {
  display: none;
}

.single-volunteer .volunteer .entry-content .wp-post-image {
  float: left;
  margin-right: 20px;
}

/*--- Cert section header icons hide on main, show in cert section ----*/
#simpleimagelink-17,
#simpleimagelink-18,
#simpleimagelink-19 {display: none;}

.parent-page-compassionate-bereavement-care #simpleimagelink-17,
.parent-page-compassionate-bereavement-care #simpleimagelink-18,
.parent-page-compassionate-bereavement-care #simpleimagelink-19,
.compassionate-bereavement-care #simpleimagelink-17,
.compassionate-bereavement-care #simpleimagelink-18,
.compassionate-bereavement-care #simpleimagelink-19,
.single.certification-news #simpleimagelink-17,
.single.certification-news #simpleimagelink-18,
.single.certification-news #simpleimagelink-19,
.single.compassionate-bereavement-care #simpleimagelink-17,
.single.compassionate-bereavement-care #simpleimagelink-18,
.single.compassionate-bereavement-care #simpleimagelink-19  {display: block;}


/*--- Cert section connect icons, header menu, C.A.R.E.S. menu - hide in cert section posts ----*/

.single.certification-news #black-studio-tinymce-4,
.single.compassionate-bereavement-care #black-studio-tinymce-4,
.single.certification-news #nav_menu-3,
.single.compassionate-bereavement-care #nav_menu-3,
.single.certification-news .nav-primary,
.single.compassionate-bereavement-care .nav-primary {display: none;}



.header_icons {
  background: #b2bb1b none repeat scroll 0 0;
  display: inline-block;
}

.header_icons img {
  margin: 10px 12px 0;
}

.popup_sm_icons .wrap a img {
  margin: 10px 5px 26px;
}

.home-widgets-1 .widget_simpleimagelink_container {
  line-height: 0;
  padding-bottom: 0;
}

#simpleimagelink-17,
#simpleimagelink-18,
#simpleimagelink-19 {float: right;}

.widget.AnythingPopup_widget {
  float: right;
  margin: 16px 13px 0 -90px;
  position: relative;
  z-index: 9999;
}

.home #AnythingPopup_BoxContainerFooter1 {
  opacity: 0.7;
}

.home #AnythingPopup_BoxContainer1 {
  height: 352px;
  left: 66% !important;
  top: 11% !important;
}

.home #AnythingPopup_BoxContainerHeader1 {}

.home #AnythingPopup_BoxContainerBody1 {
}


#simpleimagelink-4 {
  margin-right: 67px !important;
}

#simpleimagelink-4, #simpleimagelink-5, #simpleimagelink-6 {
  float: right;
  padding: 0 !important;
  width: 35px;
}

.about_expander {
	background: #eee none repeat scroll 0 0;
	border: 1px solid;
	margin-top: 25px;
	padding: 10px;
	display: inline-block;
	float: left;
	min-width: 100%;
}

.about_expander .collapseomatic {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 23px;
}

#enhancedtextwidget-3 .widget-text {text-align: center;}

.sidebar_sm_icons {
  margin: 0 auto;
  width: 100%;
}

.sidebar_sm_icons .wrap {
  margin: 0 auto;
  text-align: center;
}

.sidebar_sm_icons a {margin: 7px;}

.old_cert_inner_column {
  float: right;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: 40px;
  width: 267px;
}

.old_cert_inner_column h2 {
  font-size: 1.5em;
}

.old_cert_inner_column h2 a {
    font-size: 0.8em;
}

td.rtecenter {
  text-align: center;
  width: 30%;
}


.show_audio_files.pum-trigger {
  border: 2px solid #5a4098;
  border-radius: 5px;
  display: inline-block;
  float: right;
  font-weight: bold;
  margin-right: 18px;
  padding: 5px 10px;
  text-align: center;
}

#popmake-3984 h4 {
  margin-bottom: 2px;
  margin-top: 13px;
}



/**************************** provider search form customizations  ************************/



.gmw-results-count {
	margin-bottom: 20px!important;
	}

.gmw-pt-pagination-wrapper {
	display: none;
	}

.wppl-results-wrapper {
	margin-top: 20px;
	}

#wppl-thumb.wppl-thumb {
	display: none;
	}

#wppl-taxes-wrapper.wppl-taxes-wrapper div.wppl-taxes span {
	display: none;
	}

h2.wppl-h2 a {
	cursor: text;
	}

h2.wppl-h2 a:hover {
	color: #9DA407!important;
	}

.prov_info_header {
  display: inline-block;
  width: 100px;
}


.provider a.post-edit-link {display: none;}

.acps_results h1.page-title {
	margin-bottom: 40px!important;
	}

div.acps_form_container.has_title.title_inside {
	width: 50%;
	}

.page-id-1614 div.acps_form_container.has_title.title_inside,
.search_2 div.acps_form_container.has_title.title_inside {
	width: 98%;
	}

p.acps_keyword_input  {
	width: 50%;
	}

.single-provider .post-meta span.categories,
.single-supporter .post-meta span.categories {
	display: none;
	}

.single-provider .post-meta,
.single-supporter .post-meta {
	border-top: 0px;
	}

.single-provider .entry-content p,
.single-supporter .entry-content p {
	margin: 3px 0;
	}

div.acps_results section.acps_results_list header.page-header:after {
  content: "(Click Provider name below for additional details.)";
  float: left;
  margin-bottom: 50px;
  margin-top: -32px !important;
  width: 100%;
}

.page-id-1614 .search-intro,
.search_2 .search-intro {
  float: left;
  width: 100%;
}

.page-id-1614 .search_geo,
.search_2 .search_geo {
  float: left;
  width: 45%;
}

.page-id-1614 .search_name,
.search_2 .search_name {
  border-left: 1px solid;
  float: right;
  padding-left: 55px;
  width: 45%;
}

.page-id-1614 .gmw-results-wrapper.gmw-results-wrapper-1.gmw-pt-results-wrapper,
.search_2 .gmw-results-wrapper.gmw-results-wrapper-1.gmw-pt-results-wrapper,
.search_2 .gmw-results-wrapper.gmw-results-wrapper-2.gmw-pt-results-wrapper {
  margin-top: 115px;
  width: 785px;
}

h3.search_title {
  background: #b5bc24 none repeat scroll 0 0;
  border: 1px solid #aaa;
  border-radius: 14px;
  display: block;
  font-weight: bold;
  margin: 12px auto 15px !important;
  text-align: center;
  width: 50%;
}

.page-id-1614 .acps_form_container.has_title.title_inside h3.acps_form_title,
.search_2 .acps_form_container.has_title.title_inside h3.acps_form_title {display: none;}


.page-id-2158 a.gmw-more-link {font-weight: bold;}


a.vol_btn {
  background: #b2bb1b none repeat scroll 0 0;
  border: 1px solid #5f449c;
  border-radius: 7px;
  box-shadow: 2px 2px 2px #666;
  color: white;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 5px 10px;
}

a.vol_btn:hover {
  box-shadow: none;
}

/*
Shop Customizations
---------------------------------------------------------------------------------------------------- */

.archive.woocommerce ul.products li.product a.button {
  white-space: normal;
}

.woocommerce-page div.product div.thumbnails::before {
  content: "Click below for additional product views" !important;
  display: block !important;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}


.product_meta span.sku_wrapper {display: none;}

#product-2900 img.wp-post-image {
  border: 1px solid #ddd;
  box-shadow: 3px 3px 3px #ddd;
}


li.product-category a h3 mark.count {display: none;}

.pro_price_extra_info {
  clear: left;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.post-type-archive-product.woocommerce.woocommerce-page .page-description {
  margin: 0 auto;
  width: 75%;
}

.post-type-archive-product.woocommerce.woocommerce-page ul.products li.product-category.product a h3 {
  text-align: center;
}

.shop_featured_section {
  border: 1px solid #5c419a;
  border-radius: 20px;
  display: inline-block;
  margin: -50px auto 52px;
  padding: 20px 20px 0;
  width: 100%;
}

.shop_featured_headline {
  color: #5c419a;
  float: left;
  font-size: 29px;
  font-weight: bold;
  padding-top: 22%;
  text-align: center;
  width: 36%;
}

.shop_featured_product {
  float: right;
  width: 54%;
}

.woocommerce .shop_featured_product ul.products li.product.type-product {
  width: auto;
  margin: 0;
}

.woocommerce .shop_featured_product ul.products li.product.type-product a img {
  width: 60%;
  margin: 0 auto;
}

.paypal_product p.price span.woocommerce-Price-amount.amount,
.paypal_product .summary form.cart {
  display: none;
}

.paypal_product .paypal_payform {
  width: 50%;
}

.woocommerce.prod_img_38 .product a img.wp-post-image {
  margin: 0 auto;
  width: 38%;
}

.woocommerce.prod_img_75 .product a img.wp-post-image {
  margin: 0 auto;
  width: 75%;
}

z.archive.tax-product_cat.woocommerce.product-columns-5 .content {width: 100%;}

z.archive.tax-product_cat.woocommerce.product-columns-5 .sidebar {display: none;}


/*
Registration/payment forms
---------------------------------------------------------------------------------------------------*/

.gfield.gf_cc_pmt_section.field_sublabel_below.field_description_below.gfield_visibility_visible {
  border: 1px solid #333;
  margin-top: 35px;
  padding: 10px;
  width: 95%;
}


a.sidebar_button {
  background: #5f449c none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}


.gfield.gf_box_top {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 10px 10px!important;
  width: 98%;
}

.gfield.gf_box_bottom {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px!important;
  width: 98%;
  margin-top: 0!important;
}

a.sidebar_button:hover {
  text-decoration: underline;
  color: #fff;
}

.post-406 li.gchoice_3_30_21,
.post-406 li.gchoice_3_30_32,
.post-406 li.gchoice_3_30_33 {
  display: none;
}


.cc_fields_top, .cc_fields_bottom {
  border: 1px solid #5a4099;
  padding: 5px 10px !important;
}

.cc_fields_top {
  border-bottom: 0 none;
  border-radius: 10px 10px 0 0;
}

.cc_fields_bottom {
  border-radius: 0 0 10px 10px;
  border-top: 0 none;
  margin-top: -2px !important;
}

/*
Top "Hero" Image.  Hidden by default, displayed on pages with .show-top-hero body class. Set selective widget to display per page.
---------------------------------------------------------------------------------------------------*/

#top-hero-image {
  display: none;
}

.show-top-hero #top-hero-image {
  display: block;
}

#top-hero-image .textwidget {
  line-height: 0;
}

#top-hero-image img {
  margin-bottom: 0;
}

.show-top-hero .content-sidebar-wrap {
  margin-top: -40px;
}

.show-top-hero .content {
  padding-top: 28px;
}

.show-top-hero .sidebar {
  padding-top: 28px;
}

/******************* Donations page *******************/


.donate_blocks {
  display: flex;
  justify-content: space-evenly;
}

.donate_left,
.donate_middle,
.donate_right {
  margin-top: 50px;
  text-align: center;
  max-width: 45%;
}

.donate_left {
}

.donate_right {
}





/*
Selah House Fundraising Page
---------------------------------------------------------------------------------------------------*/

.selah_banner {
    text-align: center;
    padding: 30px 15px 0;
    border: 2px solid #5A4098;
    border-radius: 10px;
}


z.role-administrator #text-13,
z.role-administrator #text-15 {display: block;}

z#text-13,
z#text-15 {display: none;}

#text-14 {
  color: #5a4098;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: -20px;
  padding: 0 16px;
}

.page.page-id-3716 .content,
.page.page-id-4753 .content,
.page.page-id-6194 .content {
  width: 910px;
}

.page.page-id-3716 .sidebar,
.page.page-id-4753 .sidebar,
.page.page-id-6194 .sidebar {
  width: 360px;
}


.page.page-id-3716 .sidebar p,
.page.page-id-6194 .sidebar p,
.page.page-id-4753 .sidebar p {
  font-size: 15px;
  margin-bottom: 15px;
}

.page-id-3716 .sidebar ol,
.page-id-6194 .sidebar ol,
.page-id-4753 .sidebar ol {
  font-size: 15px;
  margin-left: 2px;
}

z.page-id-3716 .sidebar li {
  border-bottom: 0;
  list-style-position: inherit;
}

.page-id-3716 .sidebar li,
.page-id-6194 .sidebar li,
.page-id-4753 .sidebar li {
    border-bottom: 0;
    list-style-position: inherit;
    list-style-type: none;
    text-indent: 0px;
    padding-left: 0;
}


#honoreestate.form-group.migla_state div.col-sm-3 label.mg_control-label::before {
  content: "Beloved\'s Family Contact ";
}

z.logged-in h2.mg_Teamdonation {display: block;}
h2.mg_Teamdonation {display: block;}


h2.mg_Teamdonation::before {
  content: 'Is this part of a Group or';
}

z.logged-in h2.mg_Teamdonation::before {
  content: 'Is this part of a Group or';
}

zh2.mg_Teamdonation {display: none;} 

.address_button.pum-trigger {
  font-weight: bold;
  padding: 10px;
}

.address_button.pum-trigger:hover {
  text-decoration: underline;
}


.side_top_donors {
  border: 1px solid #aaa;
  border-radius: 8px;
  margin-top: 27px;
  padding: 7px;
}

.side_top_donors .mg_top_donors > li {
  font-size: 1rem;
  padding-bottom: 0;
}

z.page-id-3716 ol.mg_top_donors::before, 
z.page-id-4753 .side_top_donors h3.mg-recent-donors-title::after {
  color: #000;
  content: "... Coming Soon ...";
  display: block;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: -24px;
  margin-left: -7%;
  margin-top: 16px;
  text-align: center;
}

.page-id-3716 .side_top_donors h3.mg-recent-donors-title::after,
.page-id-4753 .side_top_donors h3.mg-recent-donors-title::after {
  margin-bottom: 10px;
}

.mg_recent_donors_name {
  display: inline-block;
}

section.mg_recent_donors_Panel {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bbb;
}

.mg_beloved_name {
  float: right;
}

.page-id-3716 ol.mg_top_donors li,
.page-id-4753 ol.mg_top_donors li,
.page-id-3716 .mg_latest_donations_widget .mg_donations_wrap,
.page-id-4753 .mg_latest_donations_widget .mg_donations_wrap {
  zdisplay: none;
  padding-left: 0;
  text-indent: 0;
}

.vid_cta {
  font-weight: bold;
  margin-left: 5px;
}

h3.mg-recent-donors-title, 
h3.top_donors_title {
  margin-top: 15px;
}


.mg_top_donors .mg_top_donors_amount {
  float: right;
  display: inline-block;
}

ol.mg_top_donors li span.top_beloved {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #bbb;
} 


.role-administrator ol.mg_top_donors li span.top_beloved {
  display: inline-block;
}

.all_donations_button,
.all_miss_selah_donations {
  background: #5a4098 none repeat scroll 0 0;
  border: 1px solid;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}

a.all_donations_button:hover,
a.all_miss_selah_donations:hover {
  color: #fff;
  text-decoration: underline;
  }

#text-16 {
  padding: 0 6px;
}

.mg_top_donors li {border-bottom: none;}


#text-13 .mg_recent_donors_Panel .mg_recent_donors_date {display: none;}

.sidebar .collapseomatic_content {
margin-top: 10px;
margin-left: 0;
}


#pum_popup_title_8648 {
    margin-bottom: 26px;
}

.gv-container-8642 thead, 
.gv-container-8642 tfoot,
.gv-container-8648 thead, 
.gv-container-8648 tfoot,
.gv-container-8655 thead, 
.gv-container-8655 tfoot,
.gv-container-8664 thead, 
.gv-container-8664 tfoot{
    display: none;
}


.top_item p {
    margin-bottom: 5px;
}

.bar_block {
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
}

.bar_wrap {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 80px;
}

.bar_spacer {
	overflow: hidden;
	margin-top: -400px;
	margin-left: -27px;
}


/************** Total Donations customizations ******************/


#featured-post-8,
#featured-post-9,
#text-13,
#text-15 {
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 0.9rem;
  padding: 0 13px;
  margin: 30px 8px;
}

#text-15 {padding-bottom: 20px;}

#featured-post-8 tbody,
#featured-post-9 tbody,
#featured-post-8 td,
#featured-post-9 td {
  border: none;
  line-height: 10px;
}


/******************* In-Kind Donations Page *******************/


.kdonation_button {
  border: 2px solid purple;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
}

/******************* Team Donations Page *******************/


.team_donation_confirm,
.team_creation_confirm {
  border-radius: 20px;  
  display: inline-block;
  margin-top: 78px;
  padding: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    border: 2px solid #5F449C;
  }
  50% {
    border: 2px solid #AB9EB9;
  }
  100% {
    border: 2px solid #5F449C;
  }
}


.team_creation_confirm {
  margin-top: 30px;
  margin-right: 15px;
}


a.team_refresh {
  padding: 10px;
  background: #5A4099;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
}

a.team_refresh:hover {
  color: #fff;
  border: 2px solid #B2BB1B;
  text-decoration: underline;
}

#gform_fields_23  .field_description_below .gfield_description {
    padding-top: 0px;
    padding-bottom: 14px;
}

/******************* FAQ popup *******************/

.faq_info,
.faq_info2 {
  background: #5a4098 none repeat scroll 0 0;
  border: 1px solid #5a4098;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
}

.faq_info:hover,
.faq_info2:hover {
  border-width: 2px;
  margin-left: -1px;
  margin-top: -1px;
  border-color: #5a4098;
  background: #B2BB1B;
}

#popmake-3851,
#popmake-3915 {
  padding: 18px 25px;
}

#pum_popup_title_3851,
#pum_popup_title_3915 {
  margin-bottom: 10px;
}

#popmake-3851 .pum-content.popmake-content > p,
#popmake-3915 .pum-content.popmake-content > p {
  margin-bottom: 15px;
}

.faq_2 {
    -webkit-columns: 2; /* Chrome, Safari, Opera */
    -moz-columns: 2; /* Firefox */
    columns: 2;
    margin-top: 15px;
}

.faq_2 p {
	display: inline-block;
}

/*
New Event Layout Customizations
---------------------------------------------------------------------------------------------------*/

/* --------- Yoga-specific    ------*/

z.cbcy_content_narrow {
  float: left;
  width: 67%;
}

.cbcy_in_side {
  border: 1px solid #aaa;
  border-width: 1px 0;
  float: right;
  padding: 10px 0;
  width: 28.5%;
  margin-left: 6%;
}

.cbcy_in_side > h2 {
  color: #b2aa00;
  font-size: 1.5rem;
}

.cbcy_in_side h2 a {
  color: #b2aa00;
}

.cbcy_in_side > p {
  line-height: 1.5rem;
}


/*
Angels, Asana and Ale 2018 page
---------------------------------------------------------------------------------------------------*/

.page-id-4782 .post-password-required h1.entry-title {
  font-size: 0;
}

.page-id-4782 .post-password-required h1.entry-title::after {
  content: "Angels, Asana and Ale - 2018";
  font-size: 46px;
}


.page-id-4782 .post-password-required .post-password-form > p:first-child {
  font-size: 0;
  margin-bottom: 120px;
}


.page-id-4782 .post-password-required .post-password-form > p:first-child::after {
  content: "More information coming soon!";
  font-size: 20px;
}

.page-id-4782 .post-password-required .post-password-form input {
  margin-right: 60%;
  padding: 0;
  width: 33%;
}




li.qty_move .gfield_label {
	font-weight: normal;
	float: left;
	margin-left: 120px;
	margin-top: -42px;
}

li.qty_move .gfield_label::after {
	content: ':';
}


li.qty_move .ginput_container input.small {
	width: 50px;
	float: left;
	margin-left: 200px;
	margin-top: -45px;
}


.aaa_sponsor_cta {
	background: #B2BB1B;
	padding: 42px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	border-radius: 9px;
	font-weight: 400;
}

.event_sponsor_info {
	display: inline-block;
}


.event_sponsor_info p {
	float: left;
	display: inline-block;
	width: 71%;
}

.event_sponsor_cta {
	display: inline-block;
	float: right;
	width: 25%;
	text-align: center;
	background: #B2BB1B;
	padding: 31px;
	font-weight: bold;
	border-radius: 8px;
}

.event_sponsor_cta a {
	color: #fff;
	text-shadow: 2px 2px 2px #667;
}


.event_sponsor_cta a:hover {
	color: #5f449c;
	text-shadow: 2px 2px 2px #fff;
}

.miss_cta {
	background: #5F449C;
	display: block;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-size: 1.1rem;
	border: 2px solid #5F449C;
	box-shadow: 3px 3px 3px #777;	
}

.miss_cta:hover {
	background: #B2BB1B;
	border: #5F449C 2px solid;
	box-shadow: none;
}

.page-id-4894 #text-18 {display: none;}


.aaa_sponsor_row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 75%;
    min-height: 150px;
}

.aaa_sponsor_name {
  width: 35%;
}

.aaa_sponsor_logo {
  flex-grow: 1;
}

.aaa_sponsor_list h3 {
    margin-top: 35px;
}



/*
Gold Star - Guide Star customizations
---------------------------------------------------------------------------------------------------*/



#simpleimagelink-11 {
	margin: 28px auto 0;
}

#simpleimagelink-21 {
	margin-bottom: 3px;
}


/*
Selah Donor Team customizations
---------------------------------------------------------------------------------------------------*/

.gv-container-5186 th {display: none;}

.gv-container td.currency::before {
  content: "$";
}

.donations_clear {
  clear: left;
  display: block;
  font-weight: bold;
  margin: 30px 0;
}

/*
Shop Vacation Mode Mods
---------------------------------------------------------------------------------------------------*/

#woo-store-vacation-wrapper .woocommerce-message a.woo-store-vacation-btn {
  border: 1px solid !important;
  border-radius: 9px;
  padding: 0 5px;
}

#woo-store-vacation-wrapper .woocommerce-message a.woo-store-vacation-btn:hover {
  color: #fff !important;
}



/*
Carefarm Animals Mods
---------------------------------------------------------------------------------------------------*/


.animals_layout {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

li.force-readonly input {
  border: medium none!important;
}

#field_33_3 .gfield_description {
  display: inline;
  float: left;
  margin-bottom: 40px;
  margin-top: -60px;
}

li#field_33_4 .gfield_description {
  padding-top: 0;
}

a.ani_sponsor_btn {
  background: #5f449c none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #666;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
}


a.ani_sponsor_btn:hover {
  box-shadow: none;
  color: #fff;
}



/*
Matching Funds Campaign customizations
---------------------------------------------------------------------------------------------------*/


/*
Custom Home Page Banner
--------------------------



.role-administrator section#custom_html-5 {
    display: inherit;
}

section#custom_html-5 {
    display: none;
}

---------*/


/*
Highlighted homepage  news story
-----------------------------------*/

.home #featured-post-5 article.post-6668 {
    border: 2px solid #5A4098;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 4px #aaa;
    margin-top: -20px;
}






/*
Matching Funds Donation Page
-----------------------------------*/

.page-id-6194 h2.mg_YourBeloved {
    color: #fafafa;
}


.page-id-6194 h2.mg_YourBeloved:before {
    content: "In Memory of";
    color: #333;
}

.page-id-6194 div#migla_donation_form .migla-panel:nth-of-type(5) {
    display: none;
}

.a_v_box {
    background: #B2BB1B url(https://missfoundation.org/wp-content/mediafiles/2018/10/A_V.png) 99% 8% / 35% no-repeat;
    color: #fff;
    padding: 25px 30px 25px;
    float: left;
    width: 100%;
}

.a_v_box p {
    width: 67%;
    font-weight: 400;
}


.ticks {
    width: 100%;
    display: flex;
}


.tick_0 {
  width: 12%;
}

.tick_1,
.tick_2,
.tick_3,
.tick_4,
.tick_5 {
    width: 14%;
}

.tick_6 {
    width: 12%;
}

.tick_7 {
}

.tick_0:after {
    content: "$0";
    color: #333;
    font-weight: bold;
    margin-left: -5px;
}

.tick_1:after {
    content: "$100k";
    color: #333;
    font-weight: bold;
}

.tick_2:after {
    content: "$200k";
    color: #333;
    font-weight: bold;
}

.tick_3:after {
    content: "$300k";
    color: #333;
    font-weight: bold;
}


.tick_4:after {
    content: "$400k";
    color: #333;
    font-weight: bold;
    margin-right: -5px;
}

.tick_5:after {
    content: "$500k";
    color: #333;
    font-weight: bold;
    margin-right: -5px;
}

.tick_6:after {
    content: "$600k";
    color: #333;
    font-weight: bold;
    margin-right: -5px;
}

.tick_7:after {
    content: "$700k";
    color: #333;
    font-weight: bold;
    margin-right: -5px;
}


.nprogress-bar.blue:after {
    content: '|';
    background: green;
    float: right;
    margin-right: 20px;
    margin-top: -11px;
    padding-bottom: 15px;
}


.page-id-6194 .addtoany_share_save_container {
    display: none;
}


/*
Sidebar items on Matching Funds Donation Page
-----------------------------------*/


section#custom_html-4 {
    margin-bottom: 11px;
}


.page-id-6194 .mg_recent_donors_date {
    display: none;
}


/*
Cloaked items configuration
-----------------------------------*/


.cloaking_enabled .aaa_sponsor_list {
    display: none;
}

.sponsors_coming_soon {display: none;}

.cloaking_enabled .sponsors_coming_soon {
    display: initial;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #5F449C;
    padding: 10px;
    border-radius: 10px;
}


/*
Selah Carefarm Scheduling Customizations
---------------------------------------------------------------------------------------------------*/



#popmake-7855 li {
    list-style-type: disc;
    margin-left: 31px;
}

.info_consent.pum-trigger {
    border: 1px solid;
    padding: 15px;
    display: inline-block;
    margin: 0px 20px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-style: italic;
}

.info_consent.pum-trigger:hover {
    background: #ccc!important;
}



#ga_selected_bookings {
    margin-top: 30px;
}



#ga_selected_bookings .ga_selected_booking {
    font-size: 15px;
    color: #1dd59a;
    font-weight: bold;
}


.ga_selected_booking:last-child:after {
    content: 'NOTE: Select \0022X\0022  next to time slot above to remove from reserved times list.';
    display: inline-block;
    color: #1dd59a;
    padding: 5px 10px;
    border: 1px solid #1dd59a;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 10px;
}



.visit_companion_section_head {
    background: #B6AAD2;
    padding: 20px!important;
}



/*
Paver Form customizations
---------------------------------------------------------------------------------------------------*/


.small_section {
    display: inline-block;
}

.small_drop_down select.small {
    width: 42px!important;
}

/*
Mobile Responsive "Flag"
---------------------------------------------------------------------------------------------------*/

#cssind {
	left: 0;
	position: fixed;
	color: #fff;
	font-size: 10px;
	padding: 0 .5%;
	z-index: 9999;
	display: none;
	}

.logged-in.role-administrator #cssind {display: inline;}



/*
"Dev Mode"  configuration
---------------------------------------------------------------------------------------------------*/

.devmode .content {
    display: none;
}

.devmode .content-sidebar-wrap:after {
    content: 'This page under development. Come back soon.';
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
    font-weight: bold;
    font-style: italic;
}


.user-id-3334.devmode .content {
    display: initial;
}

.user-id-3334.devmode .content-sidebar-wrap:after {
    display: none;
}



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

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


	#cssind {background: green;}
	#cssind:after {content: " 1220 - 1360 ";}

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}

	.genesis-nav-menu li a {
		padding: 22px 10px;
	}

	.footer-widgets-3 {
		float: right;
		width: 50%;
	}

	.footer-widgets-3 ul {}

	.footer-widgets-3 ul li {
		margin-top: 5px;
	}

	.footer-widgets-3 ul li a {}

	.page.page-id-3716 .content,
	.page.page-id-4753 .content,
  .page.page-id-6194 .content {
		width: 775px;
	}

}

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

	#cssind {background: red;}
	#cssind:after {content: " 1023 - 1220 ";}


	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets-4 {
		width: 450px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.genesis-nav-menu li a {
		padding: 22px 27px;
	}

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

	#nav_menu-3 {
		margin-left: 3%;
	}

	#nav_menu-3 li a {
		padding: 5px 8px;
	}

	.page.page-id-3716 .content,
  .page.page-id-6194 .content,
	.page.page-id-4753 .content {
		width: 75%;
	}

	.page.page-id-3716 .sidebar,
	.page.page-id-6194 .sidebar,
	.page.page-id-4753 .sidebar {
		width: 23%;
	}

	.page.page-id-3716 .sidebar .widget,
  .page.page-id-6194 .sidebar .widget,
	.page.page-id-4753 .sidebar .widget {
		padding: 7px;
	}

	.mg_top_donors_name {
		display: inline-block;
		text-indent: 1px;
		width: 100%;
	}

	aside #text-15 {
	  padding-bottom: 46px;
	}

}

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

	#cssind {background: blue;}
	#cssind:after {content: " 782 - 1023 ";}


	.wrap {
		zmax-width: 782px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.home-widgets .widget, .wrap {
        padding-left: 0%;
        padding-right: 0%;
    	}

	z.site-header .wrap {
		padding: 20px 5% 0;
	}
	
	.site-header.shrink .wrap {
		padding: 0px 5%;
	}

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

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

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

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

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

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}
	
	.footer-widgets-4 {
		width: 100%;
	}
	
	.genesis-nav-menu li a {
		padding: 22px 20px;
	}

	.bumper {
		min-height: 173px;
	}

	.home .bumper {
		min-height: 227px;
	}

	aside #text-15 {
	  padding-bottom: 100px;
	}
}

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

	#cssind {background: orange;}
	#cssind:after {content: " 480 - 782 ";}


	body {
		font-size: 16px;
	}
	
	.site-header .wrap {
		min-height: 100px;
		padding: 0;
	}
	
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.site-header .site-title {
		font-size: 40px;
	}
	
	.shrink .site-title {
		font-size: 24px;
	}
	
	.shrink .site-title a,
	.shrink .site-title a:hover {
		text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.home-featured .home-widgets-1 {
		zpadding: 120px 0 60px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	.parent-page-compassionate-bereavement-care .nav-secondary::before, .compassionate-bereavement-care .nav-secondary::before, .single.certification-news .nav-secondary::before, 			.single.compassionate-bereavement-care .nav-secondary::before {
		font-size: 1.5em;
		padding: 0;
		text-align: center;
	}


	.parent-page-compassionate-bereavement-care .nav-secondary, .compassionate-bereavement-care .nav-secondary, .single.certification-news .nav-secondary, .single.compassionate-bereavement-care .nav-secondary {
		  margin-top: 100px;
	}

	.cert_home_gate_left {
		width: 100%;
		float: none;
	}

	.cert_home_gate_left > a {
		display: block;
		margin: 0 auto;
		width: 71%;
	}

	.cert_home_gate_right {
		width: 100%;
		float: none;
	}

	.cert_home_gate_right > a {
		display: block;
		margin: 0 auto;
		width: 71%;
	}

	.old_cert_inner_column {
		width: 100%;
	}

	.old_cert_inner_column td p img {
		width: 100%;
	}

	#nav_menu-3 {
		margin: 6% 6% 0;
	}




}


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

	.page-id-3716 #menu-c-a-r-e-s-menu,
	.page-id-6194 #menu-c-a-r-e-s-menu,
	.page-id-4753 #menu-c-a-r-e-s-menu {
	  display: none;
	}

	.show-top-hero #top-hero-image {
	  display: none;
	}

	.page.page-id-3716 h1.entry-title,
	.page.page-id-6194 h1.entry-title  {
		font-size: 1.5rem;
		margin-top: 56px;
		text-align: center;
		width: 100%;
		line-height: 1.8rem;
	}

	.page-id-3716 .content-sidebar-wrap,
	.page-id-6194 .content-sidebar-wrap,
	.page-id-4753 .content-sidebar-wrap {
	  margin-top: -60px;
	}

	.page.page-id-3716 .content,
	.page.page-id-6194 .content,  
	.page.page-id-4753 .content {
	  width: 100%;
	}

	.page-id-3716 .selah_video,
	.page-id-4753 .selah_video {
	  display: flex;
	  margin-bottom: 10px;
	  width: 100%;
	}

	.page.page-id-3716 .sidebar,
	.page.page-id-6194 .sidebar,
	.page.page-id-4753 .sidebar {
	  width: 100%;
	}

	.page.page-id-3716 .header_icons img,
	.page.page-id-6194 .header_icons img,
	.page.page-id-4753 .header_icons img {
	  margin: 5px;
	}


}




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


	#cssind {background: cyan;}
	#cssind:after {content: " < 480 ";}


	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}
	
	header.site-header .widget.simpleimagelink {
		width: 32%;
	}

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


	.parent-page-compassionate-bereavement-care .nav-secondary, .compassionate-bereavement-care .nav-secondary, .single.certification-news .nav-secondary, .single.compassionate-bereavement-care .nav-secondary {
		  margin-top: 10px;
	}

	.header-image .bumper {
		min-height: 226px;
	}

#menu-c-a-r-e-s-menu li {
  border-bottom: 1px solid white;
  text-align: center;
  width: 68%;
}

#menu-c-a-r-e-s-menu.menu li ul li {
  margin-left: 29px;
  width: 100%;
}

.faq_2 {
    -webkit-columns: 1; /* Chrome, Safari, Opera */
    -moz-columns: 1; /* Firefox */
    columns: 1;
    margin-top: 15px;
}


.donate_left, .donate_right {
	clear: both;
	float: none;
	margin: 60px auto;
	width: 94%;
	}

	.page-id-3716 .content-sidebar-wrap,
	.page-id-6194 .content-sidebar-wrap,
	.page-id-4753 .content-sidebar-wrap {
	  margin-top: -80px;
	}
	
}