@keyframes upDown {
	0% {
		top: 0
	}
	50% {
		top: 14px
	}
	100% {
		top: 0
	}
}

@font-face {
	font-family: Letter Gothic Std;
	src: url("./fonts/LetterGothicStd-Bold.eot");
	src: url("./fonts/LetterGothicStd-Bold.eot#iefix") format("embedded-opentype"), url("./fonts/LetterGothicStd-Bold.woff") format("woff"), url("./fonts/LetterGothicStd-Bold.ttf") format("truetype"), url("./fonts/LetterGothicStd-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal
}

.bg-white,
.btn.bg-white {
	background-color: #fff
}

.color-white {
	color: #fff
}

.border-white {
	border-color: #fff
}

.bg-red,
.btn.bg-red {
	background-color: #A60D1C
}

.color-red {
	color: #A60D1C
}

.border-red {
	border-color: #A60D1C
}

.bg-violet,
.btn.bg-violet {
	background-color: #4B022A
}

.color-violet {
	color: #4B022A
}

.border-violet {
	border-color: #4B022A
}

.bg-yellow,
.btn.bg-yellow {
	background-color: #FFD400
}

.color-yellow {
	color: #FFD400
}

.border-yellow {
	border-color: #FFD400
}

.bg-yellowDark,
.btn.bg-yellowDark {
	background-color: #FFA600
}

.color-yellowDark {
	color: #FFA600
}

.border-yellowDark {
	border-color: #FFA600
}

.bg-orange,
.btn.bg-orange {
	background-color: #F87F0F
}

.color-orange {
	color: #F87F0F
}

.border-orange {
	border-color: #F87F0F
}

.bg-black,
.btn.bg-black {
	background-color: #000
}

.color-black {
	color: #000
}

.border-black {
	border-color: #000
}

.w-50 {
	width: 50%
}

.text-cols-2 {
	column-count: 2
}

.text-cols-3 {
	column-count: 3
}

.pt-6 {
	padding-top: 100px !important
}

.pb-6 {
	padding-bottom: 100px !important
}

.py-6 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.mt-6 {
	margin-top: 100px !important
}

.mb-6 {
	margin-bottom: 100px !important
}

.my-6 {
	margin-top: 100px !important;
	margin-bottom: 100px !important
}

.ml-6 {
	margin-left: 100px !important
}

.mt--4 {
	margin-top: -24px !important
}

@media (min-width: 768px) {
	.w-md-50 {
		width: 50%
	}
	.text-cols-md-2 {
		column-count: 2
	}
	.text-cols-md-3 {
		column-count: 3
	}
	.mb-4 {
		margin-bottom: 30px !important
	}
	.pt-md-6 {
		padding-top: 100px !important
	}
	.pb-md-6 {
		padding-bottom: 100px !important
	}
	.py-md-6 {
		padding-top: 100px !important;
		padding-bottom: 100px !important
	}
	.mt-md-6 {
		margin-top: 100px !important
	}
	.mb-md-6 {
		margin-bottom: 100px !important
	}
	.my-md-6 {
		margin-top: 100px !important;
		margin-bottom: 100px !important
	}
	.ml-md-6 {
		margin-left: 100px !important
	}
	.h-md-100 {
		height: 100% !important
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1340px
	}
}

body,
p,
ul,
ol {
	font-family: "Letter Gothic Std", serif;
	font-size: 14px;
	line-height: 24px
}

p {
	margin-bottom: 28px
}

h1,
h2.page-title {
	font-size: 35px;
	line-height: 48px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 52px;
	color: #4B022A
}

h2 {
	font-size: 22px;
	line-height: 32px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 29px
}

h3 {
	font-size: 20px;
	line-height: 32px;
	font-family: "Miriam Libre", serif
}

h4 {
	font-size: 16px;
	line-height: 22px;
	font-family: "Open Sans", sans-serif
}

@media (min-width: 768px) {
	h1,
	h2.page-title {
		font-size: 40px;
		line: 55px
	}
	h2 {
		font-size: 24px;
		line-height: 32px
	}
	h3 {
		font-size: 20px;
		line-height: 32px
	}
	h4 {
		font-size: 18px;
		line-height: 24px
	}
}

body {
	margin-bottom: 0 !important
}

body .btn,
body button:not(.navbar-toggler),
body input[type="button"],
body input[type="reset"],
body input[type="submit"],
body .wp-block-file .wp-block-file__button,
body .can_button,
body #can_embed_form input[type=submit],
body #can_embed_form .button,
body #donate_auto_modal input[type=submit],
body #donate_auto_modal .button {
	color: #000 !important;
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-ms-border-radius: 25px !important;
	-o-border-radius: 25px !important;
	padding: 11px 30px 13px !important;
	text-transform: uppercase !important;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600 !important;
	background-color: #F87F0F !important;
	-webkit-transition: background-color 0.5s ease, color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease, color 0.5s ease !important;
	-o-transition: background-color 0.5s ease, color 0.5s ease !important;
	transition: background-color 0.5s ease, color 0.5s ease !important
}

body .btn:hover,
body .btn:focus,
body button:not(.navbar-toggler):hover,
body button:not(.navbar-toggler):focus,
body input[type="button"]:hover,
body input[type="button"]:focus,
body input[type="reset"]:hover,
body input[type="reset"]:focus,
body input[type="submit"]:hover,
body input[type="submit"]:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus,
body .can_button:hover,
body .can_button:focus,
body #can_embed_form input[type=submit]:hover,
body #can_embed_form input[type=submit]:focus,
body #can_embed_form .button:hover,
body #can_embed_form .button:focus,
body #donate_auto_modal input[type=submit]:hover,
body #donate_auto_modal input[type=submit]:focus,
body #donate_auto_modal .button:hover,
body #donate_auto_modal .button:focus {
	color: #fff !important;
	background-color: #000000 !important
}

body .btn-3d {
	color: #000;
	padding: 9px 20px;
	background: #FFD400;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 18px;
	line-height: 24px;
	border: none;
	border-bottom: 4px solid #F87F0F;
	margin-top: 0;
	-webkit-transition: background-color .5s ease, border-bottom-width .2s ease, margin-top .2s ease;
	-moz-transition: background-color .5s ease, border-bottom-width .2s ease, margin-top .2s ease;
	-o-transition: background-color .5s ease, border-bottom-width .2s ease, margin-top .2s ease;
	transition: background-color .5s ease, border-bottom-width .2s ease, margin-top .2s ease
}

body .btn-3d:hover,
body .btn-3d:focus {
	background-color: #FFA600;
	margin-top: 2px;
	border-bottom-width: 2px
}

body .btn-3d:active {
	margin-top: 4px;
	border-bottom-width: 0px
}

body .btn-down {
	color: #000;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	padding: 8px 54px 8px 30px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	background-color: white;
	background-image: url(./img/downchevron2@2x.png);
	background-position: 100.5% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

body .btn-down:hover,
body .btn-down:focus {
	text-decoration: none;
	background-color: #F87F0F;
	background-image: url(./img/downchevron2@2x.png)
}

body .bg-image {
	background-color: #C7C7C7;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

body .form-control,
body #can_embed_form input[type=text],
body #can_embed_form input[type=password],
body #can_embed_form input[type=url],
body #can_embed_form input[type=email],
body #can_embed_form input[type=tel],
body #can_embed_form input[type=number],
body #can_embed_form textarea,
body #can_embed_form select {
	font-family: "Letter Gothic Std", serif !important;
	color: #000 !important;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	font-size: 12px !important;
	line-height: 20px !important;
	padding: 17px 15.5px !important;
	overflow: hidden;
	position: relative !important
}

body #can_embed_form span.can_select {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	font-size: 12px !important;
	padding: 0 30px 0 15px!important;
}

body #can_embed_form span.can_select span.can_selectInner {
	font-family: "Letter Gothic Std", serif !important;
}

body .form-control:focus,
body #can_embed_form input[type=text]:focus,
body #can_embed_form input[type=password]:focus,
body #can_embed_form input[type=url]:focus,
body #can_embed_form input[type=email]:focus,
body #can_embed_form input[type=tel]:focus,
body #can_embed_form input[type=number]:focus,
body #can_embed_form textarea:focus,
body #can_embed_form select:focus {
	border-color: #FFD400 !important
}

img {
	max-width: 100%
}

.pagination {
	margin-top: 50px
}

.pagination .page-item .page-link {
	color: #000;
	background-color: #FFD400
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
	color: #000;
	background-color: #FFA600;
	border-color: #F87F0F
}

.pagination .page-item.active .page-link {
	background-color: #FFD400;
	border-color: #F87F0F;
	color: white
}

.pagination .page-item.active .page-link:hover,
.pagination .page-item.active .page-link:focus {
	color: #000;
	background-color: #FFA600;
	border-color: #F87F0F
}

#masthead {
	position: relative;
	min-height: 82px
}

#masthead #masthead-top {
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	overflow: visible;
	width: 100%
}

#masthead #masthead-top>.container {
	max-width: 100% !important
}

#masthead #masthead-top .site-branding img {
	max-height: 50px
}

#masthead .site-branding,
#masthead .navbar-toggler {
	position: relative;
	z-index: 9
}

#masthead #banner {
	padding-top: 82px;
	background-image: url(./img/banner.default@2x.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #C7C7C7
}

#masthead #site-navigation .navbar-collapse .navbar-nav li>a {
	font-family: "Letter Gothic Std", serif;
	color: #000;
	padding: 4px 19px 3px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease
}

#masthead #site-navigation .navbar-collapse .navbar-nav li>a:hover,
#masthead #site-navigation .navbar-collapse .navbar-nav li>a:focus {
	text-decoration: none;
	background-color: #F87F0F;
}

#masthead #site-navigation .navbar-collapse .navbar-nav li.active>a {
	text-decoration: none;
	background-color: #F87F0F;
}

#masthead #site-navigation .navbar-collapse .navbar-nav>li>a {
	text-transform: uppercase
}

#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu {
	font-size: 14px;
	line-height: 24px;
	display: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	width: 100%
}

#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu>li {
	background: white;
	width: 100%
}

#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu>li>a {
	font-family: "Letter Gothic Std", serif;
	width: 100%;
	background-color: #F87F0F;
}

#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu>li>a:hover,
#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu>li>a:focus {
	text-decoration: none;
	background-color: white
}

#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu.show {
	display: block
}

@media (min-height: 768px) {
	#masthead {
		min-height: 90px
	}
	#masthead #masthead-top {
		padding-top: 20px;
		height: 90px
	}
	#masthead #masthead-top .site-branding img {
		max-height: 68px
	}
}

@media (max-width: 991px) {
	#masthead #site-navigation .navbar-collapse {
		-webkit-transition: opacity .5s ease;
		-moz-transition: opacity .5s ease;
		-o-transition: opacity .5s ease;
		transition: opacity .5s ease;
		width: 100vw;
		height: 100vh !important;
		padding-top: 97px;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 2;
		opacity: 0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li {
		display: block;
		float: none
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li>a:hover,
	#masthead #site-navigation .navbar-collapse .navbar-nav li>a:focus {
		text-decoration: none;
		background-color: white
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li.current_page_item>a {
		background-color: #F87F0F;
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li.social-item {
		display: inline-block
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li.social-item a {
		padding: 2px 7px 1px
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav>li {
		margin-bottom: 16px
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav>li:last-child {
		margin-bottom: 0
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu {
		text-align: center;
		box-shadow: none
	}
	#masthead #site-navigation.toggled {
		-webkit-transition: none .5s ease;
		-moz-transition: none .5s ease;
		-o-transition: none .5s ease;
		transition: none .5s ease
	}
	#masthead #site-navigation.toggled .navbar-collapse {
		background-color: white
	}
	#masthead #site-navigation.toggled .navbar-collapse.collapsing {
		opacity: 1
	}
	#masthead #site-navigation.toggled .navbar-collapse.show {
		opacity: 1
	}
}

@media (min-width: 992px) {
	#masthead #site-navigation {
		z-index: 2
	}
	#masthead #site-navigation>.inner {
		color: #000
	}
	#masthead #site-navigation .navbar-collapse {
		height: auto !important;
		margin-right: 30px
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav {
		position: relative;
		left: 100%;
		-webkit-transition: left .5s ease;
		-moz-transition: left .5s ease;
		-o-transition: left .5s ease;
		transition: left .5s ease
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li {
		background: white
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav>li>a {
		padding: 2px 19px 1px;
		line-height: 100%
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav li.social-item a {
		padding: 2px 5px 1px
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu {
		position: absolute
	}
	#masthead #site-navigation .navbar-collapse .navbar-nav .dropdown-menu>li>a {
		padding: 9px 19px 7px
	}
	#masthead #site-navigation .navbar-collapse.collapsing .navbar-nav {
		left: 0
	}
	#masthead #site-navigation .navbar-collapse.show .navbar-nav {
		left: 0
	}
	#masthead #banner {
		padding-top: 110px
	}
}

#menu-open-container {
	z-index: 99999;
	background: transparent
}

#menu-open-container .hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 10px 0 10px 10px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

#menu-open-container .hamburger:focus {
	outline: 1px dotted #000000;
}

#menu-open-container .hamburger .hamburger-box {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px
}

#menu-open-container .hamburger .hamburger-inner {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #000000;
	left: 0;
	top: 10px;
	-webkit-transition: background-color 1s ease, transform .5s ease;
	-moz-transition: background-color 1s ease, transform .5s ease;
	-o-transition: background-color 1s ease, transform .5s ease;
	transition: background-color 1s ease, transform .5s ease
}

#menu-open-container .hamburger .hamburger-inner:before {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #000000;
	display: block;
	content: "";
	top: -10px;
	-webkit-transition: background-color 1s ease, transform .5s ease;
	-moz-transition: background-color 1s ease, transform .5s ease;
	-o-transition: background-color 1s ease, transform .5s ease;
	transition: background-color 1s ease, transform .5s ease
}

#menu-open-container .hamburger .hamburger-inner:after {
	position: absolute;
	width: 19px;
	right: 0;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #000000;
	display: block;
	content: "";
	bottom: -10px;
	-webkit-transition: background-color 1s ease, transform .5s ease;
	-moz-transition: background-color 1s ease, transform .5s ease;
	-o-transition: background-color 1s ease, transform .5s ease;
	transition: background-color 1s ease, transform .5s ease
}

#menu-open-container .hamburger.hamburger--squeeze .hamburger-inner {
	-webkit-transition: background-color 1s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: background-color 1s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: background-color 1s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: background-color 1s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

#menu-open-container .hamburger.hamburger--squeeze:not(.collapsed) .hamburger-inner {
	transform: rotate(45deg);
	background-color: #000000;
	-webkit-transition: background-color 1s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: background-color 1s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: background-color 1s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 1s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#menu-open-container .hamburger.hamburger--squeeze:not(.collapsed) .hamburger-inner:before {
	top: 0;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: background-color 1s ease, top 75ms ease;
	-moz-transition: background-color 1s ease, top 75ms ease;
	-o-transition: background-color 1s ease, top 75ms ease;
	transition: background-color 1s ease, top 75ms ease
}

#menu-open-container .hamburger.hamburger--squeeze:not(.collapsed) .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg);
	background-color: #000000;
	width: 30px;
	-webkit-transition: width 0.5 cubic-bezier(0.214, 0.61, 0.355, 1), background-color 1s ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12;
	-moz-transition: width 0.5 cubic-bezier(0.214, 0.61, 0.355, 1), background-color 1s ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12;
	-o-transition: width 0.5 cubic-bezier(0.214, 0.61, 0.355, 1), background-color 1s ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12;
	transition: width 0.5 cubic-bezier(0.214, 0.61, 0.355, 1), background-color 1s ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12
}

@media (max-width: 991px) {
	.no-scroll-mobile {
		overflow: hidden
	}
}

#primary {
	padding-top: 55px;
	padding-bottom: 48px
}

#primary>.container {
	max-width: 100% !important
}

#primary .entry a:not(.btn),
#primary #main a:not(.btn) {
	color: #000;
	position: relative;
	text-decoration: none
}

#primary .entry a:not(.btn):after,
#primary #main a:not(.btn):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FFD400;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	z-index: -1;
	color: #000
}

#primary .entry a:not(.btn):hover,
#primary .entry a:not(.btn):focus,
#primary #main a:not(.btn):hover,
#primary #main a:not(.btn):focus {
	text-decoration: none;
	color: #000
}

#primary .entry a:not(.btn):hover:after,
#primary .entry a:not(.btn):focus:after,
#primary #main a:not(.btn):hover:after,
#primary #main a:not(.btn):focus:after {
	height: 100%
}

#primary .entry a:not(.btn):visited:after,
#primary #main a:not(.btn):visited:after {
	background-color: #C7C7C7
}

#primary .entry h2,
#primary #main h2 {
	margin-top: 35px
}

#primary .entry h3,
#primary #main h3 {
	margin-top: 18px;
	margin-bottom: 29px
}

#primary .entry h4,
#primary #main h4 {
	margin-top: 4px;
	margin-bottom: 24px
}

#primary .entry>*:first-child,
#primary #main>*:first-child {
	margin-top: 0
}

#primary #main .wp-block-image {
	margin-bottom: 47px
}

.can_embed #can_embed_form {
	font-family: "Letter Gothic Std", serif !important;
	padding: 0 !important;
	border: none !important
}

.can_embed #can_embed_form label,
.can_embed #can_embed_form p,
.can_embed #can_embed_form em {
	font-size: 12px !important;
	font-family: "Letter Gothic Std", serif !important
}

.can_embed #logo_wrap {
	display: none !important
}

footer.site-footer {
	background-color: #000;
	color: white;
	padding-top: 34px;
	padding-bottom: 20px
}

footer.site-footer a {
	color: white;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

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

footer.site-footer #footer-top {
	padding-bottom: 100px
}

footer.site-footer #footer-top #footer-logo {
	margin-bottom: 27px
}

footer.site-footer #footer-top #footer-logo img {
	max-width: 112px
}

footer.site-footer #footer-top #footer-menu li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 9px
}

footer.site-footer #footer-top #footer-menu li.social-item {
	display: inline-block
}

footer.site-footer #footer-top #footer-menu li.social-item a {
	padding: 4px 7px 3px
}

footer.site-footer #footer-top #footer-menu #menu-footer-menu>li>a {
	text-transform: uppercase
}

footer.site-footer #footer-top #footer-menu .sub-menu {
	padding-left: 0;
	margin-left: 0;
	list-style: none
}

footer.site-footer #footer-top #footer-menu .sub-menu li {
	font-size: 14px;
	line-height: 20px
}

footer.site-footer #footer-bottom #footer-credit,
footer.site-footer #footer-bottom #privacy-menu ul {
	font-size: 12px;
	line-height: 24px
}

footer.site-footer #footer-bottom #privacy-menu li:after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px
}

footer.site-footer #footer-bottom #privacy-menu li:last-child:after {
	content: none
}

@media (min-width: 768px) {
	footer.site-footer {
		padding-top: 50px;
		padding-bottom: 30px
	}
	footer.site-footer #footer-top {
		padding-bottom: 160px
	}
	footer.site-footer #footer-top #footer-logo {
		margin-bottom: 39px
	}
	footer.site-footer #footer-top #footer-menu li {
		margin-right: 36px
	}
	footer.site-footer #footer-top #footer-menu li:last-child {
		margin-right: 0
	}
	footer.site-footer #footer-top #footer-menu li.social-item {
		margin-right: 0
	}
	footer.site-footer #footer-top #footer-menu li.social-item a {
		padding: 0 5px
	}
}

.form-container #can_embed_form #can_sidebar>.action_sidebar>h4,
.form-container #can_embed_form .action_description,
.form-container #can_embed_form #action_info {
	display: none !important
}

.form-container #can_embed_form h3 {
	border-bottom: none
}

.form-container #can_embed_form .entry-title {
	margin-bottom: 24px;
	line-height: 35px;
	padding-bottom: 0;
	border: none
}

.form-container #can_embed_form input[type=text],
.form-container #can_embed_form input[type=password],
.form-container #can_embed_form input[type=url],
.form-container #can_embed_form input[type=email],
.form-container #can_embed_form input[type=tel],
.form-container #can_embed_form input[type=number] {
	margin-bottom: 10px
}

.form-container #can_embed_form .control-label {
	text-transform: none;
	margin-top: 18px;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 28px
}

.form-container #can_embed_form .check_radio_field label {
	margin-bottom: 19px;
	font-size: 16px;
	line-height: 28px
}

.form-container #can_embed_form .check_radio_field input[type="checkbox"] {
	top: 13px
}

.form-container #can_embed_form #d_sharing {
	margin-top: 30px
}

.form-container #can_embed_form #d_sharing ul {
	margin-top: 30px
}

.form-container #can_embed_form #d_sharing .affirmative_note {
	line-height: 20px
}

.form-container #can_embed_form .button,
.form-container #can_embed_form input[type="submit"] {
	background-color: #FFD400 !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	color: #000 !important;
	font-size: 16px !important;
	line-height: 27px !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 11px !important
}

.form-container #can_embed_form .button:hover,
.form-container #can_embed_form .button:focus,
.form-container #can_embed_form input[type="submit"]:hover,
.form-container #can_embed_form input[type="submit"]:focus {
	background-color: #FFA600 !important;
	color: #000
}

.form-container #can_embed_form #can_thank_you {
	background-color: transparent;
	margin-bottom: 0;
	color: #000
}

.form-container #can_embed_form #can_thank_you h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 13px;
	text-align: left;
	font-family: "Overpass", sans-serif;
	font-weight: 400
}

.form-container #can_embed_form #can_thank_you p,
.form-container #can_embed_form #can_thank_you ul,
.form-container #can_embed_form #can_thank_you ol {
	font-size: 18px;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	body.page-template-default #main .wp-block-image {
		margin-left: -15%;
		margin-right: -15%;
		max-width: 130%
	}
}

body.page-template-home #masthead #banner {
	padding-top: 92px;
	height: 100vh;
	min-height: 500px;
	position: relative
}

body.page-template-home #masthead #banner>.container {
	max-width: 100%
}

body.page-template-home #masthead #banner h2.page-title {
	margin-bottom: 20px;
	color: #000;
	font-weight: 900;
}

body.page-template-home #masthead #banner .entry-content {
	margin-top: 0
}

body.page-template-home #masthead #banner p {
	color: white;
	text-shadow: 0px 0px 15px rgba(55, 55, 71, 1);
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 700
}

body.page-template-home #masthead #banner .btn-down {
	margin-top: 14px
}

body.page-template-home #masthead #banner #banner-scroller {
	position: absolute;
	bottom: 16px;
	text-align: center;
	width: 250px;
	left: calc(50% - 125px)
}

body.page-template-home #masthead #banner #banner-scroller a {
	text-align: center;
	color: white;
	text-shadow: 0px 0px 15px rgba(55, 55, 71, 1);
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	transition: color .5s ease
}

body.page-template-home #masthead #banner #banner-scroller a .icon-downarrow {
	display: block;
	position: relative;
	-webkit-animation: upDown 2s infinite;
	animation: upDown 2s infinite;
	font-size: 18px
}

body.page-template-home #masthead #banner #banner-scroller a:hover,
body.page-template-home #masthead #banner #banner-scroller a:focus {
	text-decoration: none;
	color: #FFA600
}

body.page-template-home #primary {
	padding-top: 0
}

body.page-template-home #primary section {
	margin-bottom: 48px
}

body.page-template-home #primary section .inner {
	padding: 42px 12px
}

body.page-template-home #primary section .inner .btn {
	margin-top: 25px
}

body.page-template-home #primary section .bg-image {
	min-height: 340px
}

body.page-template-home #primary section:last-child {
	margin-bottom: 0
}

body.page-template-home #primary #about .bg-image {
	background-image: url(./img/aboriginal_peoples@2x.jpg);
	background-position: 100% 33%
}

body.page-template-home #primary #sign-the-petition .bg-image {
	background-image: url(./img/solar_pvs@2x.jpg);
	background-position: 50% 100%
}

body.page-template-home #primary #sign-the-petition .can_embed #can_embed_form_inner>h2,
body.page-template-home #primary #sign-the-petition .can_embed #can_embed_form_inner>h3,
body.page-template-home #primary #sign-the-petition .can_embed #can_embed_form_inner>h4 {
	display: none !important
}

body.page-template-home #primary #sign-the-petition .can_embed #can_embed_form_inner #action_info {
	display: none !important
}

body.page-template-home #primary #sign-the-petition .can_embed #can_embed_form_inner .js-d_sharing {
	border: none !important
}

@media (min-width: 768px) {
	body.page-template-home #masthead #banner {
		padding-top: 181px;
		min-height: 640px
	}
	body.page-template-home #masthead #banner #banner-scroller {
		bottom: 43px
	}
	body.page-template-home #primary section .bg-image {
		min-height: 600px
	}
}

@media (min-width: 1200px) {
	body.page-template-home #primary {
		padding-top: 47px
	}
	body.page-template-home #primary section {
		padding-left: 50px;
		padding-right: 50px
	}
	body.page-template-home #primary section .inner {
		padding-top: 56px;
		padding-bottom: 48px
	}
	body.page-template-home #primary section .bg-image {
		min-height: 700px
	}
}

.post-edit-link {
	display: none !important
}


/*# sourceMappingURL=ourfuturefund.css.map */