/*
	Theme Name: Starter Pro 3.0
	Theme URI: https://datachieve.com/
	Description: This is custom mobile responsive theme created for the Genesis Framework.
	Author: DatAchieve Digital
	Author URI: https://www.datachieve.com/

	Version: 2.6.0

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

	Template: genesis

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

	Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

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

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

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

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

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


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background: url("images/grain-texture.jpeg") repeat;
	color: #254151;
	font-family: open-sans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #ffb71c;
	text-decoration: none;
	transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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: open-sans, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

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

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

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

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

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

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

::-ms-input-placeholder {
	color: #254151;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #254151;
	opacity: 1;
}

::placeholder {
	color: #254151;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #ffb71c;
	border: 0;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 0px 1px rgb(0,0,0,.2);
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #F15946;
	border-width: 0;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

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

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.sr-text{
	display: none;
}

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

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

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

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

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

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

.home .site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	background: none !important;
}

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	background: url(images/stars2.png) top right repeat;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

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

.home .site-inner {
	background: transparent;
	clear: both;
	padding: 40px 0 0 0;
	position: relative;
	margin-top: 70px;
	margin-bottom: 0;
	word-wrap: break-word;
	max-width: 100%;
}

.site-inner {
	background: #fff;
	clear: both;
	padding: 40px;
	position: relative;
	margin-top: 70px;
	margin-bottom: 40px;
	word-wrap: break-word;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

/* Relocating Entry Title below Header
--------------------------------------------- */
.entry-header-wrapper,
.archive-description {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0px 0px;
	text-align: center;
}

.entry-header-wrapper .grd-overlay {
    background-color: rgba(0,0,0,.40);
	padding: 200px 0;
}

.archive-description {
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
}

.entry-header-wrapper .entry-title,
.archive-title {
	margin-bottom: 0;
}

.page .entry-header-wrapper + .site-inner, .single .entry-header-wrapper +  .site-inner,
.archive .archive-description + .site-inner {
	margin-top: 40px;
}

.entry-header-wrapper, .entry-header-wrapper h1,
.archive-title {
	color: #fff;
	font-size: 65px;
	font-family: chelsea-market-script, sans-serif;
	font-weight: 400;
	font-style: normal;
}

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

.entry-header-wrapper a {
	color: #000;
}

.archive-title + p {
	margin-top: 20px;
	color: #fff;
}

.single-tribe_events .entry-header-wrapper p.entry-meta,
.single-tribe_events .archive-description p.entry-meta {
	display: none;
}

.single-post .entry-header-wrapper .entry-title {
	font-family: open-sans, sans-serif !important;
	font-size: 48px;
}

.single-post .entry-header-wrapper time.entry-time {
	font-family: open-sans, sans-serif !important;
	display: block;
	margin-top: 20px;
}

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

	.entry-header-wrapper {
		margin-top: 0;
	}

}


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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

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


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

.widget {
	margin-bottom: 40px;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

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

.featured-content .entry-image {
	object-fit: cover;
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

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

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

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

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


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 0;
	width: 100%;
}

.site-header .wrap {

}

.site-header.is_stuck {
	border-bottom: none;
	position: fixed !important;
	top: 0 !important;
	z-index:888;
	-webkit-box-shadow: 0 2px 30px rgba(0,0,0,.2);
    box-shadow: 0 2px 30px rgba(0,0,0,.2);
}

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

.site-header.is_stuck .title-area img {
	height: 60px;
}

.site-header.is_stuck .title-area {
	padding: 7px 20px;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	background-color: #fff;
	border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 100;
}

.wp-custom-logo .title-area img {
	height: 98px;
	object-fit: contain;
	width: auto;
}

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

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #254151;
	text-decoration: none;
}

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

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

.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
     content: "\f107";
     font-family: 'FontAwesome';
     padding-left: 7px;
     speak: none;
}

ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f105";
     font-family: 'FontAwesome';
     padding-left: 7px;
     speak: none;
}

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

.dream-raffle.menu-item a {
	font-size: 18px;
        color: #9973AC;
}

a.sticky-dream-raffle {
    cursor: pointer;
    position: fixed;
    bottom: 0 !important;
    right: 237px;
    background: #9973AC;
    list-style-type: none;
    padding: 9px 15px;
    text-transform: uppercase;
     width: 201px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: none;
    text-align: center;
    z-index: 9999;
            -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;

    -webkit-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.5);
}

a.sticky-dream-raffle:hover {
    color: #fff;
}

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #254151;
	display: block;
	padding: 30px 20px;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

/* Slideout menu
	--------------------------------------------- */

.genesis-responsive-menu {
	display: block;;
}

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

.menu-toggle {
	display: none;
}

.hamburger {
    overflow: visible;
	float: right;
    margin: 8px 0 0 0;
    padding: 15px 0;
    border: 0;
    color: inherit;
    background-color: #fff;
    font: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
	transition-property: opacity, filter;
	transform: scale(0.5);
}

.hamburger:hover {
    opacity: 0.7;
    background-color: transparent;
}

.hamburger:focus {
    background-color: transparent;
}

.hamburger:hover,
.hamburger:focus {
    outline: none;
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: "";
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* Slideout */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;

    -webkit-overflow-scrolling: touch;
}

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

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

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

.slideout-panel {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

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

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

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

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

/* Side menu */

.side-menu {
    display: none;
    background-color: #fff;
    font-size: 16px;
}

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

.section-title {
	background-color: #323265;
	color: #fff;
    margin-bottom: 0;
    padding: 13px 20px;
    font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.side-menu .widget_nav_menu .widget-title {
    padding: 0 25px;
}

.side-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.side-menu .widget li li {
    margin: 0 0 0 20px;
}

.side-menu .widget ul > li {
    margin-bottom: 0;
}

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

.side-menu .widget-title {
    color: #85888d;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

    -webkit-appearance: none;
}

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

.dashicons.close-icon {
	color: #fff;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
}

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

	.header-widget-area .widget_nav_menu,
    .hamburger,
	.dashicons.close-icon {
        display: none;
    }
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

.nav-primary .wrap {
	max-width: 100%;
}

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

.nav-primary .volunteer.menu-item a {
	background-color: #ffb71c;
	color: #fff;
	padding: 30px 20px;
}

.nav-primary .foster.menu-item a {
	background-color:#669966;
	color: #fff;
	padding: 30px 20px;
	margin-right: -4px;
}

.nav-primary .volunteer.menu-item .sub-menu a,
.nav-primary .foster.menu-item .sub-menu a {
	padding: 20px !important;
}

.nav-primary .donate.menu-item a {
	background-color: #669966;
	color: #fff;
	padding: 30px 30px;
	margin-left: -4px;
}

/* Secondary Menu
--------------------------------------------- */

.nav-secondary {
	background: #323265;
	text-align: right;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .menu-item a {
	color: #fff;
	font-size: 13px;
	padding: 15px 10px;
}

.nav-secondary .tgbt.menu-item a {
	background-color: #20cdce;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	/*margin-left: 10px;*/
}

.nav-secondary .gala.menu-item a {
	background-color: #9973AC;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}

.nav-secondary .tgbt.menu-item a:before {
    content: "\f206";
    font-family: 'FontAwesome';
	font-weight: normal;
    padding-right: 5px;
    speak: none;
}

.nav-social {
    display: inline-block;
}

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

.nav-secondary .menu-social-item a {
	color: #d1d0d3;
	font-size: 13px;
	padding: 15px 10px;
}

.nav-secondary .menu-social-item a:hover {
	color: #f89c18;
}

/* Hero Header
--------------------------------------------- */

.hero_header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero_header .grad_overlay {
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.8) 100%);
	height: 75vh;
	position: relative;
}

.hero_header .text-slider {
	float: left;
  color: #fff;
  padding: 380px 0 0;
  position: relative;
  width: 100%;
}

.text-widget.fadeup-effect.fadeInUp {
    width: 65%;
    position: absolute;
		left: 0;
    bottom: 60px;
}

.text-slider span.line2 {
    display: block;
    font-size: 38px;
    margin-top: 8px;
}

.hero_header .carousel-cell {
	float: left;
	width: 100%;
}

.hero_header .text-slider h1,
.hero_header  .text-widget h1,{
	color: #fff;
	font-size: 48px;
	position: relative;
	font-family: chelsea-market-script, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero_header .flickity-page-dots {
    right: -150px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.text-slider .flickity-page-dots .dot {
	background: #fff;
	border: 2px solid #f89c18;
	margin: 0 5px;
	height: 12px;
	width: 12px;
}

.text-slider .is-pointer-down,
.text-slider .carousel-cell.is-selected {
	color: #fff !important;
}

.text-widget a.button {
	background-color: #669966;
	text-transform: uppercase;
}

.text-widget a.button:hover {
	background-color: #323265;
}


/* Home About
--------------------------------------------- */

.ab_content {
	float: left;
	margin-top: 60px;
	width: 45%;
}

.bubble_bg {
	background-image: url("images/stars.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -100px;
	right: 0;
	height: 899px;
	width: 1002px;
	z-index: -1;
}

/*.page .bubble_bg,
.single .bubble_bg {
	background-image: url("images/stars.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 525px;
	right: 0;
	height: 899px;
	width: 1002px;
	z-index: -1;
}*/

.ab_content h2 {
	font-size: 42px;
	position: relative;
	z-index: 50;
}

.ab_content a.button.sec_btn  {
	background-color: #fff;
	border: 2px solid #669966;
	color: #669966;
	margin-left: 10px;
}

.ab_content a.button.sec_btn :hover {
	background-color: #669966;
	border: 2px solid #669966;
	color: #fff;
}

.wc-images {
	float: right;
	width: 50%;
}

.wc-images .ab-img.circle {
    display: block;
    float: right;
    height: 475px;
    width: 475px;
    border-radius: 50%;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	box-shadow: 0 20px 80px rgb(0 0 0 / 20%);
}

/* Featured Call-to-Actions
--------------------------------------------- */

.cta-container .wrap {
	padding: 180px 10px 13px;
	max-width: 100%;
}

.cta-container .featured-cta {
    float: left;
    width: 25%;
    padding: 10px;
	display: block;
	color: #fff;
	position: relative;
}

.cta-container .cta-wrap {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
    min-height: 50vh;
	position: relative;
}

.cta-container .featured-cta:nth-child(3n+2) .cnt-wrap {
	background: rgba(255,183,28,.80) !important;
}

.cta-container .featured-cta:nth-child(3n+3) .cnt-wrap {
	background: rgba(32,205,206,.80) !important;
}

.cta-container .featured-cta:nth-child(3n+4) .cnt-wrap {
	background: rgba(102,153,102,.80) !important;
}

.cta-container .cnt-wrap {
    background-color: rgba(50,50,101,.80);
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.cta-container .cnt-wrap span.pre-title {
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.cta-container .cnt-wrap h2 {
	font-size: 24px;
}

.cta-container .cnt-wrap a.button {
	border: 2px solid #fff;
    background-color: transparent;
    font-size: 13px;
    padding: 10px 20px;
}

/* Testimonials
--------------------------------------------- */

.testimonials_container {
	margin: 0 20px;
}

.testimonials_container .wrap {
	max-width: 100%;
}

.testimonials_container .left-ts-cta {
	background-image: url("images/ts_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 600;
	width: 50%;
}

.testimonials_container .right-ts-cta {
	background-image: url("images/test-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	color: #fff;
	width: 50%;
}

.testimonials_container .left-ts-cta .cta-wrap {
	float: right;
	padding: 80px 60px;
	max-width: 640px;
}

.left-ts-cta .cta-wrap span.pre-title {
	display: block;
    color: #ffb71c;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.left-ts-cta .cta-wrap h4 {
	font-size: 38px;
    font-weight: 700;
}

.testimonials_container .right-ts-cta .cta-wrap {
	padding: 80px 60px;
	max-width: 640px;
}

.testimonials_container .right-ts-cta .carousel-cell {
	float: left;
	font-style: italic;
	width: 100%;
}

.testimonials_container a.slide-title {
	font-weight: 700;
}

.testimonials_container a.slide-title:hover {
	color: #fff;
}

.testimonials_container .flickity-page-dots {
    right: -150px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.testimonials_container .flickity-page-dots .dot {
	background: #fff;
	border: 2px solid #f89c18;
	margin: 0 5px;
	height: 15px;
	width: 15px;
}

.testimonials_container .is-pointer-down,
.testimonials_container .carousel-cell.is-selected {
	color: #fff !important;
}

/* Spotlight/News/Blog
--------------------------------------------- */

/***** Spotlight ******/
.sanmar_news_container {
	padding: 100px 0 100px;
	position: relative;
}

.sanmar_news_container .news_intro {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.sanmar_news_container .news_intro a.button {
	position: absolute;
	right: 0;
	top: 0;
}

.sanmar_news_container .news_intro h3.news-title {
	font-size: 36px;
}

.sanmar_news_container .news_intro a.more-link {
	border-bottom: 3px solid;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 18px;
}

.spotlight.news-item_large {
    background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    float: left;
    position: relative;
	height: 610px;
	padding-right: 5px;
    width: 49.6%;
}

.spotlight.news-item_large:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	  background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.7) 100%);
	}

.spotlight.news-item_large .post-cnt-wrap {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
}

.spotlight.news-item_large .post-cnt-wrap h3 {
	color: #fff;
	font-size: 30px;
}

.spotlight.news-item_large .post-cnt-wrap h3:hover {
	color: #F89C1B;
}

.post-cnt-wrap span.spotlight_intro {
    color: #f89c18;
	font-size: 22px;
	display: block;
    font-weight: 600;
	margin-bottom: 14px;
}

.post-cnt-wrap time.entry-time {
    color: #b1b0b3;
    display: block;
    margin-bottom: 20px;
}

/***** News Grid ******/
.news_grid {
	float: right;
	width: 50%;
}

.news_grid .post-shell {
    float: left;
    padding: 0 5px 10px 5px;
    width: 50%;
}

.news_grid .featured-post {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
	position: relative;
}

.news_grid .featured-post .post-content {
	background-color: #669966;
	color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
}

.news_grid .featured-post h2.entry-title,
.news_grid .featured-post .entry-title a {
	font-size: 16px;
	color: #fff;
}

.news_grid .featured-post time.entry-time {
    color: #fff;
	font-size: 11px;
    display: block;
    margin-bottom: 8px;
}

/* Parallax CTA
--------------------------------------------- */

#home-parallax-section {
	background-image: url('images/bisfa_cta_bg.jpg');
}

.parallax-section {
	background-attachment: fixed;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.parallax-section .grad_overlay {
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	padding: 220px 0 320px;
}

.parallax-section .dnt_cta_wrap {
	float: left;
	width: 40%;
}

.parallax-section h3 {
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 50;
}

#home-parallax-section {
	position: relative;
	overflow: hidden;
}

.parallax-section .footer-wave {
	background-image: url("images/sanmar_wavepsd.png");
	background-repeat: no-repeat;
	background-position: center center;
	height:206px;
	width: 1920px;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

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

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

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

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

.entry {
	margin-bottom: 40px;
}

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

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

.entry-content ul > li {
	list-style-type: disc;
	border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

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

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

.comment-list .bypostauthor {
}

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

.comment-content {
	clear: both;
}

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

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

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

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

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


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

.sidebar {
	float: right;
	font-size: 14px;
	line-height: 1.5;
	width: 30%;
}

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

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

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

.sidebar .widget-title {
	font-weight: 700;
}

.sidebar p.entry-meta {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 8px;
}

.sidebar section#subpages-widget-2 {
    background-color: #323265;
    padding: 30px;
}

.sidebar section#subpages-widget-2 .widget-title {
	color: #fff;
	font-size: 700;
}

.sidebar section#subpages-widget-2 li {
	font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.20);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar section#subpages-widget-2 li a:hover {
	color: #fff;
}

.sidebar .tribe-common.tribe-events.tribe-events-view.tribe-events-view--widget-events-list.tribe-events-widget {
    background-color: #f0f6f6;
    padding: 30px;
}

.sidebar .tribe-common .tribe-common-h--alt {
	font-weight: 700;
}

.sidebar a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
	background-color: #669966;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
}

.sidebar nav.menu-treatment-foster-care-container .menu-item a {
	color: #fff;
	display: block;
	background-color: #669966;
	padding: 10px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: 700;
	width: 100%;
}

.sidebar nav.menu-treatment-foster-care-container .menu-item a:hover {
	background-color: #ffb71c;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

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

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

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

.footer-widgets {
	background-color: #323265;
	color: #fff;
	clear: both;
	font-size: 14px;
	padding: 20px 0 60px;
}

.footer-widgets .widget-title {
	font-weight: 700;
}

.footer-widgets-1.widget-area {
    float: left;
    margin-right: 80px;
    width: 300px;
}

.footer-widgets-1 .address1 {
	border-bottom: 1px solid rgba(255,255,255,.20);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footer-widgets-1 span.clear-addr {
	display: block;
}

.footer-widgets-1 span.addr-title {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.footer-widgets-1 address.street-address {
	font-style: normal;
}

.footer-widgets-1 a.phone {
	display: block;
	font-weight: 700;
	margin-top: 10px;
}

.footer-widgets-2.widget-area {
    float: left;
    margin-right: 80px;
    width: 200px;
}

.footer-widgets-2 span.fx_name {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-widgets-2 span.fx_nmbr {
	color: #ffb71c;
	font-weight: 700;
}

.footer-widgets-2 .fx_item {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.footer-widgets-3.widget-area {
    float: right;
    width: 550px;
}

.footer-menu-1.widget-area {
	float: left;
	margin-right: 80px;
	width:200px;
}

.footer-menu-2.widget-area {
	float: left;
	width:200px;
}

.footer-widgets-3 form#mc4wp-form-1 {
	position: relative;
}

.footer-widgets-3 .mailchimp-widget.widget-area {
    float: left;
    width: 100%;
}

.footer-widgets-3 .mailchimp-widget input[type="submit"] {
	position: absolute;
    right: 5px;
    top: 25px;
}

.footer-widgets .menu-item a {
	color: #f6f7fa;
}

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

.site-footer {
	background-color: #323265;
	border-top: 1px solid rgba(255,255,255,.25);
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 30px;
}

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

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

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

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

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

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

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

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

/* FAQ
--------------------------------------------- */

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

.open-close-btns {
	text-align: right;
	margin-bottom: 10px;
}

.open-close-btns button {
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	color: #ffb71c;
	font-size: 12px;
}

.open-close-btns button:hover {
	background: transparent;
	color: #ffb71c;
	box-shadow: none;
}

#btn-open-all:before {
	content: "\f055";
	font-family: "FontAwesome";
	margin-right: 7px;
}

#btn-close-all:after {
	content: "\f056";
	font-family: "FontAwesome";
	margin-left: 7px;
}

span.pipe {
	font-size: 13px;
	font-size: 1.3rem;
}

.faq {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.faq .question {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.3;
	text-transform: none;
}

.faq .question a {
	display: block;
	font-weight: 700;
}

.faq .question a:before {
	content: "\f055";
	color: #ffb71c;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.faq .question a:focus,
.open-close-btns button:focus {
	outline: none;
}

.faq .question a,
.faq .answer {
	color: #254151;
	padding: 20px;
}

.faq .question a:hover {
	color: #e8a822;
}

.faq .answer {
	background-color: #f0f6f6;
}

.faq .question a:after {
	content: '\f107';
	font-family: "FontAwesome";
	padding-left: 5px;
}

.faq .question.open a:after {
	content: '\f106';
}

h2.category-title {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 0;
    margin: 30px 0;
}

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

	.faq .question a {
		padding: 20px 0;
	}
}

form.post-password-form {
	background-color: #f0f6f6;
	padding: 30px;
}

/* ## Show a grid of Sub Pages on static page
---------------------------------------------------------------------- */

.subpages .content {
	width: 100%;
}

.sub-page a.sub-page-image img {
	display: block;
	object-fit: cover;
	height: 230px;
	width: 100%;
	-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;
}

.sub-page a.sub-page-image:hover img {
	opacity: 0.6;
}

.subpage-title {
	margin-top: 24px;
	margin-bottom: 15px;
}

.subpage-title a {
	font-size: 18px;
	text-decoration: none;
}

.subpage-title a:hover {
	color: #e7601e;
}

.sub-page p.excerpt {
	font-size: 16px;
}


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

	.sub-page.first,
	.sub-page.one-third {
		margin-bottom: 60px;
	}

}

/* Timeline
--------------------------------------------- */

.page-template-timeline .site-inner {
   background: rgb(255,255,255);
   background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(102,153,102,1) 5%) !important;
}

.timeline-container {
	position: relative;
}

.timeline .timeline--horizontal {
	overflow: visible;
	padding: 0 !important;
}

.timeline .content {
	position: relative;
	width: 100%;
}

button.timeline-nav-button,
.timeline span.timeline-divider {
	display: none !important;
}

.timeline-container button.timeline-nav-button,
.timeline .timeline-container span.timeline-divider {
	display: block !important;
}

.timeline h3.background {
	font-weight: 700;
}

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

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

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

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

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

.wchd-forms a.button.document-btn {
	font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 8px;
    position: relative;
    margin-left: 8px;
    top: 0px;
    float: right;
}

/* Fadeup Effect
---------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.page-id-3632 .content {
	width: 100%;
}


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

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

	.nav-primary .volunteer.menu-item a,
	.nav-primary .donate.menu-item a {
		padding: 30px 20px;
	}

	.nav-primary .menu-item a {
		font-size: 14px;
	}
}

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

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

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

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

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

	.sidebar-primary {
		width: 300px;
	}

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

	.wp-custom-logo .title-area {
		padding: 19px 20px;
	}

	.wp-custom-logo .title-area img {
		height: 80px;
	}

	.ab_content h2 {
		font-size: 38px;
	}

	.left-ts-cta .cta-wrap span.pre-title {
		font-size: 14px;
	}

	.parallax-section h3 {
		font-size: 62px;
	}

	.parallax-section .grad_overlay {
		padding: 220px 5% 320px;
	}

	.footer-widgets-3.widget-area {
		float: right;
		width: 500px;
	}

	.footer-widgets-1.widget-area {
		width: 270px;
	}

}


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

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

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

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

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

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

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

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

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

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

	.search-form {
		padding: 0 20px;
	}

	.site-header {
		height: 90px;
	}

	.wp-custom-logo .title-area {
		padding: 10px 20px;
	}

	.wp-custom-logo .title-area img {
    	height: 69px;
	}

	.site-header.is_stuck .title-area {
		padding: 10px 20px;
	}

	.site-header.is_stuck img.custom-logo {
		height: 69px;
	}

	.nav-secondary {
		display: none;
	}

	.hamburger {
		margin: 16px 15px 0 0;
	}

	.nav-primary .donate.menu-item a,
	.nav-primary .volunteer.menu-item a {
		color: #fff;
		margin: 0;
	}

	/* ### Genesis Responsive Menus */

	.js .nav-primary {
		display: block;
	}

	.slideout-panel {
		will-change: initial;
	}

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

	/* ### Genesis Responsive Menus */

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

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

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

	.menu-toggle,
	button#genesis-mobile-nav-primary{
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		background-color: transparent;
	}

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

	.hero_header .text-slider {
		width: 100%;
	}

	.ab_content,
	.parallax-section .dnt_cta_wrap {
		width: 50%;
	}

	.ab_content h2 {
		font-size: 36px;
	}

	.wc-images {
		width: 45%;
	}

	.wc-images .ab-img.circle {
		width: 400px;
		height: 400px;
	}

	.left-ts-cta .cta-wrap h4 {
		font-size: 34px;
	}

	.footer-widgets-2.widget-area,
	.footer-menu-1.widget-area,
	.footer-menu-2.widget-area {
		width: 180px;
	}

	.footer-menu-1.widget-area {
		margin-right: 40px;
	}

	.footer-widgets-3.widget-area {
		width: 350px;
	}

	.footer-menu-1.widget-area,
	.footer-menu-2.widget-area {
		font-size: 13px;
		width: 100%;
	}


}

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

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

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

	.wc-images .ab-img.circle {
		width: 350px;
		height: 350px;
	}

	.ab_content {
		margin-top: 20px;
	}

	.ab_content h2 {
		font-size: 32px;
	}

	.cta-container .featured-cta {
		width: 50%;
	}

	.spotlight.news-item_large {
		height: 600px;
		margin-bottom: 5px;
		padding: 0;
		border: 6px solid #fff;
		width: 100%;
	}

	.news_grid {
		width: 100%;
	}

	.parallax-section h3 {
		font-size: 58px;
	}

	.footer-widgets-3.widget-area {
		float: left;
		clear: both;
		margin-top: 30px;
		width: 100%;
	}

	.footer-menu-1.widget-area, .footer-menu-2.widget-area {
		width: 40%;
	}


}

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

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

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

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


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

	.entry {
		padding: 10px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

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

	.hero_header .text-slider {
		padding: 100px 0 0;
	}

	.hero_header .text-slider h1 {
		font-size: 36px;
	}

	.ab_content,
	.hero_header .text-slider {
		width: 100%;
	}

	.wc-images {
		display: none;
	}

	.testimonials_container .wrap {
		padding: 0;
	}

	.testimonials_container .left-ts-cta,
	.testimonials_container .right-ts-cta {
		border-right: none;
		border-left: none;
		width: 100%;
	}

	.testimonials_container .left-ts-cta .cta-wrap,
	.testimonials_container .right-ts-cta .cta-wrap {
		max-width: 100%;
	}

	.post-cnt-wrap span.spotlight_intro {
		font-size: 18px;
	}

	.spotlight.news-item_large .post-cnt-wrap h3 {
		font-size: 28px;
	}

	.parallax-section .dnt_cta_wrap {
		width: 100%;
	}

	.text-widget.fadeup-effect.fadeInUp {
		width: 100%;
	}

	.hero_header .text-widget h1 {
		font-size: 36px;
	}

}

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

	#wpadminbar {
		position: fixed;
	}

	.hero_header .text-slider {
		padding: 300px 0 0;
	}

	.cta-container .wrap {
		padding: 100px 10px 13px;
	}

	.cta-container .featured-cta {
		width: 100%;
	}

	.sanmar_news_container .news_intro a.button {
		position: relative;
	}

	.parallax-section h3 {
		font-size: 50px;
	}

	.entry-header-wrapper, .entry-header-wrapper h1, .archive-title {
		font-size: 36px;
	}

	.footer-menu-1.widget-area, .footer-menu-2.widget-area {
		width: 100%;
	}

}

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

	.hero_header .text-slider h1 {
		font-size: 32px;
	}

	.text-slider span.line2 {
    display: inline;
    font-size: 32px;
    margin-top: 8px;
}

	.news_grid .post-shell {
		width: 100%;
	}

	.testimonials_container .left-ts-cta .cta-wrap,
	.testimonials_container .right-ts-cta .cta-wrap {
		padding: 40px;
	}
}

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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}
