/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
:root
{
	--th-border-radius: 20px;
	--th-webkit-transition: all .3s;
	--th-o-transition: all .3s;
	--th-transition: all .3s;
}

*, *:before, *:after
{
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

:focus
{
	outline: 0;
}

html
{
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 16px;
}

body
{
	overflow-x: hidden;
}

/*
p
{
	margin: 0 0 1em 0;
}


h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6
{
	margin: 0 0 0 0;
}
*/

/* --- NAVIGATION --- */
.nav-main .elementor-inner-section
{
	-webkit-transition: var(--th-webkit-transition) !important;
	-o-transition: var(--th-o-transitionon) !important;
	transition: var(--th-transition) !important;
}

.home .nav-main .elementor-inner-section
{
	background-color: transparent !important;
}

.scroll .nav-main .elementor-inner-section
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.home.scroll .nav-main .elementor-inner-section, .home.scroll .nav-main, .elementor-menu-active .nav-main
{
	background-color: var(--e-global-color-30546df) !important;
	background-image: none !important;
}

.e--pointer-background .elementor-item:before
{
	display: none;
}

.e--pointer-background .menu-item-has-children .elementor-item:before
{
	display: block;
	border-radius: var(--th-border-radius) var(--th-border-radius) 0 0;
}

.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a, .elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:focus, .elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:hover
{
	border-left: 0;
}

.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul
{
	margin-left: -20px !important;
}

.elementor-nav-menu--main .menu-item-has-children .elementor-item:hover:before, .elementor-nav-menu--main .menu-item-has-children .elementor-item.highlighted:before
{
	content: '';
	display: block;
	opacity: 1;
	z-index: -1;
	background-color: var(--e-global-color-accent) !important;
	width: calc(100% + 40px);
	height: 30px;
	border-radius: var(--th-border-radius) var(--th-border-radius) 0 0;
	margin-left: -20px;
	padding: 20px;
}

.nav-ask-her .elementor-nav-menu--main .menu-item-has-children .elementor-item:hover:before, .nav-ask-her .elementor-nav-menu--main .menu-item-has-children .elementor-item.highlighted:before
{
	background-color: var(--e-global-color-ba2fc30) !important;
	height: 58px;
}

.elementor-nav-menu--main .menu-item-has-children .elementor-item:hover:before
{
	opacity: 1;
}

/* --- BARRIERS --- */
.elementor-widget-tabs.barriers .elementor-tab-title
{
	text-align: center;
	vertical-align: top;
}

.elementor-widget-tabs.barriers .elementor-tab-title .icn
{
	width: 150px;
	height: 200px;
	margin: 0 auto 20px auto;
}

.elementor-widget-tabs.barriers .elementor-tab-title .icn img
{
	width: 100%;
	vertical-align: middle;
}

.elementor-widget-tabs.barriers .elementor-tab-content
{
	padding: 5vw;
}

.elementor-widget-tabs.barriers .elementor-tab-content h4
{
	margin-bottom: 10px;
}

.elementor-widget-tabs.barriers .elementor-tab-content .icn
{
	float: right;
	width: 20%;
	margin: -40px 0 0 40px;
}

.elementor-widget-tabs.barriers .icn img
{
	width: 100%;
	
}

/* --- TABS --- */
.tabs-wrapper
{
	width: 0;
	margin: 0 auto;	
	-webkit-transition: var(--th-webkit-transition);
	-o-transition: var(--th-o-transitionon);
	transition: var(--th-transition);
}

.tabs
{
	display: flex;
	justify-content: center;
}

.tab
{
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.barriers .tab
{
	font-size: 0.875rem;
	white-space: normal;
}

.tabs-track
{
	position: relative;
	background-color: var(--e-global-color-accent);
	width: 100%;
	height: 4px;
}

.track-scrubber
{
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: var(--e-global-color-secondary);
	width: 100%;
	height: 100%;
	-webkit-transition: var(--th-webkit-transition);
	-o-transition: var(--th-o-transitionon);
	transition: var(--th-transition);
}

.scrubber-active
{
	z-index: 1;
	background-color: #fbe6da;
}

.cards-list
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards-list.community-voices-articles
{
	margin-top: 40px;
}

.cards-list>li
{
	display: none;
	width: 33.3333%;
	height: auto;
	padding: 10px;
}

.cards-list>li.active
{
	display: block;
}

.card
{
	display: block;
	background-color: var(--e-global-color-72c9efc);
	height: 100%;
	min-height: 300px;
	border-radius: var(--th-border-radius);
	color: var(--e-global-color-text) !important;
	text-align: center;
}

[data-category="case-study"] .card
{
	background-color: var(--e-global-color-accent);
}

[data-category="her-voice"] .card
{
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: var(--e-global-color-primary);
	padding: 30px;
	color: var(--e-global-color-72c9efc) !important;
}

.card
{
	text-decoration: none !important;
}

.card--image
{
	position: relative;
	background-color: #ffffff;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	border-radius: var(--th-border-radius) var(--th-border-radius) 0 0;
}

.card--image img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: var(--th-border-radius) var(--th-border-radius) 0 0;
}

.card--info
{
	padding: 20px 30px;
}

.card--testimonial, .card--title
{
	font-size: 1.3125rem;
	font-weight: 900;
	line-height: 1.2em;
}

.card--source
{
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 600;
}

.card--category
{
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.card--category:after
{
	content: '';
	display: block;
	background-color: var(--e-global-color-secondary);
	width: 60px;
	height: 3px;
	margin: 10px auto;
}

.card--button
{
	margin-top: 20px;
}

.tab-content
{
	display: none;
}

.tab-content.active
{
	display: block;
}

.barriers
{
	background-color: var(--e-global-color-72c9efc);
	border-radius: var(--th-border-radius);
}

.barrier
{
	display: flex;
	align-content: center;
    align-items: center;
	min-height: 425px;
	padding: 80px 9vw;
}

.barrier--info
{
	width: 70%;
	padding-right: 40px;
	font-size: 0.875rem;
}

.barrier--fact
{
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2em;
}

.barrier--image
{
	width: 30%;
	text-align: center;
}

.barrier--image img
{
	width: 100%;
	max-width: 200px;
}


/* --- BUTTONS --- */
.btn
{
	display: inline-block;
	background-color: transparent;
	padding: 7px 25px;
	color: var(--e-global-color-text);
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	border-style: solid;
	border-width: 2px;
	border-color: var(--e-global-color-text);
	border-radius: 100px;
	-webkit-transition: var(--th-webkit-transition);
	-o-transition: var(--th-o-transitionon);
	transition: var(--th-transition);
}

.btn:hover
{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-72c9efc);
}

/* --- MISC --- */
.brown
{
	color: var(--e-global-color-d119ce3);
}

.pink
{
	color: var(--e-global-color-primary);
}

.neon-pink
{
	color: var(--e-global-color-secondary);
}

.disclaimer
{
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.elementor .wp-caption
{
	background: inherit;
	max-width: 100%;
	padding: 0;
	border: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
