.screenreader {
 position: absolute;
    left:-9999px;
	color:#fff;
}

.generic_subhero .right_feature_images img {
	max-width: 100%;
}

.home_hero .home_hero_content .preview ul li {
	pointer-events: none;
	cursor: default;
}

.last_webinar .left .placeholder {
	display: block;
}

.page_content {
	marign-bottom: 60px;
}

.tooltips {
	height: auto;;
}


@media only screen and (max-width: 600px) {.elementor-widget-theme-post-featured-image .widget-image-caption {
	width:100% !important;
	}
	.elementor-author-box {
		padding-top:15%;
	}
}


/** Header Modifications */
header .logo,
header .mobile_menu {
	position: relative;
	z-index: 4;
	background-color: #333333;
}
header .logo {
	margin: 0;
	padding-left: 3%;
	padding-top: 14px;
}

header .primary_menu {
	z-index: 1;
}

header .primary_menu_wrapper {
	width: 100%;
	height: 100%;;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

header .primary_menu .menu-primary-container,
header .primary_menu .login-actions,
header .primary_menu .social-icons {
	width: 100%;
}

header .primary_menu .login-actions {
	background-color: #FDBB30;
	margin-top: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

header .primary_menu .login-actions .login-store-actions {
	text-align: center;
	margin-bottom: 40px;
}

header .primary_menu .login-actions .login-store-actions a {
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

header .primary_menu .login-actions .login-store-actions a:first-child:before {
	content: '';
	position: absolute;
	top: 15%;
	right: 0;
	width: 2px;
	height: 70%;
	background-color: #333;
}

header .primary_menu .login-actions .join-us-action {
	width: 100%;
	text-align: center;
}

header .primary_menu .login-actions .join-us-action a.cta_default {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	max-width: 80%;
}

header .primary_menu .social-icons {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 79px;
}

header .primary_menu .social-icons ul {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

header .primary_menu .social-icons ul li i.twitter {
	background-position: 0 -36px;
}

header .primary_menu .social-icons ul li i.instagram {
	background-position: -46px -35px;
}

header .primary_menu .social-icons ul li i.facebook {
	background-position: -87px -35px;
}

header .primary_menu .social-icons ul li i.linkedin {
	background-position: -128px -35px;
}

.acf-map {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/** Recent News Elements */
.home_latestnews ul li .placeholder .blog_category,
.recent_news .wrapper > ul li .placeholder .blog_category {
	background-color: #fff;
	pointer-events: none;
}
.home_latestnews ul li .placeholder .blog_category .category-item,
.recent_news .wrapper > ul li .placeholder .blog_category .category-item {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.home_latestnews ul li .placeholder .blog_category {
	display: inline-block;
	padding: 5px;
}

.home_latestnews ul li .placeholder .blog_category .category-item:after,
.recent_news .wrapper > ul li .placeholder .blog_category .category-item:after {
	content: ',';
	margin-left: 2px;
	margin-right: 4px;;
}
.home_latestnews ul li .placeholder .blog_category .category-item:last-child:after,
.recent_news .wrapper > ul li .placeholder .blog_category .category-item:last-child:after {
	display: none;;
}

/** Associate Section */
.associate_row .member_info .special {
	top: calc(50% - 12px);
}
.org_member_content .member_info:after {
	content: '';
	display: table;
	clear: both;
}

/** Content Lock Modal */
.hfa-content-lock-modal {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999999;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .35s ease;
	pointer-events: none;

}

.hfa-content-lock-modal * {
	box-sizing: inherit;
}

.hfa-content-lock-modal.content-locked {
	opacity: 1;
	z-index: 990;
	pointer-events: auto;
}

.hfa-content-lock-modal .content-lock-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(80, 80, 80, 0.99);
	display: block;

}

.hfa-content-lock-modal .inner-modal-elements {
	position: relative;
	z-index: 2;
	background: #FFC649;
	width: 275px;
	max-width: 80%;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

.hfa-content-lock-modal .inner-modal-elements .decorative-elements {
	position: absolute;
	top: 0;
	left: -20px;
	width: 200px;
	height: 300px;
	background-image: url(/wp-content/themes/hfa/dist/img/general/hfa_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

.hfa-content-lock-modal .inner-modal-elements .decorative-elements .side-text {
	position: relative;
	left: 50px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	transform: rotate(-90deg);
}

.hfa-content-lock-modal .inner-modal-elements .modal-main-message {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 76px;
	padding-bottom: 30px;
}
.hfa-content-lock-modal .inner-modal-elements .modal-main-message h4.secondary {
	font-size: 22px;
	line-height: 1;
	color: #000;
	padding-left: 64px;
}

.hfa-content-lock-modal .inner-modal-elements .modal-actions {
	width: 100%;
	padding-left: 68px;
	padding-bottom: 5px;
	padding-right: 20px;
}
.hfa-content-lock-modal .inner-modal-elements .modal-actions a {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 1;;
}
.hfa-content-lock-modal .inner-modal-elements .modal-actions a.sign-in-elem  {
	position: relative;
	top: -15px;
	z-index: 1;
	background-color: #fff;
	padding: 15px 10px 12px;
}
.hfa-content-lock-modal .inner-modal-elements .modal-actions a.sign-in-elem.upgrade-membership {
	font-size: 15px;
	padding: 12px 5px 12px
}

.hfa-content-lock-modal .inner-modal-elements .modal-actions .or-elem {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	border: 1px solid #EBEBEB;
}

/** Footer Styles **/
footer .fourth_column .newsletter-title  {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

footer .fourth_column .newsletter-title img {
	width: 20px;
}

footer .fourth_column .newsletter-title span {
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	margin-left: 12px;
}

.hfa-newsletter-form-main-elem .clickdform.mainDiv {
	padding: 0 !important;
	height: auto;
	overflow: visible;
	float: none;
}

.hfa-newsletter-form-main-elem form .responsiveRow .responsiveCellSize1,
.hfa-newsletter-form-main-elem form .responsiveRow .responsiveCellSize1 .minSize1,
.hfa-newsletter-form-main-elem form .responsiveRow .responsiveCellSize1 .minSize1 .maxSize1 {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.hfa-newsletter-form-main-elem form .responsiveRow {
	width: 48%;
	display: inline-block;
	margin-right: 2%;
	text-align: left;
}

.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(1),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(2),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(3),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(4),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(5),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(6) {
	width: 100%;
	display: block;
	margin-right: 0;
}

.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(7) {
	width: 98%;
	margin-right: 2%;
	display: block;
}

.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(2),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(3),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(4),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(5),
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(6) {
	margin-bottom: 10px;
}

.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(2) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(3) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(4) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(5) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(6) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(7) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(8) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(9) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(10) span,
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(11) span {
	text-align: left;
	color: #fff !important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.hfa-newsletter-form-main-elem form .responsiveRow input {
	margin-bottom: 12px;
	border: none;
	min-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(3) input[type='checkbox'],
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(4) input[type='checkbox'],
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(5) input[type='checkbox'],
.hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(6) input[type='checkbox'] {
	margin-right: 10px;
	margin-bottom :0;
	margin-left: 0;
	min-height: 0;
}

.hfa-newsletter-form-main-elem form .buttonContainer {
	margin-right: 0 !important;
	width: 100%;
	text-align: center;
}

.hfa-newsletter-form-main-elem form .buttonContainer input[type='button'] {
	width: 250px;
	max-width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	font-family: 'Oswald', sans-serif !important;
	text-transform: uppercase;
}

.subscribes .wrapper {
	position: relative;
	z-index: 2;
}

@media (min-width: 700px) {
	.subscribes .wrapper {
		width: 700px;
		padding:70px 0 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	 div.left_images {
		display:none !important;
	}
}


.subscribes .hfa-newsletter-form-main-elem {
	position: relative;
	z-index: 4;
}

.subscribes .hfa-newsletter-form-main-elem form .responsiveRow input {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.subscribes .hfa-newsletter-form-main-elem form .buttonContainer input[type='button'] {
	color: #333 !important;
	border-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.clickdform.mainDiv {
	width: 0;
	height: 0;
}

.subscribes .left_images {
	bottom: -35px;
}

.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(2) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(3) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(4) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(5) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(6) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(7) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(8) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(9) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(10) span,
.subscribes .hfa-newsletter-form-main-elem form .responsiveRow:nth-last-child(11) span  {
	color: #333 !important;
}

.subscribes .yellow_bg {
	height: 100%;
}

/** Contact Form 7 **/
.wpcf7-form label{
	color: #333333;
	display: block;
	font-size: 16px;
	line-height: 20px;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-select
{
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	border: 1px solid #ebebeb;
}
.wpcf7-form textarea  {
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-family:'roboto'
}

.wpcf7-form input[type="submit"] {
	color: #333333;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 70px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border: 2px solid #333333;
}

.events_register .events_form {
	height: auto;
	min-height: 430px;;
}

/** FOOTER **/
footer .fourth_column .social_media {
	clear: both;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left !important;
}

footer .container {
	max-width: 100%;
}

/** Load More **/
.js-load-more .spinner {
	display: none;
}
.js-load-more.loading-elem .spinner {
	display: inline-block;
}
.load_more_row a {
	width: 100%;
}

.load_more_row span {
	position: relative;
	width: 250px;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #333;
	display: inline-block;
}

.load_more_row span:after {
		content: "";
    width: 45%;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -35%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s linear;
}
.js-load-more.loading-elem span {
	padding-top: 0;
	padding-bottom: 0;
	border-color: transparent;
	width: 90px;
	top: -14px;
}
.js-load-more.loading-elem span:after {
	display: none;
}

/** Podcast Page **/
.post-type-archive-bsa_podcast .podcast_content .wrapper > ul > li .podcast_video .play,
.recent_podcast .podcast_video .play {
	pointer-events: none;
}

/** HOME EVENT PAGER ***/
.home_upcoming .event_pager ul li:nth-child(3) {
	margin-top: 90px;
}

footer .newsletter .hfa-newsletter-form-main-elem.modal-active {
	display: block !important;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	background: rgba(40, 40, 40, 0.97);
	padding: 24px;
	box-sizing: border-box;
}

footer .newsletter .hfa-newsletter-form-main-elem.modal-active .newsletter-header {
	width: 100%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #ffc649;
	margin-bottom: 20px;
}

footer .newsletter .hfa-newsletter-form-main-elem.modal-active .newsletter-header .close-button {
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	width: 24px;
	height: 24px;
	padding: 5px;
}

.our_people_content.slick-slider:before,
.our_people_content.slick-slider:after {
	display:  none !important;
}
.our_people_content.slick-slider.current .slick-slide .people_data {
	transition-delay: .35s;
	transition: .35s ease opacity;
	opacity: 0;
}

.our_people_content.slick-slider.current .slick-slide.slick-active .people_data {
	opacity: 1;
}

@media (min-width: 640px) {
	footer .newsletter .hfa-newsletter-form-main-elem.modal-active {
		top:50%;
		left: 50%;
		width: 90%;
		max-width: 600px;
		height: auto;
		transform: translate(-50%, -50%);
		padding: 40px;
		background: rgba(40, 40, 40, 1);
	}
	footer .newsletter .hfa-newsletter-form-main-elem.modal-active .newsletter-header .close-button {
		top: -20px;
		right: -20px;
	}
}

@media (min-width: 1025px) {
	header .logo {
		padding-left: 0;
	}

	header .primary_menu .login-actions,
	header .primary_menu .social-icons {
		display: none;
	}

	.hfa-content-lock-modal .inner-modal-elements {
		width: 970px;
		margin-top: 240px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.hfa-content-lock-modal .inner-modal-elements::before,
	.hfa-content-lock-modal .inner-modal-elements::after {
		content: '';
		position: absolute;
		z-index: 2;;
		display: block;
	}

	.hfa-content-lock-modal .inner-modal-elements::before {
		bottom: 32px;
		left: 178px;
		width: 6px;
		height: 6px;
		background-color: #333;
		border-radius: 50%;
	}

	.hfa-content-lock-modal .inner-modal-elements::after {
		bottom: 35px;
		left: 194px;
		width: 118px;
		height: 1px;
		background-color: #333;
	}

	.hfa-content-lock-modal .inner-modal-elements .decorative-elements {
		left: -55px;
		width: 300px;
		height: 450px;
	}

	.hfa-content-lock-modal .inner-modal-elements .decorative-elements .side-text {
		left: 110px;
		font-size: 14px;
		letter-spacing: 1px;
	}

	.hfa-content-lock-modal .inner-modal-elements .modal-main-message {
		width: 260px;
		max-width: 100%;
		padding-top: 116px;
		padding-bottom: 70px;
	}

	.hfa-content-lock-modal .inner-modal-elements .modal-main-message h4.secondary {
		font-size: 24px;
	}

	.hfa-content-lock-modal .inner-modal-elements .modal-actions {
		width: calc(100% - 260px);
		padding-left: 20px;
		padding-right: 40px;
		padding-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.hfa-content-lock-modal .inner-modal-elements .modal-actions a {
		width: calc(50% - 19px);
		max-width: 250px;
		padding-left: 0;
		padding-right: 50px;
	}

	.hfa-content-lock-modal .inner-modal-elements .modal-actions a.sign-in-elem {
		top: 0;
		left: -19px;
		padding: 20px 80px;
		width: calc(50% - 19px);
		max-width: 100%
	}
	.hfa-content-lock-modal .inner-modal-elements .modal-actions a.sign-in-elem.upgrade-membership {
		width: 90%;
		max-width: 350px;
		font-size: 22px;
		padding: 25px;
	}
	.hfa-content-lock-modal .inner-modal-elements .modal-actions .or-elem {
		margin-left: 0;
		margin-right: 0;
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
}

@media (max-width: 650px) {
	/* News Ticker Modifications */
	.news_ticker h4 {
		float: none;
		width: 100%;
		display: block;
		padding-left: 83px;
	}

	.news_ticker_content {
		width: 100%;
		max-width: 100%;
	}

	.news_ticker_content p {
		float: none;
		width: calc(100% - 90px);
		padding-left: 83px;
	}
	.news_ticker .find_more {
		width: calc(100% - 58px);
		padding-left: 83px;
		margin-top: -20px;
	}
}

@media (max-width: 450px) {
	.home_upcoming .left .date_ranges .fl {
		width: 80px;
	}
}

@media (min-width: 1081px) {
	.our_people_content {
		padding-left: 40px;
		padding-right: 40px;
	}
}


