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

body {
	font-family: 'PT Sans', sans-serif;
	padding-top: 50px;
	display: table;
	line-height: 1.4;
	color:#515151;
}

h1 {
	font-size: 200%;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}

h3 {
	color: #536981;
	font-size: 133%;
	line-height: 1.2;
}

a {
	color: #b23b2e;
	text-decoration: none;
}

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

.fr .english {
	display: none;
}

.en .french {
	display: none;
}

label {
	display: block;
}

input,
select {
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

address {
	margin-bottom: 0;
}

.lead {
	font-size: 150%;
	line-height: 1.2;
	color: #b23b2e;
}

.page-row {
	display: table-row;
	height: 1px;
}

.page-row-expanded {
	display: table-row;
	height: 100%;
}

.product {
	padding-top: 20px;
}

.woocommerce span.onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: .202em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -.5em;
	left: -.5em;
	margin: 0;
	border-radius: 100%;
	background-color: #b23b2e;
	color: #fff;
	font-size: .857em;
	-webkit-font-smoothing: antialiased;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #b23b2e;
	font-size: 1.25em;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #b23b2e;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.nav a,
a.navbar-brand,
.sidebar a,
.path-panel a {
	text-decoration: none;
}

.social-links {
	padding: 20px;
}

.social-link {
	height: 40px;
	width: 40px;
	position: relative;
	margin: 5px;
	background-color: red;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}

.social-link.facebook {
	background-color: #3b5998
}

.social-link.twitter {
	background-color: #55acee
}

.social-link.linkedin {
	background-color: #007bb5
}

.social-link.google-plus {
	background-color: #dd4b39
}

.social-link i {
	position: absolute;
	left: 8px;
	top: 10px;
}

.main-navigation {
	position: fixed;
	z-index: 1;
	width: 100%;
	top: 0;
}

.logo-link img {
	max-width: 200px;
}

.container-fluid {
	max-width: 1170px;
	margin: auto;
}

header.main {
	padding: 20px;
	border-bottom: 1px solid #f6f6f6;
	text-align: center;
	background-color: #FFF;
}

.main-slider {
	background-image: url('../img/front-splash-image.png');
	height: 280px;
	background-position: right;
	position: relative;
	max-width: 1140px;
	margin: auto;
	margin-bottom: 0;
}

.navbar-inverse {
	background-color: rgba(178, 59, 46, .95);
	border-color: #b23b2e;
	-webkit-backdrop-filter: blur(20px) saturate(180%);
}

.main-slider-text {
	background-image: url('../img/leaf-overlay.png');
	background-position: right top;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .7);
	background-repeat: no-repeat;
	padding: 70px 20px 10px 20px;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: normal;
}

.path-panel {
	background: rgba(0, 0, 0, .05);
	text-align: center;
	position: relative;
	height: 140px;
	padding: 20px;
	margin-bottom: 60px;
	border-radius: 6px;
}

.path-panel h3 {
	margin-top: 0;
	color: #333;
	font-weight: bold;
}

.path-panel .large-icon {
	position: relative;
	width: 120px;
	height: 120px;
	background: #b23b2e;
	margin: auto;
	border-radius: 50%;
	margin-top: 20px;
	transition: 400ms;
}

.path-panel:hover .large-icon {
	position: relative;
	width: 140px;
	height: 140px;
	margin-top: 10px;
	transition: 400ms;

}

.path-panel .large-icon img {
	max-width: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.path-panel:hover .large-icon img {
	max-width: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.path-panel small {
	display: block;
	font-size: 75%;
}

.path-panel .large-icon.grey {
	background: #4b5960;
}


footer.main {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 30px;
}

footer.footer-links {
	background-color: #444;
	margin-top: 30px;
}

footer.footer-links h3 {
	font-weight: bold;
	text-align: center;
	color: #fff;
}

footer.footer-links ul li a {
	color: #fff;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
	display: block;
	padding: 5px 0;
	font-size:14px;
}

footer.footer-links ul li:last-child a {
	border-bottom: none;
}

footer.footer-links ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: center;
}

footer.footer-links .row>div:nth-child(2) {
	background: rgba(255, 255, 255, .1);
}

.admin-bar .main-navigation {
	top: 45px;
	z-index: 99;
}

.date-line {
	display: block;
	padding: 12px 0 12px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	font-weight: 700;
}

.empty-result {
	text-align: center;
	padding-top: 50px;
	margin-top: 30px;
	padding-bottom: 100px;
	color: #333;
	background-color: rgba(0, 0, 0, .03);
	border-radius: 5px;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, .1);
}

.home .post {
	text-align: center;
}

h1 a {
	color: #333;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 30px 0;
}

.sidebar h3 {
	margin-bottom: 10px;
}

.sidebar li {
	text-align: center;
}

.sidebar a {
	cursor: pointer;
}

.sidebar ul>li>a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	color: #b23b2e;
	font-size:14px;
}

#wpadminbar {
	position: fixed;
}

.pull-right {
	float: none !important;
}

.pull-left {
	float: none !important;
}

.navbar li {
	position: relative;
}

.navbar li ul {
	display: none !important;
}

.navbar-toggle {
	transition: all;
}

.text-controls .btn-increase,
.text-controls .btn-decrease {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	margin: 10px 6px 10px 0;
	position: relative;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	display: inline-block;
	font-size: 17px;
	opacity: 0.5;
	transition: 300ms;
}

.text-controls .btn-increase:hover,
.text-controls .btn-decrease:hover {
	background: transparent;
	opacity: 1;
	transition: 300ms;
}

.text-controls .btn-increase>i,
.text-controls .btn-decrease>i {
	position: absolute;
	left: 7px;
	top: 6px;
}

@media screen and (min-width: 768px) {
	.navbar li ul {
		display: none !important;
		position: absolute;
		background-color: rgba(0, 0, 0, .9);
		-webkit-backdrop-filter: blur(20px) saturate(180%);
		top: 102%;
		width: auto;
		min-width: 100%;
		border: 1px solid #000;
		border-top: none;
		padding: 0;
		margin: 0;
		list-style: none;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.navbar li ul.showing {
		display: block !important;
	}

	.navbar li ul li a {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px dotted #333;
		color: #fff;
		white-space: nowrap;
	}

	header.main {
		padding: 20px;
		border-bottom: 1px solid #f6f6f6;
		text-align: left;
	}

	.admin-bar .main-navigation {
		top: 30px;
	}

	.address-area {
		padding: 20px 0 0 0;
		line-height: 16px !important;
		font-size: 12px;
	}

	.main-navigation .nav>li>a {
		position: relative;
		display: block;
		padding: 20px 16px;
	}

	.dem-vote label {
		font-weight: normal;
	}

	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.current_page_item,
	.navbar-inverse .navbar-nav>.current-menu-ancestor {
		color: #fff;
		background-color: #892e24;
		background: -webkit-radial-gradient(center ellipse, rgba(137, 46, 36, 0) 0%, rgba(137, 46, 36, 0.65) 100%);
		background: radial-gradient(ellipse at center, rgba(137, 46, 36, 0) 0%, rgba(137, 46, 36, 0.65) 100%);
		/*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00892e24', endColorstr='#a6892e24', GradientType=1);*/
	}

	.open-item {
		color: #fff;
		background-color: #892e24 !important;
	}

	.main-slider-text {
		font-size: 120%;
	}

	.sidebar li {
		text-align: left;
	}

	.sidebar .active a {
		background: #f6f6f6;
		color:#000;
	}

	footer.footer-links .row>div:nth-child(2) {
		background: transparent;
	}

	footer.footer-links ul {
		text-align: left;
	}

	footer.footer-links h3 {
		text-align: left;
		color: #fff;
		font-weight: 100;
	}

	footer.footer-links {
		margin-top: 50px;
	}

	.pull-right {
		float: right !important;
	}

	.pull-left {
		float: left !important;
	}

	.main-slider {
		height: 280px;
		margin-bottom: 10px;
	}

	.text-controls-container {
		position: absolute;
		right: 0;
		display: block;
	}

	.main-navigation .container-fluid {
		position: relative;
	}
}

input.dem-button[type="submit"],
a.dem-button,
.dem-button {
	background: #b54538 !important;
}

a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #b54538 !important;
	color: #fff;
}

.input-radio {
	float: left;
}

.um-profile-photo {
	display: none;
}

.um-profile-body {
	max-width: 100% !important;
}

.um {
	max-width: 100% !important;
}

#product-1648 div.summary {
	float: left;
	width: 60%;
}

#product-1648 .quantity {
	display: none;
}

.woocommerce-page div#product-1689 div.summary {
	float: left;
	width: 60%;
}

.wpml-ls-legacy-list-horizontal {

    border: 1px solid transparent;
    padding: 7px 0;
    clear: both;

}


.woocommerce-page div#product-1689 .quantity {
	display: none;
}

#nyp {
	width: 100%;
	text-align: left;
	font-weight: normal;
}


.wpml-ls-legacy-list-horizontal a {

	display: block;
	text-decoration: none;
	line-height: 1;
	background: #f6f6f6;
	margin-left: 5px;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 12px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #f3f3f3;

}

.wpml-ls-current-language a {
	font-weight: bold;
}

.navbar-nav li a {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.ee-form-add-new-state-lnk{
	display: none !important;
}

.schedule .row{
	margin-bottom: 25px !important;
}

.event-page .row { 
margin-bottom:10px;
padding-top:10px;
}

td.column-1 {
	width: 130px;
}


#democracy-21 .dem-poll-title{
	display: none;
}

#new-application-link{
	text-align: center;
	font-size: 1.2em;
	background-color: #eeee;
	margin: 0;
	padding: 20px;
	text-transform: capitalize;
	border-radius: 6px;
}

#new-application-link-badge{
	background-color: #b23b2e;
	color: #fff;
	padding: 6px;
	border-radius: 6px;
}

#donation-input, #book-donation-input{
	width: 100px;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;

	-moz-appearance: textfield;
}

#donation-input::placeholder, #book-donation-input::placeholder{
	font-size: 16px;
}

#donation-input::-webkit-outer-spin-button,
#donation-input::-webkit-inner-spin-button,
#book-donation-input::-webkit-outer-spin-button,
#book-donation-input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

#donation-buttons-container{
	display: flex;
	justify-content: space-around;
}

.donation-btn, .book-donation-btn{
	height: 50px;
	width: 100px;
	padding: 0 10px;
	border-color: #ddd;
	font-weight: bold;
	color: #000;
}

.donation-btn{
	background-color: skyblue;
}

.book-donation-btn{
	background-color: lightgreen;
}

.cheque-warning-popup {
	top: 25%;
}

.cheque-warning-popup-btn{
	background-color: darkred;
	color: #fff;
}

/*Remove "Estimated for Canada"*/
.cart_totals th small {
	display:none!important
}

/*Added by Joanna D. on 15/1/2022*/
.new-membership p {
	text-align: center;
}

.membership-qualify {
	margin-top: 1rem;
}

.um-row-heading {
	font-size:26px;
	font-weight: bold;
	background:#ccc;
	color:black;
	padding:10px;
	border-radius:5px;
}

