@import url('vars.css');
@import url('headers.css?v2');

body {
	background: #fff;
	background: var(--dkblue) ;
	padding: 0;
	font-family: 'nimbus_sans_lregular',Helvetica,Arial,sans-serif;
}

body.noscroll {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

body, input, textarea {
	color: #333;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	 -webkit-appearance: none;
}



/* header & navigation */

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
	margin: 0;
}

header#masthead {
	background: var(--dkblue) ;
	position: fixed;
	width: 100%;
	z-index: 500;
	transition: all .5s ease;
}

header#masthead .site-branding .site-title a {
	width: 200px;
	height: 138px;
	background: transparent url(../img/hodgkins_int-logo-wht.png) left top no-repeat;
	background-size: 200px 138px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	margin-top: 20px;
	transition: all .5s ease;
}

header .header_nav .header_links {
	float: right;
	display: flex;
	transition: all .5s ease;
}

header .header_nav .header_links .language_tool {
	padding: 6px 20px 0 20px;
	position: relative;
}

header .header_nav .header_links .language_tool select {
	font-size: 14px;
}

header .header_nav .header_links .language_tool .gtranslate_wrapper {
	position: absolute;
	right: 20px;
}

header .header_nav .header_links .language_tool .gtranslate_wrapper .gt_option {
	padding: 0px 0 10px 0;
}

header .header_nav .header_links .language_tool .gtranslate_wrapper .gt_option a {
	padding: 0 5px;
}

header .header_nav .header_links .language_tool .gtranslate_wrapper .gt_switcher .gt_selected a:after {
	top: 8px;
}



body.scrolled header#masthead {
	height: 85px;
	opacity: .9;
}

body.scrolled header#masthead:hover {
	opacity: 1;
}

body.scrolled header#masthead .site-branding .site-title a {
	margin-top: 8px;
	width: 100px;
	height: 69px;
	background-size: 100px 69px;
}

body.scrolled header .header_nav .header_links {
	margin-top: -120px;
}




#site-branding .site-description {
	display: block;
}

#site-navigation {
	color: #fff;
	text-transform: uppercase;
	font-family: nimbus_sans_lbold, sans-serif;
}

#primary-menu li {
}

#primary-menu.menu li a {
}

#primary-menu.menu li .sub-menu li a {
}

#site-navigation .menu li .sub-menu {
	width: 440px;
	min-height: 280px;
}

.dropdown_box {
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	width: 190px;
}

.dropdown-right .dropdown_box {
	right: auto;
	left: 20px;
}

.dropdown_box img {
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}

#site-navigation .menu li.dropdown-right .sub-menu li {
	margin-left: 200px;
}

.dropdown_promo_text  {
	text-align: center;
	color: var(--purple);
	line-height: 1.2em;
	padding: 10px;
	font-size: 14px;
}



header#masthead {
	height: 170px;
}

#content {
	background: #fff;
	position: relative;
	top: 170px;
}

footer#footer {
	position: relative;
	top: 170px;
}

body.single #primary {
	padding: 40px 0;
}


/* hero */

#hero_wrapper {
	height: auto;
	background: var(--dkblue);
}

header#masthead .content_wrapper,
#hero_wrapper .home_hero_text_wrapper .content_wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.home_hero_text .hero_title {
	padding-right: 30px;
}

#hero_wrapper.tall .home_hero_text .hero_title {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 40px;
	line-height: 1.2em;
	color: var(--yellow);
	margin-bottom: 5px;
}
	
#hero_wrapper.tall .home_hero_text .hero_subtitle {
	font-family: 'nimbus_sans_lregular',Helvetica,Arial,sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	color: #fff;
}

#hero_wrapper.tall .home_hero_text .hero_subtitle span {
	color: var(--ltgreen);
}
	
.hero_images_wrapper {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#hero_wrapper .hero_images_wrapper .hero_image {
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#hero_wrapper .hero_images_wrapper .hero_image img {
	width: 100%;
	height: auto;
	visibility: hidden;
}

#hero_wrapper.tall .home_hero_photos {
	width: auto;
	position: absolute;
	top: 20px;
	right: 5vw;
	height: 65vh;
	min-height: 575px;
}

@media screen and (max-width: 1199px) {

	#hero_wrapper .home_hero_text_wrapper {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		padding: 40px 0;
	}
	
	#hero_wrapper.normal .home_hero_text_wrapper {
		background-image: url(../img/hero-yellow.jpg);
	}
	
	#hero_wrapper.tall .home_hero_text_wrapper {
		Xbackground-image: url(../img/hero-yellow.jpg);
	}
	

	#hero_wrapper .hero_images_wrapper .hero_image-first {
		display: none;
	}

}

@media screen and (min-width: 1200px) {
	
	.home_hero_text_wrapper .home_hero_text_inner {
		width: 35%;
	}
	
	#hero_wrapper .hero_images_wrapper .hero_image-first {
		width: 35%;
	}
	#hero_wrapper .hero_images_wrapper .hero_image-second {
		width: 65%;
	}
	
	#hero_wrapper.tall .hero_images_wrapper .hero_image-first {
		width: 60%;
	}
	#hero_wrapper.tall .hero_images_wrapper .hero_image-second {
		width: 40%;
	}
	
	.hero_images_wrapper {
		flex-wrap: nowrap;
	}

}


.top_title_bar,
.top_title_bar .content_wrapper {
	display: flex;
	height: 25px;
	min-width: 1125px;
}

.top_title_bar {
	background: linear-gradient(90deg, #d19a49 60%, var(--blue) 60%);
}

.top_title_bar .content_wrapper {
	width: 1125px;
}

.top_title_bar .top_title_bar-left {
	width: 70%;
	background: var(--yellow) url(../img/hero-yellow.jpg) top center no-repeat;
	background: #d19a49;
	background-size: cover;
}

.top_title_bar .top_title_bar-right {
	width: 30%;
	background: var(--blue);
}


h1.page_title {

}

h2.voices_quote {
	margin: 90px 0 60px 0 !important;
	text-indent: -12px;
}

hr {
	display: block;
	clear: both;
	padding-top: 30px;
	margin-bottom: 30px;
	background: transparent;
	border-bottom: 1px solid #ccc;
}

p, ul, ol, li, div, pre, form, select, address, embed {
	line-height: 1.8em;
}

.topspace0 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.jetpack-video-wrapper,
.bottomspace0 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#content ul {
	list-style: none;
}

#content ul li::before {
	content: "• ";
	color: var(--ltgreen);
	margin-left: -16px;
	padding-right: 4px;
}

b, strong, p b, p strong {
	font-family: 'nimbus_sans_lbold';
}

iframe {
	display: block;
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}

.backlink,
.date {
	font-family: 'nimbus_sans_lbold';
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}

.sans-serif {
	font-family: 'nimbus_sans_lregular';
}


body.single-voice .subhead {
	font-size: 18px;
	font-family: 'nimbus_sans_lbold';
	color: var(--blue);
	margin: 5px 0;
}

.voice_content {
	margin: 70px 0;
}

.circle_photo_outline {
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid var(--yellow);
	padding: 10px;
	width: 270px;
	height: 270px;
}

.circle_photo {
	overflow: hidden;
	border-radius: 100%;
	width: 250px;
	height: 250px;
}

.circle_photo img {
	width: auto;
	height: 100%;
}

#sidebar .featured_photo {
	margin: 20px 0 0 0;
}

#sidebar .sidebar_text {
	margin: 70px 0 50px 0;
}

#sidebar .more_photos {
	margin: 0 0 20px 10px;
}

.content_callout.bottom_content_area {
	padding: 0;
}

.content_callout.hanging_quote h2 {
	text-indent: -12px;
}

.bottom_content_area.faq {
	padding: 50px 0;
}

.faqs_wrapper {
	border-top: 7px solid var(--yellow);
	border-bottom: 7px solid var(--yellow);
}

.faqs_wrapper .faq_item {
	border-top: 1px solid var(--ltgray);
	padding-top: 20px;
	padding-bottom: 10px;
}

.faqs_wrapper .faq_item:first-of-type {
	border-top: none;
}

.faqs_wrapper .faq-q {
	font-family: nimbus_sans_lbold, sans-serif;
	color: var(--purple);
	padding-bottom: 10px;
	cursor: pointer;
	padding-right: 40px;
	background: url(../img/faq-plus.png) top right no-repeat;
	background-size: 24px 24px;
}

.faqs_wrapper .faq-q:hover {
	color: var(--blue);
}

.faqs_wrapper .faq-q .q {
	display: inline-block;
	width: 30px;
}

.faqs_wrapper .faq-a {
	padding-left: 30px;
	padding-right: 40px;
	display: none;
	padding-bottom: 0;
}

.faqs_wrapper .faq_item.open .faq-a  {
	display: block;
}

.faqs_wrapper .faq_item.open .faq-q {
	background-image: url(../img/faq-minus.png);
}



.content_quotes {
	position: relative;
	z-index: 25;
}

.content_quotes.content_cols {
	padding-top: 0;
}

.content_quotes.content_cols {
	background: linear-gradient(90deg, #fff 60%, var(--ltgreen) 60%);
}

.content_quotes.content_cols .content_wrapper {
	padding-top: 50px;
	column-gap: 0;
	width: 100%;
	padding-left: 5vw;
	padding-right: 5vw;
}

.content_quotes.content_cols .content_wrapper .content_col-first {
	width: 55vw;
	padding-right: 15vw;
}

.content_quotes.content_cols .content_wrapper .content_col-second {
	width: 35vw;
}

.content_quotes .quote_container {
	margin-top: -120px;
	margin-left: -10vw;
	padding-left: 3vw;
}

.content_quotes .quote_wrapper {
	overflow: hidden;
	padding-left: 10px;
}

.content_quotes .quote_wrapper .quote-photo {
	border-radius: 100%;
	overflow: hidden;
	width: 300px;	
	height: 300px;	
	padding-bottom: 40px;
}

.content_quotes .quote_wrapper .quote-photo img {
	width: 300px;	
	height: auto;
}

.content_quotes .quote_wrapper .quote-text_wrapper {
	padding-top: 40px;
}

.content_quotes .quote_wrapper .quote-text_wrapper,
.content_quotes .owl-dots {
	padding-left: 10vw;
}

.content_quotes .quote_wrapper .quote-text {
	text-indent: -6px;
}

.content_quotes .quote_wrapper .quote-source {
	font-family: 'nimbus_sans_lbold';
	text-transform: uppercase;
	margin-top: 20px;
}

.content_quotes .owl-dots {
	margin-top: 40px;
}

.content_quotes .owl-dots .owl-dot span {
	background: #fff;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	display: block;
	margin-right: 20px;
}

.content_quotes .owl-dots .owl-dot.active span {
	background: var(--dkblue);
}



.quote_photo-multi .owl-carousel .owl-stage {
	display: flex;
}

.quote_photo-multi .owl-carousel .owl-item .content_wrapper {
	height: 100%;
}

.quote_photo-multi .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}

.quote_photo-multi .owl-dots button.owl-dot {
	background: #fff;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 5px;
	opacity: .5;
}

.quote_photo-multi .owl-dots button.owl-dot.active {
	opacity: 1;
}



/* sponsors */

.sponsors_section {
	padding: 20px 20px 0 20px;
}

.sponsors_section h3 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ltblue);
}

.sponsors_section .sponsor_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.sponsors_section .sponsor_grid .sponsor_item {
	width: 25%;
	text-align: center;
	padding: 0 20px 40px 20px;
}

.sponsors_section .sponsor_grid .sponsor_item .sponsor-name {
	font-size: 1rem;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;	
}

.sponsors_section .sponsor_grid .sponsor_item img {
	max-width: 200px;
	max-height: 70px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

@media only screen and (max-width: 899px) {
	.sponsors_section .sponsor_grid .sponsor_item {
		width: 33%;
	}
}

@media only screen and (max-width: 699px) {
	.sponsors_section .sponsor_grid .sponsor_item {
		width: 50%;
	}
}

@media only screen and (max-width: 499px) {
	.sponsors_section .sponsor_grid .sponsor_item {
		width: 100%;
	}
}




/* presentations */

.content_cols.presentations .content_wrapper {
	flex-wrap: wrap;
}

.content_cols.content_2cols.presentations .content_col {
	width: 47.5%;
	margin-bottom: 50px;
}




.news_updates.content_2cols.width-narrowleft .content_wrapper {
	column-gap: 10%;
}

.news_updates.content_2cols.width-narrowleft .content_col-first {
	width: 35%;
}

.news_updates.content_2cols.width-narrowleft .content_col-second {
	width: 65%;
}

.news_updates h2::after {
	content: "";
	width: 100px;
	height: 7px;
	background: var(--yellow);
	display: block;
	margin: 10px 0 20px 0;
}

.news_updates .post_item {
	margin-bottom: 30px;
	color: var(--dkblue);
}

.news_updates .post_item .post_title {
	font-family: 'nimbus_sans_lbold';
	line-height: 1.4em;
}

.news_updates .update_wrapper {
	display: flex;
	align-items: center;
}

.news_wrapper .post_item .post_thumbnail,
.news_updates .update_wrapper .update_photo_wrapper {
	width: 160px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}

.news_wrapper .post_item .post_thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_wrapper .post_item .post_thumbnail img {
	width: 160px;
	height: auto;
	visibility: hidden;
}

.news_updates .update_wrapper .update_photo_wrapper img {
	width: auto;
	height: 100%;
}

.news_updates .update_wrapper .update_text_wrapper {
	width: calc(100% - 180px)
}



.news_wrapper {
	margin: 40px 0;
}

.news_wrapper .post_date {
	margin-bottom: 0;
}

.news_wrapper .post_item {
	border-bottom: 1px solid var(--yellow);
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.news_wrapper .post_item .post_title {
	font-family: 'nimbus_sans_lbold';
	margin-bottom: 10px;
}

.news_wrapper .post_item .post_content {
	display: flex;
}

.news_wrapper .post_item .post_thumbnail {
	width: 160px;
	margin-right: 20px;
}

.news_wrapper .post_item .post_excerpt {
	width: calc(100% - 180px);
}

.news_wrapper .news_source {
	font-family: 'nimbus_sans_lbold';
}

.news_wrapper .post_item .post_excerpt img {
	display: none;
}

.news_wrapper p:last-of-type {
	display: inline;
}

.news_wrapper .readmore {
	font-family: 'nimbus_sans_lbold';
	white-space: nowrap;
}


.news_categories {
	padding: 10px;
	margin-top: 50px;
	background: var(--ltgreen);
	text-align: center;
}

.news_categories span {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block;
}

.news_categories span a {
	white-space: nowrap;
}

.news_categories a {
	color: var(--dkblue) !important;
	background: transparent url(../img/radio-off.png) left center no-repeat;
	background-size: 20px 20px;
	padding-left: 24px;
}

.news_categories .active a {
	font-family: nimbus_sans_lbold, sans-serif;
	cursor: text;
	text-decoration: none !important;
	background-image: url(../img/radio-on.png);
}



/* newsletter stuff */

section.newsletter_section {
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 0;
}

section.newsletter_section:first-of-type {
	border-top: 7px solid var(--yellow);
}

section.newsletter_section:last-of-type {
	margin-bottom: 40px;
}

.newsletter_section .newsletter_section_title {
	font-family: 'nimbus_sans_lbold';
	color: var(--blue);
	font-size: 18px;
	padding: 10px 0;
	cursor: pointer;
	background: url(../img/icon-plus.png) top 15px right no-repeat;
	background-size: 24px 24px;
}

.newsletter_section.open .newsletter_section_title {
	background-image: url(../img/icon-minus.png);
}

.newsletter_section .newsletter_wrapper {
	display: none;
}

.newsletter_section.open .newsletter_wrapper {
	display: block;
}

.newsletter_section .newsletter_item {
	margin: 10px 0 20px 0;
}


.newsletter_signup {
	background: var(--ltgreen);
	padding: 0 0 100px 0;
}

.newsletter_signup .content_col-second,
.newsletter_signup h2 {
	color: #fff;
}


.search_bar {
	width: 100%;
	padding: 20px 0;
	background: #fff;
}

.search_bar input {
	padding: 3px 0 3px 10px !important;
	border: 1px solid #999 !important;
}

.clear_input_div a {
	text-decoration: none !important;
	color: #999 !important;
	font-size: 24px;
	top: -2px !important;
	left: auto !important;
	right: 10px !important;
}

.clear_input_div a:hover {
	color: var(--blue) !important;
}


.gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gallery .gallery-item img {
	margin: 0 auto;
}



/* voices */

.voices_wrapper.content_cols .content_wrapper {
	display: block;
}

.voices_wrapper.content_cols .content_wrapper .voice_item {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0;
	margin-bottom: 40px;
	align-items: top;
}

.voices_wrapper.content_cols .content_wrapper .voice_item .voice_photo {
	width: 40%;
}

.voices_wrapper.content_cols .content_wrapper .voice_item .voice_text {
	width: 60%;
	padding-left: 20px;
	padding-top: 13%;
}

.voices_wrapper.content_cols .content_wrapper .voice_item .voice_text .voice_name {
	font-family: 'nimbus_sans_lbold';
	text-transform: uppercase;
	line-height: 1.3em;
}

.voices_wrapper.content_cols .content_wrapper .voice_item .voice_text .voice_subhead {
	line-height: 1.3em;
	margin-top: 5px;
}

.voice_item .voice_photo_outline {
	border: 1px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: border-color .25s ease;
	   -moz-transition: border-color .25s ease;
		-ms-transition: border-color .25s ease;
		 -o-transition: border-color .25s ease;
			transition: border-color .25s ease;
}

.voice_item.hover .voice_photo_outline {
	border-color: var(--yellow);
}

.voice_item .voice_photo_outline img {
	padding: 8px;
	border-radius: 100%;
	overflow: hidden;
	padding: 0;
}


.quote_photo {
	padding: 0;
}

.quote_photo .content_wrapper {
	column-gap: 0;
	padding: 80px 0;
}

.quote_photo,
.quote_photo .content_wrapper {
	background: var(--dkblue);
	background: linear-gradient(90deg, var(--dkblue) 60%, var(--ltgreen) 60%);
}

.quote_photo .content_col-first {
	width: 60%;
	color: var(--yellow);
}

.quote_photo .quote_photo_text {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: var(--yellow);
	font-size: 30px;
	line-height: 1.3em;
	text-indent: -12px;
	padding: 0 80px 30px 0;
}

.quote_photo .quote_source {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'nimbus_sans_lbold';
}

.quote_photo .content_col-second {
	width: 40%;
}

.quote_photo .quote_photo_img {
	width: 275px;
	height: 275px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid var(--yellow);
	margin-top: -20px;
	margin-left: -50px;
}

.quote_photo .quote_photo_img img {
	padding: 10px;
	border-radius: 100%;
	overflow: hidden;
}

.quote_photo .quote_name {
	padding: 30px 20px 20px 30px;	
}

.quote_photo .quote_name span {
	font-family: 'nimbus_sans_lbold';
}

/* medium screen styles */
@media screen and (max-width: 900px) {
	
	.quote_photo,
	.quote_photo .content_wrapper {
		display: block;
		padding: 0 !important;
	}
	
	.quote_photo,
	.quote_photo .content_wrapper {
		background: var(--dkblue);
	}
	
	.quote_photo .content_col {
		width: 100%;
		padding: 30px;
	}
	
	.quote_photo .content_col-second {
		background: var(--ltgreen);
		text-align: center;
	}
	
	.quote_photo .quote_photo_img {
		margin: 0 auto;
	}
	
	.quote_photo .quote_photo_text {
		padding-right: 0;
	}
	
}



/* team members */

.team_wrapper.content_cols .content_wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 6%;
	align-items: top;
}

.team_wrapper.content_cols .content_wrapper .team_item {
	width: 27%;
	margin-bottom: 40px;
	position: relative;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_photo {
	overflow: hidden;
	border-radius: 100%;
}

.team_wrapper.content_cols .content_wrapper .team_item.hasbio .team_photo .team_photo_outline {
	border: 2px solid var(--yellow);
	border-radius: 100%;
	width: calc(100% - 20px);
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	transition: opacity .25s ease;
	pointer-events: none;
}

.team_wrapper.content_cols .content_wrapper .team_item.hasbio:hover .team_photo .team_photo_outline {
	opacity: 1;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_photo img {
	max-width: none;
	width: 100%;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	Xdisplay: table;
	vertical-align: middle;
	display: flex;
	padding: 10px;
	font-size: 16px;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text,
.team_wrapper.content_cols .content_wrapper .team_item .team_text * {
	color: #000;
	text-decoration: none;
}

.team_wrapper.content_cols .content_wrapper .team_item.hasbio:hover .team_text .team_name {
	text-decoration: underline;
}

.team_wrapper.content_cols .content_wrapper .team_item .readbio a {
	color: var(--ltgreen);
	font-family: 'nimbus_sans_lbold';
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text .team_text_wrapper {
	width: 100%;
	align-items: center;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text .team_text_wrapper > div {
	width: 100%;
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text .team_name {
	font-family: 'nimbus_sans_lbold';
	text-transform: uppercase;
	color: var(--purple);
}

.team_wrapper.content_cols .content_wrapper .team_item .team_text div {
	padding: 5px 0 0 0;
	line-height: 1.3em;
}

.team_bio {
	position: fixed;
	background: #fff;
	border-top: 26px solid var(--dkblue);
	top: 5vh;
	max-height: 85vh;
	overflow: auto;
	left: calc(50% - 500px);
	width: 100%;
	max-width: 1000px;
	z-index: 1000;
	padding: 40px;
}

.team_bio .close_popup {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: -300em;
	background: url(../img/close-x2-blk.png) center center no-repeat;
	background-size: 20px 20px;
}

.team_bio .bio_header {
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.team_bio .bio_header .bio_photo {
	width: 40%;
}

.team_bio .bio_header .bio_photo {
	border-radius: 100%;
	overflow: hidden;
	width: 100%;
	max-width: 250px;
	height: auto;
}

.team_bio .bio_header .bio_photo img {
	border: 1px solid var(--yellow);
	padding: 10px;
	border-radius: 100%;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.team_bio .bio_header .bio_name {
	width: 60%;
}

.team_bio .bio_text {
	padding: 40px 0 0 0;
}



body.search form.search-form {
	margin: 0 0 60px 0;
}

body.search form.search-form .search-field {
	display: inline-block;
	max-width: 600px;
}


input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), textarea {
	display: block;
	border: 1px solid #ccc;
	padding: 3px;
	width: 100%;
}

/* store/shop/WooCommerce */

body.single-product #main h1 {
	margin: 0;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
.woocommerce ul.products li.product .button {
	color: #fff;
	padding: .8em 1em;
}

a.wc-block-components-button {
	color: #fff !important;
	text-decoration: none !important;
}

.related.products h2,
.product h2.woocommerce-loop-product__title {
	margin: 0 !important;
}

.quantity input.qty {
	width: 50px !important;
	height: 40px;
}

.wc-block-components-text-input {
	padding-top: 20px;
}

.components-base-control__label {
	position: relative !important;
	font-size: 12px !important;
	left: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	position: absolute;
	font-size: 12px;
	left: 0;
	transform: translateY(-10%);
}

body.woocommerce-page #content ul li::before {
	display: none;
}

.wp-block-woocommerce-checkout h2 {
	margin: 0 !important;
}

#shop_menu.main_shop_page {
	margin-top: 30px;
}

#shop_menu .content_wrapper {
	background: var(--blue);
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 10px;
}

#shop_menu #menu-shop-menu {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

#shop_menu #menu-shop-menu a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#shop_menu #menu-shop-menu a:hover,
#shop_menu #menu-shop-menu li.current-menu-item a {
	color: var(--yellow);
}

.woocommerce .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
}

.products a.button.add_to_cart_button {
	position: absolute;
	top: -10px;
	right: 5px;
	text-indent: -300em;
	overflow: hidden;
	width: 50px;
	min-width: 0;
	height: 50px;
	border-radius: 50px !important;
}

.products a.button.add_to_cart_button:before {
	content: "+";
	text-indent: 0;
	position: absolute;
	top: -6px;
	right: 10px;
	font-size: 50px;
	font-family: nimbus_sans_lregular, sans-serif;
}

body.single-product .woocommerce-tabs {
	display: none !important;
}




/* tabs */

.page_tabs {
	margin: 30px 0;
	border-bottom: 1px solid #666;
}

.page_tabs,
.page_tabs .menu {
	height: 40px;
	line-height: 40px;
}

.page_tabs .menu {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: center;
	column-gap: 10px;
}

.page_tabs .menu li {
	list-style: none;
}

.page_tabs .menu li a {
	border: 1px solid #666;
	background: #ccc;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	font-size: 16px;
}

.page_tabs .menu li.current-menu-item a {
	color: #000;
	background: #fff;
	border-bottom-color: #fff;
}


/* mobile screen styles */
@media screen and (max-width: 640px) {
	
	.page_tabs,
	.page_tabs .menu {
		height: auto;
	}

	.page_tabs .menu {
		display: block;
		padding: 0 20px;
	}
	
	.page_tabs .menu li a {
		border-radius: 5px;
		padding: 0 15px;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page_tabs .menu li.current-menu-item a {
		border-bottom-color: #666;
	}
	
}



/* contact form */

.frm_forms {
	padding: 20px 20px 1px 20px;
	background: #fff;
	border-top: 7px solid var(--yellow);
	color: #000;
}

.frm_forms .frm_primary_label,
.frm_forms input,
.frm_forms textarea {
	color: #000 !important;
}

.frm_forms .frm_primary_label {
	font-family: nimbus_sans_lbold, sans-serif;
}

.frm_forms .frm_description {
	color: #333 !important;
}

.frm_forms fieldset {
	padding-bottom: 0 !important;
}

.frm_forms .frm_required {
	color: #c00 !important;
}


/* woocommerce */





/* waypoints */
.scrollshow {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		 -o-transition: opacity 1s ease;
			transition: opacity 1s ease;
}

.scrollshow.show {
	opacity: 1;
}



/* links */

a,
a:visited {
	outline: none !important;
	text-decoration: none;
	color: var(--purple);
}

a:hover, a:active {
	text-decoration: underline;
}

.wc-block-components-button,
.alm-load-more-btn,
.frm_button_submit,
.button, a.button {
	font-family: nimbus_sans_lbold, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: var(--purple) !important;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	min-width: 100px;
	padding: 0 20px;
	border-radius: 10px !important;
	border: none !important;
	cursor: pointer;
	text-align: center;
}

.wc-block-components-button:hover,
.frm_button_submit:hover,
.button:hover, a.button:hover {
	background: var(--dkblue) !important;
}

a.arrow_link {
	background: url(../img/link_arrow.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 18px;
}

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




/* footer */

footer#footer {
	background: var(--blue);
	background: linear-gradient(90deg, var(--blue) 65%, var(--ltblue) 65%);
}

footer#footer,
footer#footer a {
	color: #fff;
}

footer#footer b,
footer#footer strong {
	font-family: 'nimbus_sans_lbold';
}

footer#footer h3 {
	margin: 0 0 20px 0;
}

footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}

footer .footer_section {
	margin: 0;
}

footer .footer_section.footer_section1 {
	width: 60%;
	text-align: left;
}

footer .footer_section.footer_section2 {
	width: 40%;
	text-align: right;
}

#modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background: #efeef0;
	opacity: 0.9;
	display: none;
	z-index: 999;
}

.modal_popup {
	display: none;
}

.modal_popup.active,
#modal_bg.active {
	display: block;
}



/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1200px) {
		
	header#masthead .content_wrapper {
		display: flex;
		align-items: center;
	}
	
	header#masthead .content_wrapper {
		width: 100%;
	}
	
	header#masthead .site-branding {
		width: 20%;
	}
	
	header#masthead .header_nav {
		width: 80%;
	}
	
	#site-navigation .menu {
		width: auto;
		display: table;
		float: right;
	}
	

	#site-navigation {
	}

	.header_links a,
	#primary-menu.menu li a {
		color: #fff;
	}

	.header_links a:hover,
	#primary-menu.menu > li > a:hover,
	#primary-menu.menu .sub-menu a:hover,
	#primary-menu.menu > li.hover > a {
		color: var(--ltgreen) !important;
		text-decoration: none;
	}

	body.single-companynews #primary-menu.menu li#menu-item-152 > a, /* news */
	body.single-post #primary-menu.menu li#menu-item-150 > a, /* voices */
	body.single-voice #primary-menu.menu li#menu-item-150 > a, /* voices */
	#primary-menu.menu li.current_page_item > a,
	#primary-menu.menu li.current_page_parent > a,
	#primary-menu.menu li.current-menu-parent > a,
	#primary-menu.menu li.current-page-ancestor > a,
	#primary-menu.menu li .sub-menu li.current_page_item > a {
		color: #45be9c !important;
	}

	.main-navigation ul li.dropdown-right.hover > ul.sub-menu {
		left: auto;
		right: 0;
	}

	.menu li .sub-menu a {
		padding: .5em 1em;
		color: #fff;
	}
	
	#primary-menu.menu li.nav-donate a,
	.menu li a:hover, .menu li.hover a {
		color: var(--yellow);
	}
	
	#site-navigation .menu li .sub-menu {
		background: #fff;
		border-bottom: 9px solid var(--yellow);
		padding: 20px;
	}
	
	#primary-menu .sub-menu li a {
		padding: 10px 0;
		text-transform: none;
		color: #000 !important;
		font-family: 'nimbus_sans_lregular', sans-serif;
	}

	#primary-menu .sub-menu li a:hover {
		color: var(--blue);
	}
	
	#hero_wrapper,
	#hero_wrapper .hero_item,
	#hero_wrapper .hero_image {
		min-height: 300px;
	}
	
	#hero_wrapper.tall,
	#hero_wrapper.tall .hero_image,
	#hero_wrapper.tall .hero_item {
		height: 75vh;
		min-height: 700px;
		overflow: hidden;
	}
	
	.home_hero_text_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.home_hero_text_wrapper,
	.home_hero_text_wrapper .content_wrapper,
	.home_hero_text_wrapper .home_hero_text_inner {
		height: 100%;
		display: block;
	}
	
	#hero_wrapper.tall .home_hero_text_wrapper,
	#hero_wrapper.tall.home_hero_text_wrapper .content_wrapper,
	#hero_wrapper.tall.home_hero_text_wrapper .home_hero_text_inner {
		height: 70vh;
	}
	
	.home_hero_text_wrapper .home_hero_text_inner {
		position: relative;
		display: table;
		width: 30%;
	}
	
	.home_hero_text_wrapper .home_hero_text {
		display: table-cell;
		position: relative;
		bottom: 0;
		left: 5vw;
		z-index: 50;
		vertical-align: middle;
		color: #fff;
	}
	
	#main h1, .content_box h1,
	#main h2, .content_box h2 {
		margin-left: -85px;
		margin-right: -85px;
	}

	.content_wrapper.with_sidebar {
		background: #fff;
		background: linear-gradient(90deg, #fff 70%, var(--ltgreen) 70%);
	}

	.sidebar_bg {
		background: #fff;
		background: linear-gradient(90deg, #fff 65%, var(--ltgreen) 65%);
	}

	#sidebar .featured_photo,
	#sidebar .more_photos {
		transform: translateX(-35%);
	}

	#content .content_wrapper.with_sidebar {
		display: flex;
		column-gap: 0;
		width: 1125px;
	}
	
	#content .content_wrapper.with_sidebar #primary {
		width: 60%;
		margin-right: 12%;
	}
	
	#content .content_wrapper.with_sidebar #sidebar {
		width: 28%;
	}


	footer#footer .content_wrapper {
		display: flex;
		background: linear-gradient(90deg, var(--blue) 70%, var(--ltblue) 70%);
		padding-top: 20px;
		padding-bottom: 20px;
		width: 1125px;
	}

}


/* medium+ styles */
@media screen and (min-width: 800px) {

	.voices_wrapper.content_cols .content_wrapper {
		display: flex;
		flex-wrap: wrap;
		column-gap: 40px;
	}
	
	.voices_wrapper.content_cols .content_wrapper .voice_item {
		width: calc(50% - 20px);
	}
	
	.content_cols .content_wrapper.valign_top {
		align-items: stretch;
	}
	.content_3cols .content_col {
		position: relative;
	}
	.content_3cols .content_col:before {
		content: "";
		display: block;
		Xbackground: #ccc;
		width: 1px;
		height: 100%;
		position: absolute;
		left: -25px;
		top: 0;
	}
	.content_3cols .content_col.content_col-first:before {
		display: none;
	}


}
	
	
@media only screen and (min-width: 1200px) and (max-width: 1600px) {

	#hero_wrapper.tall .home_hero_photos {
		max-width: 60%;
		height: auto;
		min-height: 0;
	}

}
	
	
/* mobile styles */
@media only screen and (max-width: 1199px) {

	header#masthead .site-branding {
		width: 30%;
		margin-left: 0;
	}

	header#masthead .site-branding .site-title a {
		width: 100px;
		height: 69px;
		background-size: 100px 69px;
		margin-top: 10px;
	}


	header#masthead {
		height: 100px !important;
	}
	
	#content,
	footer#footer {
		top: 100px !important;
	}
	
	header .header_nav .header_links section {
		display: none;
	}
	
	header .header_nav .header_links .language_tool {
		padding: 0;
		position: absolute;
		top: 15px;
		left: auto;
		right: 70px;
	}
	
	#site-navigation #mobile_menu_icon {
		top: 30px;
	}
	
	header .header_nav .header_links .language_tool {
		top: 35px;
	}
	
	body.admin-bar header .header_nav .header_links .language_tool {
		top: 30px;
	}
	
	body.admin-bar #site-navigation #mobile_menu_icon {
		top: 25px;
	}
	
	header .header_nav .header_links .language_tool select {
		max-width: 80px;
	}

	#site-navigation {
		margin-left: -20px;
		width: 100vw;
	}

	#site-navigation .menu,
	#site-navigation .menu-main-nav-container {
		background-color: var(--dkblue);
		color: #fff;
		text-align: center;
	}
	
	#site-navigation #mobile_menu_icon {
		background-image: url(../img/mobile_menu_icon.png);
	}

	#site-navigation #mobile_menu_icon.active {
		background-image: url(../img/mobile_menu_x.png);
	}

	#site-navigation .menu li a {
		color: #fff;
		padding: 10px;
		font-size: 20px;
	}

	#site-navigation #mobile_menu_icon.active {
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a {
		background-image: url(../img/menu-arrow-down-wht.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 12px 12px;
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a.active {
		background-image: url(../img/menu-arrow-up-wht.png);
	}
	
	
	#site-navigation .menu li {
		margin-bottom: 10px;
	}
	
	#site-navigation .menu li .sub-menu {
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
	}
	
	#site-navigation .menu li.dropdown-right .sub-menu li {
		margin-left: auto;
	}
	
	#site-navigation .menu li .sub-menu a {
	font-family: 'nimbus_sans_lregular';
	}
	
	.hero_item {
		background-image: none !important;
		background-color: #efefef;
	}
	
	#hero_wrapper .hero_images_wrapper {
		display: none !important;
	}
	
	#hero_wrapper .home_hero_text_wrapper .home_hero_text {
		padding: 20px;
	}



	#hero_wrapper .home_hero_text_wrapper .content_wrapper {
		padding: 0;
	}
	
	#hero_wrapper.tall .home_hero_text_wrapper {
		padding: 20px;
		z-index: 10;
	}
	
	#hero_wrapper.tall .home_hero_photos {
		width: 100%;
		position: relative;
		top: 0;
		right: auto;
		height: auto;
		min-height: 0;
	}
	
	#hero_wrapper .hero_item {
		background: transparent;
	}
	
	.hero_images_wrapper {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#hero_wrapper.tall .hero_images_wrapper .hero_image-first {
		width: 100%;
		display: table;
		background-size: cover;
		height: 100%;
	}
	
	#hero_wrapper.tall .hero_images_wrapper .hero_image-second {
		display: none;
	}
	
	#hero_wrapper.tall .home_hero_text .hero_title {
		font-size: 30px;
	}
	
	#hero_wrapper.tall .home_hero_text .hero_subtitle {
		font-size: 24px;
	}
	
	
	.sidebar_bg #sidebar {
		padding: 20px;
		background: var(--ltgreen);
	}
	
	#sidebar .featured_photo,
	#sidebar .circle_photo {
		margin-left: auto;
		margin-right: auto;
	}
	
	.team_bio {
		top: 0;
		left: 0;
		height: 100vh;
		max-height: none;
		padding-bottom: 100px;
	}
	
	.bottom_content_area.faq {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	footer#footer {
		background: var(--blue);
		padding: 0;
	}
	
	footer#footer .footer_section {
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	
	footer#footer .footer_section.footer_section2 {
		background: var(--ltblue);
	}
	
	footer#footer a {
		white-space: nowrap;
	}

}


/* mobile styles */
@media only screen and (max-width: 799px) {

	.callout {
		padding-left: 20px;
		padding-right: 20px;
	}

	#primary-menu.menu {
		text-align: left;
	}
	
	#site-navigation {
		background: var(--dkblue);
		padding-left: 20px;
		padding-right: 20px;
	}

	#site-navigation ul.menu li a {
		padding: 5px 0;
	}
	
	header .header_nav .header_links .language_tool {
		right: 50px;
	}
	
	#primary-menu.menu li .sub-menu li a {
		text-transform: none;
		padding: 0;
	}

	#hero_wrapper .home_hero_text_wrapper .content_wrapper {
		padding: 0;
	}

	#hero_wrapper.tall .home_hero_text_wrapper {
		padding: 20px;
		z-index: 10;
	}

	#hero_wrapper.tall .home_hero_photos {
		width: 100%;
		position: relative;
		top: 0;
		right: auto;
		height: auto;
		min-height: 0;
	}
	
	#hero_wrapper .hero_item {
		background: transparent;
	}
	
	.hero_images_wrapper {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#hero_wrapper.tall .hero_images_wrapper .hero_image-first {
		width: 100%;
		display: table;
		background-size: cover;
		height: 100%;
	}
	
	#hero_wrapper.tall .hero_images_wrapper .hero_image-second {
		display: none;
	}
	
	#hero_wrapper.tall .home_hero_text .hero_title {
		font-size: 30px;
	}
	
	#hero_wrapper.tall .home_hero_text .hero_subtitle {
		font-size: 24px;
	}
	
	

	.content_quotes.content_cols {
		background: #fff;
		padding: 0;
	}
	
	.content_quotes.content_cols .content_wrapper,
	.content_quotes .quote_wrapper .quote-text_wrapper, .content_quotes .owl-dots {
		padding: 0;
	}
	
	.content_quotes.content_cols .content_wrapper .content_col-first {
		padding: 20px;
	}
	
	.content_quotes.content_cols .quote_container {
		background: var(--ltgreen);
		margin: 0;
	}

	.team_wrapper.content_cols .content_wrapper {
		display: block;
	}
	
	.content_quotes .quote_wrapper .quote-photo {
		width: 200px;
		height: 200px;
		margin: 20px auto;
	}
	
	.content_quotes .owl-dots {
		padding: 20px;
		margin: 0;
		text-align: center;
	}
	
	.content_quotes .owl-dots .owl-dot span {
		height: 16px;
		width: 16px;
	}
	
	.news_wrapper .post_item .post_thumbnail, 
	.news_updates .update_wrapper .update_photo_wrapper {
		width: 100px;
		height: 100px;
	}
	
	.team_bio .close_popup {
		position: fixed;
		top: 40px;
	}

	.team_wrapper.content_cols .content_wrapper .team_item .team_photo {
		position: relative;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.team_wrapper.content_cols .content_wrapper .team_item .team_text {
		height: auto;
		background: transparent;
		opacity: 1;
		top: auto;
		bottom: 0;
		left: 0;
		padding: 0;
	}
	
	.team_wrapper.content_cols .content_wrapper .team_item .team_text .team_text_wrapper {
		vertical-align: bottom;
		border: none;
		border-radius: 0;
	}
	
	.team_wrapper.content_cols .content_wrapper .team_item .team_text .team_text_wrapper > div {
	}
	
	.team_wrapper.content_cols .content_wrapper .team_item {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.team_bio .bio_header {
		display: block;
	}
	
	.team_bio .bio_header .bio_name {
		width: 100%;
	}
	
	.team_bio .bio_header .bio_photo {
		margin: 0 auto 20px auto;
	}
	
	.news_wrapper .post_item .post_content {
		display: block;
	}
	
	.news_wrapper .post_item .post_excerpt {
		width: 100%;
	}
	
	.news_wrapper .post_item .post_thumbnail {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	.news_wrapper .post_item .post_thumbnail,
	.news_wrapper .post_item .post_thumbnail img {
		height: 100px;
		width: 100px;
	}
	
	.woocommerce ul.products li.product .button {
		font-size: 13px;
		height: auto;
	}

}
