/*
Theme Name: PeaceWorks Custom
Theme URI: https://peaceworks.ca/
Description: This is the PeaceWorks Custom theme created for the Genesis Framework.
Author: PeaceWorks Technology Solutions Inc.
Author URI: https://peaceworks.ca/

Version: 1.0.0

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

Template: genesis

Text Domain: genesis-sample
*/


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

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

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

html {
	box-sizing: border-box;
}

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

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

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

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


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

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

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

body {
	background-color: #167076;
	color: #111;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	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.2s ease-in-out;
}

a {
	color: #370dbb;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #111;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	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: #111;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	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: #111;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

#menu-main-menu select {
	padding: 5px;
}

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: #111;
	opacity: 1;
}

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

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

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

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

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

.button {
	display: inline-block;
}

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

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #111;
	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;
}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto 50px;
	padding: 20px 10px 0;
}


/* 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: 30px;
}
.entry-title::after {
	display: block;
	content: "";
	margin-top: 20px;
	width: 80px;
	border-bottom: 1px solid #370dbb;
}
	
.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

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

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

/* 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 {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

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

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

.widget {
	margin-bottom: 40px;
}

.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-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

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

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

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

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

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

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

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

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

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

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

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

/* ShareThis Social Sharing
--------------------------------------------- */

#st-1::before, #st-2::before, #st-3::before, #st-4::before, #st-5::before, 
#st-6::before, #st-7::before, #st-8::before, #st-9::before, #st-10::before {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	content: "Share: ";
}

#st-1 .st-btn, #st-2 .st-btn, #st-3 .st-btn, #st-4 .st-btn, #st-5 .st-btn,
#st-6 .st-btn, #st-7 .st-btn, #st-8 .st-btn, #st-9 .st-btn, #st-10 .st-btn {
	margin-right: 5px !important;
}

#st_gdpr_iframe {
	display: none;
}



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

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

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

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

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


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

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 0 30px;
}

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

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


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

.title-area {
	float: left;
	max-width: 158px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	background: url(images/earlyon-logo.png)no-repeat top left;
	height: 60px;
	width: 158px;
	
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	display: block;
	height: 60px;
	width: 158px;
	color: #111;
	text-decoration: none;
	text-indent: -9999em;
	overflow: hidden;
}

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


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

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

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

.genesis-nav-menu a {
	color: #167076;
	display: block;
	font-size: 16px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	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: #370dbb;
	text-decoration: none;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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


/* Translation
---------------------------------------------------------------------------- */

.menu-item-gtranslate {
	margin: 10px 0 0;
}

#genesis-nav-primary #gtranslate_selector {
    font-size: 14px;
	color: #167076;
	cursor: pointer;
    padding: 5px;
    outline: 0;
    border: 1px solid #167076;
    border-radius: 3px;
    background: #ffffff url(images/drop-arrow.png)no-repeat top 10px right 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


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

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

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

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

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #370dbb;
}

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

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

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

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

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

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

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

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

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

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

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

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


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

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

.entry {
	margin-bottom: 20px;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

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

.content {
	display: block;
	margin: 40px auto 120px;
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #252525;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.content .wp-block-image img {
	border: 1px solid #121212;
}

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


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

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

.home .content {
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.home .entry-title {
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
}
.home .entry-title::after {
	display: none;
}

.home .content .search-title {
	color: #fff;
	font-size: 18px;
}

.home .content p {
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
}

.home .content p a {
    color: #fff;
}
.home .content p a:hover {
    color: #ccc;
}



/* Homepage Block Icon Links
--------------------------------------------- */

.home .block-icon-link a {
	display: block;
	background: #fff;
	margin: 5px auto;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #252525;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease;
}
.home .block-icon-link a:hover {
	margin: 0 auto 10px;
}

.home .block-icon-link h2 {
	min-height: 70px;
}

.home .ab-layout-columns-4 {
	overflow: visible;
}


/* 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: #111;
	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: #111;
	color: #fff;
}

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

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

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

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

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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

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

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

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

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

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

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

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


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

.site-footer {
    bottom: 0;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px 30px;
	text-align: center;
}

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

.site-footer p {
	display: inline-block;
	float: right;
	margin-bottom: 0;
	color: #167076;
}

.site-footer span {
	margin-left: 20px;	
}


/* Footer Navigation
---------------------------------------------------------------------------- */

.site-footer .nav-secondary {
	display: inline-block;
	float: left;
	margin: 0;
}

.site-footer .nav-secondary span {
	margin: 0;
}

.site-footer .nav-secondary li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #b8ccce;
}

.site-footer .nav-secondary li a {
	font-size: 14px;
}

.site-footer .nav-secondary .ico-fb,
.site-footer .nav-secondary .ico-ig,
.site-footer .nav-secondary .ico-yt,
.site-footer .nav-secondary .ico-tw {
	border: none;
}

.site-footer .nav-secondary .ico-fb a,
.site-footer .nav-secondary .ico-ig a,
.site-footer .nav-secondary .ico-yt a,
.site-footer .nav-secondary .ico-tw a {
	background: url(images/ico-socialmedia.png)no-repeat bottom left;
	height: 24px;
	width: 25px;
	text-indent: -9999em;
	overflow: hidden;
}
.site-footer .nav-secondary .ico-tw a {
	background-position: bottom right -60px;
	margin-left: 0;
}

.site-footer .nav-secondary .ico-ig a {
	background-position: bottom right -33px;
	margin-left: 0;
}

.site-footer .nav-secondary .ico-yt a {
	background-position: bottom right -1px;
	margin-left: 0;
}


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

/* Programs Page Template
--------------------------------------------- */

.single-program .entry-content ul,
.page-id-236 .entry-content .wp-block-toolset-views-view-editor ul,
.page-id-115 .entry-content .wp-block-toolset-views-view-editor ul {
	padding-left: 0;
}
.single-program .entry-content ul > li,
.page-id-236 .entry-content .wp-block-toolset-views-view-editor ul > li,
.page-id-115 .entry-content .wp-block-toolset-views-view-editor ul > li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
}

.page-id-236 .entry-content .wp-block-toolset-views-view-editor ul > li,
.page-id-115 .entry-content .wp-block-toolset-views-view-editor ul > li {
	padding-left: 0;
}
.page-id-236 .entry-content .ab-block-layout-column-inner ul,
.page-id-115 .entry-content .ab-block-layout-column-inner ul {
	padding-left: 30px
}

.page-id-236 .entry-content .wp-block-toolset-views-view-editor ul > .loop-item,
.page-id-115 .entry-content .wp-block-toolset-views-view-editor ul > .loop-item {
	margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.single-program .entry-content ul li a {
	color: #111;
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom: 1px solid #C1C1C1;
}
.single-program .entry-content ul li a:hover {
	color: #370dbb;
	border-bottom: 1px solid #370dbb;
}

.page-id-236 .loop-title,
.page-id-115 .loop-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
.page-id-236 .loop-title::after,
.page-id-115 .loop-title::after {
	display: block;
	content: "";
	margin-top: 20px;
	width: 80px;
	border-bottom: 1px solid #370dbb;
}
.page-id-236 .loop-title a,
.page-id-115 .loop-title a {
	color: #111;
	text-decoration: none;
}
.page-id-236 .loop-title a:hover,
.page-id-115 .loop-title a:hover {
	color: #370dbb;
}

.prog-ages::before,
.prog-date::before,
.prog-time::before,
.prog-loc::before,
.prog-add::before,
.prog-dir::before,
.prog-tel::before,
.prog-mail::before {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	height: 18px;
	width: 18px;
	content: "";
	background: url(images/ico-program.png)no-repeat;
}
.prog-ages::before {
	background-position: top 3px left;	
}
.prog-date::before {
	background-position: top 2px left -22px;	
}
.prog-time::before {
	background-position: top 2px left -43px;	
}
.prog-loc::before {
	background-position: top 1px left -65px;	
}
.single-program .entry-content .prog-loc {
	margin-bottom: 0;
}
.prog-add::before {
	background: none;	
}
.prog-dir::before {
	background-position: top 2px left -88px;	
}
.prog-tel::before {
	background-position: top 2px left -110px;	
}
.prog-mail::before {
	background-position: top 2px left -128px;	
}

.single-program .entry-content .prog-series {
	margin-top: -10px;
	padding-left: 28px;
}

.single-program .entry-content .attachment-custom {
	margin-bottom: 30px;
	border: 1px solid #121212;
}

.single-program .entry-content #st-1 {
	margin: 60px 0 30px;
}

.single-program .entry-content .cal-add {
	padding-bottom: 0;
	font-size: 12px;
}


/* Drop-in Map Page
--------------------------------------------- */

#wpv-view-layout-240 .map-content strong {
	display: inline-block;
	padding-bottom: 10px;
    font-size: 14px;
}

#wpv-view-layout-240 .map-content .closure {
    color: #B90000;
    font-size: 13px;
}

#wpv-view-layout-240 .map-content ul {
	padding-left: 30px;
	margin-bottom: 15px;
}

#wpv-view-layout-240 .map-content li::before{
	margin-right: 5px;
}
#wpv-view-layout-240 .map-content li {
	line-height: 1.4em;
	list-style-type: none;
}

#wpv-view-layout-240 .map-content .drop-hours {
	padding-left: 0;
}

#wpv-view-layout-240 .map-content .drop-hours span {
	display: inline-block;
	width: 80px;
}


/* Locations List View
--------------------------------------------- */

#wpv-view-layout-932 ul {
    list-style: none;
    padding-left: 0;
}

#wpv-view-layout-932 ul li {
    list-style-type: none;
}

#wpv-view-layout-932 ul .location-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

#wpv-view-layout-932 .prog-btn {
    margin: 20px 0;
}

#wpv-view-layout-932 .ab-block-layout-column-inner ul {
    margin-left: 30px
}

#wpv-view-layout-932 .closure {
    display: block;
    color: #B90000;
    margin-bottom: 10px;
}

#wpv-view-layout-932 p {
    margin-bottom: 20px;
}

#wpv-view-layout-932 .ab-block-layout-column-inner .drop-hours {
    margin-left: 0;
}

#wpv-view-layout-932 .ab-block-layout-column-inner .drop-hours span {
    display: inline-block;
    width: 100px;
}

#wpv-view-layout-932 .location-feature {
    float: left;
    margin-right: 20px;
}



/* Programs Search Page
--------------------------------------------- */

.page-id-54 .entry-title {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.page-id-54 .entry-title::after {
	display: none;
}

.page-id-54 .content {
	margin: 40px auto 120px;
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

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

.page-id-54 .entry-content ul ul {
	margin-left: 30px;
	line-height: 1.2em;
}

.page-id-54 .entry-content ul li.loop-item {
	list-style-type: none;
	margin: 40px auto;
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #252525;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.page-id-54 .entry-content ul ul > li {
	list-style-type: none;
	margin-bottom: 10px;
}

.page-id-54 .loop-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
.page-id-54 .loop-title::after {
	display: block;
	content: "";
	margin-top: 20px;
	width: 80px;
	border-bottom: 1px solid #370dbb;
}
.page-id-54 .loop-title a {
	color: #111;
	text-decoration: none;
}
.page-id-54 .loop-title a:hover {
	color: #370dbb;
}

.page-id-54 #st-1, .page-id-54 #st-2, .page-id-54 #st-3, .page-id-54 #st-4, .page-id-54 #st-5, 
.page-id-54 #st-6, .page-id-54 #st-7, .page-id-54 #st-8, .page-id-54 #st-9, .page-id-54 #st-10 {
	display: block;
	float: none;
	margin-top: 30px;
}


/* Programs Search Page Pagination
--------------------------------------------- */

.page-id-54 .wpv-pagination-nav-links-container {
	text-align: center;
	color: #fff;
}

.page-id-54 .wpv-pagination-nav-links-item,
.page-id-54 .page-item {
	display: inline;
	list-style-type: none;
}

.page-id-54 .wpv-pagination-nav-links-item a,
.page-id-54 .page-item a {
	color: #fff;
	padding: 10px;
}
.page-id-54 .wpv-pagination-nav-links-item a:hover,
.page-id-54 .page-item a:hover {
	color: #167076;
}

.page-id-54 .wpv-pagination-nav-links-item span {
    padding: 10px;
    background: #2f939a; 
}

.page-id-54 .wpv-pagination-nav-links-item .wpv_page_ellipsis {
    background: none;
}


/* Programs Search Filter
--------------------------------------------- */

.prog-btn,
input[type="submit"] {
	display: inline-block;
	padding: 10px;
	border: 1px solid #121212;
	border-radius: 4px;
    font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px #1f017c;
	text-decoration: none;
	background: #370dbb;
}
.prog-btn:hover,
input[type="submit"]:hover {
	background: #5f3fc6;
	color: #fff;
}
.wpv-filter-form input[type="submit"] {
	display: block;
	margin: 10px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	min-height: 42px;
}

.page-id-236 .wpv-filter-form,
.page-id-115 .wpv-filter-form {
    padding-bottom: 27px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.wpv-filter-form .date-select,
.wpv-filter-form select {
	display: inline-block;
	width: 100%;
	min-height: 42px;
	font-size: 14px;
	vertical-align: top;
	color: #111;
	cursor: pointer;
    padding: 10px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
    outline: 0;
    border: 1px solid #111;
    border-radius: 3px;
    background: #ffffff url(images/drop-arrow.png)no-repeat top 17px right 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wpv-filter-form .date-select {
	background-image: none;
	cursor: auto;
	padding: 7px 5px 7px;
}

.wpv-filter-form .ui-datepicker-trigger {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

.wpv-filter-form .wpv-date-front-end-clear {
	float: right;
}

.wpv-filter-form img {
	margin-top: 5px;
}


/* Programs Search Date Picker
--------------------------------------------- */

div.ui-datepicker {
	width: 250px;
}

div.ui-datepicker .ui-widget-header {
	background-image: none ;
	background-color: #ccc ;
	border: none ;
}
div.ui-datepicker .ui-corner-all {
	border-radius: 0 ;
}

div.ui-datepicker table {
	font-size: 16px ;
}

div.ui-datepicker .ui-state-default, 
div.ui-datepicker.ui-widget-content .ui-state-default, 
div.ui-datepicker .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background-image: none;
	background-color: #f6f6f6;
    font-weight: bold;
    color: #167076;
}
div.ui-datepicker .ui-state-highlight, 
div.ui-datepicker.ui-widget-content .ui-state-highlight, 
div.ui-datepicker .ui-widget-header .ui-state-highlight {
	border: 1px solid #999;
	background-image: none;
	background-color: #bbb;
	color: #555;
}
div.ui-datepicker .ui-state-active, 
div.ui-datepicker.ui-widget-content .ui-state-active, 
div.ui-datepicker .ui-widget-header .ui-state-active {
    border: 1px solid #5f3fc6;
	background-image: none;
	background-color: #a391db;
	color: #111;
}

div.ui-datepicker .ui-state-hover,
div.ui-datepicker.ui-widget-content .ui-state-hover,
div.ui-datepicker .ui-widget-header .ui-state-hover,
div.ui-datepicker .ui-state-focus,
div.ui-datepicker.ui-widget-content .ui-state-focus,
div.ui-datepicker .ui-widget-header .ui-state-focus {
	border: 1px solid #5f3fc6;
	background-color: #a391db;
	background-image: none;
	color: #111;
}

div.ui-datepicker .ui-state-hover .ui-icon,
div.ui-datepicker .ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}


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

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

	/* Site Footer
	--------------------------------------------- */
	.site-footer {
		padding: 20px 10px;
	}
		
	.site-footer .footer-copyright {
		float: left;
		margin: 0 auto 20px;
		width: 100%;
		text-align: center;
	}
	
	.nav-secondary {
		width: 100%;
		text-align: center;
	}
	.site-footer .genesis-nav-menu {
		max-width: 460px;
		margin: 0 auto;
	}
	
}


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

	/* Site Header
	--------------------------------------------- */
	.site-header {
		padding: 0 10px;
	}
		
	
	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		margin-bottom: 150px;
	}
	
	
	/* Site Footer
	--------------------------------------------- */
	.site-footer .footer-copyright span {
		margin: 20px;
	}
	
	#menu-footer-menu li {
		border: none;
		display: block;
		clear: both;
	}
	
	#menu-footer-menu li.ico-fb, 
	#menu-footer-menu li.ico-tw {
		display: inline-block;
		margin: 0 5px 20px;
		text-align: center;
	}
	
}

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

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

	.site-header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

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

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

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

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

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

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

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

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

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

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

	/* Translation
	---------------------------------------------------------------------------- */

	.menu-item-gtranslate {
		margin-left: 15px;
	}
	
	/* Responsive Menu
	--------------------------------------------- */

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

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

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

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

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

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

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

	.content {
		float: left;
		width: 980px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	
	/* Programs Search Page
	--------------------------------------------- */

	.wpv-filter-form .date-select,
	.wpv-filter-form select {
		max-width: 205px;
	}
	
	.wpv-filter-form input[type="submit"] {
		float: right;
		margin: 0;
	}
	
	.page-id-54 #st-1, .page-id-54 #st-2, .page-id-54 #st-3, .page-id-54 #st-4, .page-id-54 #st-5, 
	.page-id-54 #st-6, .page-id-54 #st-7, .page-id-54 #st-8, .page-id-54 #st-9, .page-id-54 #st-10 {
		display: inline-block;
		float: right;
		margin-top: -45px;
	}
		
}

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

@media print {

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

}


/* Theme Colours
/*  - also update in functions.php
--------------------------------------------- */

.has-light-teal-color { color: #638e95; }
.has-light-teal-background-color { background-color: #638e95; }

.has-dark-teal-color { color: #107076; }
.has-dark-teal-background-color { background-color: #107076; }

.has-purple-color { color: #370dbb; }
.has-purple-background-color { background-color: #370dbb; }

.has-light-grey-color { color: #f5f5f5; }
.has-light-grey-background-color { background-color: #f5f5f5; }

.has-medium-grey-color { color: #999999; }
.has-medium-grey-background-color { background-color: #999999; }

.has-dark-grey-color { color: #333333; }
.has-dark-grey-background-color { background-color: #333333; }

.has-white-color { color: #ffffff; }
.has-white-background-color { background-color: #ffffff; }


.fts-jal-fb-header,
.fts-powered-by-text-popup a.fts-powered-by-text,
.grecaptcha-badge {
	display: none !important;
}
.page-id-25 .grecaptcha-badge {
	display: block !important;
	bottom: 165px !important;
}
