@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

html,
body {
	height: auto !important;
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #000;
	font: 300 18px/1.8 "nimbus-sans", Arial, sans-serif;
	margin: 0;
	-x: hidden;
	letter-spacing: 1px;
	padding: 0;
}

body.modal-open {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

a.btn,
.btn {
	font: normal 700 14px/1.2 Georgia, serif;
	text-transform: uppercase;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: normal;
}

small {
	font-size: 11px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 24px 0;
	padding: 0;
}

blockquote {
	margin: 24px 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	color: inherit;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p,
ul {
	margin: 0 0 24px;
}

p.lead {
	font-size: 24px;
	font-weight: 700;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	background-color: #fff;
	border: 1px solid transparent;
	color: #000;
	font: normal 400 16px "nimbus-sans", Arial, sans-serif;
	padding: 15px 20px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	outline: 0;
}

/* input, textarea, select, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
} */
textarea {
	overflow: auto;
	resize: none;
}

textarea {
	overflow: auto;
	resize: none;
}

.loading * {
	transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
}

.screen-reader {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.body-text {
	margin: 0 auto;
	max-width: 815px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.center {
	display: table;
	height: 100%;
	width: 100%;
}

.vert-center {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before,
.container:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */
}

.container:after {
	clear: both;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before,
.row:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
	float: left;
}

.col-xs-1 {
	width: 8.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.wwarrow-box-shdw {
		box-shadow: inset 20px 0px 17px -10px #2e2e2e;
	}

	.wwarrow-boxarrow {
		border-right: 2px solid #FFF;
	}

	.wwarrow-boxarrow:after {
		content: '';
		background-color: red;
		position: absolute;
		width: 30px;
		height: 30px;
		right: -16px;
		transform: rotate(45deg);
		z-index: 99;
		border: 2px solid #fff;
		border-bottom: 0;
		border-left: 0;
	}

	.wwarrow-boxarrow.gwi-yllw:after {
		background-color: #d2da23;
	}

	.wwarrow-boxarrow.gwi-blu-bg:after {
		background-color: #00b3ea;
	}

	.wwarrow-boxarrow.gwi-yllw-bg:after {
		background-color: #d2da23;
	}

	.gwi-banner-1 {
		border-right: 3px solid #fff;
	}

	.container {
		max-width: 750px;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11 {
		float: left;
	}

	.col-sm-1 {
		width: 8.3333333333%;
	}

	.col-sm-2 {
		width: 16.6666666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.3333333333%;
	}

	.col-sm-5 {
		width: 41.6666666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.3333333333%;
	}

	.col-sm-8 {
		width: 66.6666666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.3333333333%;
	}

	.col-sm-11 {
		width: 91.6666666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-push-1 {
		left: 8.3333333333%;
	}

	.col-sm-push-2 {
		left: 16.6666666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.3333333333%;
	}

	.col-sm-push-5 {
		left: 41.6666666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.3333333333%;
	}

	.col-sm-push-8 {
		left: 66.6666666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.3333333333%;
	}

	.col-sm-push-11 {
		left: 91.6666666667%;
	}

	.col-sm-pull-1 {
		right: 8.3333333333%;
	}

	.col-sm-pull-2 {
		right: 16.6666666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.3333333333%;
	}

	.col-sm-pull-5 {
		right: 41.6666666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.3333333333%;
	}

	.col-sm-pull-8 {
		right: 66.6666666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.3333333333%;
	}

	.col-sm-pull-11 {
		right: 91.6666666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {

	/*.blog .post-row .post-wrap {
	width: 50%;
	float: left;
}*/
	.container {
		max-width: 970px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11 {
		float: left;
	}

	.col-md-1 {
		width: 8.3333333333%;
	}

	.col-md-2 {
		width: 16.6666666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.3333333333%;
	}

	.col-md-5 {
		width: 41.6666666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.3333333333%;
	}

	.col-md-8 {
		width: 66.6666666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.3333333333%;
	}

	.col-md-11 {
		width: 91.6666666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.3333333333%;
	}

	.col-md-push-2 {
		left: 16.6666666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.3333333333%;
	}

	.col-md-push-5 {
		left: 41.6666666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.3333333333%;
	}

	.col-md-push-8 {
		left: 66.6666666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.3333333333%;
	}

	.col-md-push-11 {
		left: 91.6666666667%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.3333333333%;
	}

	.col-md-pull-2 {
		right: 16.6666666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.3333333333%;
	}

	.col-md-pull-5 {
		right: 41.6666666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.3333333333%;
	}

	.col-md-pull-8 {
		right: 66.6666666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.3333333333%;
	}

	.col-md-pull-11 {
		right: 91.6666666667%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1220px) {
	.container {
		max-width: 1170px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11 {
		float: left;
	}

	.col-lg-1 {
		width: 8.3333333333%;
	}

	.col-lg-2 {
		width: 16.6666666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.3333333333%;
	}

	.col-lg-5 {
		width: 41.6666666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.3333333333%;
	}

	.col-lg-8 {
		width: 66.6666666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.3333333333%;
	}

	.col-lg-11 {
		width: 91.6666666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.3333333333%;
	}

	.col-lg-push-2 {
		left: 16.6666666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.3333333333%;
	}

	.col-lg-push-5 {
		left: 41.6666666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.3333333333%;
	}

	.col-lg-push-8 {
		left: 66.6666666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.3333333333%;
	}

	.col-lg-push-11 {
		left: 91.6666666667%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.3333333333%;
	}

	.col-lg-pull-2 {
		right: 16.6666666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.3333333333%;
	}

	.col-lg-pull-5 {
		right: 41.6666666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.3333333333%;
	}

	.col-lg-pull-8 {
		right: 66.6666666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.3333333333%;
	}

	.col-lg-pull-11 {
		right: 91.6666666667%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}
}

.wf-loading {
	visibility: hidden;
}

body p a:hover {
	color: #00a04b;
}

.error-content {
	height: 300px !important;
}

.error-content p {
	display: block;
	margin: auto;
	max-width: 800px;
	letter-spacing: 0;
	font-size: 20px;
	margin-bottom: 30px !important;
}

a.video-link {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	font-weight: 700;
}

a.video-link:hover {
	color: #d2da23;
}

.main-section h1 {
	display: block;
	margin-bottom: 30px;
}

.main-section p {
	max-width: 800px;
	display: block;
	line-height: 1.6;
	margin: auto;
}

@media (min-width: 992px) {
	.main-section h1 {
		font-size: 50px;
	}

	.involve-intro-wrap {
		height: 480px;
	}

	.involve-intro-wrap .section-callout {
		height: 400px;
	}

	.main-section p {
		font-size: 21px;
	}
}

.black-bg {
	background-color: #000;
	color: #fff;
}

.black-bg p a:hover strong {
	color: #d2da23;
	transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.black-bg-form {
	color: #fff;
	letter-spacing: 0;
}

.black-bg-form .gform_body .gform_fields li label {
	display: block !important;
}

.black-bg-form .gfield_radio li input[type=radio],
.donation-form .gfield_radio li input[type=radio] {
	float: left;
	margin-right: 15px;
	background-color: #fff;
	border-radius: 100%;
	padding: 8px !important;
	max-width: 16px;
}

.gform_body .gform_fields li.radio_button label {
	display: inline-block !important;
}

.black-bg-form li.gfield.gfield_creditcard_warning {
	background-color: #eee;
	color: #000;
}

.blue-bg {
	background-color: #27a6de;
}

.orange-bg {
	background-color: #f79023;
}

.green-bg {
	background-color: #00a04b;
}

.dark-green-bg {
	background-color: #06662f;
}

.white-bg {
	background-color: #fff;
}

.hero-solid {
	background: transparent no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.hero-solid:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #d2da23;
	background: rgba(210, 218, 35, 0.65);
	position: absolute;
	top: 0;
	right: 0;
}

.hero-solid.green-bg:after {
	background: #00a04b;
	background: rgba(0, 160, 75, 0.65);
}

.gray-bg {
	background-color: #eee;
}

.btn {
	max-width: 300px;
}

.btn a {
	display: block;
	text-align: center;
	background-color: #000;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	color: #fff;
	padding: 25px 30px;
	font-size: 18px;
	letter-spacing: 2px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.btn a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #d2da23;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn a:hover {
	color: #000;
}

.btn a:hover:after {
	transform: translateY(0);
}

.btn.btn-white a {
	color: #000;
	background-color: #fff;
	display: block;
}

.btn.btn-lime a {
	color: #000;
	background-color: #d2da23;
	display: block;
}

.btn.btn-lime a:after {
	background-color: #88c23f;
}

.btn.center-btn {
	margin: auto;
}

.btn.tweet-btn a {
	background-color: #27a6de;
	font-family: "nimbus-sans", Arial, sans-serif;
}

.pre-footer {
	padding: 60px 30px;
}

.pre-footer .pre-footer-wrap {
	height: 300px;
}

.pre-footer .donate-callout {
	background-color: #000;
	padding: 60px 30px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.pre-footer .donate-callout h1 {
	display: block;
	margin-bottom: 0;
	color: #d2da23;
}

.pre-footer .donate-callout p {
	display: block;
	margin-bottom: 0;
	margin: auto;
	max-width: 800px;
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
}

.pre-footer .donate-callout:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateY(100%);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #d2da23;
}

.pre-footer .donate-callout:hover h1,
.pre-footer .donate-callout:hover p {
	color: #000;
}

.pre-footer .donate-callout:hover:after {
	transform: translateY(0);
}

.toggle-section {
	padding: 30px 0px;
}

.toggle-header {
	padding: 30px;
}

.toggle-header h2 {
	display: block;
	margin-bottom: 0;
}

.toggle-header p {
	display: block;
	max-width: 800px;
	margin: auto;
	line-height: 1.6;
	font-size: 16px;
	letter-spacing: 0;
	padding: 15px 0;
}

.toggle-header span {
	text-transform: uppercase;
	font-size: 14px;
}

.toggle {
	background-color: #eee;
	position: relative;
	cursor: pointer;
}

.toggle h2 {
	display: block;
	margin-bottom: 0;
	max-width: 80%;
	margin: auto;
	padding: 30px;
	font-size: 24px;
}

@media (min-width: 992px) {
	.toggle h2 {
		font-size: 30px;
	}
}

.toggle .toggle-btn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	cursor: pointer;
}

.toggle .toggle-btn .toggle-slice {
	width: 1px;
	height: 100%;
	background-color: #000;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.toggle .toggle-btn .toggle-slice:nth-child(1) {
	position: relative;
	margin: auto;
	opacity: 1;
	visibility: visible;
}

.toggle .toggle-btn .toggle-slice:nth-child(2) {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(-90deg);
}

.toggle .toggle-description {
	height: 0;
	background: transparent no-repeat center center;
	background-size: cover;
	overflow: hidden;
	transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	z-index: 0;
}

.toggle .toggle-description:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.toggle .toggle-description p {
	display: block;
	max-width: 800px;
	margin: auto;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	padding: 30px;
	color: #fff;
}

@media (min-width: 992px) {
	.ww-narrative-area .staff-member {
		height: 150px !important;
	}

	.staff-member {
		height: 370px !important;
	}

	.toggle .toggle-description p {
		font-size: 18px;
	}
}

.toggle.toggled .toggle-btn .toggle-slice:nth-child(1) {
	opacity: 0;
	visibility: hidden;
	transform: rotate(-90deg);
}

.toggle.toggled .toggle-description {
	height: 400px;
	max-height: 1000px;
	transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slides-section {
	padding-top: 60px;
}

.page-slides {
	height: 300px;
}

@media (min-width: 992px) {
	.page-slides {
		height: 500px;
	}
}

.page-slides .slide {
	width: 100%;
	height: 100%;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.15s;
	background: #000;
	background: rgba(0, 0, 0, 0.98);
}

.modal .close-btn {
	position: relative;
	float: right;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-top: 30px;
	margin-right: 30px;
	z-index: 1001;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal .close-btn:hover {
	transform: rotate(-180deg);
}

.modal .close-btn .close-slice {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 17.5px;
}

.modal .close-btn .close-slice:nth-child(1) {
	transform: rotate(-45deg);
}

.modal .close-btn .close-slice:nth-child(2) {
	transform: rotate(45deg);
}

.modal .modal-content {
	margin-top: 90px;
}

.modal .modal-content.home-modal h2 {
	color: #d2da23;
}

.modal .modal-content.home-modal p span {
	color: #555;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
}

.modal .modal-content.home-modal .gform_body .gform_fields li {
	display: block;
}

.modal .modal-content.home-modal .gform_body .gform_fields li input {
	width: 100%;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	padding: 15px !important;
	font-family: "nimbus-sans", Arial, sans-serif;
}

@media (min-width: 992px) {
	.modal .modal-content.home-modal .gform_body .gform_fields li {
		display: inline-block !important;
		width: 50%;
	}
}

.modal .modal-content.home-modal .gform_body .gform_fields li label {
	display: none !important;
}

.modal .modal-content.home-modal .gform_footer input[type="submit"] {
	display: block;
	padding: 15px 30px;
	margin: auto !important;
	text-align: center !important;
	appearance: none;
	border: 0;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	outline: 0;
	cursor: pointer;
	background-color: #d2da23;
}

.modal.modal-open {
	opacity: 1;
	visibility: visible;
	overflow: auto;
}

.gform_body .gform_fields li {
	display: block;
}

.gform_body .gform_fields li input,
.gform_body .gform_fields li textarea {
	width: 100% !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	padding: 15px !important;
	font-family: "nimbus-sans", Arial, sans-serif;
	margin-bottom: 15px !important;
}

.gform_body .gform_fields li label {
	display: none !important;
}

.gform_footer input[type="submit"] {
	display: block !important;
	padding: 20px 30px;
	margin: auto !important;
	text-align: center !important;
	appearance: none;
	border: 0;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	outline: 0;
	cursor: pointer;
	background-color: #d2da23;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	transform: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.gform_footer input[type="submit"]:hover {
	opacity: 0.75;
	transform: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked {
	background: #d2da23;
}

.ginput_cardinfo_left,
.ginput_cardinfo_right {
	float: none !important;
}

@media (min-width: 992px) {
	.ginput_cardinfo_left {
		float: left !important;
		width: 50%;
	}
}

.ginput_cardinfo_right input.ginput_card_security_code {
	display: inline-block !important;
	max-width: 0 !important;
	min-width: 85% !important;
}

@media (min-width: 992px) {
	.ginput_cardinfo_right {
		float: left !important;
		width: 50%;
	}
}

.gfield_meta {
	font-size: 16px;
	letter-spacing: 0;
	color: #767676;
}

.selectric-ginput_card_expiration {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.selectric-ginput_card_expiration {
		display: inline-block;
		width: 48%;
	}
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
	overflow: visible !important;
}

.slide-wrap {
	width: 100%;
	height: 700px;
	margin: auto;
	position: relative;
	overflow: hidden;
	background-color: #222;
	z-index: 0;
}

@media (min-width: 992px) {
	.slide-wrap {
		height: 100vh;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.board-members .board-member-wrap {
		padding: 0 15px;
		width: 50%;
		float: left;
	}
}

@media (max-width: 575px) {
	.board-members .board-member-wrap .board-member {
		height: 550px !important;
	}
}

.slide-wrap .wrap-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-wrap .wrap-overlay h3 {
	display: block;
	text-align: center;
	position: relative;
	top: -60px;
	z-index: 1;
	font-family: 'flood-std';
	color: #fff;
}

@media (min-width: 992px) {
	.slide-wrap .wrap-overlay h3 {
		top: -30px;
	}
}

.slide-wrap .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	transform: translate3d(0, 0, -1);
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}

.slide-wrap .slide .overlay-text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	z-index: 1;
}

.slide-wrap .slide .overlay-text h1 {
	position: relative;
	display: block;
	text-align: center;
	font-size: 40px;
	color: #fff;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.5s;
}

@media (min-width: 992px) {
	.slide-wrap .slide .overlay-text h1 {
		font-size: 120px;
		top: 60px;
	}
}

.slide-wrap .slide .left-slide,
.slide-wrap .slide .right-slide {
	float: left;
	width: 50%;
	height: 100%;
	color: #fff;
	transition: all 0.3s linear;
}

.slide-wrap .slide .left-slide {
	background-color: #555;
	transform: translateY(-100vh);
}

.slide-wrap .slide .right-slide {
	background-color: #666;
	transform: translateY(100vh);
}

.slide-wrap .slide.active {
	transform: translate3d(0, 0, 1);
	opacity: 1;
	visibility: visible;
}

.slide-wrap .slide.active .left-slide,
.slide-wrap .slide.active .right-slide {
	transform: translateY(0);
}

.slide-wrap .slide.active .overlay-text h1 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.slide-wrap .slide:after {
	content: '';
	display: block;
	position: relative;
	z-index: 0;
	background: url(../img/home-gradient.svg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0.35;
}

@media (min-width: 992px) {
	.slide-wrap .slide {
		display: block;
	}
}

.slide-wrap .callout-btn-section {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	z-index: 999;
	bottom: 0;
	margin-bottom: 60px;
}

.slide-wrap .callout-btn-section .callout-tab-wrap {
	margin-bottom: 15px;
}

.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab .tab-photo {
	width: 100%;
	height: 180px;
	background: transparent no-repeat center center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	overflow: hidden;
	display: none;
}

@media (min-width: 992px) {
	.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab .tab-photo {
		display: block;
	}
}

.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab .tab-photo:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	z-index: 0;
	background: #f79023;
	background: rgba(247, 144, 35, 0.5);
}

.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab .tab-label {
	background-color: #000;
	color: #fff;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab:hover .tab-label {
	background-color: #f79023;
}

.slide-wrap .callout-btn-section .callout-tab-wrap .callout-tab:hover .tab-photo {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.who-we-are {
	padding-bottom: 60px;
}

.home-intro {
	height: 400px;
}

.intro-callout {
	background-color: #d2da23;
	padding: 30px 15px;
	color: #000;
}

.intro-callout .callout-col p {
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 32px;
	display: block;
	margin-bottom: 0;
}

.intro-callout .callout-col p span {
	font-size: 18px;
}

.intro-callout .callout-btn {
	margin-top: 15px;
}

.intro-callout .callout-btn a {
	display: block;
	color: #fff;
	padding: 15px 30px;
	background-color: #000;
	text-align: center;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.intro-callout .callout-btn a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #88c23f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.intro-callout .callout-btn a:hover {
	color: #000;
}

.intro-callout .callout-btn a:hover:after {
	transform: translateY(0);
}

.issues-in-action {
	padding: 60px 30px;
}

.issues-in-action .issue-item {
	position: relative;
	height: 270px;
	transform-style: preserve-3d;
	cursor: pointer;
	margin-bottom: 30px;
	perspective: 800px;
}

.issues-in-action .issue-item .issue {
	position: absolute;
	display: block;
	width: 95%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 15px;
	backface-visibility: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0;
}

.issues-in-action .issue-item .issue.front {
	background-color: #d2da23;
	color: #000;
	transform: rotateY(180deg);
}

.issues-in-action .issue-item .issue.front .issue-icon-big {
	width: 95px;
	height: 85px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.issues-in-action .issue-item .issue.front .issue-icon-big.gene {
	background: url(../img/icon-gene-big.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.front .issue-icon-big.econ {
	background: url(../img/icon-econ-big.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.front .issue-icon-big.leadership {
	background: url(../img/icon-leadership-big.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.front .issue-icon-big.violence {
	background: url(../img/icon-safty-big.png) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.back {
	background-color: #000;
	color: #fff;
	transform: rotateY(0deg);
	padding: 15px;
}

.issues-in-action .issue-item .issue.back .issue-icon-sm {
	width: 37px;
	height: 37px;
	margin-bottom: 15px;
}

.issues-in-action .issue-item .issue.back .issue-icon-sm.gene {
	background: url(../img/icon-gene-sm.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.back .issue-icon-sm.econ {
	background: url(../img/icon-econ-sm.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.back .issue-icon-sm.leadership {
	background: url(../img/icon-leadership-sm.svg) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.back .issue-icon-sm.violence {
	background: url(../img/icon-safty-sm.png) no-repeat center center;
	background-size: contain;
}

.issues-in-action .issue-item .issue.back p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.6;
}

@media (min-width: 992px) {
	.issues-in-action .issue-item .issue.front {
		transform: rotateY(0deg);
	}

	.issues-in-action .issue-item .issue.back {
		transform: rotateY(-180deg);
	}

	.issues-in-action .issue-item:hover .issue {
		transform: rotateY(180deg);
		transition-delay: 0.1s;
	}

	.issues-in-action .issue-item:hover .issue.back {
		transform: rotateY(0deg);
	}
}

.featured-news {
	padding: 60px 0;
}

.featured-news h1 {
	display: block;
	margin-bottom: 60px;
}

.featured-news p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
}

.featured-news span {
	text-transform: uppercase;
	font-size: 18px;
	display: block;
	margin-top: 30px;
	font-weight: 700;
}

.featured-news-wrap a {
	display: block;
	height: auto;
}

.featured-news-wrap a span {
	display: block;
	position: relative;
	z-index: 0;
}

.featured-news-wrap a span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 0;
	height: 2px;
	background-color: #d2da23;
	z-index: -1;
	transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.1s;
}

.featured-news-wrap a .featured-post {
	margin-bottom: 60px;
	color: #fff;
	position: relative;
}

.featured-news-wrap a .featured-post .featured-image {
	display: block;
	height: 300px;
	background: transparent no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

@media (min-width: 992px) {
	.featured-news-wrap a .featured-post .featured-image {
		height: 400px;
		margin-bottom: 90px;
	}
}

.featured-news-wrap a .featured-post .featured-image:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/home-gradient.svg) no-repeat center center;
	background-size: cover;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featured-news-wrap a .featured-post .post-content {
	padding: 30px;
	position: relative;
}

@media (min-width: 992px) {
	.featured-news-wrap a .featured-post .post-content {
		height: 400px;
	}
}

.featured-news-wrap a .featured-post .post-content .category {
	width: 100px;
	display: block;
	padding: 5px 10px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.featured-news-wrap a .featured-post .post-content .category {
		position: absolute;
	}
}

.featured-news-wrap a .featured-post .post-content.connects .category {
	background-color: #d2da23;
}

.featured-news-wrap a .featured-post .post-content.invests .category {
	background-color: #00a04b;
}

.featured-news-wrap a .featured-post .post-content.cat-label-right .category {
	top: 15px;
	right: -50px !important;
}

.featured-news-wrap a .featured-post .post-content.cat-label-left .category {
	top: 15px;
	left: -50px !important;
}

.featured-news-wrap a:hover span:after {
	width: 113px;
}

.featured-news-wrap a:hover .featured-post .featured-image:after {
	opacity: 0.4;
}

.spark-conversation {
	padding: 60px 0;
	height: auto;
	background: url(../img/womens-way-spark-bg.jpg) no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	.spark-conversation {
		height: 650px;
	}

	.spark-conversation .spark-wrap,
	.spark-conversation .tweets-wrap {
		height: 100%;
	}
}

.spark-conversation .spark-intro-text {
	padding: 30px;
	height: 400px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.spark-conversation .spark-intro-text p {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.spark-conversation .spark-intro-text {
		padding: 30px 60px;
	}
}

.spark-conversation .tweets-wrap {
	height: 400px;
	background-color: #000;
}

.spark-conversation .tweets-wrap .tweet {
	width: 100%;
	height: 100%;
	color: #fff;
}

.spark-conversation .tweets-wrap .tweet h3 {
	display: block;
	margin: auto;
	max-width: 80%;
	margin-bottom: 15px;
}

.lm-bg {
	background-color: #d2da23;
}

.hero {
	padding: 60px 0;
}

.hero .hero-text-wrap {
	height: 400px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.hero .hero-text-wrap h1 {
	display: block;
	max-width: 800px;
	margin: auto;
	padding: 0 15px;
	color: #fff;
}

@media (min-width: 992px) {
	.hero .hero-text-wrap h1 {
		font-size: 50px;
	}
}

.hero .hero-text-wrap h1 span {
	font-family: 'flood-std';
	color: #000;
}

.hero .hero-text-wrap p {
	display: block;
	margin: auto;
	max-width: 800px;
	line-height: 1.6;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.page-nav {
	padding: 45px 15px;
	border-bottom: 1px solid #eee;
}

.page-nav .main-page-nav {
	display: block;
	margin: auto;
	margin-bottom: 0;
	width: auto;
	text-align: center;
}

.page-nav .main-page-nav li {
	display: block;
	margin-bottom: 15px;
}

.page-nav .main-page-nav li:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.page-nav .main-page-nav li {
		display: inline-block;
		margin: 0 15px;
	}
}

.page-nav .main-page-nav li a {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	position: relative;
	z-index: 0;
}

.page-nav .main-page-nav li a:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	background-color: #d2da23;
	z-index: -1;
	transition-delay: 0.1s;
	transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-nav .main-page-nav li a:hover:after {
	width: 100%;
}

.page-nav .main-page-nav li.current-menu-item a:after {
	width: 100%;
}

.about-intro-wrap {
	padding: 30px;
}

.about-intro-text {
	padding: 30px 0;
}

.about-intro-text h1 {
	display: block;
	margin-bottom: 0;
	text-align: left;
}

@media (min-width: 992px) {
	.about-intro-text h1 {
		text-align: right;
	}
}

.about-intro-text p {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

.mission-toggle-wrap .toggle h2 {
	color: #fff;
	font-family: "nimbus-sans", Arial, sans-serif;
	font-weight: 700;
}

.mission-toggle-wrap .toggle:nth-child(2) {
	background-color: #d2da23;
}

.mission-toggle-wrap .toggle:nth-child(3) {
	background-color: #88c23f;
}

.mission-toggle-wrap .toggle:nth-child(4) {
	background-color: #06662f;
}

.mission-toggle-wrap .toggle-description.connects:after {
	content: '';
	display: block;
	background: #d2da23;
	background: rgba(210, 218, 35, 0.8);
}

.mission-toggle-wrap .toggle-description.empowers:after {
	content: '';
	display: block;
	background: #88c23f;
	background: rgba(136, 194, 63, 0.8);
}

.mission-toggle-wrap .toggle-description.invests:after {
	content: '';
	display: block;
	background: #00a04b;
	background: rgba(0, 160, 75, 0.8);
}

.mission-toggle-wrap .toggle-description p {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

@media (min-width: 992px) {
	.mission-toggle-wrap .toggle-description p {
		font-size: 22px;
	}

	.timeline-intro-wrap {
		height: 350px;
	}
}

.timeline-intro-wrap p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
}

.timeline {
	width: 100%;
	height: 600px;
	background: #fff;
	position: relative;
}

.timeline-slide {
	position: relative;
	width: 100%;
	height: auto;
}

.timeline-slide .tl-text {
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 50%;
	padding: 0 30px;
}

.timeline-slide .tl-text h2 {
	font-size: 24px;
}

@media (min-width: 992px) {
	.timeline-slide .tl-text h2 {
		font-size: 30px;
	}
}

.timeline-slide .tl-text p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.timeline-slide .tl-text {
		transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
		transform: translateY(300px);
		height: 100%;
	}
}

.timeline-slide .tl-photo {
	height: 50%;
	background: transparent no-repeat center center;
	background-size: cover;
	transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}

.timeline-slide .tl-photo:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
	z-index: 0;
}

@media (min-width: 992px) {
	.timeline-slide .tl-photo {
		height: 100%;
	}
}

.timeline-slide .tl-photo .year {
	position: relative;
	z-index: 1;
	padding: 30px;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.timeline-slide .tl-photo .year h1 {
	color: rgba(255, 255, 255, 0.75);
	font-size: 63px;
}

.slick-active {
	outline: none !important;
}

.slick-active .tl-text {
	opacity: 1;
	transform: translateY(0);
}

.slick-active .tl-photo .year {
	opacity: 1;
	transition-delay: 0.5s;
}

.slick-dots {
	position: absolute;
	z-index: 1;
	right: 5px;
}

.plan-intro-wrap {
	padding: 30px 0px;
}

.plan-intro-text {
	padding: 30px 0;
}

.plan-intro-text h1 {
	display: block;
	margin-bottom: 15px;
}

.plan-intro-text p {
	line-height: 1.6;
	font-size: 18px;
	letter-spacing: 0;
}

.strategy-section {
	padding: 60px 30px;
}

.strategy-item-wrap {
	height: auto;
	margin-bottom: 30px;
}

.strategy-item-wrap .strategy-item {
	height: auto;
	padding: 30px;
	color: #fff;
}

.strategy-item-wrap .strategy-item h2 {
	font-size: 24px;
}

.strategy-item-wrap .strategy-item p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.strategy-item-wrap .strategy-item {
		height: 500px;
		padding: 30px 60px;
	}

	.strategy-item-wrap .strategy-item h2 {
		font-size: 30px;
	}

	.strategy-item-wrap .strategy-item p {
		font-size: 18px;
	}
}

.strategy-item-wrap:nth-child(1) .strategy-item {
	background-color: #d2da23;
}

.strategy-item-wrap:nth-child(2) .strategy-item {
	background-color: #88c23f;
}

.strategy-item-wrap:nth-child(3) .strategy-item {
	background-color: #00a04b;
}

.strategy-item-wrap:nth-child(4) .strategy-item {
	background-color: #06662f;
}

.page-section-title {
	height: 200px;
}

.staff-member-wrap {
	margin-bottom: 30px;
}

.staff-member-wrap.pull-left-md,
.staff-member-wrap .pull-right-md {
	float: none;
}

@media (min-width: 992px) {
	.staff-member-wrap.pull-right-md {
		float: right;
	}
}

@media (min-width: 992px) {
	.staff-member-wrap.pull-left-md {
		float: left;
	}
}

.staff-member {
	height: 320px;
	background: transparent no-repeat center center;
	background-size: cover;
	position: relative;
	cursor: pointer;
	/*background-position: top !important;*/
}

.staff-member .staff-member-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.01) 100%);
}

.staff-member .staff-member-info h3 {
	display: block;
	margin-bottom: 0;
	font-family: "nimbus-sans", Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
}

@media (min-width: 992px) {
	.staff-member .staff-member-info h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

.staff-member .staff-member-info em {
	letter-spacing: 0;
	font-size: 16px;
	display: block;
	line-height: 17px;
}

.staff-member .staff-member-info .read-more {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	position: relative;
	padding-top: 25px;
}

.staff-member .staff-member-info .read-more:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #d2da23;
	transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	bottom: 0;
	left: 0;
}

.staff-member .staff-member-info .read-more:hover:after {
	width: 100%;
}

.board-members {
	margin: auto;
}

.board-members .board-member-wrap {
	display: block;
	margin-bottom: 30px;
	cursor: pointer;
}

.board-members .board-member-wrap .board-member {
	background-color: #eee;
	padding: 15px;
	height: 360px;
	position: relative;
	z-index: 0;
}

.board-members .board-member-wrap .board-member:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #d2da23;
	z-index: -1;
	transition: height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.board-members .board-member-wrap .board-member:hover:after {
	height: 100%;
}*/
.board-members .board-member-wrap h4,
.board-members .board-member-wrap em {
	display: block;
	margin-bottom: 0;
}

.board-members .board-member-wrap h4 {
	font-family: "nimbus-sans", Arial, sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
}

.board-members .board-member-wrap em {
	font-size: 16px;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.board-members .board-member-wrap {
		padding: 0 15px;
		width: 25%;
		float: left;
	}
}

@media (min-width: 992px) {
	.grid-item-1 .staff-member {
		height: 590px;
	}
}

.staff-bio-wrap {
	position: relative;
	margin-top: 90px;
}

.staff-bio-wrap .staff-photo {
	height: 380px;
	background: transparent no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}

.staff-bio-wrap .bio h2,
.staff-bio-wrap .bio p {
	display: block;
}

.staff-bio-wrap .bio p {
	font-size: 18px;
	line-height: 1.6;
}

.issue-icons {
	margin-bottom: 30px;
}

.issue-icons .issue {
	display: inline-block;
	width: 33%;
	height: 65px;
	margin-bottom: 15px;
	background-size: contain;
}

.issue-icons .issue:nth-child(1) {
	background: url(../img/icon-gene-sm.svg) no-repeat center center;
}

.issue-icons .issue:nth-child(2) {
	background: url(../img/icon-leadership-sm.svg) no-repeat center center;
}

.issue-icons .issue:nth-child(3) {
	background: url(../img/icon-safty-sm.png) no-repeat center center;
}

.issue-icons .issue:nth-child(4) {
	background: url(../img/icon-econ-sm.svg) no-repeat center center;
}

@media (min-width: 992px) {
	.issue-icons .issue {
		display: inline-block;
		margin-bottom: 0;
		width: 10%;
		margin: 0 1%;
	}
}

.grant-impact-section {
	padding: 30px 0;
}

.grant-impact-section h1 {
	display: block;
	margin-bottom: 0;
}

.grant-impact-section .grant {
	padding: 30px;
	cursor: pointer;
}

.grant-impact-section .grant .grant-photo {
	height: 300px;
	background: transparent no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}

.grant-impact-section .grant .grant-info p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	display: block;
	margin-bottom: 15px;
}

.grant-impact-section .grant .grant-info span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	z-index: 0;
}

.grant-impact-section .grant .grant-info span:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #d2da23;
	position: absolute;
	bottom: -5px;
	left: -1px;
	right: 0;
	transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.1s;
	margin-top: 5px;
	z-index: -1;
}

.grant-impact-section .grant .grant-info:hover span:after {
	width: 115px;
}

@media (min-width: 992px) {
	.grant-impact-section .grant .grant-photo {
		height: 380px;
	}

	.grant-impact-section .grant .grant-info {
		padding: 60px;
	}
}

.impact-content-wrap {
	margin-top: 90px;
}

.impact-content-wrap .impact-content {
	padding: 30px;
}

.impact-content-wrap .grant-photo {
	height: 300px;
	background: transparent no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}

.impact-content-wrap .impact ul li {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 15px;
}

.impact-content-wrap .impact ul li:before {
	content: '• ';
	display: inline;
}

.testimonials {
	width: 100%;
	height: 600px;
	background: #fff;
	position: relative;
}

.testimonial-slide {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.testimonial-slide .slide-text {
	height: 100%;
	padding: 0 30px;
	color: #fff;
	position: relative;
	background: linear-gradient(45deg, rgba(214, 213, 35, 0.8) 0%, rgba(0, 165, 75, 0.8) 100%);
}

.testimonial-slide .slide-text .testimonial {
	width: 100%;
	height: auto;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testimonial-slide .slide-text q {
	font-size: 16px;
	display: block;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	quotes: "“ " " ”" "‘" "’";
}

.testimonial-slide .slide-text q:before {
	content: open-quote;
	font-size: 24px;
	display: block;
}

.testimonial-slide .slide-text q:after {
	content: close-quote;
	font-size: 24px;
	display: block;
}

@media (min-width: 992px) {
	.testimonial-slide .slide-text q {
		font-size: 20px;
	}
}

.testimonial-slide .slide-text span,
.testimonial-slide .slide-text em {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.testimonial-slide .slide-text {
		transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
		padding: 0 60px;
		height: 100%;
	}
}

.testimonial-slide .slide-photo {
	background: transparent no-repeat center center;
	background-size: cover;
	transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	display: none;
}

@media (min-width: 992px) {
	.testimonial-slide .slide-photo {
		height: 100%;
		display: block;
	}
}

.slick-active {
	outline: none !important;
}

.slick-active .slide-text .testimonial {
	transform: translateY(0);
	opacity: 1;
}

.slick-active .slide-photo {
	opacity: 1;
	transition-delay: 0.5s;
}

.support-section {
	padding: 60px 30px;
}

.support-section .support h2 {
	display: block;
	margin: auto;
	margin-bottom: 30px;
	max-width: 800px;
	font-size: 24px;
}

@media (min-width: 992px) {
	.support-section .support h2 {
		font-size: 30px;
	}
}

.support-section .support-process ul {
	display: block;
	margin: auto;
	padding: 0 15px;
}

.support-section .support-process ul li {
	width: 100%;
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.4;
	float: left;
	padding: 15px 0;
}

.support-section .support-process ul li .list-icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-color: #00a04b;
	vertical-align: middle;
}

.support-section .support-process ul li:nth-child(1) .list-icon {
	background: url(../img/list-icon-00.svg) no-repeat center top;
	background-size: contain;
}

.support-section .support-process ul li:nth-child(2) .list-icon {
	background: url(../img/list-icon-01.svg) no-repeat center top;
	background-size: contain;
}

.support-section .support-process ul li:nth-child(3) .list-icon {
	background: url(../img/list-icon-02.svg) no-repeat center top;
	background-size: contain;
}

.support-section .support-process ul li:nth-child(4) .list-icon {
	background: url(../img/list-icon-03.svg) no-repeat center top;
	background-size: contain;
}

.support-section .support-process ul li:nth-child(6) .list-icon {
	background: url(../img/list-icon-04.svg) no-repeat center top;
	background-size: contain;
}

.support-section .support-process ul li:nth-child(6) .list-icon {
	background: url(../img/list-icon-05.svg) no-repeat center top;
	background-size: contain;
}

@media (min-width: 992px) {
	.support-section .support-process ul {
		column-count: 2;
		column-gap: 60px;
		height: 380px;
		padding: 30px;
	}

	.support-section .support-process ul li {
		padding: 15px 30px;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.support-section .support-process ul li .list-icon {
		margin-right: 30px;
	}
}

.fund {
	height: 650px;
}

.fund .fund-text {
	color: #fff;
	height: auto;
	max-width: 500px;
	padding: 30px;
	margin: auto;
}

.fund .fund-text h3,
.fund .fund-text h2,
.fund .fund-text p {
	display: block;
}

.fund .fund-text p {
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 0 24px;
	line-height: 1.6;
}

@media (min-width: 992px) {
	.fund .fund-text {
		height: 420px;
	}

	.fund .fund-text h2 {
		font-size: 40px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.grant-recipient-section {
	padding-top: 60px;
}

.grant-recipient-section .recipient-content {
	padding: 30px;
}

.grant-recipient-section .recipient-content .recipient-logo {
	height: 140px;
	background: transparent no-repeat left center;
	background-size: contain;
	margin-bottom: 30px;
}

.grant-recipient-section .recipient-content p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
}

.intro-text-col {
	height: auto;
}

/* @media (min-width: 992px) {
.intro-text-col {
	height: 560px;
}
}*/
.intro-text-col .intro-text-list {
	font-size: 16px;
	line-height: 2.5em;
}

.intro-text-col .intro-text-list li {
	letter-spacing: 0;
}

.intro-text-col .intro-text-list li:before {
	content: '•';
	padding: 0 10px 0 0;
}

.intro-img {
	height: auto !important;
}

.intro-photo {
	height: 300px;
	background: transparent no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.intro-photo {
		height: 560px;
	}
}

.priorities-section {
	padding: 60px 30px;
}

.priorities-section .priorities {
	margin-bottom: 30px;
}

.priorities-section .priorities h1,
.priorities-section p {
	display: block;
	margin: auto;
	max-width: 800px;
}

.priorities-section .priorities h1 {
	margin-bottom: 30px;
}

.priorities-section .priorities p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

.priorities-section .priorities-list-wrap ul {
	display: block;
	height: auto;
}

@media (min-width: 992px) {
	.priorities-section .priorities-list-wrap ul {
		column-count: 2;
		column-gap: 60px;
		height: 200px;
	}
}

.priorities-section .priorities-list-wrap ul li {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	display: block;
	margin-bottom: 15px;
}

.priorities-section .priorities-list-wrap ul li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #00a04b;
	margin-right: 10px;
}

.priorities-section .priority {
	height: auto;
	color: #fff;
	padding: 30px;
}

.priorities-section .priority p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.priorities-section .priority p {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.priorities-section .priority {
		height: 500px;
	}
}

.criteria-section {
	padding: 30px 15px;
}

@media (min-width: 992px) {
	.criteria-section {
		padding: 45px 30px;
	}
}

.criteria-section p {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
	width: 100%;
	max-width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.criteria-section p a {
	text-decoration: underline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.criteria-section p a:hover {
	color: #00a04b;
}

.criteria-section p.sub-text {
	font-size: 16px;
}

.criteria-section p.sub-text a {
	display: inline-block;
}

.criteria-section ul {
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
}

.criteria-section ul.main-list li {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.criteria-section ul.main-list li {
		margin-bottom: 30px;
	}
}

.criteria-section ul.main-list li:before {
	content: '• ';
}

.criteria-section ul.main-list li ul {
	padding: 15px;
	display: block;
	margin-bottom: 0;
}

.criteria-section ul.main-list li ul li {
	margin-bottom: 15px;
}

.criteria-section ul.main-list li ul li:last-child {
	margin-bottom: 0;
}

.criteria-section ul.main-list li ul li:before {
	content: '— ';
}

.apply-buckets {
	padding: 15px;
}

.apply-buckets .apply-bucket {
	padding: 30px 15px;
	height: 265px;
}

.apply-buckets .apply-bucket p {
	display: block;
	margin: auto;
	max-width: 350px;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
}

.apply-buckets .custom-bucket p {
	max-width: 640px !important;
}

.apply-buckets .apply-bucket h3,
.apply-buckets .apply-bucket a {
	display: block;
	max-width: 300px;
	margin: auto;
}

.apply-buckets .apply-bucket h3 {
	margin-bottom: 30px;
}

.apply-buckets .apply-bucket h3:before {
	content: '';
	display: block;
	width: 34px;
	height: 25px;
	background: url(../img/icon-check.svg) no-repeat center center;
	background-size: contain;
	margin: auto;
	margin-bottom: 30px;
}

.apply-buckets .apply-bucket a {
	text-transform: uppercase;
	font-size: 16px;
}

@media (min-width: 992px) {
	.apply-buckets .apply-bucket.col-2:nth-child(2) {
		display: block;
		border-left: 1px solid #ccc;
	}

	.apply-buckets .apply-bucket.col-4:nth-child(2) {
		display: block;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.apply-buckets .apply-bucket.col-4:nth-child(6) {
		display: block;
		border-right: 1px solid #ccc;
	}
}

p.details {
	font-size: 16px;
	display: block;
	letter-spacing: 0;
	margin: auto;
	margin-top: 30px;
}

.involve-intro-section {
	padding: 60px 0;
	background: url(https://womensway.org/wp-content/uploads/2023/01/womens-way-ywi-bg4.jpg) no-repeat center top;
	background-size: auto;
}

.involve-intro-wrap .section-callout {
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px 30px;
}

.involve-intro-wrap .section-callout h1 {
	font-size: 30px;
	display: block;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.involve-intro-wrap .section-callout h1 {
		font-size: 36px;
	}
}

.involve-intro-wrap .section-callout p {
	display: block;
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0;
}

.toggle-intro-section {
	padding: 60px 0;
}

.toggle-intro-wrap {
	height: 300px;
}

.toggle-intro-wrap h1,
.toggle-intro-wrap p {
	display: block;
	margin: auto;
	margin-bottom: 0;
	max-width: 800px;
}

.toggle-intro-wrap h1 {
	font-size: 30px;
}

@media (min-width: 992px) {
	.toggle-intro-wrap h1 {
		font-size: 48px;
	}
}

.toggle-intro-wrap p {
	letter-spacing: 0;
	padding: 15px 30px;
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 992px) {
	.toggle-intro-wrap p {
		font-size: 20px;
	}
}

.pva-event-details {
	padding: 30px;
}

.pva-event-details strong {
	text-transform: uppercase;
}

.pva-event-features li {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	display: block;
}

.pva-event-features li:before {
	content: '• ';
}

.event-importance-section {
	padding: 60px 30px;
}

.event-importance-section .event-importance h1,
.event-importance-section p {
	display: block;
	margin: auto;
	max-width: 800px;
}

.event-importance-section .event-importance p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-page-content {
	padding: 60px 0;
}

.posts-wrap {
	position: relative;
	margin-bottom: 60px;
}

.post-wrap {
	margin-bottom: 30px;
}

.blog .featured-image-wrap .featured-image {
	height: 250px;
	background: transparent no-repeat center center;
	background-size: cover;
}

.post-content-wrap {
	background-color: #fff;
	padding: 30px;
}

.post-content-wrap h3,
.post-content-wrap p {
	display: block;
	margin-bottom: 0;
}

.post-content-wrap p {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

.post-content-wrap span {
	font-family: "nimbus-sans", Arial, sans-serif;
	display: block;
	margin-top: 10px;
	position: relative;
	overflow-: hidden;
	z-index: 0;
}

.post-content-wrap span:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #f79023;
	position: absolute;
	bottom: -5px;
	left: -1px;
	right: 0;
	transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 0.1s;
	margin-top: 5px;
	z-index: -1;
}

.post-content-wrap:hover span:after {
	width: 100px;
}

.event-wrap {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 10px;
	transform: scale(1, 1);
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event-wrap h4 {
	display: block;
	margin-bottom: 0;
}

.event-wrap p {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
}

.event-wrap:hover {
	transform: scale(1.1, 1.1);
}

.page-intro {
	padding: 60px 30px;
}

.page-intro-img {
	width: 280px;
	height: 150px;
	margin: 0 auto;
	background: url(../img/ywi-logo.svg) no-repeat center center;
	background-size: contain;
}

@media (min-width: 992px) {
	.page-intro-img {
		width: 480px;
		height: 180px;
	}
}

.page-intro h1,
.page-intro p {
	display: block;
}

.page-intro h1 {
	margin: auto;
	max-width: 800px;
	margin-bottom: 30px;
}

.page-intro p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
}

.page-intro-list {
	padding: 30px 0;
}

.page-intro-list p {
	max-width: 768px;
	margin: 30px auto;
	text-align: left;
}

.page-intro-list ul {
	max-width: 768px;
	margin: 0 auto;
	text-align: left;
}

@media (min-width: 768px) {
	.page-intro-list ul {
		column-count: 2;
		column-gap: 60px;
	}
}

.page-intro-list ul li {
	padding: 10px 0;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0;
}

.page-intro-list ul li:before {
	content: '•';
	padding: 0 10px 0 0;
}

.membership-benefits {
	padding: 60px 30px;
}

.membership-benefits h1 {
	display: block;
	margin: auto;
	max-width: 800px;
	margin-bottom: 30px;
}

.membership-benefits p {
	font-size: 18px;
	display: block;
	margin: auto;
	margin-bottom: 60px;
	max-width: 800px;
	letter-spacing: 0px;
	line-height: 1.6;
	margin-top: 30px;
}

.membership-benefits p a {
	color: #fff;
}

.membership-benefits ul {
	display: block;
	max-width: 800px;
	margin: auto;
	margin-bottom: 60px;
}

.membership-benefits ul li {
	display: block;
	font-size: 16px;
	letter-spacing: 0;
}

.membership-benefits ul li:before {
	content: '• ';
	display: inline;
}

@media (min-width: 992px) {
	.membership-benefits ul li {
		display: block;
	}
}

.single .scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 {
	font-size: 36px;
	text-shadow: 0 2px 2px #000;
}

@media (min-width: 992px) {
	.single .scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 {
		font-size: 54px;
	}
}

.single .post-content {
	padding: 30px 0;
	letter-spacing: 0;
	line-height: 1.6;
}

.single .post-content h1,
.single .post-content h2,
.single .post-content h3,
.single .post-content h4,
.single .post-content h5,
.single .post-content h6,
.single .post-content p {
	display: block;
	margin: 0 auto;
	padding: 15px 0 0 0;
	max-width: 800px;
}

.single .post-content h1 {
	padding: 45px 0 0 0;
}

.single .post-content p {
	padding: 15px 0;
}

.single .post-content .aligncenter {
	margin: auto;
}

.single .post-content ul,
.single .post-content ol {
	max-width: 800px;
	margin: 15px auto;
	list-style-position: inside;
}

.single .post-content ul {
	list-style-type: square;
}

.single .post-content ol {
	list-style-type: decimal;
}

.single .post-content li {
	padding: 0 30px;
	font-size: 16px;
	line-height: 2.5em;
}

.single .post-content blockquote {
	color: #999999;
	font-style: italic;
}

.single .post-content blockquote p {
	padding: 15px 30px;
	font-size: 1.5em;
}

.single .post-content a {
	text-decoration: underline;
}

.single .post-content a:hover {
	color: #00a04b;
}

.single .post-content span:after {
	display: none;
}

.single .post-content .event-details {
	padding: 30px;
	margin-bottom: 30px;
}

.post-nav-section {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

.post-nav-section h2 {
	display: none;
}

.post-nav-section .nav-links {
	position: relative;
	float: none;
	width: 100%;
	margin: auto;
}

@media (min-width: 992px) {
	.post-nav-section .nav-links {
		float: right;
		width: auto;
	}
}

.post-nav-section .nav-previous,
.post-nav-section .nav-next {
	width: 50%;
	float: left;
	height: auto;
	text-align: center;
	border: 5px solid transparent;
}

@media (min-width: 992px) {

	.post-nav-section .nav-previous,
	.post-nav-section .nav-next {
		width: 200px;
	}
}

.post-nav-section .nav-previous a,
.post-nav-section .nav-next a {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.post-nav-section .nav-previous a:after,
.post-nav-section .nav-next a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #d2da23;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.post-nav-section .nav-previous a:hover,
.post-nav-section .nav-next a:hover {
	color: #000;
}

.post-nav-section .nav-previous a:hover:after,
.post-nav-section .nav-next a:hover:after {
	transform: translateY(0);
}

.contact-hero .hero-text-wrap h1 {
	color: #000;
}

.contact-form-section,
.donation-form-section {
	padding: 60px 0;
}

.contact-info-col .contact-info p {
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 992px) {
	.contact-info-col {
		height: 350px;
	}
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	overflow: hidden;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
}

.site-header .site-header-wrap {
	position: relative;
	padding: 0;
}

@media (min-width: 992px) {
	.site-header {
		height: 120px;
		max-height: 120px;
		overflow: visible;
	}
}

.site-header .site-title {
	padding: 15px;
}

.site-header .site-title a.logo {
	display: block;
	width: 170px;
	height: 70px;
	position: relative;
}

.site-header .site-title a.logo object {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
	pointer-events: none;
}

@media (min-width: 992px) {
	.site-header .site-title a.logo {
		position: absolute;
		left: 0;
		width: 209px;
		height: 40px;
		margin-top: 20px;
		z-index: 1;
	}
}

.site-header .main-nav-toggle {
	width: 35px;
	height: 18px;
	display: block;
	position: absolute;
	top: 45px;
	right: 15px;
}

.site-header .main-nav-toggle .menu-slice {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header .main-nav-toggle .menu-slice:nth-child(1) {
	top: 0;
}

.site-header .main-nav-toggle .menu-slice:nth-child(2) {
	top: 9px;
}

.site-header .main-nav-toggle .menu-slice:nth-child(3) {
	top: 18px;
}

.site-header .main-nav-toggle.active {
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header .main-nav-toggle.active .menu-slice:nth-child(1) {
	transform: translate3d(0, 9px, 0) rotate(45deg);
}

.site-header .main-nav-toggle.active .menu-slice:nth-child(2) {
	opacity: 0;
}

.site-header .main-nav-toggle.active .menu-slice:nth-child(3) {
	transform: translate3d(0, -9px, 0) rotate(-45deg);
}

@media (min-width: 992px) {
	.site-header .main-nav-toggle {
		display: none;
	}
}

@media (min-width: 992px) {
	.site-header .callout-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}
}

.site-header .callout-nav .social-media {
	padding: 0;
	background-color: #000;
	margin-top: -1px;
}

.site-header .callout-nav .social-media ul {
	text-align: center;
	width: 100%;
	padding: 14px 0;
	margin-bottom: 0;
}

.site-header .callout-nav .social-media ul li {
	display: inline-block;
	text-align: center;
	line-height: 0;
	margin: 0 2%;
}

.site-header .callout-nav .social-media ul li a {
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.site-header .callout-nav .social-media ul li a:hover {
	color: #d2da23;
}

@media (min-width: 992px) {
	.site-header .callout-nav .social-media {
		background-color: transparent;
	}
}

.site-header .callout-nav .nav-callout-btn {
	padding: 0;
}

.site-header .callout-nav .nav-callout-btn a {
	text-align: center;
	background-color: #d2da23;
	display: block;
	padding: 15px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

@media (min-width: 992px) {
	.site-header .callout-nav .nav-callout-btn a:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 100%;
		transform: translateY(100%);
		background-color: #88c23f;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.site-header .callout-nav .nav-callout-btn a:hover:after {
		transform: translateY(0);
	}
}

.site-header .menu li:nth-child(1):after,
.site-header .menu li:nth-child(2):after,
.site-header .menu li:nth-child(6):after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	background-color: #1a1a1a;
	padding: 12px;
	height: 55px;
	width: 55px;
	text-align: center;
	z-index: 0;
	cursor: pointer;
}

@media (min-width: 768px) {

	.site-header .menu li:nth-child(1):after,
	.site-header .menu li:nth-child(2):after,
	.site-header .menu li:nth-child(6):after {
		right: -15px;
	}
}

@media (min-width: 992px) {

	.site-header .menu li:nth-child(1):after,
	.site-header .menu li:nth-child(2):after,
	.site-header .menu li:nth-child(6):after {
		right: -5px;
		width: auto;
		height: auto;
		padding: 0;
		background-color: transparent;
		top: 10px;
	}
}

.site-header .menu {
	position: relative;
	transform: translateX(-100vw);
	opacity: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	visibility: hidden;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header .menu.nav-open {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header .menu li {
	position: relative;
}

.site-header .menu li a {
	color: #fff;
	display: block;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.site-header .menu li ul.sub-menu {
	background-color: #2a2a2a;
	max-height: 0;
	overflow: hidden;
	display: block;
	margin-bottom: 0;
	transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
}

.site-header .menu li ul.sub-menu li {
	padding: 0 15px;
	border-bottom: 1px solid #3a3a3a;
}

.site-header .menu li ul.sub-menu li:first-child {
	border-top: 1px solid #3a3a3a;
}

@media (min-width: 992px) {
	.site-header .menu li ul.sub-menu li {
		display: block;
		padding: 0;
	}

	.site-header .menu li ul.sub-menu li:first-child {
		border-top: 0;
	}

	.site-header .menu li ul.sub-menu li:last-child {
		border-bottom: 0;
	}
}

.site-header .menu li ul.sub-menu li:after {
	content: '';
	display: none !important;
}

.site-header .menu li ul.sub-menu li a {
	padding: 15px;
	display: block;
}

@media (min-width: 992px) {
	.site-header .menu li ul.sub-menu li a {
		font-size: 12px;
		padding: 15px;
		text-align: left;
	}
}

.site-header .menu li ul.sub-menu li a:after {
	content: '';
	display: none !important;
}

.site-header .menu li ul.sub-menu.sub-nav-open {
	height: auto;
	max-height: 500px;
	transition: max-height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 992px) {
	.site-header .menu li ul.sub-menu.sub-nav-open {
		display: none;
	}
}

@media (min-width: 768px) {
	.site-header .menu li ul.sub-menu {
		left: 15px;
	}
}

@media (min-width: 992px) {
	.site-header .menu li ul.sub-menu {
		display: none;
		position: absolute;
		max-height: 500px;
		width: 250px;
		z-index: 1000;
	}
}

@media (min-width: 992px) {
	.site-header .menu li:hover>ul {
		display: block !important;
		top: 40px;
	}

	.site-header .menu li:hover>ul li a:hover {
		background-color: #d2da23;
		color: #000;
	}
}

@media (min-width: 992px) {
	.site-header .menu {
		float: right;
		margin-top: 30px;
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: none;
	}

	.site-header .menu li {
		display: inline-block;
		padding: 0;
	}

	.site-header .menu li a {
		font-size: 13px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}

	.site-header .menu li a:after {
		content: '';
		display: block;
		position: relative;
		width: 0;
		height: 2px;
		margin: auto;
		background-color: #d2da23;
		transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.site-header .menu li a:hover:after {
		width: 100%;
	}

	.site-header .menu li:last-child a {
		padding-right: 0;
	}

	.site-header .menu li.current-menu-item a:after {
		width: 100%;
	}
}

.site-header.nav-open {
	height: 100vh;
	overflow-y: auto;
	transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #000;
}

.page-template-page-impact .big-hero {
	height: 700px;
	background: url(../img/womens-way-impact-header.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}

.page-template-page-impact .big-hero:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #88c23f;
	background: rgba(136, 194, 63, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.page-template-page-impact .big-hero .hero-text-wrap {
	height: 100%;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}

.page-template-page-impact .big-hero .hero-text-wrap h1 {
	display: block;
	margin: auto;
	max-width: 800px;
	color: #fff;
	padding: 0 30px;
	font-size: 28px;
}

@media (min-width: 992px) {
	.page-template-page-impact .big-hero .hero-text-wrap h1 {
		font-size: 56px;
	}
}

.page-template-page-impact .big-hero .hero-text-wrap h1 span {
	font-family: 'flood-std';
	color: #000;
}

.page-template-page-pva .big-hero {
	height: 700px;
	background: transparent no-repeat center center;
	background-size: cover;
	position: relative;
}

.page-template-page-pva .big-hero:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #27a6de;
	background: rgba(39, 166, 222, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.page-template-page-pva .big-hero .hero-text-wrap {
	height: 100%;
	padding-top: 90px;
	position: relative;
	z-index: 1;
}

.page-template-page-pva .big-hero .hero-text-wrap h1 {
	display: block;
	margin: auto;
	max-width: 800px;
	color: #fff;
	padding: 0 30px;
	font-size: 28px;
}

@media (min-width: 992px) {
	.page-template-page-pva .big-hero .hero-text-wrap h1 {
		font-size: 56px;
	}
}

.page-template-page-pva .big-hero .hero-text-wrap h1 span {
	font-family: 'flood-std';
	color: #000;
}

.scroll-hero {
	position: relative;
	height: 480px;
	padding: 0;
	overflow: hidden;
}

@media (min-width: 992px) {
	.scroll-hero {
		height: 700px;
	}
}

.scroll-hero .scroll-hero-img-wrap {
	position: relative;
}

.scroll-hero .scroll-hero-img-wrap .scroll-hero-img {
	height: 380px;
	background: transparent no-repeat center center;
	background-size: cover;
}

@media (min-width: 992px) {
	.scroll-hero .scroll-hero-img-wrap .scroll-hero-img {
		height: 500px;
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

.scroll-hero .scroll-hero-img-wrap .hero-text-wrap {
	position: relative;
	top: -100px;
}

@media (min-width: 992px) {
	.scroll-hero .scroll-hero-img-wrap .hero-text-wrap {
		top: -180px;
	}
}

.scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 {
	color: #fff;
	font-size: 63px;
	display: block;
	margin-bottom: 0;
	line-height: 1.2;
}

.scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 span {
	color: #fff;
	font-size: 30px;
	display: block;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 {
		font-size: 150px;
	}

	.scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 span {
		font-size: 54px;
	}
}

.blog .scroll-hero-img {
	background: url(../img/womens-way-header-00.jpg) no-repeat center center !important;
}

#ww-one,
#ww-two,
#ww-three,
#ww-four,
#ww-five,
#ww-six,
#ww-seven,
#ww-eight,
#ww-nine,
#ww-ten,
#ww-eleven {
	opacity: 0;
	transform: translateX(-20px);
	animation: slideFade 0.3s ease-in 0.1s 1 forwards;
}

#ww-two {
	animation: slideFade 0.3s ease-in 0.2s 1 forwards;
}

#ww-three {
	animation: slideFade 0.3s ease-in 0.3s 1 forwards;
}

#ww-four {
	animation: slideFade 0.3s ease-in 0.4s 1 forwards;
}

#ww-five {
	animation: slideFade 0.3s ease-in 0.5s 1 forwards;
}

#ww-six {
	animation: slideFade 0.3s ease-in 0.6s 1 forwards;
}

#ww-seven {
	animation: slideFade 0.3s ease-in 0.7s 1 forwards;
}

#ww-eight {
	animation: slideFade 0.3s ease-in 0.39s 1 forwards;
}

#ww-nine {
	animation: slideFade 0.3s ease-in 0.49s 1 forwards;
}

#ww-ten {
	animation: slideFade 0.3s ease-in 0.59s 1 forwards;
}

#ww-eleven {
	animation: slideFade 0.3s ease-in 0.8s 1 forwards;
}

@keyframes slideFade {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

#connect-one,
#connect-two,
#connect-three,
#connect-four,
#connect-five,
#connect-six,
#connect-seven,
#connect-eight {
	opacity: 0;
	transform: translateY(-20px);
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-two {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-three {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-four {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-five {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-six {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-seven {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

#connect-eight {
	animation: connect 2s ease-in 0.8s 1 forwards;
}

@keyframes connect {
	0% {
		opacity: 0;
		transform: translateY(44px);
	}

	16.5% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(28px);
	}

	33% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(28px);
	}

	49.5% {
		fill: #88c23f;
		opacity: 1;
		transform: translateY(14px);
	}

	66% {
		fill: #88c23f;
		opacity: 1;
		transform: translateY(14px);
	}

	82.5% {
		fill: #d6d523;
		opacity: 1;
		transform: translateY(0px);
	}

	100% {
		fill: #d6d523;
		opacity: 1;
		transform: translateY(0px);
	}
}

#empower-one,
#empower-two,
#empower-three,
#empower-four,
#empower-five,
#empower-six,
#empower-seven,
#empower-eight {
	opacity: 0;
	transform: translateY(-20px);
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-two {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-three {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-four {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-five {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-six {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-seven {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

#empower-eight {
	animation: empower 1s ease-in 1.8s 1 forwards;
}

@keyframes empower {
	0% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(28px);
	}

	25% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(14px);
	}

	50% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(14px);
	}

	75% {
		fill: #88c23f;
		opacity: 1;
		transform: translateY(0px);
	}

	100% {
		fill: #88c23f;
		opacity: 1;
		transform: translateY(0px);
	}
}

#invest-one,
#invest-two,
#invest-three,
#invest-four,
#invest-five,
#invest-six,
#invest-seven {
	opacity: 0;
	transform: translateY(14px);
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-two {
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-three {
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-four {
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-five {
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-six {
	animation: invest 1s ease-in 2s 1 forwards;
}

#invest-seven {
	animation: invest 1s ease-in 2s 1 forwards;
}

@keyframes invest {
	50% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(14px);
	}

	75% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(0px);
	}

	100% {
		fill: #00a04b;
		opacity: 1;
		transform: translateY(0px);
	}
}

.site-footer {
	background-color: #000;
	padding: 60px 0;
}

.site-footer .footer-logo {
	width: 248px;
	height: 43px;
	margin-bottom: 15px;
}

.site-footer img.footer_img {
	display: inline;
	width: 65%;
	margin-top: 35px;
	max-width: 100%;
	height: 70px;
}

.site-footer img.footer_img_last {
	width: 30%;
	margin-left: 10px;
	height: 70px;
}

.site-footer .footer-logo a {
	display: block;
	background: url(../img/header-logo.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.site-footer .footer-col {
	padding: 30px 15px;
	margin-bottom: 30px;
}

.site-footer .footer-col .sub-menu {
	display: none;
}

@media (min-width: 992px) {
	.site-footer .footer-col {
		margin-bottom: 0;
	}
}

.site-footer .footer-col h4 {
	font-size: 16px;
	font-family: "nimbus-sans", Arial, sans-serif;
	color: #d2da23;
}

.site-footer .footer-col .footer-text p,
.site-footer .gitext {
	display: block;
	line-height: 1.6;
	font-size: 13px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 0;
}

.site-footer .gitext {
	margin-top: 10px;
}

.site-footer .footer-col .footer-text p a {
	color: #fff;
}

.site-footer .footer-col .footer-text p a:hover {
	color: #d2da23;
}

.site-footer .footer-col .quick-links .menu li {
	line-height: 1.6;
	margin-bottom: 5px;
}

.site-footer .footer-col .quick-links .menu li a {
	display: block;
	color: #fff;
	font-size: 13px;
}

.site-footer .footer-col .quick-links .menu li a:hover {
	color: #d2da23;
}

.site-footer .footer-col .footer-donate .big-btn {
	margin-bottom: 15px;
	width: 100%;
}

.site-footer .footer-col .footer-donate .big-btn a,
.way-new-footer .elementor-element .elementor-widget-container li .footer-donate .big-btn a {
	display: block;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	background-color: #d2da23;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	font-size: 24px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.site-footer .footer-col .footer-donate .big-btn a:after,
.way-new-footer .elementor-element .elementor-widget-container li .footer-donate .big-btn a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #88c23f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-footer .footer-col .footer-donate .big-btn a:hover:after,
.way-new-footer .elementor-element .elementor-widget-container li .footer-donate .big-btn a:hover:after {
	transform: translateY(0);
}

.site-footer .footer-col .footer-donate .social-links {
	width: 100%;
	margin: auto;
}

.site-footer .footer-col .footer-donate .social-links a,
.way-new-footer .elementor-element .elementor-widget-container li .footer-donate .social-links a {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 31%;
}

.site-footer .footer-col .footer-donate .social-links a:hover,
.way-new-footer .elementor-element .elementor-widget-container li .footer-donate .social-links a:hover {
	color: #d2da23;
}

.site-footer .footer-col .gf-footer-form {
	position: relative;
}

.site-footer .footer-col .gf-footer-form .gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 1.6;
	margin-top: 30px;
}

.site-footer .footer-col .gf-footer-form .gform_footer,
.way-new-footer .elementor-element .elementor-widget-container li .footer-col .gf-footer-form .gform_footer {
	position: absolute;
	top: 0;
	margin: 0;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 1;
	background-color: #fff;
}

.site-footer .footer-col .gf-footer-form .gform_footer:hover:after,
.way-new-footer .elementor-element .elementor-widget-container li .footer-col .gf-footer-form .gform_footer:hover:after {
	color: #d2da23 !important;
}

.site-footer .footer-col .gf-footer-form .gform_footer:after,
.way-new-footer .elementor-element .elementor-widget-container li .footer-col .gf-footer-form .gform_footer:after {
	content: '\f0e0';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: -7px;
	margin: 12px;
	font-size: 25px;
	text-align: center;
	z-index: -1;
}

.site-footer .footer-col .gform_body .gform_fields li input,
.gform_body .gform_fields li textarea {
	height: 50px;
	font-size: 11px !important;
}

.site-footer .footer-col .gf-footer-form .gform_footer input,
.way-new-footer .elementor-element .elementor-widget-container li .footer-col .gf-footer-form .gform_footer input {
	color: transparent;
	width: 100%;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	background-color: transparent;
}

.site-footer .site-info {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.site-footer .site-info a {
	color: #fff;
}

.site-footer .site-info a:hover {
	color: #d2da23;
}

@font-face {
	font-family: "slick";
	src: url("./slick.eot");
	src: url("./slick.eot?#iefix") format("embedded-opentype"), url("./slick.woff") format("woff"), url("./slick.ttf") format("truetype"), url("./slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px\9;
	/*lte IE 8*/

	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	top: 25%;
	bottom: 25%;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: auto;
}

.slick-dots li {
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
	margin: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background-color: #000;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #d2da23;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	background-color: #d2da23;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 0;
	border-radius: 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 6px;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 14px;
	line-height: 38px;
	color: #444;
	height: 38px;
	user-select: none;
	font-family: "nimbus-sans", Arial, sans-serif;
	text-transform: uppercase;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 15%;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: transparent;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
	border-color: #c4c3c3;
}

.selectric-hover .selectric .button {
	color: #a2a1a1;
}

.selectric-hover .selectric .button:after {
	border-top-color: #a2a1a1;
}

.selectric-open {
	z-index: 990;
}

.selectric-open .selectric {
	border-color: #c4c3c3;
}

.selectric-open .selectric-items {
	display: block;
	font-family: "nimbus-sans", Arial, sans-serif !important;
	text-transform: uppercase;
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c3c3;
	z-index: 1;
	box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	min-height: 20px;
	font-family: "nimbus-sans", Arial, sans-serif !important;
	text-transform: uppercase !important;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}

.selectric-items li.selected {
	background: #E0E0E0;
	color: #444;
}

.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444;
}

.selectric-items li:hover {
	background: #D5D5D5;
	color: #444;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

/*! Flickity v2.0.5

http://flickity.metafizzy.co

---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100% !important;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-prev-next-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 90px;
	height: 100%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
	opacity: 0.6;
}

.flickity-prev-next-button.previous {
	left: 0;
}

.flickity-prev-next-button.next {
	right: 0;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 0;
	background-size: contain;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 0;
	background-size: contain;
}

.flickity-prev-next-button.previous {
	right: auto;
	opacity: 1;
}

.flickity-prev-next-button.next {
	left: auto;
	opacity: 1;
}

.flickity-prev-next-button:disabled {
	opacity: 0;
	cursor: auto;
	display: none;
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 45%;
	top: 45%;
	width: 20px;
	height: 20px;
	display: block;
}

.flickity-prev-next-button .arrow {
	fill: #fff;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #000;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	background: #d2da23;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 600px;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: 600px;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.vert-center h1 {
	display: block;
}

.vert-center h1 span {
	position: relative;
	color: transparent;
	z-index: 100;
}

.vert-center h1 span:before {
	content: ' ';
	position: absolute;
	width: 0%;
	height: 100%;
	background: black;
	z-index: -1;
}

.vert-center h1 span:nth-child(1):before {
	animation: bgBox 1.2s .5s forwards;
}

.vert-center h1 span:nth-child(2):before {
	animation: bgBox 1.2s 1s forwards;
}

.vert-center h1 span:nth-child(1) {
	animation: colorChange 1.2s .5s forwards;
}

.vert-center h1 span:nth-child(2) {
	animation: colorChange 1.2s 1s forwards;
}

/* Chrome 29+ */

.green-bg .vert-center span:nth-child(1) {
	animation: greenColorChange 1.2s .5s forwards;
}

.green-bg .vert-center span:nth-child(2) {
	animation: greenColorChange 1.2s 1s forwards;
}

.lm-bg .vert-center span:nth-child(1) {
	animation: lmColorChange 1.2s .5s forwards;
}

.lm-bg .vert-center span:nth-child(2) {
	animation: lmColorChange 1.2s 1s forwards;
}

.lt-bg .vert-center span:nth-child(1) {
	animation: ltColorChange 1.2s .5s forwards;
}

.lt-bg .vert-center span:nth-child(2) {
	animation: ltColorChange 1.2s 1s forwards;
}

.bl-bg .vert-center span:nth-child(1) {
	animation: blColorChange 1.2s .5s forwards;
}

.bl-bg .vert-center span:nth-child(2) {
	animation: blColorChange 1.2s 1s forwards;
}

@keyframes bgBox {
	0% {
		width: 0%;
		background: black;
	}

	25% {
		width: 100%;
		background: black;
	}

	50% {
		width: 100%;
	}

	100% {
		right: 0;
		width: 0%;
	}
}

@keyframes colorChange {
	0% {
		color: transparent;
	}

	50% {
		color: white;
	}

	100% {
		color: black;
	}
}

@keyframes greenColorChange {
	0% {
		color: transparent;
	}

	50% {
		color: #00a04b;
	}

	100% {
		color: black;
	}
}

@keyframes lmColorChange {
	0% {
		color: transparent;
	}

	50% {
		color: #d2da23;
	}

	100% {
		color: black;
	}
}

@keyframes ltColorChange {
	0% {
		color: transparent;
	}

	50% {
		color: #88c23f;
	}

	100% {
		color: black;
	}
}

@keyframes blColorChange {
	0% {
		color: transparent;
	}

	50% {
		color: #27a6de;
	}

	100% {
		color: black;
	}
}

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


	.vert-center h1 span {
		color: black !important;
		animation: none !important;
	}

	.vert-center h1 span:before {
		animation: none !important;
	}
}

/*.callout-tab-wrap:nth-child(1) a .tab-photo {
	background-image: url(../img/WW001_Monogram_FullColor_6-26-17.png) !important;
}*/
.page-intro .wrapper-width h1,
.page-intro .wrapper-width p {
	max-width: 100%;
}

.change-link-color a {
	color: #d2da23;
	text-decoration: underline;
}

.post-content-wrap p {
	display: none;
}

/*.blog .post-row .post-wrap:nth-child(3) {
	width: 100%;
}*/
#gform_16 .gform_body .gform_fields li input,
.gform_body .gform_fields li textarea {
	margin-bottom: 0px !important;
	padding: 6px 8px !important;
}

.gform_wrapper #gform_16 .field_sublabel_below .ginput_complex.ginput_container.has_first_name label {
	margin: 0;
}

#gform_16 .selectric {
	padding: 0;
}

#gform_16 .selectric .label {
	height: 30px;
	line-height: 30px;
}

#gform_16 .selectric .button {
	top: 5%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.gform_wrapper #gform_16 .gform_footer {
	padding: 0;
}

.black-bg-form h2 {
	margin: 0 0 0px;
}

.modal .modal-content {
	margin-top: 50px;
}

.modal {
	padding-bottom: 0;
}

.purple-color p,
.purple-color a {
	color: purple;
}

/* Start Stag Site */
.impact_page {
	padding: 0px;
}

.support-process ul li p {
	font-size: inherit;
	line-height: 1.4;
}

.page-nav .main-page-nav ul {
	margin-bottom: 0;
}

a.foot_logo_a {
	font-size: 0px !important;
}

.site-info li,
.pre-footer-wrap li {
	list-style: none;
}

span.foot_social {
	display: none;
}

.widget_foot_list li {
	display: block;
}

@media screen and (max-width:767px) {
	body .toggle .toggle-btn {
		width: 15px;
		height: 15px;
		top: 35px;
		right: 20px;
	}
}

/*--------junnu-----------*/
.pad_x_0 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.pad_y_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad_b_30 {
	padding-bottom: 30px;
}

.pad_b_0 {
	padding-bottom: 0px;
}

.hide_x_overflow {
	overflow-x: hidden;
}

body.blog .post-row .post-wrap .post-content {
	background-color: #fff;
}

/*--------junnu-----------*/
@media screen and (min-width:991px) {
	.about-intro-text {
		padding: 30px 25px;
	}
}

/* End Stag Site */


/* Tickera css */
.single-tc_events .post-nav-section {
	padding: 0px;
}

.event_tickets.tickera tbody tr th,
.event_tickets.tickera tbody tr td,
table.order-details tr th,
table.order-details tr td {
	border: 1px solid #969696;
	display: table-cell;
	vertical-align: middle;
	padding: 3px 15px;
}

table.event_tickets.tickera,
table.order-details {
	width: 100%;
	text-align: left;
}

.event_tickets.tickera tbody tr th,
table.order-details tr th {
	font-weight: 600;
	font-size: 22px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	background: #e1e1e1;
	color: #000;
}

.event_tickets.tickera tbody tr th:last-child,
.event_tickets.tickera tbody tr td:last-child {
	width: 22%;
}

form.cart_form .add_to_cart span.title,
span.tc_in_cart {
	margin-top: 0px !important;
}

.single-tc_events .btn.center-btn {
	margin: auto;
	display: none;
}

body .tickera_additional_info .fields-wrap input {
	width: 100% !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	padding: 15px !important;
	font-family: "nimbus-sans", Arial, sans-serif;
	margin-bottom: 15px !important;
}

.tickera-checkout tr {
	border-bottom: 1px solid #d8d8d7;
}

.tickera-button {
	float: right;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	display: block !important;
	padding: 20px 24px;
	margin: auto !important;
	text-align: center !important;
	appearance: none;
	border: 0;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	text-transform: uppercase;
	outline: 0;
	cursor: pointer;
	background-color: #d2da23;
	color: #000;
	letter-spacing: 1px;
	position: relative;
	opacity: 1;
	transform: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	font-size: 19px;
	margin-right: 8px !important;
}

.tickera-button:hover {
	opacity: 0.75;
	background-color: #d2da23;
	color: #000;
}

.tickera_additional_info {
	padding-top: 23px;
}

.tickera_buyer_info {
	border-bottom: 1px solid #d8d8d7;
}

.tickera_additional_info p,
.tc_gateway_form p {
	width: 100% !important;
	max-width: 100% !important;
}

table.tc_cart_billing .selectric-wrapper {
	display: inline-block;
	max-width: 160px;
	width: 100%;
	float: left;
}

.tc_custom_class p {
	max-width: 100%;
}

.tc_custom_class {
	margin-bottom: 20px;
}

.tc_custom_class p a {
	color: #000;
	text-decoration: underline;
}

.single-tc_events .scroll-hero .scroll-hero-img-wrap .scroll-hero-img {
	background-size: 100% 100% !important;
	height: 610px;
}

.single-tc_events .scroll-hero .scroll-hero-img-wrap .scroll-hero-img {
	margin-top: 0px;
}

.logged-in .single-tc_events .scroll-hero .scroll-hero-img-wrap .scroll-hero-img {
	margin-top: 15px;
}

/*.single-tc_events .scroll-hero .scroll-hero-img-wrap .hero-text-wrap h1 {
	font-size: 84px;
	display:none;
}*/
@media screen and (max-width:600px) {
	table.order-details {
		overflow: scroll;
		width: 100%;
		display: block;
	}

	table.tc_cart_billing>tbody>tr>td>span {
		display: none;
	}

	table.tc_cart_billing .selectric-wrapper {
		display: inline-block;
		width: 100%;
	}
}

.tc_cart_billing>tbody>tr>td {
	display: table-cell;
	vertical-align: middle;
}

table.tc_cart_billing>tbody>tr>td>span {
	vertical-align: middle;
	display: block;
	padding: 10px;
	height: 100%;
	float: left;
}

.tc_cart_billing>tbody>tr>td:first-child {
	width: 25%;
}

/* Tickera css */

span.header_effect sup {
	vertical-align: super;
	font-size: initial;
}

.page-content-button {
	margin: 30px 0;
}

.annual_celebration_list ul {
	margin-left: 25px;
}

.annual_celebration_list ul.annual_celebration_list_platinum li {
	margin-top: 10px;
}

.staff-bio-content.row {
	margin-bottom: 50px;
}

.staff-bio-content a {
	color: #fff;
	text-decoration: underline;
}

.staff-bio-content a:visited {
	color: #d2da23;
}

.staff-bio-content a:hover,
.staff-bio-content a:focus {
	color: #00a04b;
}

.cstm_ticket_event .event_tickets tbody tr:first-child {
	display: none;
}

.cstm_ticket_event .event_tickets tbody tr td {
	border: none;
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.cstm_ticket_event .event_tickets tbody tr td:last-child {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.cstm_ticket_event .event_tickets tbody tr:nth-child(1n) {
	border-bottom: 10px solid #fff0;
}

span.tc_in_cart a {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
}

span.tc_in_cart {
	position: relative;
	font-size: 0;
}

.cstm_ticket_event .event_tickets tbody tr td a.add_to_cart,
.cstm_ticket_event .event_tickets tbody tr td span.tc_in_cart a {
	width: 100%;
	text-transform: uppercase;
	display: block;
	text-align: center;
	background-color: #000;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	color: #fff;
	padding: 11px 30px;
	font-size: 18px;
	letter-spacing: 2px;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.cstm_ticket_event .event_tickets tbody tr td span.tc_in_cart a {
	background-color: #d2da23;
	color: #000;
}

.cstm_ticket_event .event_tickets tbody tr td a.add_to_cart span.title {
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
}

.cstm_ticket_event .event_tickets tbody tr td a.add_to_cart:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #d2da23;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cstm_ticket_event .event_tickets tbody tr td a.add_to_cart:hover {
	color: #000;
}

.cstm_ticket_event .event_tickets tbody tr td a.add_to_cart:hover:after {
	transform: translateY(0);
}

.page-id-695 .hero .hero-text-wrap,
.page-id-692 .hero .hero-text-wrap,
.page-id-693 .hero .hero-text-wrap,
.page-id-694 .hero .hero-text-wrap {
	height: 0px;
}

.tc_gateway_form.tickera-height table.tc_cart_billing td label.inputLabel {
	display: inline-block;
	vertical-align: middle;
}

.tc_gateway_form.tickera-height table.tc_cart_billing .selectric-wrapper {
	display: inline-block;
	max-width: 160px;
	width: 100%;
	float: none;
	vertical-align: middle;
}

.tc_gateway_form.tickera-height .tc_cart_billing>tbody>tr>td br {
	display: none;
}

.positive-progress p {
	font-size: 16px;
}

body .main-section .ww-full-wdth {
	margin-left: -5000px;
	margin-right: -5000px;
	padding-left: 5000px;
	padding-right: 5000px;
	max-width: none;
	padding-bottom: 60px;
}

.ww-full-wdth:last-child {
	padding-bottom: 40px;
}

h1.ww-full-wdth.gray-bg {
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

.ww-default-content p {
	margin-bottom: 25px;
}

.ww-default-content p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
}

.ww-default-content ul {
	padding-left: 20px;
}

.ww-default-content ul li {
	font-size: 16px;
	line-height: 2.5em;
	list-style-type: disc;
}

.column-full-section .wp-block-column p,
.column-full-section .wp-block-column h1 {
	max-width: none;
}

.margin-btm-cust {
	margin-bottom: 60px;
}

.padding-top-sec {
	padding-top: 60px;
}

.ww-default-content p:last-child {
	margin-bottom: 0;
}

.column-full-section .wp-block-column {
	flex-basis: 100%;
	margin-right: 0;
	background-color: #fff;
	padding: 30px 30px;
}

body.page-template-page-default-tpl .page-intro {
	padding: 60px 30px 0px 30px;
}

body.page-template-page-default-tpl {
	overflow-x: hidden;
}

ul.wesi-overview-ul li {
	line-height: 1.6;
	margin-bottom: 12px;
}

body.page-template-page-default-tpl div#page {
	overflow: hidden;
}

body.admin-bar .site-header {
	top: 32px;
}

ul.list_cls,
ol.list_cls,
ul.list_cls ul {
	padding-left: 20px;
}

ul.list_cls {
	list-style: disc;
}

ol.list_cls {
	list-style: decimal;
}

ul.list_cls ul {
	list-style: circle;
}

ul#gform_fields_14 li.radio_button label.gfield_label {
	font-weight: normal;
}

.board-member-wrap {
	position: relative;
}

.board-member-content {
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.01) 100%);
	width: 100%;
	padding: 8px;
	left: 0;
}

.board-members .board-member-wrap h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.funds-section-prog .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.funds-section-prog .fund {
	height: auto;
}

.funds-section-prog .fund p:empty {
	display: none;
}

.funds-section-prog .fund-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}

.funds-section-prog .fund-wrap .center {
	display: block;
	width: 100%;
	height: auto;
}

.funds-section-prog .fund-wrap .center .vert-center {
	display: inline-block;
	width: 100%;
	height: auto;
}

.funds-section-prog .fund-wrap .fund .fund-text {
	height: auto;
}

.blog_posts_wy .post-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_posts_wy .post-content {
	background-color: #fff;
	height: 100%;
}

a.read-more-btn {
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #d2da23;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	line-height: normal;
}

a.read-more-btn span {
	margin: 0;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	position: relative;
	z-index: 9;
}

a.read-more-btn span:after {
	content: none;
}

a.read-more-btn:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: #88c23f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.read-more-btn:hover:before {
	transform: translateY(0);
}

.read-more-link {
	margin-top: 20px;
}

.blog .post-row.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog .post-row.row .post-content {
	height: 100%;
	background: #fff;
}

@media screen and (max-width:991px) {
	.featured-image-wrap .featured-image {
		background-image: none !important;
		height: auto;
	}
}

@media screen and (min-width:576px) and (max-width:991px) {
	.post-wrap.post-item {
		width: 50%;
	}

	.blog_posts_wy .post-wrap.post-item h3 {
		font-size: 20px;
	}
}

@media screen and (min-width:992px) {
	.featured-image-wrap .featured-image img {
		display: none;
	}

	.funds-section-prog .fund-wrap .fund .fund-text .block-content-sec {
		min-height: 230px;
	}
}

@media screen and (min-width:992px) and (max-width:1279px) {
	.funds-section-prog .fund-wrap h2 {
		font-size: 25px;
	}

	.funds-section-prog .fund-wrap .block-content-sec {
		font-size: 15px;
		line-height: 25px;
	}
}


.main-section .page-intro .page-content-area h1,
.main-section .page-intro .page-content-area h2,
.main-section .page-intro .page-content-area h3,
.main-section .page-intro .page-content-area h4,
.main-section .page-intro .page-content-area h5,
.main-section .page-intro .page-content-area h6,
.main-section .page-intro .page-content-area p {
	max-width: 100%;
}

.main-section .page-intro .page-content-area p,
.main-section .page-intro .page-content-area {
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0;
}

.main-section .page-intro .page-content-area p {
	margin-bottom: 30px;
}

.page-content-area ul,
.page-content-area ol {
	padding-left: 40px;
	margin-bottom: 30px;
}

.page-content-area ul {
	list-style: disc;
}

.page-content-area ol {
	list-style: nu;
}

.row.fellow-sec-row {
	padding-bottom: 10px;
	padding-top: 20px;
}

/*GWI Re*/
.gwi-main-hero {
	max-height: 406px;
	height: 45vw;
	margin-top: 86px;
}

.gwi-main-hero,
.gwi-sub-hero {
	margin-top: 86px;
}

.gwi-sub-hero {
	padding-left: 15px;
	padding-right: 15px;
}

.row.gwi-flex {
	display: flex;
	flex-wrap: wrap;
}

.gwi-banner-1 {
	line-height: 0;
}

.gwi-banner-2 .hero {
	height: 100%;
}

.gwi-p-0 {
	padding: 0;
}

.gwi-page-nav.page-nav {
	padding: 20px 15px;
}

.gwi-align-center {
	align-items: center;
}

.gwi-ly-box {
	background: #d2da23;
	height: 100%;
	/*padding: 40px 30px 10px 30px;*/
}

.gwi-py-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.gwi-mb-4 {
	margin-bottom: 3rem;
}

.gwi-p-3 {
	padding: 1.5rem !important;
}

.gwi-link-blue {
	color: #00ABE8;
}

.gwi-light-grey {
	color: #6D6E70;
}

.page-template-page-gwi-re .page-intro {
	padding: 0px 30px 30px 30px;
}

.page-template-page-gwi-re .pre-footer {
	padding: 0px 30px 30px 30px;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area p {
	line-height: normal;
}

.gwi-banner-1 img {
	width: 100%;
}

.page-template-page-gwi-re .page-nav {
	border-color: #000;
}

.imgfull-areainner img {
	width: 100%;
	display: block;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area p:last-child {
	margin-bottom: 0;
}

.border-bottom-solid {
	border-bottom: 10px solid #000;
}

body.page-template.page-template-page-gwi-re {
	overflow-x: hidden;
}

.page-template-page-gwi-re h1 {
	font-size: 30px;
}

.page-template-page-gwi-re h2 {
	font-size: 26px;
}

.page-template-page-gwi-re h3 {
	font-size: 24px;
}

.page-template-page-gwi-re h5 {
	font-size: 20px;
}

.page-template-page-gwi-re h6 {
	font-size: 18px;
}

.bottom_text_cls .container {
	width: 100%;
	max-width: 800px;
}

.bottom_text_cls h6 {
	font: 700 16px/1.25 "nimbus-sans", Arial, sans-serif;
	letter-spacing: 0;
	margin-bottom: 0;
}

.page-template-page-gwi-re .hero-solid:after {
	background: rgba(151, 194, 94, 0.5);
}

.gwi-yllw-bg {
	background-color: #d2da23;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area p:empty {
	display: none;
}

.main-section .page-intro .page-content-area .font-16px,
.main-section .page-intro .page-content-area .font-16px li,
.main-section .page-intro .page-content-area .font-16px p {
	font-size: 16px;
	line-height: 26px;
}

.page-content-area ul li {
	margin-bottom: 5px;
}

.page-content-area ul li:last-child {
	margin-bottom: 0;
}

.wwbg-dark {
	background-color: #000;
}

.color-white,
.color-white p,
.color-white li,
.color-white a {
	color: #fff;
}

.text-uppercase {
	text-transform: uppercase;
}

.wwvdo-secarea iframe {
	width: 100%;
}

.wwgreen-box {
	background-color: #88c23f;
}

.h-100 {
	height: 100%;
}

.wwdgreen-box {
	background-color: #0ca250;
}

.wwarrow-box-inner span {
	display: block;
}

span.wwamount-are {
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	font-size: 30px;
}

.align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gwi-blu-bg {
	background-color: #00b3ea;
}

.sm-container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area .blck-stripe p {
	font-size: 22px;
	margin-bottom: 0;
}

.text-normal {
	text-transform: none;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area .wwtestimonialsec p {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	font-style: italic;
}

.main-section .page-intro .page-content-area .line-hght-normal li {
	line-height: normal;
}

.wwtest-author-sec {
	font-weight: 800;
	font-size: 14px;
	line-height: normal;
}

.page-template-page-gwi-re .main-section .page-intro .page-content-area .wwarrow-box-inner p {
	margin-bottom: 0;
}

.main-section .page-intro .page-content-area p.line-hght-normal {
	line-height: normal;
}

.page-template-page-gwi-re .boxing-areaww h3 {
	font-size: 28px;
}

.page-template-page-gwi-re .page-content-area ul ul {
	list-style: circle;
}

.page-template-page-gwi-re a strong {
	color: #00ADEF;
}

.page-template-page-gwi-re .color-gry {
	color: #3d3f3c;
}

.ww-narrative-area .staff-member .staff-member-info h3 {
	font-size: 16px;
}

.ww-narrative-area .staff-member .staff-member-info .read-more {
	font-size: 12px;
	line-height: normal;
}

.ww-narrative-area .staff-member-wrap {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.ww-narrative-area .row.staff-members.fellow-sec-row {
	margin-left: -5px;
	margin-right: -5px;
}

.page-template-page-gwi-re .wwvdo-secarea h3 {
	font-size: 20px;
}

.wwdisplay-namearea {
	line-height: normal;
	margin: 10px 0 30px 0;
}

.wwdisplay-namearea span.ww-headername {
	display: block;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
	font-size: 23px;
}

.wwdisplay-namearea span {
	text-transform: uppercase;
}

.wwdisplay-namearea span:last-child {
	margin-left: 5px;
}

@media screen and (max-width:575px) {
	body.page-template-page-gwi-re .main-section .page-intro .page-content-area .blck-stripe p {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.wwarrow-boxarrow {
		border-bottom: 2px solid #FFF;
	}

	.gwi-banner-1 {
		display: flex;
		justify-content: center;
		background: #000;
	}

	.gwi-banner-2 .hero {
		padding: 110px 0;
	}

	.gwi-banner-1 img {
		max-height: 250px;
	}

	.gwi-mb-xs-3 {
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width:783px) {

	.gwi-main-hero,
	.gwi-sub-hero {
		margin-top: 100px;
	}
}

@media screen and (min-width:992px) {

	.gwi-main-hero,
	.gwi-sub-hero {
		margin-top: 120px;
	}
}







/* PADDING AND MARGIN (BootStrap) */
.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mr-1 {
	margin-right: .25rem !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.ml-1 {
	margin-left: .25rem !important;
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mr-2 {
	margin-right: .5rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.ml-2 {
	margin-left: .5rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.my-3 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-auto {
	margin-bottom: auto !important;
	margin-top: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pr-1 {
	padding-right: .25rem !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pl-1 {
	padding-left: .25rem !important;
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pr-2 {
	padding-right: .5rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pl-2 {
	padding-left: .5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.py-3 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.anl-yl p {
	font-size: 18px;
	max-width: 100%;
	margin-bottom: 20px;
}

.ww-clb-grf-sec p {
	max-width: 100%;
	margin: 25px 0 20px 0;
	font-size: 16px;
}

.ww-clb-grf-sec p.ww-clb-grf-sec-email {
	font-size: 15px;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

body.page-id-8340 h1.entry-title {
	text-align: center;
}

/* New Page CSS */
.way-new-footer .elementor-element {
	color: #fff;
}

.way-new-footer .elementor-element .elementor-widget-container li {
	list-style: none;
}

.way-new-footer .elementor-element .elementor-widget-container li p,
.way-new-footer .elementor-element .elementor-widget-container li .menu-item a {
	display: block;
	line-height: 1.6;
	font-size: 13px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 0;
	font-family: "nimbus-sans", Arial, sans-serif;
	font-weight: 400;
}

.way-new-footer .elementor-element .elementor-widget-container li h4 {
	font-size: 16px;
	font-family: "nimbus-sans", Arial, sans-serif;
	color: #d2da23;
}

.way-new-footer .elementor-element .elementor-widget-container li .footer-logo {
	width: 248px;
	height: 43px;
	margin-bottom: 15px;
}

.way-new-footer .elementor-element .elementor-widget-container li .foot_logo_a {
	display: block;
	background: url(../img/header-logo.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.way-new-footer .elementor-element .elementor-widget-container li p a,
.way-new-footer .elementor-element .elementor-widget-container li .menu-item a {
	color: #fff;
}

.way-new-footer .elementor-element .elementor-widget-container li p a:hover,
.way-new-footer .elementor-element .elementor-widget-container li .menu-item a:hover {
	color: #d6d523;
}

.way-new-footer .elementor-element .elementor-widget-container li .menu-item a {
	letter-spacing: 0.8px;
}


.ways-cardcls .eael-adv-accordion {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ways-cardcls .eael-adv-accordion .eael-accordion-list {
	flex-basis: 32%;
	position: relative;
}

.ways-cardcls .eael-adv-accordion .eael-accordion-list:before {
	content: '';
	width: 100%;
	height: 190px;
	background: #E3F1CF;
	display: block;
	border-radius: 6px;
}

.ways-cardcls .eael-adv-accordion .eael-accordion-list:after {
	content: '';
	width: 100%;
	height: 120px;
	background: #950202;
	display: block;
	position: absolute;
	top: 0;
}

.wayo-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon:before {
	content: '';
	counter-increment: wiNumber;
	content: counter(wiNumber) ". ";
	position: absolute;
	right: 0;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	color: #1C1C1C;
	top: -5px;
}

.wayo-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon .fas {
	font-size: 0;
}

.wayo-iconlist .elementor-icon-list-items {
	counter-reset: wiNumber;
}

.womenlist-icon li a,
body.page-id-9918 .elementor-widget-container a {
	color: #3385FF;
	text-decoration: underline;
}

body.page-id-9918 .women-jump-section a,
body.page-id-9918 .way-new-footer a {
	color: #fff;
	text-decoration: none;
}

.ww-linkclr a {
	color: #ecec91;
}

.ww-linkclr a:hover {
	color: #8a8a00;
}

h2 span.number-superscript a {
	top: -7px;
}

span.number-superscript a {
	color: #000;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	font-weight: 800;
	bottom: 6px;
}

ul.wcud-list-style {
	list-style: disc;
}

.elementor-image-box-content * {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
}

.elementor-image-box-content strong {
	font-weight: 700;
}