/*Custom Css*/
@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('../fonts/GaramondPremrPro.woff2') format('woff2'),
        url('../fonts/GaramondPremrPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body
{
	font-family: 'Sintony', sans-serif;
	color: #000000;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Rufina', serif;
	font-weight: bold;
	color:#0D5640;
}
a
{
	color: #0D5640;
}
a:hover
{
	color: #18A37A;
}
.container {
	max-width: 1200px;
}
.logo img, .footer_logo img {
	max-width: 275px;
}
.f-nav {
	background: rgba(255,255,255,0.0);
}
.search-icon {
	cursor: pointer;
}
.navbar {
	padding: 0 0px;
}
.navbar-light .navbar-nav .show>.nav-link {
	color: white;
	margin-right: 35px;
}
.navbar-light .navbar-nav .show .dropdown-menu a {
	padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
	color: black;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .98px;
	padding-right: 0rem;
	padding-left: 0rem;
	border-bottom: 3px solid transparent;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
}
.navbar-light .navbar-nav li:hover .nav-link, .navbar-light .navbar-nav li.active .nav-link {
	color: #18A37A;
}
.dropdown-toggle::after {
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	top: 30px;
	min-width: 200px;
	background-color: #18A37A;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	padding: 0 0px 10px 20px;
	width: 100%;
}
.navbar-light .navbar-nav>li:hover .dropdown-menu {
	display: block;
}
.close-nav {
	display: none;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 6px 0px;
	clear: both;
	font-weight: 400;
	color: white;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 14px;
}
.dropdown-item:hover, .dropdown-item.active {
	background: transparent;
	border-bottom-color: transparent;
	color: red;
}
.dropdown-item:last-child {
	border-bottom: none;
}
.mobile-logo {
	display: none;
}
.search-icon {
	margin-left: 25px;
}
.search-icon i {
	color: black;
	font-size: 16px;
}
.search-form-wrapper {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px 15px;
	margin-top: 20px;
	background: black;
}
.search-form-wrapper.open {
	display: block;
}
.form-control:focus {
	border-color: transparent !important;
	box-shadow: none !important;
}
.mobile-icons {
	display: none;
}
#content {
	margin-top: 70px;
}
.fixed-top {
	
}
.footer_menu li {
	display: inline-block;
	margin: 5px;
}
.page-banner-inner {
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(100vh - 70px);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background-position: center;
}
.page-banner-inner::after {
    content: '';
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.inner-header-caption {
    z-index: 1;
	padding: 0 5px;
}
.inner-header-caption h2 {
	font-size: 35px;
	line-height: 45px;
	color: white;
	text-align: center;
}
.inner-header-caption .sub-title {
	font-size: 20px;
	color: white;
	line-height: 25px;
	letter-spacing: 1.4px;
	width: 100%;
	display: block;
	text-align: center;
}


.dropdown-toggle::after {
		display: none !important;
	}
b.caret {
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 17px;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .7em solid;
		border-right: .7em solid transparent;
		border-bottom: 0;
		border-left: .7em solid transparent;
}
.navbar-light .navbar-nav li.show .dropdown-menu {
		position: relative;
		top: 0;
		border-top: 0;
		display: block !important;
}
.navbar-light .navbar-nav li.show b.caret {
		transform: rotate(180deg);
}
.navbar-toggler {
	position: absolute;
    right: -15px;
    height: 84px;
    width: 84px;
    top: 0;
    border-radius: 0;
    background: white !important;
    padding: 0;
}
#bootstrap-basic4-topnavbar {
		background: #0e5640;
		padding: 0px 0;
}
.navbar-light .navbar-nav>li .dropdown-menu.show {
		border-top: 1px solid black;
}
.navbar-light .navbar-nav li:hover .nav-link, .navbar-light .navbar-nav li.active .nav-link {
		
}
.navbar-light .navbar-nav .nav-link {
		color: white;
		padding: 10px 0 5px;
}
.navbar-light .navbar-nav li {
		/*border-bottom: 1px solid #18A37A;*/
}
.navbar-brand.logo
{
	text-align: right;
    margin-right: 68px;
}
.navbar-brand.logo img
{
	border: 1px solid #0e5640;
}
.search-icon {
		margin-left: 0px;
		margin-top: 0;
		display: block;
}
.search-icon i {
		margin-left: 0;
		padding: 20px 10px 5px;
		display: block;
		color: white;
}
.dropdown-toggle::after {
		display: inline-block;
		position: absolute;
		top: 19px;
		right: 17px;
}
.search-form-wrapper {
		margin-top: 0;
}
.navbar-light .navbar-nav>li:hover .dropdown-menu {
		display: none;
}
.navbar-light .navbar-nav>li .dropdown-menu.show {
		position: relative;
		top: 0;
		border-top: 0;
		display: block !important;
}
.search-form-wrapper {
	position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: 0;
    background: #18A37A;
    width: calc(100% - 2rem);
    margin: 0 1rem .5rem;
    border-top: 1px solid #18A37A;
}
.navbar-light .navbar-toggler {
		color: white;
		border-color: white;
		background: #ff29ff;
}
.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(14, 86, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 40px;
    height: 40px;
}
.navbar-toggler:focus {
		outline: 0;
}
#bootstrap-basic4-topnavbar {
		transform: translateX(110%);
		transition: ease 0.3s;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 9999;
}
#bootstrap-basic4-topnavbar.show {
		transform: translateX(0);
}
#bootstrap-basic4-topnavbar.collapse:not(.show) {
		display: block;
}
.close-nav {
		fill: white;
		width: 20px;
		text-align: left;
		margin: 20px;
		display: inline-block;
}
.mobile-logo {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
}
.mobile-icons {
		display: block;
}
.mobile-icons ul {
		padding: 0;
		margin: 0;
}
.mobile-icons ul li {
		display: inline-block;
		padding: 0 1.5%;
}
.mobile-icons ul li {
		font-size: 20px;
}
.mobile-icons {
		display: block;
}
.navbar-expand-lg .navbar-toggler {
		display: block;
}
.navbar-brand.logo
{
	width: 100%;
    height: 84px;
    
	display: block;
}
.home .navbar-brand.logo
{
	display: none;
}
.f-nav .navbar-brand.logo
{
	display: block;
}
.navbar-expand-lg .navbar-toggler
{
	border-color: #0e5640;
}
.navbar-brand.logo
{
	padding: 0;
    height: 84px;
    margin-left: -15px;
}
.navbar-brand.logo img
{
	height: 84px;
    padding: 14px;
    background: white;
}

.navbar-expand-lg .navbar-collapse
{
	display: block !important;
}
.navbar-expand-lg .navbar-nav
{
	flex-direction: column;
}
.site-footer {
    background-color: white;
    border-top: none;
    font-size: 12px;
    padding: 0;
}
.footer_inner
{
	background: #0E5640;
    padding: 50px 0 30px;
}
.footer-right
{
	background: #0A3D2E;
    padding: 25px 0;
	font-family: 'Garamond Premiere Pro';
}
.footer-right p
{
	margin-bottom: 0;
	font-size: 13px;
	color: white;
}
.footer-center img
{
	margin-bottom: 30px;
}
.footer-center a
{
	font-size: 18px;
    color: white;
	font-family: 'Garamond Premiere Pro';
}
.footer_content
{
	font-size: 13px;
    color: white;
    padding: 0;
    max-width: 446px;
    margin: 0 auto;
}
.footer_content p
{
	margin-bottom: 5px;
	font-family: 'Garamond Premiere Pro';
}
.home-banner .container-fluid,
.home-banner .banner-image
{
	padding: 0;
}
.home-banner .row
{
	margin: 0;
}
.page-container
{
	margin-top: -70px;
}
.banner-text
{
	position: relative;
    background: #0E5640;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 30px 15px;
}

.bt-logo
{
	display: block;
    width: 185px;
    text-align: center;
    padding: 25px 0;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 92.5px);
    z-index: 9;
    top: 0;
	background: white;
}
.bt-inner h1
{
	text-align: center;
    color: white;
    position: relative;
    margin-bottom: 40px;
	font-size: 37px;
}
.bt-inner h1:after
{
	height: 2px;
    background: #18a37a;
    content: "";
    position: absolute;
    bottom: -22px;
    width: 60%;
    display: block;
    left: 20%;
}
.bt-inner p
{
	font-size: 17px;
    color: white;
    padding: 0 16%;
    text-align: center;
}
.btn-primary.btn-style-one {
    color: #fff;
    background-color: #18A37A;
    border-color: #18A37A;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Rufina', serif;
    padding: 8px 30px;
}
.btn-primary.btn-style-one:hover{
	background: #0A3D2E !important;
	border-color: #0A3D2E;
}
.bt-inner .btn-primary.btn-style-one
{
	margin-top: 5px;
}
.dontaion-bar
{
	background: #18A37A;
    padding: 40px 0;
}
.dontaion-bar h2
{
	font-size: 37px;
    color: white;
    margin-bottom: 0;
    display: inline-block
}
.dontaion-bar .btn-primary.btn-style-one
{
	float: right;
	background-color: white;
	color: #0E5640;
}
.dontaion-bar .btn-primary.btn-style-one:hover{
	color: white;
}
.intro-sec
{
	padding: 50px 0;
}
.intro-sec .col-md-6.in-text
{
	display: flex;
    align-items: center;
}
.intro-sec .col-md-6.in-text h2 {
    text-align: left;
    position: relative;
    margin-bottom: 40px;
    font-size: 37px;
}
.intro-sec .col-md-6.in-text h2:after {
    height: 2px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -22px;
    width: 48%;
    display: block;
    left: 0;
}
.int-inner .btn-style-one
{
	margin-top: 30px;
}
.ini-quote
{
	    background: #0E5640;
    width: 90%;
    padding: 8% 8% 12%;
    margin-top: -38%;
}
.ini-quote p
{
	font-family: 'Garamond Premiere Pro';
	font-style: italic;
	font-size: 21px;
	color: white;
}
.ini-quote h6
{
	margin-right: 20px;
    color: white;
    text-align: right;
    font-family: 'Sintony', sans-serif;
    font-size: 15px;
    margin-top: 28px;
}
.quote-sym svg
{
	width: 20px;
    fill: #18A37A;
    margin-bottom: 10px;
}
.on-mobile
{
	display: none;
}
.home-signup
{
	background-size: cover;
    background-position: top;
    padding: 150px 0 100px 0;
	position: relative;
}
.home-signup:after
{
	background: #0E5640;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.home-signup .form-area
{
	position: relative;
    z-index: 9;
}
.home-signup .form-area h2
{
	font-size: 44px;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
    margin-bottom: 75px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.home-signup .form-area h2:after {
    height: 2px;
    background: #18a37a;
    content: "";
    position: absolute;
    bottom: -22px;
    max-width: 200px;
    display: block;
    left: calc(50% - 100px);
	width: 100%;
}
.home-signup .form-area input
{
	width: 25%;
	margin: 0 2% 0 0;
	height: 52px;
	font-size: 20px;
	color: #0E5640;
	padding: 0 15px;
	font-family: 'Rufina', serif;
	outline: none;
	border: none;
}
.home-signup .form-area input.wpcf7-submit
{
	width: 16%;
	padding-right: 0;
	background-color: #0E5640;
    color: white;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.home-signup .form-area input.wpcf7-submit:hover
{
	background-color: #18A37A;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
{
	color: white;
}
.home-isnta
{
	padding: 50px 0;
    text-align: center;
}
.home-isnta h2
{
	font-size: 37px;
	font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.home-isnta h2:after
{
	height: 2px;
    background: #18A37A;
    content: "";
    position: absolute;
    bottom: -22px;
    max-width: 200px;
    display: block;
    left: calc(50% - 100px);
	width: 100%;
}
.home-isnta .feed-handel
{
	font-weight: bold;
    margin-bottom: 50px;
    display: block;
}
.eui-widget-title.eapps-instagram-feed-title
{
	display: none !important;
}
.home-feature
{
	padding: 50px 0 60px;
    background: #EEEEEB;
}
.home-feature h2
{
	font-size: 37px;
	font-weight: bold;
    position: relative;
    margin-bottom: 140px;
	text-align: center;
}
.home-feature h2:after
{
	height: 2px;
    background: #18A37A;
    content: "";
    position: absolute;
    bottom: -22px;
    max-width: 200px;
    display: block;
    left: calc(50% - 100px);
	width: 100%;
}
.feature-item
{
	background: white;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}
.feature-item .icon
{
	width: 130px;
    height: 130px;
    display: block;
    vertical-align: middle;
    margin-left: calc(50% - 65px);
    border: 5px solid white;
    margin-top: -65px;
    padding: 10px;
	border-radius: 100%;
}
.feature-item .icon .icon-inner
{
	display: block;
    height: 100%;
    background: white;
    border-radius: 100%;
	padding: 20px;
}
.feature-item .icon .icon-inner .icon-cont
{
	    display: flex;
    width: 100%;
    height: 100%;
    background: #18A37A;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.feature-item .icon .icon-inner .icon-cont i
{
	color: white;
	font-size: 25px;
}
.feature-item h3
{
	font-size: 27px;
	margin-bottom: 20px;
}
.feature-item h4
{
	font-size: 20px;
	margin-bottom: 30px;
	color: #18A37A;
}
.feature-item .desc
{
	 padding: 10px 30px 40px;
}
.feature-item a.btn
{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.feature-item:nth-child(2)
{
	position: relative;
    z-index: 9;
	box-shadow: 0 9px 25px #00000029;
}
.hit-image
{
	padding: 0;
}
.hit-data
{
	background: #0E5640;
    padding: 30px 5%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.hit-data h2
{
	font-size: 37px;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    color: white;
}
.hit-data h2:after
{
	height: 2px;
    background: #18A37A;
    content: "";
    position: absolute;
    bottom: -22px;
    max-width: 200px;
    display: block;
    width: 100%;
}
.hit-data p
{
	color: white;
}
.hit-data a.btn
{
	background: white;
	color: #0E5640;
	padding: 8px 45px;
	margin-top: 15px;
}
.hit-data a.btn:hover{
	background: #18A37A;
	color: white;
	
	
}
.home-intro-two .row
{
	margin: 0;
}
.page-banner
{
	height: 500px;
    background-size: cover;
    background-position: top;
}
.def-area
{
	display: flex;
	align-items: center;
	
}
.def-area .def-inner
{
	margin: 30px 0;
}
.donation-area
{
	padding: 50px 0;
}
.donation-area a.btn
{
	    margin-top: 30px;
    padding: 8px 50px;
}
.donation-area h2 {
    text-align: left;
    position: relative;
    margin-bottom: 90px;
    font-size: 37px;
}
.donation-area h2:after {
    height: 2px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -65px;
    width: 48%;
    display: block;
    left: 0;
}
.archieve_list
{
	padding: 50px 0 0 0;
}
.al-image img
{
	max-width: 100%;
	height: auto;
}
.al-data
{
	display: flex;
	align-items: center;
	padding: 30px 15px;
}
.al-header h2
{
	font-size: 37px;
    margin-bottom: 15px;
}
.al-header .date
{
	font-size: 13px;
    color: #707070;
	margin-bottom: 15px;
}
.al-header
{
	position: relative;
	margin-bottom: 30px;
}
.al-header:after
{
	height: 2px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 48%;
    display: block;
    left: 0;
}
.archieve_list .al-data a.btn
{
	margin-top: 20px;
}
.pagination-nav-container
{
	margin-bottom: 30px;
	margin-top: 15px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin: 0 8px;
    line-height: 1.25;
    color: white;
    background-color: #18A37A;
    border: 1px solid #18A37A;
}
.page-link:hover,.page-item.active .page-link {
    z-index: 2;
    color: white;
    text-decoration: none;
    background-color: #22E3A9;
    border-color: #dee2e6;
	border-radius: 0;
}
.single-page 
{
	padding: 30px 15px 5vw;
}
.category_names
{
	padding: 35px 0 20px;
    font-size: 37px;
    color: #0D5640;
    font-family: 'Rufina', serif;
    font-weight: bold;
}
.single-date
{
	    font-size: 13px;
    color: #707070;
    margin-bottom: 20px;
    display: block;
}
.single-page.issue .entry-header h1
{
	font-size: 27px;
}
.wp-block-image {
    margin: 3em 0;
}
.single-page .entry-header h1
{
	font-size: 27px;
	margin-bottom: 30px;
}
.media-item img
{
	max-width: 100%;
	height: auto;
}
.md-slider
{
	padding: 0 15px;
	outline: none;
}
.home-media-slider
{
	padding: 50px 0;
}
.home-media-slider h2 {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-size: 37px;
}
.home-media-slider h2:after {
    height: 2px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -22px;
    width: 200px;
    display: block;
    left: 50%;
	transform: translateX(-50%);
}
.md-data .date
{
	font-size: 13px;
    color: #707070;
    display: block;
    margin: 5px 0;
}
.md-data h3
{
	font-size: 27px;
	text-decoration: none;
	margin-bottom: 15px;
    min-height: 64px;

}
.md-data h3 a
{
	text-decoration: none;
	outline: none;
}
.slick-dots li button:before
{
	display: none;
}
.slick-dots li button {
    font-size: 17px;
    line-height: 17px;
    display: block;
    width: 34px;
    height: 34px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    color: white;
    background: #18A37A;
}
.slick-dots li button:hover,
li.slick-active button
{
	background: #0E5640;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.md-slider-inner
{
	margin-bottom: 140px;
}
.slick-dots {
    position: absolute;
    bottom: -110px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.md-thumbnail
{
	position: relative;
}
a.media-video
{
	position: absolute;
    bottom: 0;
    right: 0;
    background: #18A37A;
    width: 55px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
	outline: none;
}
a.media-video:hover{
	background: #0E5640;
}
a.media-video i
{
    color: white;
    font-size: 25px;
    margin-top: 17px;
}
.no-banner
{
	height: 100px;
	
}
.home .no-banner,
.page-template-endorsement_temp .no-banner
{
	display: none;
}
img { height:auto; }
.pager
{
	padding: 50px 10px;
}
.pager h1
{
	
 	text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-size: 37px;
}
.pager h1:after {
    height: 2px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -22px;
    width: 200px;
    display: block;
    left: 50%;
	transform: translateX(-50%);
}
.pager .md-slider {
	padding: 0 15px 30px;
}
.ed-form-image .container-fluid,
.ed-form-image .row
{
	padding: 0;
	margin: 0;
}
.edfi-form
{
	display: flex;
	align-items: center;
	padding: 30px 15px;
	background: #0E5640;
}
.edfi-image
{
	padding: 0;
}
.edfi-form-inner
{
	padding: 0 8%;
	width: 100%;
}
.edfi-form-inner h2
{
	font-size: 37px;
    color: white;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 40px;
}
.edfi-form-inner input.wpcf7-text
{
	height: 52px;
	width:100%;
	color: #0E5640;
	font-size: 20px;
	font-family: 'Rufina', serif;
	padding: 0 20px;
	outline: none;
	margin-bottom: 10px;
	border: none;
}
.edfi-form-inner input.wpcf7-text::placeholder
{
	color: #0E5640;
	
}
.edfi-form-inner  .wpcf7-checkbox span
{
	margin-left: 0;
}
.edfi-form-inner .wpcf7-checkbox span input
{
	width: 20px;
	height: 20px;
	border-radius: 3px;
}
.edfi-form-inner  .wpcf7-list-item-label
{
	font-size: 17px;
    color: white;
    vertical-align: top;
    margin-left: -20px !important;
}
.edfi-form-inner  .wpcf7-form-control-wrap.endors_beth
{
	margin-top: 18px;
    display: inline-block;
}
.edfi-form-inner  .wpcf7-form-control-wrap.elected_officail
{
	margin-top: 0;
    margin-bottom: 0px;
    display: inline-block;;
}


.edfi-form-inner  .wpcf7-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.edfi-form-inner  .wpcf7-checkbox span {
  cursor: pointer;
}
.edfi-form-inner  .wpcf7-checkbox input[type="checkbox"] + span:before {
      border: none;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    background: #18A37A;
    border-radius: 3px;
}
.edfi-form-inner  .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
 background: #18A37A;
    color: #0E5640;
    content: "\2713";
    text-align: center;
    font-weight: bold;
}
.edfi-form-inner  .wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  font-weight: bold;
}

.edfi-form-inner  .wpcf7-checkbox input[type="checkbox"]:focus + span::before {
    outline: none;
}
.edfi-form-inner  .wpcf7-submit
{
	width: 100%;
    height: 52px;
    background: #18A37A;
    font-size: 20px;
    font-family: 'Rufina', serif;
    border: none;
    color: white;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.edfi-form-inner  .wpcf7-submit:hover {
    background: #0A3D2E !important;
    border-color: #0A3D2E;
}
.major-endorsements
{
	padding: 50px 0 10px;
}
.major-endorsements h2
{
    text-align: left;
    position: relative;
    margin-bottom: 70px;
    font-size: 37px;
}
.major-endorsements h2:after {
    height: 1px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -22px;
    width: 200px;
    display: block;
    left: 0%;
	
}
.major-endorsements h3
{
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    font-size: 27px;
}
.major-endorsements h3:after {
    height: 1px;
    background: #aaddce;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 200px;
    display: block;
    left: 0%;
	
}
.enrow
{
	margin-bottom: 20px;
}
.enrow a
{
	color: #18A37A;
	line-break: anywhere;
}

.member-congress h2,
.elected-officail h2,
.member-note h2
{
	font-size: 27px;
    border-bottom: 1px solid #aaddce;
    padding-bottom: 8px;
}
.off-el.left
{
	padding-right: 0;
}
.off-el.right,
.member-congress .col-md-6:nth-child(2)
{
	padding-left: 0;
}
.pri-chart
{
	padding: 50px 0 40px;
}
.pri-chart a.btn
{
	    margin: 0 auto;
    text-align: center;
    display: block;
    width: 230px;
    margin-bottom: 40px;
}
.pri-chart table th
{
	background: #0E5640;
	border: none;
	border-right: 1px solid #18A37A;
	font-family: 'Rufina', serif;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
.pri-chart .table td {
    padding: 12px 6%;
    vertical-align: top;
    border-bottom: 1px solid #18A37A;
    border-right: 1px solid #18A37A;
	color: black;
}
.pri-chart .table tr td:last-child
{
	/*border-right: none;*/
}
.pri-chart .table tr td:first-child
{
	border-left: 1px solid #18A37A;
}
.pri-chart tbody tr:first-child td
{
	padding-top: 20px;
}
.member-congress ,
.elected-officail .off-el
{
	margin-bottom: 30px;
}
.slick-arrow
{
	display: none !important;
}
#bootstrap-basic4-topnavbar
{
	width: 700px
}
.contact-page
{
	padding-bottom: 70px;
}
.contact-page .entry-header
{
	text-align: center;
    margin: 10px 0 60px;
}
.contact-page .entry-header h1
{
	text-transform: uppercase;
}
.contact-page .wpcf7-form-control
{
	width: 100%;
    height: 52px;
    border: 1px solid #0E5640;
    padding: 0 20px;
    font-family: 'Rufina', serif;
    color: #0E5640;
    font-size: 20px;
    margin-bottom: 15px;
	outline: none;
}
.contact-page .wpcf7-form-control option
{
	width: 100%;
	font-size: 20px;
}
.contact-page .wpcf7-form-control::placeholder
{
	 color: #0E5640;
}
.contact-page .wpcf7-textarea
{
	height: 453px;
    padding-top: 12px;
}
.contact-page .wpcf7-submit
{
	max-width: 470px;
    display: block;
    margin: 50px auto 0;
    background: #18A37A;
    border: none;
    color: white;
    font-size: 20px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: none;
}
.contact-page .wpcf7-submit:hover
{
	    background: #0A3D2E !important; 
}
.contact-page .row
{
	margin: 0;
}
.contact-page div.wpcf7-validation-errors,.contact-page div.wpcf7-acceptance-missing {
    color: black;
}
#site-footer .box
{
	max-width: 290px;
    display: flex;
    margin: 12px auto;
    height: 52px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #FFFFFF;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'Garamond Premiere Pro';
}
.home span.wpcf7-list-item
{
	display: inline-block;
    margin: 17px 0 0 -21px;
    width: 50%;
}
.home-signup .form-area .volunteer input
{
	width: 30px;
}
.home-signup .form-area .volunteer .wpcf7-list-item-label
{
	display: inline-block;
    vertical-align: top;
    color: white;
    position: relative;
    top: 16px;
}

@media only screen and (min-width: 768px) {
	
	.archieve_list .row:nth-child(even) .al-image
	{
		order: 2
	}
	.archieve_list .row:nth-child(even) .al-data
	{
		order: 1
	}
}

@media only screen and (max-width: 992px) {
	
	.dontaion-bar h2 {
		margin-bottom: 025px;
		display: block;
	}
	.dontaion-bar
	{
		text-align: center;
	}
	.dontaion-bar .btn-primary.btn-style-one
	{
		float: none;
	}
	.ini-quote {
		margin-top: -41%;
		width: 100%;
	}
	.bt-logo
	{
		display: none;
	}
	.home .navbar-brand.logo {
		display: block;
	}
	.home-signup .form-area input.wpcf7-submit
	{
		width: 19%;
		margin-right: 0;
	}
	#bootstrap-basic4-topnavbar
	{
		width: 100%;
	}
	
}
@media only screen and (max-width: 767px) {
	
	.on-mobile
	{
		display: block;
	}
	.on-desktop
	{
		display: none;
	}
	.ini-quote {
		background: #0E5640;
		width: 100%;
		padding: 8% 8% 12%;
		margin-top: 0;
	}
	.in-image
	{
		margin-bottom: 40px;
	}
	.int-inner
	{
		text-align: center;
	}
	.intro-sec .col-md-6.in-text h2:after
	{
		left: 26%;
	}
	.intro-sec .col-md-6.in-text h2
	{
		text-align: center;
	}
	.banner-text
	{
		padding: 161px 15px 30px;
	}
	.home-signup .form-area input
	{
		width: 100% !important;
		margin-bottom: 15px;
	}
	.use-floating-validation-tip span.wpcf7-not-valid-tip
	{
		width: 300px;
	}
	.feature-item
	{
		margin: 0 15px 125px;
	}
	.feature-item:last-child
	{
		margin-bottom: 30px;
	}
	.home-intro-two,
	.home-intro-two h2,
	.def-area .def-inner h2,
	.al-inner,
	.al-inner h2
	{
		text-align: center;
	}
	.hit-data h2:after,
	.def-area .def-inner h2:after,
	.al-header:after
	{
		left: 50%;
		transform: translateX(-50%);
	}
	.home-signup {
		background-size: cover;
		padding: 80px 0 40px 0;
		position: relative;
		background-position: 22%;
	}
	.def-area .def-inner
	{
		text-align: center;
	}
	.md-slider
	{
		padding: 0 15px;
	}
	.md-data h3
	{
		min-height: auto;
	}
	.pager .md-slider {
		padding: 0 15px 30px;
	}
	.off-el.left
	{
		padding-right:15px;
	}
	.off-el.right,
	.member-congress .col-md-6:nth-child(2)
	{
		padding-left: 15px;
	}
	.pri-chart .table td {
    	padding: 12px 2%;
	}
	.navbar-toggler
	{
		height: 60px;
   	    width: 60px;
	}
	.navbar-brand.logo
	{
		height: 60px;
	}
	.navbar {
		min-height: 60px;
	}
	.navbar-brand.logo img {
		height: 60px;
		padding: 14px;
		background: white;
	}
	.navbar-brand.logo {
		text-align: right;
		margin-right: 44px;
	}
	.page-template-donation_temp .page-banner
	{
		background-position: 22%;
	}
	.contact-page .wpcf7-textarea {
		height: 300px;
		padding-top: 12px;
	}
	.contact-page {
		padding-bottom: 20px;
	}
	.home span.wpcf7-list-item {
		display: inline-block;
		margin: 17px 0 0 -21px;
		width: 100%;
		text-align: center;
	}
	.home-signup .form-area .volunteer input {
		width: 30px !important;
	}
	
}
@media only screen and (max-width: 600px) {
	.contact-page .wpcf7-form-control
	{
		font-size: 18px;
	}
}
.wpcf7 form .wpcf7-response-output {
   background: #fff;
}
.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
    display: none !important;
}