/*
Theme Name: baf
Theme URI: https://www.bafound.org/
Author: Brain
Author URI: https://www.bafound.org/
Description:  Brain Aneurysm Foundation
Template: twentyseventeen
Text Domain: bafound

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**	Matric Fonts
================================*/
@font-face {
    font-family: 'Metric-Black';
    src: url('assets/fonts/Metric-Black.eot');
    src: url('assets/fonts/Metric-Black.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Black.woff2') format('woff2'),
         url('assets/fonts/Metric-Black.woff') format('woff'),
         url('assets/fonts/Metric-Black.ttf')  format('truetype'),
         url('assets/fonts/Metric-Black.svg#Metric') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Bold';
    src: url('assets/fonts/Metric-Bold.eot');
    src: url('assets/fonts/Metric-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Bold.woff2') format('woff2'),
         url('assets/fonts/Metric-Bold.woff') format('woff'),
         url('assets/fonts/Metric-Bold.ttf')  format('truetype'),
         url('assets/fonts/Metric-Bold.svg#Metric') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Semibold';
    src: url('assets/fonts/Metric-Semibold.eot');
    src: url('assets/fonts/Metric-Semibold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Semibold.woff2') format('woff2'),
         url('assets/fonts/Metric-Semibold.woff') format('woff'),
         url('assets/fonts/Metric-Semibold.ttf')  format('truetype'),
         url('assets/fonts/Metric-Semibold.svg#Metric') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Medium';
    src: url('assets/fonts/Metric-Medium.eot');
    src: url('assets/fonts/Metric-Medium.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Medium.woff2') format('woff2'),
         url('assets/fonts/Metric-Medium.woff') format('woff'),
         url('assets/fonts/Metric-Medium.ttf')  format('truetype'),
         url('assets/fonts/Metric-Medium.svg#Metric') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Regular';
    src: url('assets/fonts/Metric-Regular.eot');
    src: url('assets/fonts/Metric-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Regular.woff2') format('woff2'),
         url('assets/fonts/Metric-Regular.woff') format('woff'),
         url('assets/fonts/Metric-Regular.ttf')  format('truetype'),
         url('assets/fonts/Metric-Regular.svg#Metric') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Light';
    src: url('assets/fonts/Metric-Light.eot');
    src: url('assets/fonts/Metric-Light.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Light.woff2') format('woff2'),
         url('assets/fonts/Metric-Light.woff') format('woff'),
         url('assets/fonts/Metric-Light.ttf')  format('truetype'),
         url('assets/fonts/Metric-Light.svg#Metric') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Metric-Thin';
    src: url('assets/fonts/Metric-Thin.eot');
    src: url('assets/fonts/Metric-Thin.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Metric-Thin.woff2') format('woff2'),
         url('assets/fonts/Metric-Thin.woff') format('woff'),
         url('assets/fonts/Metric-Thin.ttf')  format('truetype'),
         url('assets/fonts/Metric-Thin.svg#Metric') format('svg');
    font-weight: 100;
    font-style: normal;
}
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/**	Base Style
================================*/
.ie8 *{ 
	outline:none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	word-break: break-word;
}
html, body {
	margin: 0;
	padding: 0;
	border:0;
	outline:0; 
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img{
	border:none; 
	max-width:100%; 
	margin:0; 
	padding:0; 
}
input:visited, input:focus,
textarea:visited, textarea:focus, 
img, img:visited img:hover, image:visited,
div { 
	outline: none;
}
body, p, span, div{
	font-family: 'Metric-Regular', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
	vertical-align: middle;
}
button, input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
	vertical-align: middle;
}

.form-control:focus,
button:focus, input:focus, select:focus, textarea:focus{
	outline: none;
	box-shadow: none;
}
b, strong{
	font-family: 'Metric-Semibold', sans-serif;
}
a{
	font-family: 'Metric-Semibold', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #00739e;
	vertical-align: middle;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover, a:focus{
	color: #004863;
	outline: none;
	text-decoration: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/**	twentyseventeen theme override
===========================================*/
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.entry-content a img, .comment-content a img, .widget a img{
	box-shadow: none;
	-webkit-box-shadow: none;
}
body.home .entry-header{
	display: none;
}
.menu-scroll-down{
	display: none !important;
}
body.noscroll{
	overflow-y: hidden;
}
body{
	background-color: #f1f0ef;
}
body.single,
body.single-support-group,
body.page-template-waytogive,
.theme-single-page{
	background-color: #ffffff;
}
.theme-single-page.default-template{
	background-color: #f1f0ef;
}

/**	Typography Style
===========================================*/
a.large{
	font-size: 20px;
	line-height: 25px;
}
.intro, .intro p, .intro span{
	font-family: 'Metric-Regular', sans-serif;
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	color: #000000;
	vertical-align: middle;
}
.intro a, .intro p a, .intro span a{
	font-family: 'Metric-Semibold', sans-serif;
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
	color: #00739e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: baseline;
}
.intro a:hover, .intro p a:hover, .intro span a:hover,
.intro a:focus, .intro p a:focus, .intro span a:focus{
	color: #004863;
}
p:last-of-type{
	margin-bottom: 0;
}
h1, h2{
	font-family: 'Metric-Semibold', sans-serif;
	font-weight: 600;
	color: #d03223;
}
h3, h4, h5, h6{
	font-family: 'Metric-Semibold', sans-serif;
	font-weight: 600;
	color: #000000; 
}
h1{
	font-size: 56px;
	line-height: 56px;
}
h2{
	font-size: 48px;
	line-height: 50.4px;
}
h3{
	font-size: 36px;
	line-height: 39px;
}
h4{
	font-size: 28px;
	line-height: 30.24px;
}
h5{
	font-size: 24px;
	line-height: 27px;
}
h6{
	font-size: 18px;
	line-height: 22.5px;
}

@media (max-width: 991px){
	a.large{
		font-size: 18px;
		line-height: 22.5px;
	}
	.intro, .intro p, .intro span,
	.intro a, .intro p a, .intro span a{
		font-size: 22px;
		line-height: 27.5px;
	}
	h1{
		font-size: 48px;
		line-height: 48px;
	}
	h2{
		font-size: 38px;
		line-height: 41.42px;
	}
	h3{
		font-size: 32px;
		line-height: 35px;
	}
	h4{
		font-size: 22px;
		line-height: 25.3px;
	}
	h5{
		font-size: 20px;
		line-height: 22.5px;
	}
	h6{
		font-size: 16px;
		line-height: 22px;
	}
}

/**	Common Style
===========================================*/
span.wpcf7-not-valid-tip,
.error{
	color: #d03223 !important; 
}
.theme-single-page,
.theme-page{
	padding-top: 70px;
}
.baf-primary-btn{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 11px 16px 5px 16px;
	border-radius: 36px;
	background: #00739e;
	border: 1px solid #00739e;
	color: #ffffff;
}
.baf-primary-btn:hover{
	background: #004863;
	border: 1px solid #004863;
	color: #ffffff;
}
.baf-secondary-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 11px 16px 5px 16px;
	border-radius: 36px;
	background: #ffffff;
	border: 1px solid #00739e;
	color: #00739e;
}
.baf-secondary-btn:hover.
.baf-secondary-btn:focus
.baf-secondary-btn:active{
	background: #ffffff;
	border: 1px solid #004863;
	color: #004863;
}
.sgroup-data-block .dropdown{
	display: inline-block;
}
.sgroup-data-block .dropdown-menu{
	top: 94%;
}
.event-section .action-box a{
	font-size: 18px;
}
.baf-secondary-btn.dropdown-toggle{
	position: relative;
	right: 0;
	outline: none;
}
.sgroup-data-block .dropdown.show .baf-secondary-btn.dropdown-toggle{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #b6ada5;
}
.baf-secondary-btn.dropdown-toggle:hover,
.baf-secondary-btn.dropdown-toggle:focus{
	outline: none;
}
.baf-section{
	padding-top: 30px;
}
.baf-section:first-child{
	padding-top: 0;
}
.link-block{
	clear: both;
	margin-bottom: 15px;
}
.link-block a i{
	font-size: 12px; 
}
.title-block{
	clear: both;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.home .news-section .title-block{
	justify-content: flex-start;
	align-items: baseline;
}
.title-block h1,
.title-block h2{
	vertical-align: baseline;
	display: inline;
	margin: 0;
}
.title-block h3, .title-block h4,
.title-block h5, .title-block h6{
	padding: 5px 0 0 0;
	margin-bottom: 5px;
	display: block;
	width: 100%;
}
.title-block a{
	font-size: 20px;
	font-weight: 400;
	margin-left: 15px;
}
.title-block a > i{
	font-size: 14px; 
}
.content-block{
	padding-top: 20px;
}
.content-block.member-group{
	padding-top: 20px;
}
.baf-lists{
	clear: both;
	list-style: none;
	margin: 0;
	padding:0; 
}
.baf-lists > li{
	margin: 0;
	padding:0;
	clear: both;
	position: relative;
}
.baf-holder{
	margin: 20px 0;
	padding:0;
	clear: both;
	position: relative;	
}
.home .baf-lists.news-feed > li:first-child .baf-holder,
.baf-lists.member-feed > li:first-child .baf-holder{
	margin-top: 0;
}
.baf-holder .baf-holder-inner{
    background: #fff;
	padding: 30px 30px;
	border-right: 10px solid #d03223;
    -webkit-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
}
.support-group .baf-holder .baf-holder-inner{
	border: 1px solid #fff;
	border-right: 10px solid #d03223;
}
.support-group .baf-holder .baf-holder-inner:hover{
	border-color: #d03223;
}
.baf-holder .holder-flex-box{}
.baf-holder .holder-flex-box .full-width,
.baf-holder .holder-flex-box .onethird-width{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.baf-holder .holder-flex-box .full-width .holder-data-box{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.baf-holder .holder-flex-box .onethird-width .holder-image-box{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.support-group .baf-holder .holder-flex-box .onethird-width .holder-image-box{
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    background: #d03223;
    text-align: center;
    padding: 25px 0 13px;
}
.baf-holder .holder-flex-box .onethird-width .holder-image-box .image{
	display: block;
	width: 100%;
	height: 140px;
}
.baf-holder .holder-flex-box .onethird-width .holder-image-box .feed-image{
	width: 100%;
	height: auto;
	max-height: 150px;
}
.baf-holder .holder-flex-box .onethird-width .holder-image-box .date-box{
	background: #d03223;
	text-align: center;
}
.baf-holder .holder-flex-box .onethird-width .holder-image-box .date-box span{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 10px 0 7px;
	display: block;
}
.support-group .baf-holder .holder-image-box p,
.support-group .baf-holder .holder-image-box h2{
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.baf-holder .holder-flex-box .onethird-width .holder-data-box{
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 20px;
}
.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box{
	-ms-flex: 0 0 82%;
	flex: 0 0 82%;
	max-width: 82%;
}
.baf-holder .holder-flex-box .onethird-width div:first-child:not(.holder-image-box){
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0px;
}
.baf-holder .holder-flex-box .onethird-width .holder-data-box h5{
    text-transform: capitalize;
    letter-spacing: 0.03em;
    margin-bottom: -2px;
}
.support-group-feed .baf-holder .holder-flex-box .onethird-width .holder-data-box h5{
    margin-bottom: 12px;

}
.baf-holder .holder-flex-box .onethird-width .holder-data-box h6{
	margin: 0 0 2px 0;
	padding: 0;
}
.baf-holder .holder-flex-box .onethird-width .holder-data-box p{
	margin-bottom: 20px;
}
.baf-holder .holder-flex-box .onethird-width .holder-data-box a i{
	margin-left: 3px;
	font-size: 11px;
}
.baf-holder .action-box{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.event-group .baf-holder .action-box{
	position: absolute;
	right: 40px;
	bottom: 30px;
}
.baf-holder .holder-flex-box .onethird-width:last-child{
	margin-top: 15px;
}
.baf-holder .holder-flex-box .onethird-width:first-child{
	margin-top: 0px;	
}
.tab-group{
	width: 100%;
	clear: both;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
}
.tab-group .tab-header .nav{
	justify-content: space-between;
	align-items: center;
}
.tab-group .tab-header .nav .nav-item{
    background: #d03223;
    text-align: center;
    width: 50%;
    min-height: 80px;
    padding: 16px 50px 10px;
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tab-group .tab-header .nav .nav-item.active{
	background: #ffffff;
}
.tab-group .tab-header .nav .nav-item.active:after{
	content: "";
	display: block;
	width: 24px;
	height: 80px;
	position: absolute;
	top: 0;
	right: -24px; 
	z-index: 2; 
	background: -moz-linear-gradient(left, rgba(0,0,0,0.26) 0%, rgba(191,191,191,0) 75%, rgba(229,229,229,0) 90%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.26) 0%,rgba(191,191,191,0) 75%,rgba(229,229,229,0) 90%);
	background: linear-gradient(to right, rgba(0,0,0,0.26) 0%,rgba(191,191,191,0) 75%,rgba(229,229,229,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#00e5e5e5',GradientType=1 );
}
.tab-group .tab-header .nav .nav-item.active:before{
	content: "";
	display: block;
	width: 24px;
	height: 80px;
	position: absolute;
	top: 0;
	left: -24px; 
	z-index: 2; 
	background: -moz-linear-gradient(left, rgba(229,229,229,0) 10%, rgba(191,191,191,0) 25%, rgba(0,0,0,0.26) 100%);
	background: -webkit-linear-gradient(left, rgba(229,229,229,0) 10%,rgba(191,191,191,0) 25%,rgba(0,0,0,0.26) 100%);
	background: linear-gradient(to right, rgba(229,229,229,0) 10%,rgba(191,191,191,0) 25%,rgba(0,0,0,0.26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#42000000',GradientType=1 );
}
.tab-group .tab-header .nav .nav-item:last-child.active:after,
.tab-group .tab-header .nav .nav-item:first-child.active:before{
	display: none;
}
.tab-group .tab-header .nav .nav-item h5{
	margin: 0;
	color: #ffffff;
	letter-spacing: 0.03em;
}
.tab-group .tab-header .nav .nav-item.active h5{
	color: #000000;
}
.tab-group .tab-content{
	background: #ffffff;
	padding: 30px 45px;
}
.tab-group .tab-content .tab-pane .menu-how-to-help-container,
.tab-group .tab-content .tab-pane .menu-how-to-help-container ul,
.tab-group .tab-content .tab-pane .tab-listing{
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-group .tab-content .tab-pane .menu-how-to-help-container .menu> li,
.tab-group .tab-content .tab-pane .tab-listing > li{
	padding: 8px 0 10px;
}
.tab-group .tab-content .tab-pane .menu-how-to-help-container .menu> li > a,
.tab-group .tab-content .tab-pane .tab-listing > li > a{
	font-size: 20px;
	vertical-align: middle;
}
.tab-group .tab-content .tab-pane .menu-how-to-help-container .menu > li a:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	font-size: 14px;
}
.tab-group .tab-content .tab-pane .tab-listing > li > a > i{
    margin-left: 5px;
    font-size: 14px
}
.tab-group .tab-content .tab-pane .tab-image{
	margin-top: 30px;
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: -30px;
}
.tab-group .tab-content .tab-pane .tab-image img{
	width: 100%;
}
.tab-content br{
	display: none;
}

/*-------*/
.listing-section{
	list-style:none;
	padding-left:0 !important;
}
.listing-section li .fas{
	color: #e84a35;
  	font-size:16px;
  	margin-right:5px;
  	
}
.listing-section li{
	padding:5px 0 !important;
    letter-spacing: 0.02em;

}
.listing-section.blue li .fas{
	color: #00739e;
}
.types-aneurysms{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.types-aneurysms img{
	margin-right:15px;
}
.types-aneurysms .section-info{
	margin-bottom:0;
	padding-left:10px;
}
.btn-primary{
	background: #00739e;
   
    color: #fff;
    border: none;
    font-size:14px;
    padding: 12px 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Metric-Regular;
    -webkit-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out;
    border-radius:0;
}
.btn-primary:hover,
.btn-primary.active{
	color: #fff;
    background: #004863;
    border-color: #204d74;
}
.phone{
	margin-left: 10px;
}
.fax{
	margin-left:35px;
}
.email{
	margin-left: 10px;
}
.social-image{
	float:right;
}
.social-image img{
	padding-right:20px;
}
.listing-section.detail{
	margin:0;
}
.sgroup-data-block,
.single-img{
	margin-right:20px;
	margin-bottom:10px;
}

.view-content{
	text-align:center;
}
.view-content span.views-summary.views-summary-unformatted {
    display: inline-block;
    margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 991px){
	.baf-holder .action-box{
		flex-wrap: wrap;
	}
	.baf-holder .action-box a{
		display: block;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 991px){
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media (max-width: 767px){
	.baf-section {
	    padding-top: 20px;
	}
	.content-block {
	    padding-top: 10px;
	}
	.title-block {
		display: block;
	}
	.title-block .action-box {
		margin-top: 10px;
	}
	.title-block .action-box a{
		margin-left: 0;
		margin-right: 10px;
	}
	.baf-holder .baf-holder-inner{
		padding: 20px;
		border-right: none;
		border-bottom: 10px solid #d03223;
	}
	.baf-holder .holder-flex-box .full-width, .baf-holder .holder-flex-box .onethird-width{
		flex-wrap: wrap;
	}
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-image-box{
		position: absolute;
		width: 110px;
	}
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box{
		padding-top: 5px;
	}
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box h5,
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box div:not(.action-box){
		padding-left: 130px; 
	}
	.baf-holder .holder-flex-box .onethird-width div:first-child:not(.holder-image-box) h5,
	.baf-holder .holder-flex-box .onethird-width div:first-child:not(.holder-image-box) div:not(.action-box){
		padding-left: 0; 
	}
	.support-group .baf-holder .holder-flex-box .onethird-width .holder-data-box,
	.baf-holder .holder-flex-box .onethird-width .holder-data-box,
	.baf-holder .holder-flex-box .onethird-width .holder-image-box{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}
	.baf-holder .holder-flex-box .onethird-width .holder-image-box .feed-image {
	    max-height: inherit;
	}
	.baf-holder .holder-flex-box .onethird-width .holder-data-box{
		padding-top: 20px;
	}
	.tab-group .tab-header .nav .nav-item{
		padding: 16px 15px 10px;
	}
	.tab-group .tab-header .nav .nav-item h5{
		font-size: 16px;
	}
	.event-group .baf-holder .action-box {
	    right: inherit;
	    bottom: inherit;
	    position: inherit;
	    justify-content: flex-end;
	}
	.theme-single-page, .theme-page {
	    padding-top: 10px;
	}
	.tab-group .tab-content {
	    padding: 25px 15px;
	}
	.sgroup-data-block img,
	.single-img{
		width:100%;
		margin:20px;
	}
	.tab-group .tab-content .tab-pane .tab-image{
		margin-left: -15px;
		margin-right: -15px;
	}
	.custom_side_menu {
		display: none;
	}
/*
	ul.baf-lists.news-feed li{
		display: none;
	}
	ul.baf-lists.news-feed li:first-child{
		display: inline;
	}
*/
}
@media (max-width: 479px){
	.baf-holder .action-box{
		flex-wrap: wrap;
	}
	.baf-holder .action-box a{
		display: block;
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
		padding: 7px 12px 2px 11px;
	}
}

/**	Sidebar Style
===========================================*/
.baf-sidebar{
	clear: both;
}
.baf-sidebar ul{
	list-style: none;
}
.baf-sidebar.rightbar .baf-sidebar-inner{
	padding-left: 30px;
}
.baf-sidebar.leftbar .baf-sidebar-inner{
	padding-right: 30px;
}
.baf-sidebar .baf-sidebar-box{
	clear: both;
	position: relative;
	margin-top: 50px;
}
.baf-sidebar .baf-sidebar-box:first-child{
	margin-top: 0;
}
.baf-sidebar .sub-title-box,
.baf-sidebar .title-box{
	clear: both;
	position: relative;
}
.baf-sidebar .title-box h3{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0 0 0;
    letter-spacing: 0;
}
.baf-sidebar .sub-title-box h5{
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0;
}
.baf-sidebar .location-link-box{
    width: 100%;
    clear: both;
    margin-bottom: 25px;
    margin-top: 10px;
}
.baf-sidebar .location-link-box .baf-primary-btn{
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.03em;
}
.baf-sidebar .feed-box .feed-lists{
	list-style: none;
	margin: 0;
}
.baf-sidebar .feed-box .feed-holder{
	border-top: 1px solid #b6ada5;
    padding-top: 20px;
    margin-top: 20px;
}
.baf-sidebar .feed-box .feed-lists > li:first-child .feed-holder{
	margin-top: 3px;	
}
.baf-sidebar .feed-box .feed-holder h5{
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}
.baf-sidebar .feed-box .feed-holder a i{
	font-size: 11px;
	margin-left: 2px;
}
.baf-sidebar .feed-box .feed-holder .feed-cabs{}
.baf-sidebar .feed-box .feed-holder .feed-cabs span{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #796e65;
    display: inline-block;
    vertical-align: middle;
}
.baf-sidebar .feed-box .feed-holder .feed-cabs span:after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #796e65;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 10px;
}
.baf-sidebar .feed-box .feed-holder .feed-cabs span:last-child:after{
	display: none;
}
.baf-sidebar .credit-box{
	margin-top: 15px;
    text-align: right;
}
.baf-sidebar .credit-box .image{
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
.baf-sidebar .credit-box .image img{
    margin: 0 auto;
    height: auto;
}
.baf-sidebar .credit-box a{
    margin-top: 10px;
    display: inline-block;
    font-size: 20px;
}
.baf-sidebar .credit-box .image a{
	margin-top: 0;
}
.baf-sidebar .credit-box a i{
    font-size: 14px;
}
.baf-sidebar .baf-icon{
	content: "";
	width: 32px;
	height: 32px;
	background: url('assets/images/default.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
	margin: 0 5px; 
	display: inline-block;
}
.baf-sidebar .baf-icon.ratingcup-marker{
	background: url('assets/images/ratings.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.baf-sidebar .baf-icon.sponsors-marker{
	background: url('assets/images/sponsors.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.baf-sidebar .baf-icon.map-marker{
	background: url('assets/images/in_my_area.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.baf-sidebar .baf-icon.news-marker{
	background: url('assets/images/featured_news.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.baf-sidebar .baf-icon.event-marker{
	background: url('assets/images/featured_events.svg'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/*.baf-sidebar .baf-icon.event-marker{
    position: absolute;
    bottom: 10px;
    left: 105px;
}*/
.baf-sidebar .sidebar-navigation-box ul{
	padding: 0;
	margin: 0;
}
.baf-sidebar .sidebar-navigation-box .menu{
	background: #ffffff;
}
.baf-sidebar .sidebar-navigation-box .menu > li{
	/*border-top: 1px solid #b6ada5;*/
	border-bottom: 1px solid #b6ada5;
	padding-left: 0;
}
.baf-sidebar .sidebar-navigation-box .menu li li{
	padding-left: 0;
}
.baf-sidebar .sidebar-navigation-box .menu > li > .sub-menu > li > a{
	border-top: 1px solid #b6ada5;
}
.baf-sidebar .sidebar-navigation-box .menu li a{
	padding: 12px 20px 7px;
	display: block;
}
.baf-sidebar .sidebar-navigation-box .menu .sub-menu li a{
	padding-left: 30px;
}
.baf-sidebar .sidebar-navigation-box .menu .sub-menu .sub-menu li a{
	padding-left: 50px;
}
.baf-sidebar .sidebar-navigation-box .menu li .drop-icon{
	display: none;
}
.baf-sidebar .sidebar-navigation-box .menu li.current_page_item > a{
	color: #000000;
}
@media (min-width: 1200px){
	.baf-sidebar .credit-box .image{
		padding: 25px 0;
	}
	.baf-sidebar .title-box h3 br{
		display: none;
	}
	.baf-sidebar .baf-icon.event-marker {
	    position: inherit;
	    bottom: inherit;
	    left: inherit;
	}
	.baf-sidebar .title-box h3{
		font-size: 36px; 
	}
}
@media (min-width: 992px){
	.baf-sidebar .title-box h3{
		font-size: 33px; 
	}
	.baf-sidebar .title-box h3 br{
		display: none;
	}
}
@media (max-width: 991px){
	.baf-sidebar.rightbar .baf-sidebar-inner {
	    padding-left: 0;
	}
	.baf-sidebar.leftbar .baf-sidebar-inner{
		padding-right: 0;
	}
	.baf-sidebar .baf-icon{
		width: 23px;
		height: 23px;
	}
	.baf-sidebar .title-box h3{
		padding: 6px 0 0 0;
		font-size: 26px; 
	}
	/*.baf-sidebar .baf-icon.event-marker {
	    left: 80px;
	}*/
	.baf-sidebar-box.sidebar_desktop_menu {
    	display: none;
	}
	.baf-sidebar .title-box h3 br{
		display: none;
	}
}
@media (max-width: 767px){
	.baf-sidebar{
		margin-top: 50px; 
	}
	.baf-sidebar .title-box h3 br{
		display: none;
	}
	.baf-sidebar .baf-icon.event-marker {
	    position: inherit;
	    bottom: inherit;
	    left: inherit;
	}
}

/**	Header Style
================================*/
.site-header{
	position: relative;
	z-index: 999;
    /*-webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);*/
}
.site-header .header-wrapper{
	position: relative;
	background: #ffffff;
}
.site-header .header-wrapper .header-container{
	max-width: calc(100% - 100px);
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-header .header-wrapper .left-wrap{
    padding: 23px 0;
}
.site-header .header-wrapper .brand-box,
.site-header .header-wrapper .brand-box .custom-logo-link{
	display: block;
	padding-right: 0;
}
.site-header .header-wrapper .brand-box .custom-logo-link .custom-logo{
	max-height: 50px;
	width: 282px;
}
.site-header .header-wrapper .right-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;	
}
.site-header .site-search-box{
	margin-right: 15px;
}
.site-header .site-search-box .search-form{
	position: relative;
	display: block;
}
.site-header .site-search-box .search-form > label{
	display: none;
}
.site-header .site-search-box .search-form input[type="search"]{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	width: 280px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 36px;
	padding: 7px 40px 7px 25px;
	margin-right: -40px;
	background: #efece8;
	border: none;
	color: #000000;
	position: relative;
	z-index: 1;
}
.site-header .site-search-box .search-form .search-submit{
	background-color: #00739e;
	border: none;
	font-size: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-header .site-search-box .search-form .search-submit:hover,
.site-header .site-search-box .search-form .search-submit:focus{
	background-color: #004863;
	outline: none;
}
.site-header .site-search-box .search-form .search-submit .icon {
    height: 18px;
    top: 0px;
    width: 18px;
    color: #fff;
}
.site-header .value-box .box,
.site-header .language-box .box{
    padding: 0 15px;
    border: 1px solid #796e65;
    border-radius: 36px;
    user-select: none;
    cursor: pointer;
    width: auto;
    height: 36px;
}
.site-header .language-box .box span{
	font-family: 'Metric-Medium', sans-serif;
	font-size: 16px; 
	line-height: 38px;
	font-weight: 400;
	color: #796e65;
	vertical-align: middle;
}
.site-header .language-box .box i{
	font-size: 14px; 
	line-height: 32px;
	font-weight: 400;
	color: #796e65;
	vertical-align: top;
	margin-right: 5px; 
}
.site-header .value-box{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.site-header .value-box .box{
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-left: 10px;
}
.site-header .value-box .box a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.site-header .value-box .box a span{
	font-family: 'Metric-Medium', sans-serif;
	font-size: 22px; 
	line-height: 38px;
	font-weight: 400;
	color: #796e65;
}
.site-header .value-box .box:first-child a span{
	font-size: 16px; 
}
.site-header .language-box #google_language_translator .goog-te-gadget{
	width: auto;
	height: 36px;
    border-radius: 36px;
	border: 1px solid #796e65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 12px 0 40px;
	background-image: url(assets/images/google.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 15px center;
}
.site-header .language-box #google_language_translator select.goog-te-combo{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none !important;
	margin: 3px auto;
	display: block;
	cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #796e65;
    font-size: 15px;
    width: 175px !important;

}
/*
.site-header .language-box #google_language_translator select.goog-te-combo:after{
	content: "123";
	display: inline-block;
}
.site-header .language-box #google_language_translator select.goog-te-combo{
    border: 1px solid #796e65 !important;
    border-radius: 36px !important;
	padding: 5px 5px 5px 45px !important;
	margin: 0 !important;
	height: 36px !important;
	width: 230px;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #796e65;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-image: url(assets/images/google.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 15px center;
}
.site-header .language-box #google_language_translator select.goog-te-combo option{
	padding-left: 0;
}*/

.site-header .language-box .goog-te-gadget-simple{
	border: 1px solid #796e65;
	border-radius: 36px;
	padding: 3px 15px 5px 15px;
	margin: 0;
	height: 36px;
}
.site-header .language-box .goog-te-gadget-simple > span{
	margin-top: 5px;
	display: inline-block;
}
.site-header .language-box .goog-te-gadget-simple > span a span + img + span{
	display: none;
}
.site-header .language-box .goog-te-gadget-simple > span a span + img + span + img + span{
	margin-top: 3px;
	display: inline-block;	
}
.site-header .header-navigation:after{
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 7px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(255,255,255,0) 98%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00ffffff',GradientType=0 );
}

@media (min-width: 992px){
	.site-header .mainnav .menu{
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    display: flex;
	    justify-content: space-around;
	    align-items: stretch;
	}
	.site-header .mainnav .menu > li{
	    text-align: center;
	    width: 16.67%;
	    display: flex;
	    align-self: stretch;
	    justify-content: center;
	    position: relative;
	}
	.site-header .mainnav .menu > li > a{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 18px;
	    line-height: 20.16px;
	    text-transform: uppercase;
	    font-weight: 400;
	    letter-spacing: 0.04em;
	    padding: 18px 15px 12px 15px;
	    color: #000000;
	    background: #efece8;
	    width: 100%;
	    border-left: 1px solid #b6ada5;
	    border-top: 1px solid #b6ada5;
	}
	.site-header .mainnav .menu > li:first-child > a{
		border-left: none;	
	}
	.site-header .mainnav .menu li.current_page_item a,
	.site-header .mainnav .menu li.hover a,
	.site-header .mainnav .menu > li > a:hover{
		background: #ffffff;
		color: #d03223;
	}
	.site-header .mainnav .menu > li.give_now_button > a{
		background: #d03223;
		color: #ffffff;
		border-top: 1px solid #d03223;
	}
	.site-header .mainnav .menu > li.give_now_button > a:hover{
		background: #ae000b;
		color: #ffffff;
		border-top: 1px solid #ae000b;
	}
	.site-header .mainnav .menu li.menu-item-has-children ul.sub-menu{
	    position: absolute;
	    left: 0;
	    top: 100%;
	    z-index: 999;
	    display: none;
	    width: calc(100% + 50px);
	    list-style: none;
	    text-align: left;
	    margin: 0 0 0 0;
	    padding: 0; 
		border: 1px solid #b6ada5;
		border-top: none;
		border-bottom: 8px solid #796e65;
	}
	.site-header .mainnav .menu li.menu-item-has-children ul.sub-menu ul.sub-menu{
		left: 100%;
		top: 27.5px;
		margin: 0 0 0 0;
	}
	.site-header .mainnav .menu li.menu-item-has-children:nth-child(5n) ul.sub-menu ul.sub-menu{
		left: inherit;
		right: 100%;
		top: 27.5px;
		margin: 0 0 0 0;
	}
	.site-header .mainnav .menu li.menu-item-has-children:hover > ul.sub-menu{
		display: block;
	}
	.site-header .mainnav .menu li ul.sub-menu li{
		display: block;
		text-align: left;
		clear: both;
		position: relative;
	}
	.site-header .mainnav .menu li ul.sub-menu li a{
		display: block;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.04em;
		padding: 20px 45px 14px 20px;
		color: #000000;
		background: #fff;
		width: 100%;
		border-top: 1px solid #b6ada5;
	}
	.site-header .mainnav .menu li ul.sub-menu li.hover > a,
	.site-header .mainnav .menu li ul.sub-menu li a:hover{
		background: #ffffff;
		color: #d03223;
	}
	.site-header .mainnav ul:not(.sub-menu) li .drop-icon{
		display: none;
	}
	.site-header .mainnav .menu li ul.sub-menu li .drop-icon{
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    font-size: 20px;
	    margin: -9px 0 0 0;
	    color: #000;
	    z-index: 2;
	    display: block;
		-webkit-transition: color 0.5s ease;
		-moz-transition: color 0.5s ease;
		-o-transition: color 0.5s ease;
		transition: color 0.5s ease;
	}
	.site-header .mainnav .menu li ul.sub-menu li:hover > .drop-icon{
		color: #d03223;
	}
	.site-header .header-navigation .btn-menu{
		display: none;
	}
	ul.sub-menu ul.sub-menu:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: -27px;
	    width: 100%;
	    height: 30px;
	}
}
@media (min-width: 1600px){
	.site-header .mainnav .menu > li > a{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1800px){
	.site-header .mainnav .menu > li > a{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 2250px){
	.site-header .mainnav .menu > li > a{
		padding-left: 20%;
		padding-right: 20%;
	}
}
@media (max-width: 991px){
	.site-header .header-wrapper .header-container{
		max-width: calc(100% - 30px);
	}
	.site-header .header-wrapper .brand-box .custom-logo-link .custom-logo{
		max-height: 45px;
		width: 275px;
	}
	.site-header .header-wrapper .left-wrap {
	    padding: 18px 0 18px;
	}
	.site-header .header-wrapper .right-wrap .site-search-box,
	.site-header .header-wrapper .right-wrap .value-box{
		display: none;
	}
	.site-header .header-navigation .btn-menu{
		position: absolute;
		right: 20px;
		top: 18px;
		z-index: 9;
		text-align: center;
		cursor: pointer;
	}
	.site-header .header-navigation .btn-menu .fa-bars:before{
		display: none;
	}
	.site-header .header-navigation .btn-menu .fa-bars{
		background: url(assets/images/hamburger.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		display: block;
		width: 46px;
		height: 46px;
	}
	.site-header .header-navigation .btn-menu.open .fa-bars {
	    background: url("assets/images/form_hamburger_close.svg");
	}
	.site-header .mainnav {
		display: none;
	}
	.site-header .mainnav.open {
		display: block;
	}
	.site-header .mainnav .menu{
		margin: 0;
		padding: 0;
		overflow: hidden;
		list-style: none; 
		border-bottom: 8px solid #796e65;
	}	
	.site-header .mainnav .menu > li{
		display: block;
		clear: both;
		position: relative;
	}
	.site-header .mainnav .menu > li > a{
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 20.16px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0.04em;
		padding: 22px 60px 15px 15px;
		color: #000000;
		background: #efece8;
		border-bottom: 1px solid #b6ada5; 
		position: relative;
		z-index: 1;
	}
	.site-header .mainnav .menu > li.click{
		border-bottom: 1px solid #b6ada5;
	}
	.site-header .mainnav .menu li.current_page_item > a,
	.site-header .mainnav .menu > li a:hover{
		color: #00739e;
	}
	.site-header .mainnav .menu .sub-menu{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.site-header .mainnav .menu .sub-menu a{
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		text-transform: capitalize;
		font-weight: 400;
		letter-spacing: 0.04em;
		padding: 22px 15px 15px 15px;
		color: #000000;
		background: #efece8;
	}
	.site-header .mainnav .menu .sub-menu a{
		padding-left: 30px;
		padding-bottom: 5px;
	}
	.site-header .mainnav .menu li.click .sub-menu a{
		padding-top: 15px;
		padding-bottom: 11px;
	}
	.site-header .mainnav .menu li.click .sub-menu .sub-menu li:first-child a{
		padding-top: 8px;
	}
	.site-header .mainnav .menu li.click > .sub-menu li:first-child a{
		padding-top: 22px;	
	}
	.site-header .mainnav .menu li.click > .sub-menu li:last-child a{
		padding-bottom: 15px;	
	}
	.site-header .mainnav .menu .sub-menu .sub-menu a{
		padding: 7px 15px 5px 55px;
	}
	.site-header .mainnav .menu li .drop-icon{
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 58px;
	    height: 58px;
	    text-align: center;
	    line-height: 58px;
	    font-size: 25px;
	    margin: 0;
	    border-left: 1px solid #b6ada5; 
	    z-index: 99;
	    cursor: pointer;
	    display: block;
	}
	.site-header .mainnav .menu li.current_page_item .drop-icon{
		color: #00739e;
	}
	.site-header .mainnav .menu li .drop-icon i{
		line-height: 58px;
		transform: rotate(90deg);
	}
	.site-header .mainnav .menu li ul.sub-menu{
		display: none;
	}
	.site-header .mainnav .menu li.open ul.sub-menu{
		display: block;
	}
	iframe.goog-te-menu-frame{
		width: calc(100% - 30px)!important;
		left: 15px !important;
	}
}
@media (max-width: 480px){
	.site-header .header-navigation .btn-menu .fa-bars{
		width: 28px;
		height: 28px;
	}
	.site-header .header-navigation .btn-menu{
		top: 15px;
		right: 12px;
	}
	.site-header .header-wrapper .left-wrap {
	    padding: 11px 0 14px;
	}
	.site-header .header-wrapper .brand-box .custom-logo-link .custom-logo {
	    max-height: 35px;
	    width: 200px;
	}
}

/**	Footer Style
================================*/
.site-footer{
	position: relative;
	z-index: 2;
	margin-top: 100px;
}
.site-footer .primary-footer-wrap{
	background: #ffffff; 
}
.site-footer .secondry-footer-wrap{
	background: #796e65; 
}
.site-footer .footer-flax{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.site-footer .footer-flax > section{
	padding: 50px 0 70px;
}
.site-footer .primary-footer-wrap .footer-flax > section{
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}
.site-footer .secondry-footer-wrap .footer-flax > section{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-footer .wrap-title{
    font-size: 36px;
    margin: 0; 
}
.site-footer .wrap-info{
	margin: 0; 
}
.site-footer .keep-touch-wrap p,
.site-footer .keep-touch-wrap h2,
.site-footer .keep-touch-wrap h3,
.site-footer .keep-touch-wrap .newsletterform-wrap{
	clear: both;
}
.site-footer .keep-touch-wrap .newsletterform-wrap .your-email{
	vertical-align: middle;
	height: 36px;
	display: inline-block;
}
.site-footer .keep-touch-wrap .newsletterform-wrap{
	margin-top: 20px;
}
.site-footer .keep-touch-wrap .newsletterform-wrap input::placeholder {
	color: #999999;
}
.site-footer .keep-touch-wrap .newsletterform-wrap input[type="email"]{
	border: none;
	background: #efece8;
	width: 280px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	padding: 7px 12px 7px 12px;
	margin-right: -5px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
	position: relative;
	z-index: 1;
}
.site-footer .keep-touch-wrap .newsletterform-wrap input[type="submit"],
.site-footer .keep-touch-wrap .newsletterform-wrap .site-button{
	background: #00739e;
	color: #fff;
	border: none;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin-top: 0;
	border-radius: 0;
}
.site-footer .keep-touch-wrap .newsletterform-wrap input[type="submit"]:hover,
.site-footer .keep-touch-wrap .newsletterform-wrap input[type="submit"]:focus,
.site-footer .keep-touch-wrap .newsletterform-wrap .site-button:hover,
.site-footer .keep-touch-wrap .newsletterform-wrap .site-button:focus{
	background-color: #004863;
	outline: none;
}
.site-footer .keep-touch-wrap .newsletterform-wrap .wpcf7-not-valid-tip{
	position: absolute;
	bottom: -40px;
	left: 0;
}
.site-footer .keep-touch-wrap .newsletterform-wrap .wpcf7-response-output{
	margin-left: 0;
	margin-right: 0;
	padding-top: 7px;
}
.site-footer .social-wrap{
	text-align: right;
}
.site-footer .social-wrap .social-list{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.site-footer .social-wrap .social-list > li{
	margin-left: 15px;
}
.site-footer .social-wrap .social-list > li > a{
	background: #00739e;
	color: #ffffff;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.site-footer .social-wrap .social-list > li > a:hover{
	background-color: #004863;
	outline: none;
}
.site-footer .social-wrap .social-list > li > a i{
	line-height: 36px;
}
.site-footer .site-info-wrap p,
.site-footer .site-info-wrap a,
.site-footer .footer-contacct-wrap a,
.site-footer .footer-contacct-wrap p{
	color: #ffffff;
	letter-spacing: 0.05em;
}
.site-footer .site-info-wrap p{
	margin-bottom: 0;
}
.site-footer .site-info-wrap a{
	font-family: 'Metric-Regular', sans-serif;
    font-weight: 400;
}
.site-footer .site-info-wrap a i{
	font-size: 12px; 
}
.site-footer .footer-contacct-wrap p{
	margin-bottom: 15px;
}
.site-footer .footer-contacct-wrap a{
	margin-bottom: 10px;
	line-height: 1;
    display: inline-block;
    font-family: 'Metric-Regular', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid transparent;
}
.site-footer .site-info-wrap a:hover,
.site-footer .footer-contacct-wrap a:hover{
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
.site-footer .menu-footer-container .menu li {
	border-bottom: none;
    border-top: none;
    padding: 0.3em 0;
}
.site-footer .menu-footer-container .menu li a{
	color: #ffffff;
	letter-spacing: 0.05em;
	box-shadow: none;
	font-family: 'Metric-Regular', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px; 
    border-bottom: 1px solid transparent;
}
.site-footer .menu-footer-container .menu li a:hover{
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
.site-footer .menu-footer-container .menu .sub-menu{ 
	display: none !important;
}
.site-footer .secondry-footer-wrap section:first-child .image{
	max-width: 220px;
}
@media (max-width: 991px){
	.site-footer .secondry-footer-wrap .footer-flax > section{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.site-footer .secondry-footer-wrap .footer-flax > section:first-child{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.site-footer .keep-touch-wrap .newsletterform-wrap input[type="email"]{
		width: 210px;
	}
	.site-footer .social-wrap .social-list > li {
	    margin-left: 6px;
	}
}
@media (max-width: 767px){
	.site-footer{
		margin-top: 60px;
	}
	.site-footer .secondry-footer-wrap{
		padding: 40px 0 86px;
	}
	.site-footer .secondry-footer-wrap .footer-flax > section,
	.site-footer .secondry-footer-wrap .footer-flax > section:first-child{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
		padding-top: 20px;
		text-align: center;
	}
	.site-footer .primary-footer-wrap{
		padding: 50px 0;
	}
	.site-footer .primary-footer-wrap .footer-flax > section{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 0;
	}
	.site-footer .keep-touch-wrap .newsletterform-wrap input[type="email"]{
		width: calc(100% - 100px);
	}
	.site-footer .social-wrap {
	    text-align: left;
	}
	.site-footer .social-wrap .social-list{
	    margin: 0;
	    justify-content: flex-start;
	}
	.site-footer .social-wrap .social-list > li {
	    margin-left: 0;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
}

/**	GDPR Box	
==================================*/
.gdpr-section{
	position: fixed;
	margin: 0 auto;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    display: none;
}
.gdpr-holder{
	background: #efece8;
	width: 100%;
	height: auto;
	margin: 0 auto; 
    padding: 25px 0;
}
.gdpr-holder .gdpr-holder-inner{
	width: calc(100% - 140px);
	margin: 0 auto; 
}
.gdpr-holder .gdpr-holder-inner h6{
	margin-bottom: 5px;
}
.gdpr-holder .gdpr-holder-inner .holder-action{
	margin-top: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.gdpr-holder .gdpr-holder-inner .holder-action a{
	margin-right: 15px;
}
.gdpr-holder .gdpr-holder-inner .holder-action a i{
	font-size: 11px;
	margin-left: 3px; 
}
.gdpr-holder .gdpr-holder-inner .holder-action .baf-primary-btn{
	color: #ffffff;
}
@media (max-width: 991px){
	.gdpr-section{
		bottom: 42px;
	}
}
@media (max-width: 767px){
	.gdpr-holder .gdpr-holder-inner .holder-action{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.gdpr-holder .gdpr-holder-inner {
    	width: calc(100% - 50px);
	}
}

/**	Alert Box	
==================================*/
.alert-holder{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}
.alert-holder .alert-holder-inner{
	padding: 24px;
	position: relative;
	color: rgba(0,0,0,.65);
	line-height: 1.5;
	border: 1px solid #b6ada5;
	background-color: #ffffff;
}
.alert-holder .alert-holder-inner p{
	color: #d03223;
	letter-spacing: 0.04em;
}
.alert-holder .alert-close{
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.alert-holder .alert-close i{
	font-size:13px;
	margin-right: 3px;  
}
@media (min-width: 576px){
	.alert-holder{
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.alert-holder{
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.alert-holder{
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.alert-holder{
		max-width: 1140px;
	}
}
	
/**	Home Page	
==================================*/
.hero-banner-section{
	clear: both;
	position: relative;
	padding-bottom: 60px;
}
.hero-banner-section .carousel .carousel-inner{
	overflow: inherit;
}
.hero-banner-section .carousel .carousel-indicators{
	display: none !important;
	justify-content: flex-end;
	margin-right: 70px;
}
.hero-banner-section .carousel .carousel-indicators li{
	cursor: pointer;
}
.hero-banner-section .carousel .carousel-caption{
	left: 0;
	right: 0;
	padding: 0;
	text-align: left;
}
.hero-banner-section .hero-image{
	position: relative;
	z-index: 1;
}
.hero-banner-section .hero-image .image img{
	width: 100%;
	height: auto;
}
.hero-banner-section .hero-image .sl-image{
	width: 100%;
	height: calc(100vh - 225px);
}
.hero-banner-section .hero-text-holder{
	position: absolute;
	bottom: -60px;
	left: 70px;
	z-index: 2;
}
.hero-text-holder .text-holder-inner{
    max-width: 395px;
    padding: 34px;
/*    padding-bottom: 65px; */
    background: #d03223;
    border-bottom: 20px solid #efece8;
    -webkit-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
}
.hero-text-holder .text-holder-inner .holder-title{
    color: #fff;
    margin-bottom: 15px;
}
.hero-text-holder .text-holder-inner .intro{
    color: #fff;
    margin-bottom: 15px;
}
.hero-text-holder .text-holder-inner .baf-primary-btn{
	background: #fff;
	border: 1px solid #fff;
	color: #00739e;
}
.hero-text-holder .text-holder-inner .baf-primary-btn:hover{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #004863;
}

.hero-text-holder .text-holder-inner.baf_00739E,
.hero-text-holder .text-holder-inner.blue{
	background: #00739E;
	border-bottom-color: #efece8; 
}
.hero-text-holder .text-holder-inner.baf_D03223,
.hero-text-holder .text-holder-inner.red{
	background: #d03223;
	border-bottom-color: #efece8; 
}
.hero-text-holder .text-holder-inner.baf_00739E .holder-title,
.hero-text-holder .text-holder-inner.blue .holder-title,
.hero-text-holder .text-holder-inner.baf_D03223 .holder-title,
.hero-text-holder .text-holder-inner.red .holder-title{
    color: #fff;
}
.hero-text-holder .text-holder-inner.baf_00739E .intro,
.hero-text-holder .text-holder-inner.blue .intro,
.hero-text-holder .text-holder-inner.baf_D03223 .intro,
.hero-text-holder .text-holder-inner.red .intro{
	color: #fff;
}
.hero-text-holder .text-holder-inner.baf_00739E .baf-primary-btn,
.hero-text-holder .text-holder-inner.blue .baf-primary-btn,
.hero-text-holder .text-holder-inner.baf_D03223 .baf-primary-btn,
.hero-text-holder .text-holder-inner.red .baf-primary-btn{
	background: #fff;
	border-color: #fff;
	color: #00739e;
}
.hero-text-holder .text-holder-inner.baf_00739E .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.red .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.baf_D03223 .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.red .baf-primary-btn:hover{
	color: #004863;
}

.hero-text-holder .text-holder-inner.baf_FFFFFF,
.hero-text-holder .text-holder-inner.white{
	background: #FFFFFF;
	border-bottom-color: #796e65; 
}
.hero-text-holder .text-holder-inner.baf_EFECE8,
.hero-text-holder .text-holder-inner.gray{
	background: #EFECE8;
	border-bottom-color: #796e65;
}
.hero-text-holder .text-holder-inner.baf_FFFFFF .holder-title,
.hero-text-holder .text-holder-inner.white .holder-title,
.hero-text-holder .text-holder-inner.baf_EFECE8 .holder-title,
.hero-text-holder .text-holder-inner.gray .holder-title{
    color: #d03223;
}
.hero-text-holder .text-holder-inner.baf_FFFFFF .intro,
.hero-text-holder .text-holder-inner.white .intro,
.hero-text-holder .text-holder-inner.baf_EFECE8 .intro,
.hero-text-holder .text-holder-inner.gray .intro{
	color: #000000;
}
.hero-text-holder .text-holder-inner.baf_FFFFFF .baf-primary-btn,
.hero-text-holder .text-holder-inner.white .baf-primary-btn,
.hero-text-holder .text-holder-inner.baf_EFECE8 .baf-primary-btn,
.hero-text-holder .text-holder-inner.gray .baf-primary-btn{
	background: #00739e;
	border-color: #00739e;
	color: #ffffff;
}
.hero-text-holder .text-holder-inner.baf_FFFFFF .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.white .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.baf_EFECE8 .baf-primary-btn:hover,
.hero-text-holder .text-holder-inner.gray .baf-primary-btn:hover{
	background: #004863;
	border-color: #004863;
	color: #ffffff;
}

@media (max-width: 1199px){
	.hero-banner-section .hero-image .sl-image {
	    width: 100%;
	    height: 50vh;
	}
}
@media (max-width: 992px){
	.hero-banner-section .hero-image .sl-image {
	    width: 100%;
	    height: 330px;
	}
	.hero-banner-section .hero-text-holder{
		bottom: -80px;
	}
}
@media (max-width: 767px){
	.hero-banner-section .hero-text-holder {
		position: relative;
		bottom: 0;
		left: 0;
		padding: 0 15px;
	}
	.hero-text-holder .text-holder-inner{
	    max-width: 510px;
	/*    padding-bottom: 40px; */
	    margin: 0px auto 0;
	}
	.hero-banner-section{
		padding-bottom: 15px;
	}
	.hero-banner-section .carousel .carousel-caption{
		position: relative;
	}
	.hero-banner-section .carousel .carousel-indicators{
		bottom: inherit;
		top: 70px;
		margin-right: 20px;
	}
	.hero-banner-section .hero-image .sl-image {
	    width: 100%;
	    height: 180px;
	}
}
@media (max-width: 380px){
	.hero-banner-section .hero-image .sl-image {
	    width: 100%;
	    height: 160px;
	}
}
@media (max-width: 330px){
	.hero-banner-section .hero-image .sl-image {
	    width: 100%;
	    height: 135px;
	}
}
.mission-section{
	padding: 70px 0;
	background-image: url(assets/images/baf-logo-icon.svg);
	background-repeat: no-repeat;
	background-position: top 0 right 10%;
	background-size: 500px;
}
.mission-section .baf-link i{
	font-size: 18px;
}
@media (max-width: 1400px){
	.mission-section{
		background-position: top 0 right 0;
	}
}
@media (max-width: 1199px){
	.mission-section{
		background-size: 350px;
	}
}
@media (max-width: 992px){
	.mission-section{
		background-size: 300px;
	}
}
@media (max-width: 767px){
	.mission-section{
		display: none;
	}
	.mission-section{
		background-size: 200px;
	}
}

/*	Support Groups
==================================*/
.baf-map-box{
	border: 1px solid #b6ada5;
	margin-bottom: 25px;
}
.baf-map-box .map,
.baf-map-box iframe{
	width: 100%;
	height: 450px;
	margin: 0;
}
.display-result-ratio-text{
	margin: 25px 0;
}
.sgroup-data-block .area-box{
	margin-top: 10px;
}
.sgroup-data-block .area-box p{
	font-family: 'Metric-Semibold', sans-serif;
	font-weight: 600;
}
.sgroup-data-block .action-box{
	margin-top: 15px;
}
.sgroup-data-block .action-box .dropdown{
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 8px;
}
.sgroup-data-block .action-box .external_buttons{
    margin-top: 0;
    display: inline;
    vertical-align: top;
}
.sgroup-data-block .action-box .external_buttons a{
	margin: 0 6px 10px 0;
}
.sgroup-data-block .action-box .dropdown-menu.show{
	position: absolute;
	top: 94% !important;
	transform: inherit !important;
	min-width: 197px;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    border: 1px solid #b6ada5;
    border-bottom: 8px solid #796e65;
    -webkit-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
}
.sgroup-data-block .action-box .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #b6ada5;
    padding: 11px 15px 5px 15px;
    color: #000;
}
.sgroup-data-block .action-box .dropdown-menu .dropdown-item:hover{
	color: #d03223;
}
.sgroup-data-block .address-box{
	margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.sgroup-data-block .address-box .baf-map-box{
	margin: 0;
	width: 280px;
}
.sgroup-data-block .address-box .baf-map-box .map,
.sgroup-data-block .address-box .baf-map-box iframe{
	height: 200px;
	display: block;
	width: 100%;
	margin: 0;
}
.sgroup-data-block .address-box .address-details{
	padding-left: 30px;
	margin-top: -2px;
}
.sgroup-data-block .address-box .address-details h6{
	margin: 0;
	padding: 0;
}
.sgroup-data-block .address-box .address-details h6:first-child{
	padding-top: 0;
}
.sgroup-data-block .address-box .address-details h6:last-of-type{
	margin-bottom: 15px;
}
.sgroup-data-block .address-box .address-details p{
	margin: 0;
	padding: 0;
}
.sgroup-data-block .address-box .address-details a{
	display: block;
    clear: both;
}
.sgroup-data-block .date-box{
	margin-top: 25px;
}
.sgroup-data-block .time-box{
	margin-top: 10px;
} 
.sgroup-content-block{
	margin-top: 30px;
}
.sgroup-content-block div,
.sgroup-content-block p{
/* margin-bottom: 30px; */
	display: block;
}
.sgroup-content-block p a{
	vertical-align: baseline;
}
.sgroup-content-block img{
	margin-bottom: 10px;
	display: flex;
}
.sgroup-content-block ul,
.sgroup-content-block ol{
	padding-left: 20px;
}
.sgroup-content-block ul li,
.sgroup-content-block ol li{
	padding: 2px 3px;
}
.sgroup-content-block ul br,
.sgroup-content-block ol br{
	display: none;
}
.sgroup-content-block span{
	position: relative;
	vertical-align: middle;
}
.sgroup-content-block img.attachment-post-thumbnail{
	border-bottom: 8px solid #d03223;
}
.sgroup-content-block h2,
.sgroup-content-block h3,
.sgroup-content-block h4,
.sgroup-content-block h5{
	padding-top: 30px;
    margin-bottom: 0;
}
.wplinkpreview-description{
	font-size: 100%; 
}
.glossary_term_text{
	position: relative;
}
.glossary_term_text .key{
	position: relative;
	font-family: 'Metric-Semibold', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
	color: #00739e;
	vertical-align: bottom;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	padding-right: 0;
	letter-spacing: 0.03em;
}
.sgroup-data-block .glossary_term_text .value{
	font-size: 16px; 
}
.glossary_term_text .value{
	display: none;
	background: #00739e;
    color: #fff;
    padding: 18px 15px 10px;
    width: 400px;
    position: absolute;
    top: 30px;
    right: -100px;
    z-index: 9;
    -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.5);
}
.glossary_term_text:hover .key:before{
	content: "";
    border-left: 15px solid transparent;
    border-bottom: 15px solid #00739e;
    border-right: 15px solid transparent;
    display: inline-block;
    position: absolute;
    top: 15px;
	left: calc(50% - 25px);
	z-index: 10;    
}

.sgroup-content-block .wplinkpreview{
	margin: 0;
	display: block;
	box-shadow: none;
	width: 100%;
}
@media (min-width: 1200px){
	.glossary_term_text:hover .value{
		display: block;
	}
}
@media (max-width: 768px){
	.glossary_term_text .value{
		position: relative;
	}
}
@media (max-width: 767px){
	.glossary_term_text .value{
		position: relative;
		width: 100%;
		top: 15px;
	}
	.glossary_term_text .value img{
		margin: 0;
	}
}
.sgroup-content-block .wplinkpreview br,
.sgroup-content-block .wplinkpreview + br{
	display: none;
}
.sgroup-content-block .wplinkpreview div{
	margin-bottom: 12px;
	padding: 0;
}
.sgroup-content-block .wplinkpreview div img{
	margin-bottom: 0;
}
.sgroup-content-block .wplinkpreview .wplinkpreview-source img{
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.sgroup-content-block .wplinkpreview .wplinkpreview-source a{
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #00739e;
    text-transform: inherit;
    margin: 0;
}
.sgroup-content-block .wplinkpreview .wplinkpreview-source a:hover{
	color: #004863;
	outline: none;
}
.sgroup-content-block .wplinkpreview .wplinkpreview-title a{
	font-size: 24px;
	line-height: 27px;
}
.attachment-block{
	margin-top: 30px;
	clear: both;
	width: 100%;	
}
.attachment-block a{
	display: block;
}
.social-share-block{
    clear: both;
    margin-top: 30px;
    background: #efece8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 25px;
    margin-bottom: 15px;
}
.social-share-block + a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	margin: 0 0 0 5px;
}
.social-share-block label{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 10px;
    padding-top: 5px;
}
.social-share-block ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-share-block ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.social-share-block ul li a{
	background: #00739e;
	color: #ffffff;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 400;
}
.social-share-block ul li a:hover {
    background-color: #004863;
    outline: none;
}
.social-share-block ul li a i{
	line-height: 36px;
}
.baf-pagination{
	clear: both;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.baf-pagination li{
	margin: 0 10px;
}
.baf-pagination li a{
	font-size: 20px;
	display: block;
}
.baf-pagination li a i{
	font-size: 16px;
}
.baf-select-box{
	margin-bottom: 25px;
}
.baf-select-box label{
	display: inline-block;
	margin: 0 10px 0 0;
}
.baf-select-box .selectivity-input{
    width: 250px;
	vertical-align: middle;
    position: relative;
}
.baf-select-box .selectivity-input .selectivity-single-select{
    border: 1px solid #b6ada5;
    border-radius: 44px;
    background: #fff;
    padding: 5px 40px 5px 20px;
    min-height: 24px;
}
.baf-select-box .selectivity-input input{
	padding: 2px 8px;
	font-size: 16px;
}
.baf-select-box .selectivity-input .selectivity-single-select-input{
	height: 0;
	visibility: hidden;
}
.baf-select-box .selectivity-input .selectivity-single-result-container{
    left: 25px;
    top: 9px;
    right: inherit;
}
.baf-select-box .selectivity-input .selectivity-single-selected-item{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em; 
}
.baf-select-box .selectivity-input .selectivity-single-select .selectivity-caret{
    display: block;
	background: url(assets/images/filter_arrows.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center; 
	right: 20px;
    top: 10px;
    width: 13px;
    height: 13px;
}
.baf-select-box #event_year{
	border: 1px solid #b6ada5;
    border-radius: 44px;
    min-width: 125px;
    padding: 6px 40px 6px 20px;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    vertical-align: middle;
    background: url(assets/images/filter_arrows.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.baf-select-box .selectivity-load-more.highlight,
.baf-select-box .selectivity-result-item.highlight{
    background: #d03223 !important;
    color: #fff !important;
}
.baf-select-box .selectivity-single-selected-item-remove{
	display: none !important;
}
.baf-select-box .selectivity-dropdown{
	position: absolute !important;
    top: 100% !important;
    left: 0 !important;
}
.marker-group h6{
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
	color: #796e65; 
}
.marker-group a{
	clear: both;
	display: block;
}
.marker-group a i{
	font-size: 11px;
	margin-left: 5px;
}

@media (max-width: 767px){
	.support-group .baf-map-box,
	.event-group .baf-map-box,
	.sgroup-data-block .address-box .baf-map-box{
		display: none;
	}
	.sgroup-data-block .address-box .address-details{
		padding-left: 0;
	}
	.social-share-block{
		padding: 15px 15px;
		justify-content: space-between;
		align-items: center;
	}
	.social-share-block label{
		font-size: 14px;
		margin-right: 0;
		padding-top: 6px;
	}
	.social-share-block ul li{
		margin: 0 1px;
	}
	.baf-select-box .selectivity-input {
	    vertical-align: middle;
	    width: 215px;
	}
}

/*	News Page
==============================*/
.listing_info{
	list-style: none;
	clear: both;
	margin: 0;
}
.listing_info li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #796e65;
	letter-spacing: 0.05em;
    margin-right: 7px;
}
.listing_tags{
	list-style: none;
	clear: both;
	margin: 0;
}
.listing_tags li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    margin-right: 7px;
}
.listing_tags li a{
	letter-spacing: 0.05em;
}
.listing_tags li:after,
.listing_info li:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #796e65;
    border-radius: 50%;
}
.listing_info li:after{
	margin: -2px 0 0 7px;
}
.listing_tags li:after{
	margin: -6px 0 0 7px;
}
.listing_tags li:last-child:after,
.listing_info li:last-child:after{
    display: none;
}
.title-block{
	margin-top: 20px;
	margin-bottom: 0px;
}
.content-block .title-block{
	margin-top: 50px;
	margin-bottom: -10px;
}
#news_tag_select{
	margin-top: 15px;
	position: relative;
}
#news_tag_select .selectivity-multiple-input-container{
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#news_tag_select .selectivity-multiple-input, 
#news_tag_select input[type=text].selectivity-multiple-input{
	font-family: 'Open Sans', sans-serif;
	border: none;
	background: rgba(255, 255, 255, 0.5);
    height: 54px;
    margin-top: 10px;
    padding: 7px 30px 7px;
    clear: both;
    border-radius: 54px;
    position: relative;
}
#news_tag_select .selectivity-multiple-selected-item{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 4px 15px 3px 13px;
    color: #000;
    background: #efece8;
    border: 1px solid rgba(182, 173, 165, 0.5);
    border-radius: 36px;
}
#news_tag_select .selectivity-multiple-selected-item:hover{
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid 1px solid rgba(182, 173, 165, 1);
}
#news_tag_select .selectivity-multiple-selected-item-remove{
    color: #000;
    margin: 0 7px 0 0;
    display: inline-block;
    padding: 3px 2px 0 0;
}
#news_tag_select .selectivity-multiple-selected-item-remove i{
	font-size: 11px; 
}

/*	Event Page
============================*/
.cat_tags_filter,
#support_group_states{
	font-family: 'Open Sans', sans-serif;
    border: 1px solid #b6ada5;
    border-radius: 36px;
    background: #fff;
    padding: 7px 35px 5px 20px;
    height: 36px;
    width: 205px;
    -webkit-appearance: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    background-image: url(assets/images/filter_arrows.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    cursor: pointer;
}
.gmnoprint.gm-bundled-control{
	bottom: 50px !important;
	right: 20px !important;
}
.gmnoprint.gm-bundled-control .gmnoprint > div{
	width: 20px !important;
	height: 40px !important; 
}
button.gm-control-active{
	width: 20px !important;
	height: 20px !important;
}
button.gm-control-active img{
	width: 10px !important;
	height: 10px !important;
}
button.gm-control-active + div{
	width: 10px !important;
}

/*	Member Page
============================*/
.member-group .member-section .title-block h4{
	padding-top: 15px;
}
.member-group .member-image{
	margin-bottom: 30px;
	margin-top: 15px;
}
.member-group .member-image img{
	border-bottom: 8px solid #d03223;
}

/*	Modal
============================*/
.modal-content{
    background-color: #efece8;
    border: none;
    border-radius: 0;
}
.modal-header{
	padding: 40px 75px 0 75px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 18px;
}
.modal-header h4,
.modal-header p{
	clear: both;
	width: 100%;
}
.modal-header .close{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: transparent;
}
.modal-header .close .close-icon{
	display: block;
	width: 30px;
	height: 30px;
	background: url("assets/images/form_hamburger_close.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.modal-header .close .close-icon:hover{
	background: url("assets/images/form_close_hover.svg");
	background-size: cover;
	background-repeat: no-repeat;  
	background-position: center center;
}
.modal-body{
	padding: 0 75px 40px 75px;
} 
.modal-body .error .error-box,
.modal-body .error-group p{
	margin-bottom: 18px;
	line-height: 2;
	color: #d03223; 
	letter-spacing: 0.03em; 
}
.modal-body .form-group{
	margin-bottom: 15px;
}
.modal-body .form-group label,
.modal-body .form-group .input-label{
	font-weight: 400;
	margin-bottom: 2px;
    letter-spacing: 0.03em;
}
.modal-body .form-group .form-control{
	color: #000;
	background: #fff;
	border: 1px solid #b6ada5;
	-webkit-border-radius: 0;
	border-radius: 0; 
	padding: 5px 10px;
	resize: none;
}
.modal-body .form-group textarea{
	max-height: 100px;
}
.modal-body .form-group .wpcf7-not-valid-tip{
	line-height: 2;
}
.modal-body .form-group .form-control.wpcf7-not-valid,
.modal-body .form-group .form-control.error{
    border: 1px solid #d03223;
}
.modal-body .submit-group{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap-reverse;
	position: relative;
}
.modal-body .submit-group .ajax-loader{
	position: absolute;
    top: 10px;
    right: 100px;
}
.modal-body .submit-group input[type="submit"],
.modal-body .submit-group .baf-primary-btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px 8px 20px;
    border-radius: 36px;
    background: #00739e;
    border: 1px solid #00739e;
    color: #fff;
	letter-spacing: 0.03em;
}
.modal-body .submit-group .baf-primary-btn i{
	margin-left: 5px;
	display: none;
}
.modal-body .submit-group input[type="submit"]:focus,
.modal-body .submit-group input[type="submit"]:hover{
	background-color: #004863;
	outline: none;
}

@media (min-width: 576px){
	.modal-dialog {
	    max-width: 540px;
	    margin: 2.5rem auto;
	}
}
@media (max-width: 575px){
	.modal-dialog{
		margin: 20px 0 20px 17px;
	}
	#shareModal .modal-dialog{
		margin: 20px 17px 20px 17px;
	}
	.modal-header{
		padding: 40px 30px 0 30px;
		margin-bottom: 12px;
	}
	.modal-body {
	    padding: 0 30px 30px 30px;
	}
	.modal-body .form-group .input-label{
		margin-bottom: 0;
	}
	.modal-body .error-group p{
		margin-bottom: 10px;
	}
}

/*	Search Page
========================================*/
.search-form-wrapper{
	margin-top: 25px;
}
.search-form-wrapper .search-field{
	color: #000;
	background: #fff;
	border: 1px solid #b6ada5;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 8px 15px;
	resize: none;
}
.search-form-wrapper .search-form .search-submit{
	bottom: 0;
	padding: 0.5em 1em;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #00739e;
}
.search-form-wrapper .search-form .search-submit:hover{
	background: #004863;
}
.search-holder .link-more a:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 11px;
	margin-left: 5px;
}
.navigation.pagination .nav-links{
	margin: 0 auto;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a{
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 42px;
    border: none;
    box-shadow: none;
}
.prev.page-numbers:focus, .prev.page-numbers:hover, 
.next.page-numbers:focus, .next.page-numbers:hover {
    background-color: #004863;
    color: #fff;
}
@media screen and (min-width: 30em){
	.navigation.pagination .nav-links{
		width: 100%;
	}
	.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a{
		width: auto;
		    padding: 0 12px;
	}
}

/*	Pagination 
=======================*/
.next_prev_block{
	padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.next_prev_block .left a,
.next_prev_block .right a{
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 19px;
}
.next_prev_block .right a{
	padding-left: 0;
	padding-right: 20px;
}
.next_prev_block .left a:before{
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	margin-right: 5px;
	position: absolute;
	left: 3px;
    top: 50%;
    line-height: 1;
    margin-top: -8px;
}
.next_prev_block .right a:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	margin-left: 5px;
	position: absolute;
	right: 3px;
    top: 50%;
    line-height: 1;
    margin-top: -8px;
}
.next_prev_block .left,
.next_prev_block .right{
	width: 45%;
}
.next_prev_block .right{
	text-align: right;
}

/*	404 Page
=======================*/
.oops-image{
	display: block;
	text-align: center;
}
.oops-image img{
	max-height: 330px;
}
.baf_loader{
	display: none;
}
.baf_loader img{
	width: 30px;
	height: 30px;
	margin: 0 10px -3px;
}

/*	Mobile Button
=======================*/
.mobile-button-group{
	display: none;
}
@media (max-width: 991px){
	.mobile-button-group{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: fixed;
		width: 100%;
		z-index: 998;
		bottom: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		border-top: 1px solid #b6ada5;
		background: #d03223; 
	}	
	.mobile-button-group.hide{
		bottom: 0;
	}
	.mobile-button-group > div{
		width: 50%;
		text-align: center;
	}
	.mobile-button-group > div > a{
		display: block;
		padding: 5px;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		background: #d03223;
		color: #fff;
		border-left: 1px solid #b6ada5;
		height: 42px;
		line-height: 39px;
		cursor: pointer;
	}
	.mobile-button-group .give-icon{
		background: url('assets/images/give_now.svg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 22px;
		height: 22px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	.site-header .header-wrapper .right-wrap .language-box{
		position: fixed;
		bottom: 0;
		left: 0;
		width: calc(100% - 50%);
	}
	.site-header .language-box #google_language_translator .goog-te-gadget{
	    border: none;
	    background: transparent;
	    padding: 0;
	    height: 42px;
	    border-radius: 0;
	}
	.site-header .language-box #google_language_translator select.goog-te-combo{
		margin: 0 auto;
		background: #d03223;
		color: #fff;
		padding: 10px 8px !important;
		font-size: 14px;
		width: 175px !important;
	}
	.mobile-button-group .goog-te-gadget-simple{
		background-color: transparent;
		border-left: none;
		border-top: none;
		border-bottom: none;
		border-right: none;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0;
	}
	.mobile-button-group .goog-te-gadget-simple > img{
		display: none;
	}
	.mobile-button-group .goog-te-gadget-simple > img + span{
		font-size:0; 
	}
	.mobile-button-group .goog-te-gadget-simple > img + span a{
		margin: 0;
		padding: 0;
	}
	.mobile-button-group .goog-te-gadget-simple .goog-te-menu-value span,
	.mobile-button-group .goog-te-gadget-simple .goog-te-menu-value img{
		display: none;
	}
	.mobile-button-group .goog-te-gadget-simple .goog-te-menu-value span:first-child{
		display: block;
		padding: 5px 0 0;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		background: #d03223;
		color: #fff;
		line-height: 30px;
		cursor: pointer;
		font-weight: 600;
		font-family: 'Metric-Semibold', sans-serif;
	}
	.mobile-button-group #google_language_translator select.goog-te-combo{
		border: none !important;
		display: block;
		padding: 9px 9px 0 !important;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		background: #d03223;
		color: #fff;
		line-height: 22px;
		cursor: pointer;
		font-weight: 600;
		font-family: 'Metric-Semibold', sans-serif;
		margin: 0 auto;
		width: 150px;
		font-size: 15px;
		-webkit-appearance: none;
		text-align: center;
	}
	.glossary_term_text:hover .key:before{
		display: none;
	}
}
@media (max-width: 359px){
	.site-header .language-box #google_language_translator select.goog-te-combo{
		font-size: 12px;
		width: 150px !important;
		padding: 10px 11px !important;
	}
	.mobile-button-group > div > a{
		font-size: 14px;
	}
}

.wpcf7-validation-errors {
    display: none !important;
}


/*
======================*/
.default-template{
	clear: both;
	position: relative;
}
.default-template .sgroup-data-block{
	margin-top: 25px;
}
.default-template .sgroup-data-block h1,
.default-template .sgroup-data-block h2,
.default-template .sgroup-data-block h3,
.default-template .sgroup-data-block h4,
.default-template .sgroup-data-block h5,
.default-template .sgroup-data-block h2{
	margin: 0 0 10px 0;
	padding-top: 20px;
}
.default-template .sgroup-data-block p{
	font-family: 'Metric-Regular', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    vertical-align: middle;
    margin-bottom: 15px;
    letter-spacing:0.03em;
}
.default-template .sgroup-data-block p b,
.default-template .sgroup-data-block p span,
.default-template .sgroup-data-block p a,
.default-template .sgroup-data-block p strong{
	vertical-align: baseline;
	font-size: 18px;
}
.default-template .sgroup-data-block ol,
.default-template .sgroup-data-block ul{
	padding-left: 15px;
}
.default-template .sgroup-data-block ol li,
.default-template .sgroup-data-block ul li{
	padding-left: 5px;
}
.default-template .sgroup-data-block ol li br,
.default-template .sgroup-data-block ul li br{
	display: none;
}
.sgroup-data-block blockquote{
	overflow: inherit;
}
.baf-sidebar .sidebar_desktop_menu .menu-item ul.sub-menu, .baf-sidebar .post_type_sidebar .menu-item ul.sub-menu {
	display: none;
}
.baf-sidebar .menu-item.current-menu-ancestor ul.sub-menu,.baf-sidebar.leftbar .menu-item.current-menu-item ul.sub-menu{
	display: inline;
}

.hover ul.sub-menu{
	display: inline !important;
}
.text-holder-inner.FFFFFF .holder-title,.text-holder-inner.FFFFFF .intro,
.text-holder-inner.EFECE8 .holder-title,.text-holder-inner.EFECE8 .intro{
	
    color: #004863;
}
.hero-text-holder .text-holder-inner.FFFFFF .baf-primary-btn,
.hero-text-holder .text-holder-inner.EFECE8 .baf-primary-btn{
	border: 1px solid #004863;
}

.click .sub-menu{
	display: inline !important;
}
.site-header .mainnav .menu li.click .drop-icon i{
	transform: rotate(270deg);
}
li.customHovered .baf-holder .baf-holder-inner{
	border-color: #d03223;
}
.event-section li.customHovered .baf-holder .baf-holder-inner {
    border-left: 1px solid #d03223;
    border-top: 1px solid #d03223;
    border-bottom: 1px solid #d03223;
}

.event-section .subscribe-dropdown{
	display: inline-block;
}

.event-section .subscribe-dropdown.show .baf-secondary-btn.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #b6ada5;
}
.event-section .subscribe-dropdown .dropdown-menu.show {
    min-width: 147px;
    top:93% !important;
    left: 15px !important;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    border: 1px solid #b6ada5;
    border-bottom: 8px solid #796e65;
    transform: inherit !important;
    -webkit-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 5px -1px rgba(0, 0, 0, 0.35);
}
.event-section .subscribe-dropdown .dropdown-menu.show .dropdown-item,
.event-section .subscribe-dropdown .dropdown-menu.show a,
.sgroup-data-block .dropdown-menu.show button.dropdown-item{
	font-size: 16px;
	margin: 0; 
	border-bottom: 1px solid #b6ada5;
	padding: 11px 15px 5px 15px;
	color: #000;
	-webkit-appearance: none;
	font-family: 'Metric-Semibold', sans-serif;
}
span#news_email {
    display: block;
}

.sidebar_desktop_menu ul.menu > li, .sidebar_desktop_menu ul.menu > li {
    display: none !important;
}
.sidebar_desktop_menu ul.menu > li.current-menu-item, .sidebar_desktop_menu ul.menu > li.current-menu-item, .sidebar_desktop_menu ul.menu > li.current-menu-ancestor, .sidebar_desktop_menu ul.menu > li.current-menu-ancestor {
    display: block !important;
}
.sidebar_desktop_menu ul.menu > li.current-menu-ancestor > a, .sidebar_desktop_menu ul.menu > li.current-menu-item > a{
	display: none;
} 
input.selectivity-multiple-input {
	display: none;
}
section.gdpr-section.red-alert {
    border: 1px solid red;
}
span.gdpr_error {
    color: red;
    margin: 15px;
    display: none;
}
.baf-sidebar.leftbar h5{
	letter-spacing: 0;
}
.sgroup-data-block img {
    margin-right: 25px;
}


.sponsor-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.sponsor-list li{
	width: 33.33%;
	padding: 0 10px;
	margin: 15px 0; 
}

@media (max-width: 576px){
	.sponsor-list li{
		width: 50%;
		padding: 0 10px;
		margin: 10px 0; 
	}
	.sponsor-list{
		margin: 0 -10px;
	}

}

.waytogive-group{}
.waytogive-group .waytogive-list{
	clear: both;
	margin-top: 30px;
}
.waytogive-list .card{
	border: none;
	border-radius: 0;
	    margin-bottom: 15px;
}
.waytogive-list .card .card-header{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	clear: both;
}
.waytogive-list .card .card-header button{
	padding: 20px 15px 13px 15px;
    margin: 0;
    clear: both;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    user-select: none;
    border: 1px solid #efece8;
    background: #efece8;
    border-radius: 0;
    text-align: left;
}
.waytogive-list .card .card-header button[aria-expanded="true"]{
	border: 1px solid #b6ada5;
}
.waytogive-list .card .card-header button h5{
	margin: 0;
	padding: 0 45px 0 0;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	font-weight: 600;
	letter-spacing: 0.03em;
	position: relative;
}
.waytogive-list .card .card-header button h5:after{
	content: "";
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #00739e;
    background-image: url(assets/images/accordian_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: -10px;
}
.waytogive-list .card .card-header button[aria-expanded="true"] h5:after{
	background-image: url(assets/images/accordian_up.svg);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}
.waytogive-list .card .collapse {
	clear: both;
	position: relative;
}
.waytogive-list .card .card-body{
	padding: 30px 0;
}
.waytogive-list .card .card-body p{
	margin-bottom: 15px;
}
.waytogive-list .card .card-body .big-text{
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	color: #000000;
	vertical-align: middle;
	letter-spacing: 0.03em;
	margin: 0 0 10px 0;
}
.waytogive-list .card .card-body img{
    /*max-width: 250px;
    float: left;
    margin: 0 15px 10px 0;*/
}
.waytogive-list .card .card-body .baf-waytogive-group-btn{
	clear: both;
}

@media (max-width: 767px){
	.waytogive-list .card .card-body img {
		max-width: 200px;
		display: block;
		clear: both;
	}
}

.member-image img {
    width: 600px;
}

.sgroup-content-block img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 98%;
    max-width: 600px;
}

#news_category{
	margin-top: -3px;
}

/*sidebar menu comment*/
.sidebar_desktop_menu ul.sub-menu li ul.sub-menu {
    display: none !important;
}
.sidebar_desktop_menu ul.sub-menu li.current-menu-item ul.sub-menu,.sidebar_desktop_menu ul.sub-menu li.current-menu-ancestor ul.sub-menu {
    display: inline !important;
}

.glossary_term_text span.value a{
	color: #fff;
}
.glossary_term_text span.key a {
    vertical-align: unset;
}

.custom_side_menu ul.menu{
	background: #ffffff;
}
.custom_side_menu .menu li.active_li > a {
    color: #000000;
}
.custom_side_menu .menu li:first-child{
	border-top: 1px solid #b6ada5;
}
.custom_side_menu .custom_side_sub_menu li:first-child{
	border-top: 0px solid #b6ada5;
}
.baf-sidebar ul.sub-menu.custom_side_sub_menu li > a{
	border-top: 0 !important;
}

.baf-sidebar .custom_side_menu .menu li a {
    padding-left: 30px;
}
.baf-sidebar .custom_side_menu .menu li .custom_side_sub_menu li a {
    padding-left: 50px;
}
#subscribe_event_feed .submit-group {
    padding-top: 25px;
    float: left;
}


.glossary-tooltip a, .glossary-tooltip-media a{
	background: none !important;
	padding: 0 !important;
}
span.glossary-tooltip-content.clearfix {
    background: #00739e !important;
}
.glossary-tooltip-content::after{
	border-top-color : #00739e !important;
	border-width: 15px !important;
    margin-left: -15px !important;
}
.glossary-tooltip{
	z-index: 9 !important;
}
.glossary-tooltip span.glossary-link a {
    vertical-align: unset;
}
.glossary-tooltip span.glossary-link,.sgroup-data-block a,.card-body a{
	vertical-align: bottom;
}
.glossary-tooltip-text {
	padding: 10px 10px !important;
}
.content-block a{
	vertical-align : bottom !important;
}
.mejs-controls div span {
	color: #FFFFFF !important;
}
.wp-playlist-caption span {
	font-size: 16px;
	line-height: 22px;
	padding-top: 22px;
}
.wp-playlist-light .wp-playlist-caption {
	font-size: 16px;
}


@media (min-width: 991px){
	.without_cookies {
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border: none !important;
	    margin: 6px auto;
	    display: block;
	    cursor: pointer;
	    font-weight: 700;
	    text-transform: uppercase;
	    letter-spacing: 0.05em;
	    color: #796e65;
	    font-size: 15px;
	    font-family: arial;
	    width: 175px !important;
	}

	.google_icon_custom {
	    width: auto;
	    height: 36px;
	    border-radius: 36px;
	    border: 1px solid #796e65;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    padding: 0 12px 0 40px;
	    background-image: url(assets/images/google.svg);
	    background-repeat: no-repeat;
	    background-size: 18px;
	    background-position: left 15px center;
	}
}
@media (max-width: 991px){
.without_cookies {
	    color: #fff;
	    font-size: 14px;
	    font-family: Metric-Semibold, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.42px;
		height: 42px;
	    line-height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.hero-banner-section{
		padding-bottom: 160px !important;
	}
	.hero-text-holder .text-holder-inner{
		padding: 15px !important;
		padding-bottom: 10px !important;
	}
	.hero-banner-section .hero-text-holder {
	    bottom: -215px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1200px){
	.hero-text-holder .text-holder-inner{
		padding-bottom: 15px !important;
	}
}

/*26102020*/

.landscape-custom-widgets {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0 !important;
}
.landscape-custom-widgets li{
	padding-left: 0px !important;
}
.landscape-custom-widgets .holder{
    margin: 20px 0;
    padding: 0;
    clear: both;
    position: relative;
}
.landscape-custom-widgets .holder .holder-inner {
    -webkit-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 30px -3px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.landscape-custom-widgets .holder .holder-inner .left {
    -ms-flex: 0 0 66.333333%;
    flex: 0 0 66.333333%;
    max-width: 66.333333%;
    position: relative;
    background-size: cover;
}
.landscape-custom-widgets .holder .holder-inner .action-holder {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 20px;
}
.landscape-custom-widgets .action-holder h6{
	color: #fff;
}
/*.landscape-custom-widgets .red .image-holder{
	background-color:rgba(208,50,35,0.5);
}
.landscape-custom-widgets .blue .image-holder{
	background-color:rgba(0,115,158,0.5);
}*/
.landscape-custom-widgets .image-holder {
    width: 100%;
    height: 200px;
    
}
.landscape-custom-widgets .title-holder h5{
	color: #fff;
	padding: 0 30px;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Metric-Semibold';
    letter-spacing: 0;
}
.landscape-custom-widgets .holder-inner.red{
	background: #d03223;
}
.landscape-custom-widgets .holder-inner.blue{
	background: #00739e;
}
.landscape-custom-widgets .holder-inner.blue a.baf-primary-btn{
	background: #fff;
	color: #d03223;
}
.landscape-custom-widgets .title-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
}
.portrait-custom-widgets{
	clear: both;
    list-style: none;
    margin: 0;
    padding: 0 !important;
}
ul.portrait-custom-widgets li {
    width: 32.5%;
    display: inline-flex;
    border-bottom: 10px solid #d03223;
    padding-left: 0px !important;
    min-height: 300px;
}
ul.portrait-custom-widgets li:nth-child(1),ul.portrait-custom-widgets li:nth-child(2){
	margin-right: 5px;
}
ul.portrait-custom-widgets li .top {
    height: 120px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
ul.portrait-custom-widgets h5 {
    font-size: 20px;
    color: #d03223;
    letter-spacing: 0;
    line-height: 22px;
}
ul.portrait-custom-widgets .title-holder {
    min-height: 100px;
    padding-left: 15px;
}
.portrait-custom-widgets .blue .image-holder {
    /*background-color: rgba(0,115,158,0.5);*/
    width: 100%;
    height: 120px;
}
ul.portrait-custom-widgets li .holder {
    background: #fff;
}
ul.portrait-custom-widgets .action-holder {
    padding-left: 15px;
}
@media (max-width: 1200px){
	ul.portrait-custom-widgets li{
		width: 32.2%;
		min-height: 320px;
	}
	ul.portrait-custom-widgets .title-holder {
	    min-height: 120px;
	    padding-left: 5px;
	}
	ul.portrait-custom-widgets .action-holder {
	    padding-left: 5px;
	}
}
@media (max-width: 1024px){
	ul.portrait-custom-widgets li{
		width: 32.0%;
		min-height: 320px;
	}
}
@media (max-width: 991px){
	ul.portrait-custom-widgets li{
		width: 100%;
		margin-top: 20px !important;
		padding-left: 0 !important;
	}
	.landscape-custom-widgets .holder .holder-inner{
		display: block;
	}
	.landscape-custom-widgets .holder .holder-inner .left,.landscape-custom-widgets .holder .holder-inner .action-holder{
		width: 100%;
		flex : 100%;
		max-width: 100%;
	}
	.landscape-custom-widgets .holder .holder-inner .action-holder{
		padding: 15px 0px  65px 15px;
	}
	.landscape-custom-widgets .action-holder h6{
		width: 60%;
		float: left;
	}
	.landscape-custom-widgets .action-box{
		width: 40%;
		float: right;
		margin-top: 5px;
	}
	ul.portrait-custom-widgets li .top,.portrait-custom-widgets .blue .image-holder{
		height: 300px;
	}
	ul.portrait-custom-widgets li .holder {
	    width: 100%;
	}
	ul.portrait-custom-widgets .title-holder {
	    width: 60%;
	    float: left;
	    padding-left: 15px;
	}
	ul.portrait-custom-widgets .action-holder {
	    width: 40%;
	    float: right;
	}
}
@media (max-width: 420px){
	.landscape-custom-widgets .holder .holder-inner .left{
		background-position: center;
	}
	.baf-primary-btn{
		font-size: 14px;
	}
	ul.portrait-custom-widgets h5 {
    	font-size: 16px;
    }
    ul.portrait-custom-widgets .action-box {
	    margin-top: 30px;
	}
	.sgroup-data-block, .single-img{
		margin-right: 0px;
	}
	.portrait-custom-widgets .action-box {
	    float: right;
	    margin-right: 15px;
	}
	.landscape-custom-widgets .baf-primary-btn {
	    float: right;
	    margin-right: 15px;
	}
}
@media (max-width: 320px){
	ul.portrait-custom-widgets .baf-primary-btn{
		padding: 11px 10px 5px 10px;
	}
	.landscape-custom-widgets .baf-primary-btn{
		padding: 11px 5px 5px 5px;
	}
}
