/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
.wp-block-image .aligncenter{
	text-align:center;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 150px;
    left: -100px;
    top: 65px;
    position: relative;
    height: 0;
    color: #F1B434;
    font-family: "Trade-Gothic";
}

blockquote {
    text-align: left;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 2em 0em;
    padding: 1em 1em 1em 6em;
    border-top: 3px solid #F1B434;
    border-bottom: 3px solid #f1b434;
	font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

  cite
    display: block
    font-size: 0.75em
    line-height: 1.8em
    margin-top: 1em
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 15px 0;
}
li{
	margin: 5px 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.post-paragraph fieldset {
	padding: 0;
	border: none;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	padding: 0 10px;
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: bold;
}

.post-paragraph legend {
	padding: 0;
}

.ginput_full {
	display:inline-block;
	width:100%;
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
	outline: none !important;
}

.position-lg-absolute {
	position: absolute;
}

.col-fifth {
	max-width: 20%;
	align-self: flex-start;
}

.wp-block {
	max-width: 100%;
}

.components-icon-button.block-editor-block-switcher__toggle {
  overflow: hidden;
}

iframe {
  max-width: 100%;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */

@font-face{
        font-family: "Trade-Gothic";
        src:url("fonts/227de6ba-fef9-435d-8693-a53a76aa1add.eot?#iefix");
        src:url("fonts/227de6ba-fef9-435d-8693-a53a76aa1add.eot?#iefix") format("eot"),
        url("fonts/dae937ec-159f-4710-9b2d-9470e24807ba.woff2") format("woff2"),
        url("fonts/c8856bf2-4d23-4e30-9fb1-eede15b787b6.woff") format("woff"),
        url("fonts/376f433f-1486-4168-932f-06352c8291f8.ttf") format("truetype");
}




/* General Styling */

.block-editor-block-switcher__toggle {
  overflow: hidden;
}

body {

	font-size: 18px;
	background: #ffffff;
	color: #353535;
}

a {

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 0 10px 0;
	margin: 0;
	letter-spacing: -1px;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size:24px;
}

h6 {
	font-size: 20px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn,
.gform_button {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	box-shadow: none !important;
}

.btn-primary,
.gform_button {
	padding: 13px 15px;
	font-weight: 700;
	border-radius: 0;
	border: none;
	background: #FFAF00 !important;
	color: #000000 !important;
	min-width: 175px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	font-family: "Trade-Gothic";
	text-decoration: none !important;
}

.btn-primary:hover,
.gform_button:hover {
	background: #e59d00 !important;
}

ul.gform_fields {
	padding: 0 20px;
	margin:25px 0;
}
.gfield_radio,
.gfield_checkbox{
	padding:0;
	list-style:none;
}

/* Navbar */

body.admin-bar .fixed-top {
	margin-top: 32px;
}


.quick-nav {
	background: #415FA5;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: right;
}

.quick-nav ul {
	margin: 0;
	padding: 0;
}

.quick-nav li {
	display: inline-block;
	padding: 12px 16px;
}

.quick-nav li.current-menu-item {
	background: #273963;
}

.quick-nav a {
	color: #ffffff;
}

.quick-nav a:hover {
	color: #cccccc;
	text-decoration: none;
}

.navbar {
	padding: 15px 0;
	box-shadow: 4px 4px 15px 0 rgba(0,0,0,0.08);
	background: #ffffff;
}

.navbar .united-mega-nav-top {
	font-family: "Trade-Gothic";
	padding: 0 40px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 125px;
}

#mega-menu-wrap-main-nav {
	left: 50%;
	transform: translateX(-50%);
}

#mega-menu-wrap-main-nav .mega-menu-link {
	background: none;
	font-weight: 700;
	font-size: 16px;
	color: #384665 !important;
	letter-spacing: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu  ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-size: 13px;
	font-weight: 400 !important;
	color: #7D92C4 !important;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(56,70,101,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.mega-menu-link::after,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	font-family: 'FontAwesome' !important;
	border: none;
	content: '\f078' !important;
	font-size: 10px !important;
	margin-left: 8px !important;
	color: #FFAF00 !important;
}

.navbar .sub-menu {
	border: none;
	border-radius: 0;
	background: #FCFCFC;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.12);
	padding: 15px;
	color: #384665;
	width: 100%;
	background: #cccccc;
}

.navbar .dropdown {
	position: static;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: none;
}

.navbar .search-donate a.search {
	color: #415FA5;
	margin-right: 15px;
}

.navbar .search-donate .btn-primary {
	min-width: 175px;
}

#navbar-content .search-donate {
	display: none;
	text-align: center;
	margin-top: 20px;
}

#mega-menu-main-nav > .mega-menu-item > .mega-sub-menu {
	top: 76px !important;
}

.breadcrumbs-bar {
	background: #7B8EC3;
	color: #ffffff;
	padding: 15px 0;
	font-size: 14px;
}

.breadcrumbs-bar a {
	color: #ffffff !important;
	text-decoration: none !important;
	
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.breadcrumbs-bar a:hover {
	opacity: 0.8;
}

.breadcrumbs-bar i {
	margin: 0 10px;
	
}



/* Home Page */

.hero-slide {
	padding: 75px 0;
	display: flex !important;
	align-items: center;
	min-height: 760px;
	max-width: 100%;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hero-slide.inline-image {
	padding: 0;
	min-height: auto;
}

.hero-slide.inline-image img {
	width: 100%;
	height: auto;
}

.wp-block .hero-slide {
	min-height: 0;
}

.hero-slide h2 {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -1px;
}

.hero-slide p {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 36px;
	margin: 30px 0;
}

.featured-slider,
.press-header {
	margin: 0 !important;
}

#hero-slider .slick-dots {
	display: none;
}

#hero-slider .slick-dots,
.featured-slider .slick-dots {
    width: auto;
    right: 50px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

#hero-slider .slick-dots li,
.featured-slider .slick-dots li  {
	display: block;
	width: 18px;
	height: 18px;
	margin: 15px auto;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#hero-slider .slick-dots li.slick-active,
.featured-slider .slick-dots li.slick-active {
	width: 18px;
	height: 18px;
}

#hero-slider .slick-dots li button,
.featured-slider .slick-dots li button {
	width: 18px;
	height: 18px;
}

#hero-slider .slick-dots li.slick-active button,
.featured-slider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
}

#hero-slider .slick-dots li button::before,
.featured-slider .slick-dots li button::before {
	font-family: 'FontAwesome';
	content: '\f1db';
	color: #ffffff;
	font-size: 18px;
	width: 18px;
	height: 18px;
	opacity: 1;
}

#hero-slider .slick-dots li.slick-active button::before,
.featured-slider .slick-dots li.slick-active button::before {
	content: '\f111';
	color: #FFAF00;
	width: 18px;
	height: 18px;
	font-size: 18px;
}

#focus-areas {
	padding: 75px 0;
}

#focus-areas.grey {
	background: #F8F8F8;
}

#focus-areas h2 {
	color: #384665;
}

.focus-nav {
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
	margin: 60px 0 45px;
}

.focus-nav-item {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	line-height: 36px;
	display: inline-block;
	text-transform: uppercase;
	color: #D7DAE0;
	border-bottom: 3px solid rgba(0,0,0,0);
	padding: 0 18px 25px;
	cursor: pointer;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.focus-nav-item.slick-current {
	color: #424F6D;
	border-bottom: 3px solid #FFAF00;
}

.focus-slide p.focus-title {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-size: 28px;
	color: #424F6D;
	letter-spacing: 0;
	line-height: 42px;
	margin: 0 0 30px 0;
}

.focus-slide p {
	font-size: 18px;
	color: #8E96A8;
	letter-spacing: 0;
	line-height: 1.8;
	margin: 0;
}

.focus-slide img {
	margin: 0 auto;
}

.focus-slide .btn-primary {
	margin-top: 55px;
	min-width: 180px;
	padding: 10px 15px;
}

.focus-slider .slick-arrow {
	background: #415FA5;
	border-radius: 50px;
	width: 60px;
	height: 60px;
}

.focus-slider .slick-arrow::before {
	font-family: 'FontAwesome';
	opacity: 1;
	color: #ffffff;
	font-size: 30px;
}

.focus-slider .slick-prev {
	left: -100px;
}

.focus-slider .slick-next {
	right: -100px;
}

.focus-slider .slick-prev::before {
	content: '\f053';
	margin-left: -4px;
}

.focus-slider .slick-next::before {
	content: '\f054';
	margin-right: -4px;
}

#get-involved {
	padding: 60px 0 0 0;
}

#get-involved.grey {
	background: #F0F0F0;
}

#get-involved h2 {
	color: #4B5773;
	font-family: "Trade-Gothic";
	font-size: 38px;
	line-height: 42px;
	/* identical to box height, or 111% */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
	margin-bottom: 32px;
}

#get-involved p.involve-title {
	font-family: "Trade-Gothic";
    text-transform: uppercase;
    font-weight: 800;
    text-transform: uppercase;
    color: #353535;
	font-size: 21px;
    /* margin: 45px 0 15px; */
}

#get-involved p {
	color: #939AAA;
	letter-spacing: 0;
	line-height: 30px;

	font-style: normal;
	font-weight: normal;
	font-size: 14.58px;
	line-height: 25px;
	/* or 173% */

	text-align: center;

	color: rgba(53, 53, 53, 0.76905);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */

	text-align: center;

	color: rgba(53, 53, 53, 0.76905);
}

#get-involved p.footer-text {
	font-weight: bold;
	font-style: italic;
	color: #003087;
}

#get-involved img {
	border-radius: 100%;
	/* margin-top: 50px; */
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.21);
}

#email-signup {
	padding: 75px 0;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#email-signup h3 {
	color: #ffffff;
}

#email-signup  .col-lg-6 > p{
	font-size: 24px;
}

#email-signup label {
	display: none;
}

#email-signup ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#email-signup form {
	display: flex;
}

#email-signup .gform_body {
	flex: 1;
}

#email-signup .gform_body .gfield_error input {
  background: #f8d7da;
}

#email-signup .gform_body input {
	width: 100%;
	border: none;
	border-radius: 0;
	padding: 15px 18px;
	letter-spacing: 0;
}

#email-signup .gform_body input::placeholder {
	color: #8E96A8;
}

#email-signup .gform_footer .gform_button {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 30px;
	border: none;
	background: #FFAF00;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#email-signup .gform_footer .gform_button:hover {
  background: #e59d00;
}

.wp-block #email-signup .gform_footer .gform_button {
    border-radius: 0;
    height: auto;
    border: none;
    box-shadow: none;
    color: #000;
    padding: 23px 30px;
    line-height: 0;
}

#email-signup .validation_message {
	display: none;
}

#email-signup .validation_error {
	display: none;
}

#email-signup .gform_confirmation_message {
	color: #ffffff;
}

.overlay {
	position: absolute;
	color: #ffffff;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease;/* Firefox 4-15 */
	-o-transition: all 0.5s ease;/* Opera 10.5-12.00 */
	transition: all 0.5s ease;/* Firefox 16+, Opera 12.50+ */
}

.overlay-hidden {
	visibility: hidden;
	z-index: -9999;
	padding: 65px 30px 50px 30px;
}

.overlay .overlay-title {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
}

#partner-tools h2 {
	margin: 75px 0 0;
}

#partner-tools.grey h2 {
	color: #353535;
}

#current-projects h2 {
	margin: 75px 0;
	color: #384665;
}

#current-projects .col-lg-4 {
  margin-bottom: 30px;
}

.current-project,
.partner-tool,
.networking-group {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.current-project .overlay,
.networking-group .overlay {
	padding: 20px 30px 30px 30px;
	background: rgba(51,83,159,.89);
	top: 100%;
	margin-top: -77PX;
}

.current-project.full .overlay{
	margin-top: 0PX;
}

.networking-group .overlay {
	padding: 18px 30px 30px 30px;
}

.current-project:hover .overlay,
.networking-group:hover .overlay {
	padding: 65px 30px 50px 30px;
	top: 0;
	margin-top: 0;
}

.networking-group:hover .overlay {
	padding: 65px 30px;
}

.current-project.full .overlay {
	padding: 80px 85px 50px 85px;
	position: static;
	width: 50%;
}

.current-project.full .overlay-hidden {
	display: none;
	padding: 65px 70px 50px 30px;
}

.current-project.full .overlay p.overlay-title,
.current-project.full .overlay-hidden p.overlay-title {
	margin-bottom: 20px;
}

.overlay .btn-primary,
.overlay-hidden .btn-primary {
	margin-top: 20px;
}

.partner-tool .overlay {
	background: rgba(28,32,40,.89);
	padding: 20px 35px 35px 35px;
	top: 80%;
}

.partner-tool .overlay-hidden {
	padding: 95px 35px 95px 35px;
}

.partner-tool:hover .overlay {
	background: rgba(28,32,40,.89);
	padding: 95px 35px 95px 35px;
	top: 0;
}

/*** CURRENT PROJECT FIXES ***/

.current-project .spacer{
	float:left;
	width:100%;
	padding-top:120%;
}

#current-projects .overlay .overlay-title {
	height: 65px;
    display: flex;
    align-items: center;
	padding:0;
	margin:0 0 10px 0;
}
#current-projects .overlay .overlay_content{
	opacity:0;
	transition:all 0.5s;
}
#current-projects .current-project:hover .overlay .overlay_content{
	opacity:1;
}
.current-project .overlay {
    margin-top: -100px;
    max-height: 100%;
    overflow: auto;
}

/* Our Work Page */



#page-header {
	min-height: 400px;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#post-header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#page-header .overlay,
#post-header .overlay {
	background: rgba(0,48,135,.89);
	color: #ffffff;
	padding: 35px;
	position: static;
}

#post-header .overlay {
	padding: 75px;
	max-width: 50%;
}

#page-header p,
#post-header p {
	margin-bottom: 0;
}

#what-we-do {
	padding: 65px 0;
}

#what-we-do p {
	opacity: .77;
}

#what-we-do .services {
	margin-top: 50px;
}

#what-we-do img {
	margin-bottom: 20px;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.21);
	border-radius: 100%;
}

#what-we-do .col-lg-3 {
	position: relative;
	padding-bottom: 50px;
}

#what-we-do .col-lg-3 p {
	margin-bottom: 50px;
}

#what-we-do .btn-primary {
	/* position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0; */
}

#image-cta {
	display: flex;
	min-height: 260px;
	height: 100%;
	align-items: center;
	padding: 110px 0;
	text-align: center;
	color: #ffffff;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#image-cta.no-bg {
	color: #353535;
}

#image-cta .cta-overlay p {
	opacity: .77;
}

#image-cta h2 {
	color: #ffffff;
}

#image-cta.no-bg h2 {
	color: #353535;
}

#image-cta .cta-overlay {
	color: #353535;
	background: #FFFFFF;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.44);
	padding: 40px;
	margin-top: 45px;
}

#image-cta .cta-overlay h3 {
	margin-bottom: 30px;
}

#image-cta .btn {
	margin: 10px;
}

#text-block {
	padding: 30px 0;
}

#text-block-image,
#text-block-calendar {
	padding: 75px 0;
	background: #F0F0F0;
}


.big-text {
	opacity: 0.95;
	font-size: 38px;
	color: #415FA5;
	letter-spacing: 0;
	text-align: center;
	line-height: 45px;
}

.grey {
	background: #F0F0F0;
}
.darker-grey {
  background: #e4e4e4;
}

#text-block p,
#text-block-image p,
#text-block-calendar p {
	margin: 0 0 20px 0;
	/* opacity: .77; */
}

#text-block-image .divider,
#text-block-calendar .divider {
	border: none;
}

#text-block-image .col-lg-6,
#text-block-image .col-lg-5,
#text-block-calendar .col-lg-6,
#text-block-calendar .col-lg-5 {
	padding: 0 50px;
}

#text-block .btn {
	margin: 10px;
}


/* Stable Households Page */

.stable-households-block {
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.wp-block-image {
    margin-bottom: 0;
}


/* Thriving Children Page */

.thriving-children-block  {
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/* Get Involved Page */

#networking-groups {
	padding-top: 75px;
	background: #F0F0F0;
}

#networking-groups .subtitle {
	opacity: .77;
	margin-bottom: 60px;
}

#networking-groups .col-lg-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#disclaimer {
	background: #F0F0F0;
	padding: 75px 0;
}

#disclaimer img {
	margin-right: 30px;
}

#disclaimer p {
	border-left: 3px solid #FFAF00;
	padding-left: 30px;
	opacity: .92;
}



/* Get Help Page */



#quick-links {
	padding: 50px 0;
}

#quick-links.grey {
	background: #f0f0f0;
}

#quick-links h2 {
	margin: 0 0 65px;
}

#quick-links a {
	display: block;
	text-decoration: none !important;
	color: #353535;
}

#quick-links a.btn-primary {
	display: inline-block;
}

#quick-links img {
	display: block;
	margin: 0 auto 45px;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.21);
	border-radius: 100%;
	border: 4px solid #ffffff;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#quick-links a:hover img {
	border: 4px solid #375292;
}

#quick-links h3 {
	margin-bottom: 45px;
}

#quick-logos {
	background: #F0F0F0;
	padding: 65px 0;
}

#quick-logos .divider {
	height: 85px;
	width: 3px;
	background: #FFAF00;
	margin: 0 55px;
}

.has-3-columns .no-pad-cols {
	margin-bottom: 0px;
}

/* About Us Page */



#values {
	padding: 75px 0;
}

#values p {
	opacity: .77;
	margin-bottom: 0;
}

#values .subtitle {
	margin-bottom: 60px;
}

#values img {
	margin: 30px 0;
	border-radius: 100%;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.21);
}

#values .btn {
	margin-top: 75px;
}



/* Community Resources Page */

#resource-header{
  height: 400px;
  background-size: cover;
  background-position: center center;
}

#dropdowns {
	padding: 75px 0;
}

#dropdowns h2 {
	text-align: center;
	margin-bottom: 30px;
}

#dropdowns p {
	opacity: .77;
}


.dropdown-title {
	padding: 30px 0;
	position: relative;
	padding-right: 60px;
}

.dropdown {
	cursor: pointer !important;
}

.dropdown:not(:last-of-type) {
	border-bottom: 1px solid #D8D8D8;
}

.dropdown-title .open-btn,
.dropdown-title .close-btn {
	display: flex;
	height: 45px;
	width: 45px;
	align-items: center;
	justify-content: center;
	background: #FFAF00;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

.dropdown .close-btn {
	display: none;
}

.dropdown.opened .close-btn {
	display: flex;
}

.dropdown.opened .open-btn {
	display: none;
}

.dropdown-body {
	display: none;
}

.dropdown a {
	text-decoration: underline;
}

.resource-page-cta {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wp-block-columns .wp-block-column {
	margin-bottom:0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}



/* Blog Page */

.wp-caption {
	max-width: 100%;
	margin-bottom: 50px;
}

.wp-caption.aligncenter {
    text-align: center;
    width: 100% !important;
    margin: 0 0 40px 0;
}
.wp-caption.aligncenter img{
	max-width:100%;
	height:auto;
}

#blog-main {
	background: #F0F0F0;
	padding:30px 0 50px 0;
}

#blog-main.press {
	padding-top: 0;
}

#blog-main .team-nav {
	background: #ffffff;
	margin-bottom: 50px;
}

#blog-main .col-lg-4 {
	padding: 0 7.5px;
	margin-bottom: 15px;
}
#blog-main .post_type_post{
	margin-bottom:50px;
}
.post_button_wrapper{
	bottom:0;
	left:0;
	transform:translatey(50%);
}
.regular_archive_list .blog-main-single{
	margin-bottom:60px;
}
.blog-main-single .featured{
	position: absolute;
	left: -45px;
	background: #ffae00;
	color: #000;
	top: 12px;
	transform: rotate(-30deg);
	opacity: 1;
	padding: 5px 50px;
	text-transform: uppercase;
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
.featured_item .blog-main-single-image {
    height: 400px;
}

.blog-main-single-image {
	height: 300px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.blog-main-single-image.placeholder{
	display: flex;
	align-items:center;
	justify-content: center;
	background: #ccc;
	opacity: 0.5;
}

.blog-main-single-image.placeholder img{
	max-width: 200px;
	filter: grayscale();
}

.blog-main-single-body {
	padding: 30px 30px 60px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 2px solid rgba(34, 72, 144, 0.25);
}
.featured_item .blog-main-single-body,
.featured_item .blog-main-single-body{
	background: #224890;
	color: #FFF;
}
.press_item .blog-main-single-body{
	overflow:hidden;
	position: relative;
}

.blog-main-single-body h3 {
	font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
	margin:0 0 20px 0;
	padding:0;
}
.blog-main-single-body h3:hover {
	opacity: .8 !important;
}

.blog-main-single-body a{
	color:currentColor;
	text-decoration:none;
}
.blog-main-single-body span{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.7;
}
.blog-main-single-body .btn{
	background:#224890 !important;
	color:#FFF !important;
}

.featured_item .blog-main-single-body .btn,
.featured_item .blog-main-single-body .btn{
	min-width: auto;
    padding: 13px 35px;
	background:#FFAF00 !important;
	color:#000 !important;
}
.featured_article_span{
	position: absolute;
    top: 40px;
    left: 0;
    background: #FFAF00;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #353535;
    padding: 15px 10px;
    font-family: "Trade-Gothic";
}
.misha_loadmore {
	background:none !important;
	color:#353535 !important;
	border: 2px solid rgba(34, 72, 144, 0.25);
}
.misha_loadmore:hover{
	background:#224890 !important;
	color:#FFF !important;
	border: 2px solid rgba(34, 72, 144, 0.25);
}

.featured-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.featured-overlay {
	display: inline-block;
	width: 100%;
	max-width: 550px;
	background: rgba(0,48,135,.89);
	color: #ffffff;
	padding: 90px;
}

.press-header .featured-overlay {
	max-width: 725px;
}

#filter {
	background: #F0F0F0;
    border-bottom: 1px solid #DFDFDF;
}
#filter select, 
#filter input{
	background:none
}
#filter .categories,
#filter .tags {
	flex: 1;
	padding-left: 35px;
}


#filter .categories a {
	font-size: 18px;
	color: #C9C9C9;
	text-decoration: none;
	margin: 10px;
	display: inline-block;
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#filter .categories a:hover,
#filter .categories a.active {
	color: #353535;
}

#filter .tags a {
	padding: 8px 12px;
	border-radius: 17px;
	border: 1px solid #1A4592;
	color: #1A4592;
	font-size: 14px;
	margin: 10px;
	text-decoration: none;
	display: inline-block;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#filter .tags a:hover,
#filter .tags a.active {
	background: #1A4592;
	color: #ffffff;
	margin: 10px;
}

.page-navigation {
	width: 100%;
}

.primer_page_navi {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.primer_page_navi li {
	display: inline-block;
	margin: 0 10px;
}




/* Education Page */



#info-image {
	box-shadow: 0px 4px 12px 0 rgba(0,0,0,0.34);
	display: flex;
	position: relative;
}

.info-overlay {
	width: 50%;
	padding: 105px 145px;
}

.info-overlay h2:nth-of-type(2) {
	opacity: .5;
	margin-top: 10px;
}

.info-overlay p {
	opacity: .77;
}

.info-overlay p.sponsor {
	opacity: 1;
	font-weight: 700;
	font-style: italic;
}

.info-overlay.blue {
	background: rgba(0, 48, 135, .81);
	color: #ffffff;
}

.info-overlay.white {
	background: rgba(255, 255, 255, .81);
	color: #353535;
}

.info-overlay.white p.sponsor {
	color: #093078;
}

#info-image .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
}



#results {
	padding: 40px 0;
	text-align: center;
}

#testimonials {
	padding: 75px 0;
	text-align: center;
}

#testimonials .profile {
	width: 128px;
	height: 128px;
	border-radius: 100%;
	margin: 50px auto 25px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonials-slide {
	font-size: 24px;
}

#results h2 {
	margin-bottom: 50px;
}

#results .number {
	font-size: 65px;
	color: #FFAF00;
	letter-spacing: 2.17px;
	margin: 0;
}

#results .btn-primary {
	margin-top: 50px;
}

#results .info {
	font-size: 24px;
	color: #353535;
	letter-spacing: 0.8px;
	margin: 30px 0;
}

.slick-arrow {
	height: 60px;
	width: 60px;
	background: #415FA5 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.slick-arrow:before {
	font-family: 'FontAwesome';
	font-size: 40px;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.slick-prev:before {
	content: '\f104';
	margin-right: 4px;
}

.slick-next:before {
	content: '\f105';
	margin-left: 4px;
}

#results .slick-prev,
#testimonials .slick-prev {
	left: -60px;
}

#results .slick-next,
#testimonials .slick-next {
	right: -60px;
}

#results .slick-dots li {
	margin: 0 9px;
}

#results .slick-dots li button {
	position: relative;
	padding: 0;
	height: 22px;
	width: 22px;
}

#results .slick-dots li button:before {
	width: 15px;
	height: 15px;
	content: '';
	background: #C8C8C8;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#results .slick-dots li.slick-active button:before {
	width: 22px;
	height: 22px;
	background: #FFAF00;
}

#our-team {
	padding: 50px 0;
}

.team-nav {
	border-bottom: 1px solid #DFDFDF;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#our-team a {
	display: block;
}

.team-nav a {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	opacity: .38;
	color: #353535;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 42px;
	text-decoration: none !important;
	padding: 20px;
	border-bottom: 3px solid rgba(0,0,0,0);
}

.team-nav a.active,
.team-nav a:hover {
	opacity: 1;
	border-bottom: 3px solid #FFAF00;
}

.team-tab {
	padding-top: 50px;
	text-align: center;
	display: none;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.team-tab select{
	max-width: 200px;
}

.team-tab.active {
	display: block;
}

.team-tab h2 {
	margin-bottom: 35px;
}

.team-tab h3 {
	font-size: 28px;
	letter-spacing: 0.93px;
	line-height: 32px;
}

.team-tab.press h3 {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.team-tab p {
	font-size: 18px;
	color: rgba(66,79,109,0.80);
	letter-spacing: 0;
	line-height: 24px;
	margin: 5px 0 0;
}

.team-tab p.title {
  font-weight: 800;
  text-transform: uppercase;
  color: #424F6D;
  letter-spacing: 1px;
  font-size: 14px;
}

#our-team .member-image {
	width: 320px;
	height: 320px;
	max-width: 100%;
	margin: 20px auto;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#our-team .member-link {
	text-decoration: none !important;
	color: #000000;
	display: block;
	margin-bottom: 30px;
}

#three-image-header .header-image {
	height: 660px;
	position: relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#three-image-header .header-image .ribbon {
	position: absolute;
	width: 100%;
    background: rgba(51,83,159,.89);
    padding: 15px;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

#sponsor-block {
	padding: 80px 0;
	display: flex;
	flex-wrap: wrap;
}

#sponsor-block h2 {
	margin-bottom: 35px;
}

#sponsor-block img {
	padding: 15px;
}




/* Timeline Section */



#history-header {
  padding: 70px 0;
}

#history-header p {
	opacity: 0.95;
	font-size: 24px;
	color: #415FA5;
	letter-spacing: 0;
	line-height: 34px;
}

#history-timeline {
	background: #F0F0F0;
  padding: 80px 0;
  position: relative;
}

#history-timeline .line {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  width: 1px;
  background: #000000;
}

#history-timeline .mouse-icon{
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -12px;
	background-color: #f0f0f0;
	opacity: 1;
	border-width: 1px;
}

#history-timeline .line:before {
  content: '';
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #ffb351;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

#history-timeline .timeline-wrap {
  clear: both;
  position: relative;
  margin-bottom: 200px;
}

#history-timeline .timeline-item.left-item {
  width: 50%;
  text-align: right;
}
#history-timeline .timeline-item.left-item h3,
#history-timeline .timeline-item.left-item p{
	margin-right: 10%;
}

#history-timeline .timeline-item.right-item {
  width: 50%;
	margin-left: 50%;
  text-align: left;
}

#history-timeline .timeline-item.right-item h3,
#history-timeline .timeline-item.right-item p{
	margin-left: 10%;
	margin-right: 10%;
}

#history-timeline .timeline-item h3 {
  font-size: 4rem;
}

#history-timeline .timeline-item p {
  font-size: 16px;
}

#history-timeline .timeline-item .divider {
  position: relative;
}

#history-timeline .timeline-item .divider:before {
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #ffb351;
  position: absolute;
  top: -15px;
  left: 50%;
}

#history-timeline .timeline-item .divider:after {
  content: '';
  position: absolute;
  width: 95%;
	left: 2.5%;
  height: 3px;
  background: #ffb351;
}

#history-timeline .timeline-item.left-item .divider {
}

#history-timeline .timeline-item.left-item .divider:before {
	left: 100%;
	margin-left: -15px;
  /* right: -20px !important;
  transform: none;
  left: auto; */
}

#history-timeline .timeline-item.right-item .divider {
}

#history-timeline .timeline-item.right-item .divider:before {
  left: -15px;
}

#history-timeline .timeline-item.has-image {
  margin-bottom: 150px;
}

#history-timeline .timeline-item.left-item.has-image .divider{
	width: 200%;
}

#history-timeline .timeline-item.left-item.has-image .divider:before {
  left: 50%;
	margin-left:-15px;
  /* transform: translateX(-50%) !important;
  transform: none;
  right: auto; */
}

#history-timeline .timeline-item.left-item.has-image .timeline-image {
  position: absolute;
  max-width: 40%;
  border: 3px solid #ffb351;
  padding: 10px;
  background: #ffffff;
	margin: -40px 10px 0 0;
	right: 0;
}

#history-timeline .timeline-item.right-item.has-image .divider {
	left: -100%;
	width: 200%;
}

#history-timeline .timeline-item.right-item.has-image .divider:before {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

#history-timeline .timeline-item.right-item.has-image .timeline-image {
  position: absolute;
	margin: -40px 0 0 10px;
  border: 3px solid #ffb351;
  padding: 10px;
  background: #ffffff;
  max-width: 40%;
	left: 0;
}

#history-timeline .timeline-item.has-image .timeline-image img {
  height: auto;
	max-width: 100%;
}



/* Blue Block Section */



#blue-block {
	background: #003087;
	color: #ffffff;
}

#blue-block .image {
	height: 100%;
	background-color: #ffffff;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* Contact Block */



#contact {
	padding: 75px 0;
}

#contact h2 {
	margin-bottom: 50px;
}

#contact a {
	margin: 1em 0;
	color: #003087;
	text-decoration: underline;
}



/* Location Block */



#location {
	background: #F0F0F0;
	position: relative;
}

#location h2 {
	margin: 65px 0;
	display: inline-block;
}

#location #map {
	height: 500px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#location .map-overlay {
	position: absolute;
	height: 200px;
	width: 400px;
	top: 60%;
	left: 20%;
	transform: translateY(-50%);
	background: #ffffff;
	box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.21);
	padding: 30px;
	z-index: 100;
}





/* Form */

 /*ul,
 ol {
	margin: 0;
	padding: 0;
	list-style: none;
}*/

.hidden_sub_label {
	display: none;
}

 label {
	color: #7B7B7B;
	display: inline;
}

 .gfield {
	margin-bottom: 20px;
	list-style: none;
}

.gfield_description{
	font-size: 14px;
	color: #7a7a7a;
}

 .gfield.medium {
	width: 48%;
}

 .gfield.small {
	width: 23%;
}

 .gfield.large {
	width: 97.5%;
}

 .gfield.large .name_first,
 .gfield.large .name_last {
	width: 49.2%;
	display: inline-block;
}

 .gfield.large .name_last {
	float: right;
}

.gform_body{
	max-width: 700px;
	margin: auto;
}

.gform_footer{
	margin-bottom: 50px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea,
.ginput_total {
	font-size: 18px;
	background: #F8F8F8;
	border: 1px solid #787878;
	padding: 15px;
	width: 100%;
	margin: 10px 0;
	border-radius: 0;
}

.ginput_total {
	display: block;
}

 input[type="radio"]{
	 margin: 0 10px;
 }

 .gfield_error input,
 .gfield_error select,
 .gfield_error textarea {
	background: #F6BFBF;
}

 select {
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

 .address_city {
	width: calc(50% - 10px);
    display: inline-block;
    margin-right: 10px;
}

 .address_state,
 .address_zip {
	width: calc(25% - 20px);
	display: inline-block;
	margin: 0 10px;
}

 .address_zip {
	margin-right: 0;
}

 input[type="checkbox"] {
	width: auto;
	margin: 0;
	margin-right: 5px;
	border: none;
	border-radius: 0;
	background: #E2E2E2;
}

 .gform_button {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	width: auto;
	padding: 15px 50px;
	font-size: 20px;
	border: none;
	background: #FFAF00;
	text-transform: uppercase;
	margin: auto;
	display: block;
}

 .gform_confirmation_message {
	text-align: center;
}

 .validation_message {
/* 	display: none; */
}

 .validation_error {
	text-align: center;
	margin-bottom: 10px;
}

 .disclaimer {
	font-size: 13px;
	color: rgba(53,53,53,0.65);
	letter-spacing: 0;
	margin: 25px 0;
}



/* Blog / Impact Stories Single */



#single-header {
	height: 440px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#single-content {
	padding: 75px 0;
	background: #FFFFFF;
	margin-top: 60px;
}

#single-content h1 {
	text-align: center;
}

#single-content .subtitle {
	font-size: 24px;
}

#single-content p {
	color: #000000;
}

#single-content p a {
	color: #FFAF00;
}

#single-content .byline {
	text-align: center;
	font-size: 20px;
	color: #1A4592;
	letter-spacing: 0;
	line-height: 40px;
	display: block;
	margin-bottom: 30px;
}

.full-width-image {
	display:inline-block;
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.full-width-image .spacer{
	padding-top:40%;
	float:left;
	width:100%;
}

.post-image-caption {
	letter-spacing: 0;
	line-height: 42px;
	padding: 0 30px;
	text-align: center;
}

.post-image-caption p {
	font-size: 20px;
	color: #1A4592 !important;
	margin-bottom: 0;
}

.dpsp-networks-btns-wrapper {
	max-width: 1140px;
	margin: 0 auto !important;
	padding: 0 15px !important;
}

.dpsp-networks-btns-wrapper a.dpsp-network-btn {
	background: #FFAF00 !important;
	border: none !important;
	display: inline-block;
	font-size: 20px !important;
	color: #000000 !important;
	max-height: none !important;
	height: 50px !important;
}

.dpsp-networks-btns-wrapper a span {
	display: inline-block !important;
	height: 100%;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	background: none !important;
	border: none !important;
	color: #000000 !important;
	padding: 0 25px;
	font-size: 20px;
}

.dpsp-networks-btns-wrapper .dpsp-network-label-wrapper {
	padding: 6px 30px 0 !important;
}



/* Three Column Image Block */



#three-image .image,
#five-image .image {
	padding: 125px 15px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	flex-direction: column;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#five-image .image {
	padding: 75px 15px;
	height: auto;
}



/* Phases Section */



#phases {
	text-align: center;
	padding: 75px 0;
	color: #646464;
}

#phases h3 {
	color: #FBA519;
}

.phase-bar {
	position: relative;
	width: 90%;
	height: 40px;
	background: #FBA519;
	margin: 25px auto 75px;
}

.phase-bar:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.phase-bar:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid #FBA519;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.phase-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 3px solid #FBA519;
	background: #ffffff;
	border-radius: 100%;
	z-index: 100;
}

.phase-line {
	position: absolute;
	height: 200%;
	width: 3px;
	left: 50%;
	top: 0;
	background: #FBA519;
	transform: translateX(-50%);
}



/* Single Post Styling */



.post-paragraph {
	/* padding: 45px 0; */
}

.post-paragraph h1,
.post-paragraph h2,
.post-paragraph h3,
.post-paragraph h4,
.post-paragraph h5,
.post-paragraph h6 {
	margin: 45px 0;
}

.post-paragraph hr {
	margin: 35px 0 50px;
	border: none;
}

.post-paragraph img {
	max-width: 100% !important;
}

.su-row .su-column {
	margin-left: 2% !important;
}



/* Single Member Post Type */



#member-header {
	background: #F0F0F0;
}

.member-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.member-info {
	padding: 50px;
}

.member-info p,
#member-content p {
	margin: 25px 0;
	color: #606060;
}

#member-content {
	padding: 75px 0;
}

#member-content h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

#member-content hr {
	border-top: 1px solid #D2D2D2;
	margin: 50px 0;
}



/* Our Partners Section */




#our-partners {
	padding-bottom: 75px;
}

#our-partners .dropdown {
	text-align: left;
	padding-bottom: 15px;
}

#our-partners .dropdown-body a {
	display: block;
	padding: 5px;
	color: #7B7B7B;
	text-decoration: underline;
}



/* Footprint Map Block */

#footprint {
	background-color: #F0F0F0;
	padding-top: 55px;
}

#footprint p {
	margin-bottom: 55px;
	color: #757575;
}

#map-canvas {
	box-shadow: 4px -4px 19px 0 rgba(0,0,0,0.13);
    margin: 0;
    padding: 0;
    height: 550px;
    width: 100%;
    background: #aaa;
    position: relative;
}
@media only screen and (max-width: 40em) {
    #map-canvas {
    height: 300px;
}
}#map-canvas img {
    width: auto;
    max-width: none;
}
#GrantMap {
    width: 100%;
    height: 100%}
#mFilter, #mOpts {
    height: 37px;
    width: 37px;
    position: relative;
    display: inline-block;
}
#mSearch {
    border: 0px;
    background: white;
    font-size: 14px;
    top: 10px;
    right: 57px;
    height: 37px;
    line-height: 37px;
    margin: 0px;
    outline: 0px;
    padding: 0px 10px;
    position: absolute;
    width: 50%;
    z-index: 10;
}
@media only screen and (min-width: 40.063em) {
    #mSearch {
    width: 30%}
}.mArrow {
    border-top: 0px;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #FfFfFf;
    border-left: 8px solid transparent;
    position: absolute;
    top: -14px;
    right: 9px;
    width: 0px;
    height: 0px;
    z-index: 2;
}
#mMenu {
    background: white;
    display: none;
    top: 57px;
    right: 10px;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    position: absolute;
    width: 250px;
    z-index: 10;
}
#mFilter {
    background: url(../images/grant-map/m-filter.png) no-repeat;
    display: block;
    height: 37px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 37px;
    z-index: 10;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
#mFilter:before {
    color: url(../images/m-filter.png) no-repeat;
    font-size: 22px;
    line-height: 42px;
}
#mFilter:hover {
    background: url(../images/m-filter.png) no-repeat;
}
#mFilter:hover:before {
    color: url(../images/m-filter.png) no-repeat;
}
.cat, #sToggle {
    cursor: pointer;
    margin-bottom: 6px;
}
.cBox {
    background: white;
    border: 2px solid #eeae00;
    display: block;
    float: left;
    height: 16px;
    margin: 2px 7px 0px 0px;
    top: -2px;
    width: 16px;
    border-radius: 50%}
.selected .cBox {
    background: #eeae00;
}
#fApply {
    cursor: pointer;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 12px 20px;
}
.infoBox {
    overflow: hidden;
    border-radius: 0;
}
#ib {
    overflow: hidden;
}
#ib p {
  color: #777777;
  font-size: 14px;
}
#ib_close {
    font-size: 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 6px;
    color: #555;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
#ib_next, #ib_prev {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
#ib_page {
    height: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
}
#ib_advance {
    height: 30px;
    padding-top: 7px;
}
.grant {
    margin: 0;
    overflow-y: auto;
    padding: 2em 0 0 2em;
}
.grant h2 {
    color: #081b57;
    font-size: 24px;
    font-weight: normal;
    margin: 0 40px 0 0;
    text-transform: uppercase;
}
.grant h3 {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 0 40px 12px 0;
}
.grant h4 {
    color: #c95907;
    font-size: 17px;
    font-weight: normal;
    margin: 0 40px 5px 0;
}
.grant p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 40px 0 0;
}
.grant .infowindow-image {
    float: left;
    margin: 0 15px 10px 0;
    width: 100px;
}
.grant .infowindow-image img {
    height: auto;
    max-width: 100% !important;
}
.ui-helper-hidden-accessible {
    position: absolute;
    left: -99em;
}
.ui-autocomplete.ui-menu.ui-widget#ui-id-1 {
    display: block;
    background: white;
    list-style: none;
    margin: 0;
    max-width: 250px;
    padding: 0;
}
.ui-autocomplete.ui-menu.ui-widget#ui-id-1 .ui-menu-item {
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1;
}
.ui-autocomplete.ui-menu.ui-widget#ui-id-1 .ui-menu-item a {
    color: #777;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget#ui-id-1 .ui-menu-item a:hover {
    color: #081b57;
    text-decoration: none;
}



/* Events Calendar Styling */



.events {
	background: #F0F0F0;
	max-width: 100% !important;
}

#tribe-events-content-wrapper {
	padding: 90px 0;
}

.tribe-events-calendar thead th {
	background: #003087;
    border-left: 1px solid #003087;
    border-right: 1px solid #003087;
}

#tribe-events-content .tribe-events-calendar td {
	/* border: 20px solid #F0F0F0; */
	background: #ffffff !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: #CCCCCC;
	overflow: hidden;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	padding: 16px;
  text-align: center;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	background: none;
	color: #415FA5;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
	color: #8D8D8D;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	font-size: 20px;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background: none !important;
	color: inherit;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	background: #FFAF00;
	margin: 0;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-size: 13px;
	font-weight: 700;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
	color: #000000;
	opacity: 1;
  cursor: pointer;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	bottom: 50px !important;
	padding: 0;
}

.tribe-events-tooltip .entry-title {
	padding: 10px 20px;
	background: #003087;
	color: #ffffff;
}

.tribe-events-tooltip .tribe-events-event-body {
	padding: 20px;
	font-size: 15px;
}

#tribe-events-pg-template .tribe-events-content h1, .tribe-events-after-html h1, .tribe-events-before-html h1 {
	font-size: 45px;
}

#tribe-events-pg-template .tribe-events-content h3, .tribe-events-after-html h3, .tribe-events-before-html h3 {
	font-size: 24px;
	margin-top: 0;
}




/* Footer */



footer {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	background: #F9F9F9;
	padding: 65px 0 30px;
}

.footer-brand {
	display: block;
}

.footer-brand img {
	max-width: 230px;
}

.footer-title {
	display: block;
	font-weight: 800;
	font-size: 14px;
	color: #738ECD;
	line-height: 36px;
	text-transform: uppercase;
}

footer ul {
	font-weight: 700;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul a {
	display: block;
	color: #424F6D;
	font-size: 16px;
	margin: 10px 0;
}

footer ul a:hover {
  text-decoration: none;
  margin-left: 3px;
}

footer .btn-primary {
	white-space: normal;
	font-size: 14px;
	margin-bottom: 15px;
}

footer .social a {
	font-weight: 800;
	display: inline-block;
	color: #424F6D;
	margin: 0 5px;
	font-size: 20px;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

footer .social a:hover {
	color: #FFAE00;
}

footer .copyright {
	margin: 35px 0 0;
}

footer .copyright,
footer .copyright a {
	font-size: 11px;
	color: #82858A;
	line-height: 36px;
}

footer .copyright span {
	margin: 0 8px;
}


.no-pad-cols .wp-block-column{
  margin-left: 1px !important;
  margin-bottom: 1px !important;
  flex-basis: 100%;
}


.event-cal-mini {
  border: 5px solid #b2b0b0;
}

.event-cal-mini a.row{
  color: #000;
}

.event-cal-mini a.row:hover{
    text-decoration: none;
    background: #efefef;
}

.event-cal-mini .date{
  background: #868686;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.event-cal-mini .date .day{
  font-size: 40px;
  line-height: 1;
}
.event-cal-mini .date .month{
  font-size: 16px;
}
.event-cal-mini .title{
  font-size: 22px;
}


.united-mega-nav{
    background: #fff;
}

.united-mega-nav .sub-menu{
    background: #fff;
    box-shadow: none;
    padding: 0;
}

.united-mega-nav > li > .sub-menu {
    /* position:absolute; */
}



.united-mega-nav li,
.united-mega-nav ul{
    margin: 0;
    padding: 0;
}

.navbar{
    /* position: absolute; */
    width: 100%;
    z-index: 1;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
     align-items:baseline;
}

.united-mega-nav-top a{
	color: #353535;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-decoration: none !important;
}

.united-mega-nav-top a:after{
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 14px;
    margin-left: 8px;
    color: #FFAF00;
    position: absolute;
    top: 5px;
}

.united-mega-nav{
    position: absolute;
    left: 0;
    margin-top: 90px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.united-mega-nav.show{
    opacity: 1;
    visibility: visible;
}

.united-mega-nav > ul{
    margin: auto;
    padding-left: 158px;
    padding-right: 208px;
    padding-bottom: 50px;
}

.united-mega-nav .level-1{
    margin-top: 20px;
}

.united-mega-nav .level-1 a{
    font-weight: bold;
    color:#003087;
    font-size: 13px;
    line-height: 19px;
}

.united-mega-nav .level-2 a{
    font-weight: normal;
    color:#003087;
}

.united-mega-nav .level-3 a{
    font-weight: normal;
    color:#003087;
    opacity: .6;
    font-size: 12px;
    margin-left: 15px;
}

.united-mobile-nav .menu-content{
    display: none;
}

.united-mobile-nav .menu-content > ul{
    background: #f9f9f9;
}

.united-mobile-nav .burger{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 35px 20px 0 0;
    border-top: 1px solid #FFAF00;
    cursor: pointer;
}
.united-mobile-nav .burger:before,
.united-mobile-nav .burger:after{
    content: '';
    border-top: 1px solid #FFAF00;
    position: absolute;
    width: 100%;
    top: 5px;
    transition: all .3s ease;
}

.united-mobile-nav .burger:after{
    top: 11px;
}

.united-mobile-nav .burger.open{
    border-top:1px solid transparent;
}
.united-mobile-nav .burger.open:before{
    transform: rotate(45deg);
}
.united-mobile-nav .burger.open:after{
    transform: rotate(-45deg);
    top: 5px;
}

.united-mobile-nav ul a{
    color:#353535;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    padding: 10px;
    display: block;
    position: relative;
    text-decoration: none;
    font-family: "Trade-Gothic";
}
.united-mobile-nav .menu-item-has-children{
    position: relative;
}
.united-mobile-nav .menu-item-has-children > span{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 48px;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.united-mobile-nav .menu-item-has-children > span:after{
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 15px;
    color: #FFAF00;
    position: absolute;
    top: 12px;
    right: 18px;
    margin-left: 10px;
    transition: transform .3s ease;
}
.united-mobile-nav .open > span:after{
    transform: rotate(180deg);
}

.united-mobile-nav ul{
    padding: 0;
    margin: 0;
}

.united-mobile-nav .sub-menu{
    display: none;
}

.united-mobile-nav ul ul > li.open,
.united-mobile-nav ul ul ul{
    background: #E9E9E9;
}
.united-mobile-nav ul ul ul > li.open,
.united-mobile-nav ul ul ul ul{
    background: #D8D6D6;
}

.united-mobile-nav ul ul a{
    padding-left: 35px;
}

.united-mobile-nav ul ul ul a{
    padding-left: 60px;
}
.united-mobile-nav ul ul > li.open a,
.united-mobile-nav ul ul > li.open span,
.united-mobile-nav ul ul ul li:not(:last-of-type) a,
.united-mobile-nav ul ul ul li:not(:last-of-type) span{
    border-color: #DBDADA;
}

.united-mobile-nav ul ul ul ul a{
    padding-left: 85px;
}

header{
    margin-bottom: 110px;
}


.tribe-events-nav-previous a,
.tribe-events-nav-next a{
    text-indent: -999px;
    display: block;
    background: #003087;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
}
.tribe-events-nav-previous span,
.tribe-events-nav-next span,
#tribe-events-footer,
.tribe-events-ical,
.tribe-bar-disabled,
.tribe-events-notices{
    display: none !important;
}

.tribe-events-title-bar h1{
    margin-bottom: -48px;
    font-size: 44px;
}

.tribe-events-nav-previous a:before,
.tribe-events-nav-next a:before{
    text-indent: 0;
    font-family: 'FontAwesome';
    content: '\f078';
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 13px;
    top: 12px;
    transform: rotate(90deg);
}

.tribe-events-nav-next{
	text-align: left !important;
}

.tribe-events-nav-next a{
    text-indent: -9999px;
}

.tribe-events-nav-next a:before{
    transform: rotate(-90deg);
}

.tribe-events-page-title{
    text-transform: uppercase;
}

.tribe-events-tooltip .tribe-events-event-body h3{
    font-size: 18px;
    margin: 15px 0 5px  0;
    color: #353535;
}
.tribe-events-tooltip .tribe-events-event-body h3:first-of-type{
    margin: 0 0 5px  0;
}
.tribe-events-tooltip .tribe-events-event-body p{
    margin: 0;
}

.tribe-events-tooltip .event-buttons {
    margin: 15px -5px 0 -5px;
}
.tribe-events-tooltip .event-buttons a{
    min-width: auto;
    padding: 5px 0;
    width: 100%;
}
.tribe-events-tooltip .event-buttons .col-lg-6{
    padding-left: 5px;
    padding-right: 5px;
}

.full-cols .wp-block-column{
    margin: 0;
    overflow: hidden;
    position: relative;
    flex-basis: 50%;
}

.full-cols img,
.full-cols figure{
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.donate-tabs {
  margin-bottom: 35px;
  overflow: hidden;
}

.donate-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
	border-bottom:1px solid #DFDFDF;
}

#donate-new .donate-tabs ul {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid #DFDFDF;
}

.donate-tabs ul li {
  display: inline-block;
  width: 25%;
}

.donate-tabs ul li:last-child {
  margin-right: 0;
}

#donate-new .donate-tabs ul li a {
	text-transform: uppercase;
	font-size: 22px;
	color: #D7DAE0;
	font-weight: 800;
	line-height: 36px;
  font-family: "Trade-Gothic";
}

#donate-new .donate-tabs ul li a.active {
  color: #424F6D;
}

.donate-tabs ul li a {
  color: #000000;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1;
  display: block;
}

#donate-new .donate-tabs ul li a.active,
#donate-new .donate-tabs ul li a:hover {
	color: #424F6D;
}

#donate-new .donate-tabs ul li a .bar {
	height: 0px;
	background: #DFDFDF;
	margin-top: 27px;
}

.donate-tabs ul li a .bar {
  width: 100%;
  height: 12px;
  background: #6F6F6F;
  margin-top: 5px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#donate-new .donate-tabs ul li a.active .bar,
#donate-new .donate-tabs ul li a:hover .bar {
	height: 3px;
	background: #FFAF00;
	margin-top: 24px;
}

.donate-tabs ul li a.active .bar {
  background: #005191;
}

.donate-tabs ul li a:hover,
.donate-tabs ul li a:active,
.donate-tabs ul li a:focus {
  text-decoration: none;
  outline: none;
}

#amount ul.donation-amount {
  list-style-type:none;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
}

#amount ul.donation-amount li {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 2%;
  height: 55px;
  position:relative;
}

#amount ul.donation-amount label, #amount ul.donation-amount input {
  display:block;
}

#amount ul.donation-amount input[type="radio"] {
  opacity:0.011;
  z-index:100;
}

#amount ul.donation-amount input[type="radio"]:checked + label {
  background: #ffb351;
  color: #ffffff;
}

#donate-new #amount ul.donation-amount label {
  border: 3px solid #ffb351;
  cursor: pointer;
  z-index: 90;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0px;
  text-align: center;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 26px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#amount ul.donation-amount label {
  border: 3px solid #ffb351;
  cursor: pointer;
  z-index: 90;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  padding: 5px;
  font-size: 24px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#amount ul.donation-amount label:hover {
  background: #fafafa;
}

#amount ul.donation-amount li.other-amount {
  margin-bottom: 25px;
  width: 22%;
  margin-right: 2%;
  height: 55px;
  position: relative;
}

#donate-new #amount ul.donation-amount #other_amount {
  border: 3px solid #ffb351;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 0px;

  /*border: 1px solid #979797;
  color: #000000;
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 12px;
  position: static !important;
  width: 100%;*/

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#amount ul.donation-amount #other_amount {
  border: 3px solid #ffb351;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  padding: 8px 12px;
  text-align: center;

  /*border: 1px solid #979797;
  color: #000000;
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 12px;
  position: static !important;
  width: 100%;*/

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#amount ul.donation-amount #other_amount:before {
  content: '$';
}

#amount ul.donation-amount #other_amount:focus, #amount ul.donation-amount li.other-amount.selected #other_amount {
  background: #ffb351;
  color: #fff;
  outline: none;
}

#amount ul#donation-type {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}

ul#pledge-type {
  text-align: left;
}

ul#pledge-type {
  margin-bottom: 0;
}

#amount ul#donation-type li, ul#pledge-type li {
  display: inline-block;
  margin-right: 25px;
}

#amount ul#donation-type li input, ul#pledge-type li input {
  margin-right: 5px;
}

#amount ul#donation-type li label, ul#pledge-type li label {
  font-weight: normal;
}

#amount ul#donation-type li:last-child, ul#pledge-type li:last-child {
  margin-right: 0;
}

#amount ul#donation-type li img, ul#pledge-type li img {
  margin-top: -12px;
}

#payment p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

.pledge-info {
  padding: 8px 0;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  overflow: hidden;
}

#donate-new .pledge-info {
	border: none;
}

.pledge-info .form-group {
  margin: 0;
}

#payment .contribution-info {
  padding: 15px 0;
  overflow: hidden;
}

#payment .contribution-info p {
  margin-bottom: 5px;
}

#donate-new #payment .contribution-info strong {
	font-size: 18px;
	color: #424F6D;
	letter-spacing: 2.45px;
}

#donate-new #payment .contribution-info p {
	font-size: 14px;
	color: #68728A;
	letter-spacing: 0;
	line-height: 23px;
}

.tribute-forms {
  display: none;
}

.g-recaptcha {
  display: inline-block;
}

.gift-of-stock-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.8);
  padding: 30px;
  color: #ffffff;
  width: 40%;
  z-index: 99999999;
  display: none;
}

.gift-of-stock-modal h3 {
  font-size: 28px;
}

.gift-of-stock-modal p {
  font-size: 18px;
}

.gift-of-stock-modal p:last-child {
  margin-bottom: 0;
}

.gift-of-stock-modal .close-modal {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
}


#donate_section .step-instructions {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

#donate-form input[type="text"],
#donate-form input[type="email"],
#donate-form select,
#donate-form .StripeElement  {
  color: #000000;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  line-height: 1.2;
	font-size: 18px;
	background: #F8F8F8;
	border: 1px solid #787878;
	padding: 15px;
  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#donate-new #donate-form input[type="text"],
#donate-new #donate-form input[type="email"],
#donate-new #donate-form select {
	border: none;
	color: #000000;
	border-radius: 0px;
	font-size: 18px;
	background: #F8F8F8;
	border: 1px solid #787878;
	padding: 15px;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #F3F3F3;
	line-height: 1.2;

	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

#donate-form input[type="text"]:focus,
#donate-form input[type="email"]:focus {
  outline: none;
}

.form-buttons .hp_btn {
  margin-top: 15px;
  padding: 16px 45px 12px 45px;
}

.form-buttons .hp_btn:disabled {
  opacity: .7;
}

.form-buttons.donate-buttons button {
  border: none;
  background: none;
}

.form-buttons form {
  display: inline-block;
}

.form-buttons .btn-trans {
  font-family: TradeGothicLTPro-BdCn20;
  text-transform: uppercase;
  border: 3px solid #ffb351;
  background: none;
  color: #000000;
  border-radius: 8px;
  padding: 12px 15px 4px 15px;
  font-size: 24px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

label.error {
  font-weight: normal;
  margin-bottom: 0;
  color: #a43c1a;
}

.form-buttons .btn-trans:hover {
  background: #ffb351;
  color: #ffffff;
}

.field-description {
  color: #585858;
  font-style: italic;
  margin-top: 5px;
  display: block;
}

.recurring-monthly {
  color: #585858;
  font-style: italic;
  margin-top: 20px;
}

.tribe-mini-calendar-wrapper{
	max-width: 400px;
	margin: 20px auto;
}

.tribe-mini-calendar-wrapper table{
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}

.tribe-mini-calendar-nav td{
		background: #415fa5 !important;
		line-height: 60px;
	}

.tribe-mini-calendar th{
	background: #fff !important;
	color: #ccc !important;
	border:none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 5px !important;
}

.tribe-mini-calendar-nav{
	border:none !important;
}

.tribe-mini-calendar-wrapper table tbody td{
	opacity: 1 !important;
	background: #FFF !important;
	padding: 5px;
}

.tribe-mini-calendar-wrapper table tbody td a,
.tribe-mini-calendar-wrapper table tbody td span,
.tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a{
		color : #cfd6dd !important;
	}

.tribe-mini-calendar-wrapper table .tribe-events-thismonth a,
.tribe-mini-calendar-wrapper table .tribe-events-thismonth span{
	color: #000 !important;
	font-weight: 100;
}

.tribe-mini-calendar .tribe-events-has-events.tribe-events-past div[id*=daynum-] a:before{
	background : #cfd6dd !important;

}

.tribe-mini-calendar .tribe-events-has-events.tribe-events-present  div[id*=daynum-] a:before,
.tribe-mini-calendar .tribe-events-has-events.tribe-events-future  div[id*=daynum-] a:before{
	background: #ffaf00 !important;
}

.tribe-mini-calendar .tribe-events-present span,
.tribe-mini-calendar .tribe-events-present a{
	background: #ffae00;
	border-radius: 100%;
	padding: 5px;
	line-height: 24px;
	width: 36px;
	margin: auto;
	margin-top: -3px;
}

.custom-mini-cal .tribe-events-view-wrapper{
	max-width: 400px;
	margin: 20px auto;
}

.custom-mini-cal .tribe-events-calendar td{
	border: none !important;
	height: auto !important;
	position: relative;
	padding: 0px !important;
}

.custom-mini-cal .tribe-events-calendar td div,
.custom-mini-cal .tribe-events-calendar td a{
	color: #000 !important;
	font-weight: 100;
	text-align: center;
	    font-size: 16px;
}

.custom-mini-cal table.tribe-events-calendar{
	border: none !important;
	margin: -4px 0 !important;
}

.custom-mini-cal .tribe-events-view-wrapper{
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}

.custom-mini-cal .tribe-events-calendar thead th{
	background: #fff !important;
	color: #ccc !important;
	border:none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 5px !important;
}

.custom-mini-cal .tribe-events-month,
.custom-mini-cal #tribe-events-header{
	margin: 0 !important;
}

.custom-mini-cal .tribe-events-title-bar{
	background: #415fa5 !important;
	color: #fff;
}

.custom-mini-cal .tribe-events-title-bar h1{
	font-size: 18px;
	font-weight: 100;
	line-height: 60px;
}



.custom-mini-cal .tribe-events-has-events:before {
    background: #cfd6dd !important;
}
.custom-mini-cal.tribe-events-has-events:before {
    background: #fff;
}
.custom-mini-cal .tribe-events-has-events:before {
    bottom: 4px;
    left: 45%;
    margin: 5px auto 0 -4px;
    position: absolute;
}
.custom-mini-cal .tribe-events-has-events:before {
    background: #999;
    border-radius: 7px;
    content: "";
    display: block;
    height: 7px;
    margin: 5px auto 0;
    padding: 0;
    width: 7px;
}


.custom-mini-cal .tribe-events-has-events .tribe_events{
	display: none;
}

.custom-mini-cal .tribe-events-nav-previous a,
.custom-mini-cal .tribe-events-nav-next a{
	visibility: hidden;
}

.custom-mini-cal .custom-highlighted div,
.custom-mini-cal .custom-highlighted a{
	background: #ffae00 !important;
	border-radius: 100% !important;
	padding: 5px !important;
	line-height: 24px !important;
	width: 36px !important;
	margin: auto !important;
	margin-top: -3px !important;
}

.custom-mini-cal .tribe-events-calendar td:hover{
	box-shadow: none !important;
	background: #fff !important;
	cursor: default;
}

.section-image-title-hero .container{
	position: relative;
	width: 100%;
	height: 100%;
}

.section-image-title-hero{
	height: 457px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-image-title-hero__title{
	position: absolute;
	bottom: 0px;
	padding: 30px;
	background:#003087;
}

.section-image-title-hero__title p{
	font-size: 45px;
	line-height: 42px;
	color: white;
	margin: 0px;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
}

.section-image-title-hero__img{
	width: 100%;
}

.section-padding{
	padding: 50px 0px;
}

.section-editor__content p{
	font-size: 18px;
	line-height: 28px;
}

.section-editor__content img{
	width: 100%;
	height: auto;
}

.section-editor__content hr{
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-editor__content h2{
	margin-bottom: 20px;
	font-size: 38px;
    line-height: 42px;
}

.section-editor__content h4{
	font-size: 24px;
	line-height: 28px;
}

.category-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.category-wrap{
	width: calc(33.33% - 10px);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.category__img{
	width: 100%;
	visibility: hidden;
}

.category__title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 45px;
	line-height: 42px;
	color: white;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
}

.section-two-column__textblock-title{
	font-family: "Trade-Gothic";
	font-size: 32px;
	line-height: 32px;
	color: #353535;
	text-transform: uppercase;
	margin: 0px;
}

.section-two-column__textblock-desc{

	color: rgba(53,53,53,0.77);
	font-size: 18px;
	line-height: 28px;
}

.section-two-column__textblock-link{
	display: inline-block;
	font-family: "Trade-Gothic";
	font-size: 20px;
	line-height: 24px;
	color: #353535;
	padding: 16px 24px;
	background: #FFAF00;
	text-transform: uppercase;
	margin-top: 20px;
	transition: all .15s ease-in-out;
}

.section-two-column__textblock-link:hover{
	color: #353535;
	text-decoration: none;
	background: #e59d00;
}

.section-two-column__textblock{
	width: 50%;
	background: #F0F0F0;
	padding: 90px 60px;
}

.section-two-column{
	display: flex;
	align-items: stretch;
}

.section-two-column__image{
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-two-column__image--img{
	display: none;
}

.section-share-buttons__btn-container{
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.section-share-buttons__btn{
	display: inline-block;
	margin: 0px 10px;
	padding: 13px 15px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    background: #FFAF00;
    color: white;
    min-width: 175px;
	font-size: 30px;
	font-family: "Trade-Gothic";
	text-align: CENTER;
    text-transform: uppercase;
}

.section-share-buttons__btn:hover{
	background: #e59d00;
	text-decoration: none;
	color: white;
}

.section-share-buttons__desc p{
	font-size: 18px;
    line-height: 34px;

}

.what-we-do__title{
	margin-bottom: 30px;
}

.what-we-do-service__btn{
	margin-top: 30px;
}

.what-we-do-service__info{
	font-size: 18px;
	line-height: 28px;
	color: rgba(53,53,53,0.73);

}

.what-we-do-service__title{
	font-size: 24px;
	line-height: 42px;
	color: #353535;
	font-family: "Trade-Gothic";
}

.section-solutions{
	background: #F8F8F8;
	padding-bottom: 0px;
}

.section-title{
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #353535;
}

.section-sub-title{
	font-size: 24px;
	line-height: 28px;
	color: #365DA4;
	text-transform: initial;
}

.section-desc{
	font-size: 18px;
	line-height: 28px;

}

.solutions-container{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.solution-wrap{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 140px;
	position: relative;
}

.solution-title{
	color: white;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 30px;
}

.solution-desc{
	font-size: 18px;
	line-height: 33px;

	color: white;
}

.solution-btn{
	text-transform: uppercase;
	margin-top: 30px;
}

.solution-btn:hover{
	text-decoration: none;
}

.solution-overlay{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	background: rgba(0,48,135,0.8);
}

.solution-wrap__content{
	position: relative;
	z-index: 1;
}

.what-we-do__img{
	max-width: 165px;
	width: 100%;
}

.image-cta__message{
	font-size: 28px;
	line-height: 42px;
	font-family: "Trade-Gothic";
	margin: 0px;
	margin-bottom: 20px;
}

.section-iframe{
	height: 100vh;
}

.section-impact-stories{
	background-color: #f0f0f0;
	padding: 65px 0px;
}

.section-impact-stories__title{
	text-align: center;
	margin-bottom: 40px;
}

.impact-story__feature-img{
	width: 100%;
}

.impact-story__content{
	background-color: #1a4593;
	padding: 20px 40px;
	color: white;
	text-align: center;
}

.impact-story__title{
	font-size: 20px;
	text-align: center;
	color: white;
}

.impact-story__title:hover{
	color: white;
	text-decoration: none;
}

.impact-story-meta{
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.impact-story-btn-wrap{
	text-transform: uppercase;
}

.impact-story-btn-wrap{
	text-align: center;
	margin-top: 20px;
}

.impact-story__excerpt{
	text-align: center;
	font-size: 16px;
	min-height: 168px;
}

.impact-story-wrap{
	background-color: #1a4593;
	height: 100%;
}

.impact-story__link:hover{
	text-decoration: none;
}

#results h2{
	font-family: Trade-Gothic;
	font-size: 38px;
	line-height: 32px;
	/* identical to box height, or 84% */

	text-align: center;
	letter-spacing: 1.26667px;
	text-transform: uppercase;

	color: #353535;
}

#results .number{
	font-family: Trade-Gothic;
	font-size: 65px;
	line-height: 65px;
	/* or 49% */

	text-align: center;
	letter-spacing: 2.16667px;
	text-transform: uppercase;

	color: #FFAF00;
}

#results .info{
	font-family: Trade-Gothic;
	font-size: 24px;
	line-height: 32px;
	margin-top: 35px;
	margin-bottom: 10px;
	/* identical to box height, or 133% */

	text-align: center;
	letter-spacing: 0.8px;
	text-transform: uppercase;

	color: #353535;
}

#results .slick-dots li.slick-active button:before{
	width: 14px;
	height: 14px;
}

#image-cta h2{
	font-family: Trade-Gothic;
	font-size: 28px;
	line-height: 42px;
	/* identical to box height, or 150% */

	text-align: center;
	text-transform: uppercase;

	color: #FFFFFF;
	margin-bottom: 18px;
}

.image-cta__message{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */

	text-align: center;

	color: rgba(255, 255, 255, 0.8591);
	margin-bottom: 48px;
}

.two-texts-block{
	padding: 64px 0px;
}

.two-texts-block__main-title{
	font-family: Trade-Gothic;
	font-size: 45px;
	line-height: 53px;
	text-align: center;
	text-transform: uppercase;

	color: #353535;
	margin-bottom: 20px;
}

.two-texts-block__sub-title{
	font-family: Trade-Gothic;
	font-size: 38px;
	line-height: 45px;
	/* or 118% */

	text-align: center;

	color: #415FA5;

	mix-blend-mode: normal;
	opacity: 0.95;
	text-transform: initial;
}

.two-texts-block-link-wrap{
	text-align: center;
	margin-top: 60px;
}

.two-texts-block__link {
	background: #FFAF00;
	padding: 12px 60px;
  font-family: "Trade-Gothic";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
	color: #000000;
}

.two-texts-block__link:hover{
	text-decoration: none;
	color: black;
	background: #e59d00;
}

.multiple-image-text-block{
	background: #F0F0F0
}

.multiple-it-row{
	padding: 60px 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.multiple-it-block__image{
	width: 40%;
}

.multiple-it-block__text{
	width: 60%;
	padding: 50px;
}

.multiple-it-block__text-title{
	font-family: Trade-Gothic;
	font-size: 32px;
	line-height: 32px;
	/* or 100% */

	text-transform: uppercase;

	color: #353535;

}

.multiple-it-block__text-desc{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.76905);
	margin-top: 30px;

}

.multiple-it-block__image-bk{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	min-height: 350px;
}

.multiple-it-block-col--left{
	padding-right: 50px;
	border-right: 3px solid #E2E2E2;
}

.multiple-it-block-col--right{
	padding-left: 50px;
}

.multiple-it-block__image.multiple-it-block-col--left{
	padding-right: 40px;
}

.multiple-it-block__image.multiple-it-block-col--right{
	padding-left: 40px;
}

.benefits-list-block{
	padding: 60px 0px;
}

.benefits-list-block__title{
	font-family: Trade-Gothic;
	font-size: 32px;
	line-height: 32px;
	/* or 100% */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
	margin-bottom: 40px;
}

.benefits-list-block__desc{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: rgba(53, 53, 53, 0.76905);
}

.benefits-row{
	margin-top: 60px;
}

.benefits-item__img-wrap {
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 25px;
}

.benefits-item__img-wrap img {
  width: 100px;
  height: auto;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.211362);
  border-radius: 50%;
}

.benefits-item__title{
	font-family: Trade-Gothic;
	font-size: 24px;
	line-height: 32px;
	/* identical to box height, or 133% */

	text-align: center;
	letter-spacing: 0.8px;
	text-transform: uppercase;

	color: #353535;
	margin-bottom: 10px;
}

.benefits-item__desc{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */

	text-align: center;

	color: rgba(53, 53, 53, 0.76905);
}

.benefits-item-wrap{
	margin-bottom: 30px;
}

.testimonial-slider-block{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.testimonial-slider-block::after{
	background-color: rgba(0,0,0,.3);
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.testimonial-slider__desc{

	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	/* or 117% */

	text-align: center;

	color: #FFFFFF;
	margin-bottom: 50px;
}

.testimonial-slider__name{
	font-family: Trade-Gothic;
	font-size: 36px;
	line-height: 42px;
	/* identical to box height, or 117% */

	text-align: center;

	color: #FFFFFF;
	margin-bottom: 10px;
}

.testimonial-slider__job{
	font-family: Trade-Gothic;
	font-size: 28px;
	line-height: 42px;
	/* identical to box height, or 150% */

	text-align: center;
	text-transform: uppercase;

	color: #FFAF00;
}

.testimonial-sliders{
	padding: 100px 0px;
	margin-bottom: 0 !important;
	z-index: 1;
}

.testimonial-slider-block .slick-next{
	right: 25px;
}

.testimonial-slider-block .slick-prev{
	left: 25px;
}

.testimonial-slider-block .slick-arrow{
    background: #FFAF00 !important;
}

.text-cta-block{
	background: white;
	padding: 70px 0px;
}

.text-cta__text{
	font-family: Trade-Gothic;
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
	color: #353535;
}

.text-cta__link{
	font-family: Trade-Gothic;
	font-size: 20px;
	line-height: 23px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
	background: #FFAF00;
	padding: 20px 35px;
	display: inline-block;
}

.text-cta__link:hover{
	color: #353535;
	text-decoration: none;
}

.faq-item-row{
	margin-bottom: 15px;
}

.faq-block__title{
	font-family: Trade-Gothic;
	font-size: 38px;
	line-height: 42px;
	/* identical to box height, or 111% */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
	margin-bottom: 35px;
}

.faq-item-wrap{
	background: white;
	padding: 30px 40px;
}

.faq-item__question{
	position: relative;
}
.faq-block{
	padding: 70px 0px;
	background: #F0F0F0;
}

.faq-item__question-title{
	font-family: Trade-Gothic;
	font-size: 24px;
	line-height: 42px;
	/* identical to box height, or 175% */

	text-transform: uppercase;

	color: #353535;
	padding-right: 50px;
}

.faq-item__answer{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;

	color: rgba(53, 53, 53, 0.649258);
	padding-top: 30px;
	display: none;
}

.faq-item__question-icon{
	background: #FFAF00;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	/* identical to box height, or 140% */


	color: #353535;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.faq--closed .faq-item__question-icon--opened{
	display: none
}

.faq--closed .faq-item__question-icon--closed{
	display: block
}

.faq--opened .faq-item__question-icon--opened{
	display: block
}

.faq--opened .faq-item__question-icon--closed{
	display: none
}

.section-toolkit-links{
	background: #F0F0F0;
	padding: 70px 0px;
}

.toolkit-list{
	margin-top: 35px;
}

.toolkit-row{
	background: white;
	padding: 20px 34px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.toolkit-item__title{
	font-family: "Trade-Gothic";
	font-size: 18px;
	line-height: 26px;
	/* identical to box height, or 233% */

	text-transform: uppercase;

	color: #353535;
	flex-grow: 1;
	margin-right: 20px;
}

.toolkit-item__link{
	font-size: 20px;
	line-height: 23px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
	font-family: "Trade-Gothic";
	padding: 15px 50px;
	background: #FFAF00;
	transition: all 0.2s ease;
}

.toolkit-item__link:hover{
	background: #e59d00;
	color: #353535;
	text-decoration: none;
}

.get-involved__link{
	background: #FFAF00;
	font-family: "Trade-Gothic";
	font-size: 18px;
	line-height: 18px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #353535 !important;
	transition: all 0.2s ease;
	margin-top: 10px;
	padding: 15px 25px;
	display: inline-block;
}

.get-involved__link:hover{
	text-decoration: none;
	color: #353535 !important;
	background: #e59d00 !important;
}

.get-involved-item{
	margin-bottom: 30px;
}

.btn-primary{
	background: #FFAF00 !important;
}

.btn-primary:hover{
	background: #e59d00 !important;
}

.blue-block__textblock{
	padding: 75px 60px;
}

.blue-block__textblock-title{
	font-size: 32px;
	line-height: 32px;
	font-family: "Trade-Gothic";
	/* identical to box height, or 100% */

	letter-spacing: 1.06667px;
	text-transform: uppercase;

	color: #FFFFFF;
	margin-bottom: 35px;
}

.blue-block__textblock-desc{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */

	color: #FFFFFF;

	margin-bottom: 35px;
}

.meetup-toolkits-block{
	padding: 75px 0px;
}

.meetup-toolkits-block__desc{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */

	text-align: center;

	color: rgba(53, 53, 53, 0.76905);
}

.meetup-toolkits-row__title{
	font-family: "Trade-Gothic";
	font-size: 24px;
	line-height: 42px;
	/* identical to box height, or 175% */

	text-transform: uppercase;

	color: #353535;
}

.meetup-toolkits-row__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0px;
}

.meetup-toolkits-row__title{
	flex-grow: 1;
	margin-right: 20px;
	text-transform: uppercase;
}

.meetup-toolkits-row__top-icon{
	background: #FFAF00;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: center;
	font-family: "Trade-Gothic";
	font-size: 30px;
	line-height: 42px;
	/* identical to box height, or 140% */


	color: #353535;
	cursor: pointer;
}

.meetup-toolkits-row{

	border-bottom: 1px solid #D8D8D8;
}

.meetup-toolkits-row__sub-row_title{
	font-size: 24px;
	line-height: 28px;
	/* or 117% */
	font-family: "Trade-Gothic";

	color: #365DA4;
	margin-bottom: 15px;
}

.style2 .meetup-toolkits-row__sub-row_title{
	font-family: "Trade-Gothic";
	font-size: 24px;
	line-height: 42px;
	/* identical to box height, or 175% */

	text-decoration: underline;
	text-transform: uppercase;

	color: #FFB106;
}
.meetup-toolkits-row__sub-row__desc{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.76905);
}

.style2 .meetup-toolkits-row__sub-row__desc{
	font-family: "Trade-Gothic";
	font-size: 17px;
	line-height: 28px;
	/* or 165% */


	color: #365DA4;
}

.meetup-toolkits-row__sub-row__links{
	padding-inline-start: 20px;
	margin: 0px;
}

.meetup-toolkits-row__sub-row__link{
	font-size: 18px;
	line-height: 42px;
	/* or 233% */

	text-decoration: underline !important;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
	color: #353535;
}

.meetup-toolkits-row__sub-row{
	margin-bottom: 30px;
}

.meetup-toolkits-list{
	margin-top: 30px;
}

.meetup-toolkits-row__bottom{
	/* padding-top: 30px; */
	display: none;
}

.row--closed .meetup-toolkits-row__top-icon--opened{
	display: none;
}

.row--closed .meetup-toolkits-row__top-icon--closed{
	display: block;
}

.row--opened .meetup-toolkits-row__top-icon--opened{
	display: block;
}

.row--opened .meetup-toolkits-row__top-icon--closed{
	display: none;
}

#text-block .sub-title{
	font-family: "Trade-Gothic";
	font-size: 38px;
	line-height: 45px;
	/* or 117% */

	text-align: center;

	color: #365DA4;
	margin-bottom: 30px;
	margin-top: 15px;
	text-transform: initial;
}

.three-blue-column__wrap{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 70px;
	padding-bottom: 80px;
	/* width: 33.33%; */
	height: 100%;
}

.three-blue-column__wrap::after{
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	top: 0px;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 48, 135, 0.8), rgba(0, 48, 135, 0.8));
	opacity: 0.81;
}

.three-blue-column__wrap-title{
	font-size: 32px;
	line-height: 32px;
	/* or 100% */

	letter-spacing: 1.06667px;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
	color: #FFFFFF;
	margin-bottom: 122px;
	z-index: 1;
	position: relative;
}

.three-blue-column__wrap-link{
	/* background: #FFAF00;
	padding: 25px 40px;
	font-size: 26px;
	line-height: 30px;

	text-align: center;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
	color: #353535; */
	position: relative;
	z-index: 1;
	display: inline-block;
}

/* .three-blue-column__wrap-link:hover{
	color: #353535;
	text-decoration: none;
	background: #e59d00;
} */

.three-blue-columns-list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.two-image-column__wrap-title{
	font-size: 28px;
	line-height: 42px;
	/* identical to box height, or 150% */

	text-transform: uppercase;
	font-family: "Trade-Gothic";
	color: #FFFFFF;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
}

.two-image-column__wrap-desc{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(255, 255, 255, 0.8591);
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.two-image-column__wrap-link{
	position: relative;
	z-index: 1;
	display: inline-block;
}
/* .two-image-column__wrap-link{
	background: #FFAF00;
	padding: 25px 40px;
	font-size: 26px;
	line-height: 30px;

	text-align: center;
	text-transform: uppercase;
	font-family: "Trade-Gothic";
	color: #353535;
	display: inline-block;
} */

/* .two-image-column__wrap-link:hover{
	color: #353535;
	text-decoration: none;
	background: #e59d00;
} */

.two-image-column__wrap{
	padding: 70px 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 100%;
}

.two-image-column__wrap:after{
	position: absolute;
    content: '';
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    background: rgba(0,0,0,.3);
}

.two-image-columns-list{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.campaign-section{
	padding: 75px 0px;
}

.campaign__title{
	font-size: 24px;
	line-height: 42px;
	/* or 175% */

	text-transform: uppercase;

	color: #353535;
	font-family: "Trade-Gothic";
	margin-bottom: 30px;
}

.campaign-contact__title{
	font-size: 24px;
	line-height: 28px;
	/* or 117% */


	color: #365DA4;
	font-family: "Trade-Gothic";
	margin-bottom: 36px;
}

.campaign-contact-member__name,
.campaign-contact-member__link{

	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.76905);
	/* margin-bottom: 10px; */
	display: block;
}

.campaign-contact-member__link{
	text-decoration: underline;
}

.campaign-contact-member__link:hover{
	color: rgba(53, 53, 53, 0.76905);
}

.campaign-contact-wrap{
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
	padding-top: 20px;
}

.campaign-contact-wrap:first-of-type{
	padding-top: 0px;
}

.campaign-contact-member-wrap{
	margin-bottom: 20px;
}

.campaign-contact-member-wrap:last-of-type{
	margin-bottom: 0px;
}

.campaign-wrap{
	padding-top: 30px;
}

.campaign-wrap:first-of-type{
	padding-top: 0px;
}

.report-blocks{
	padding: 75px 0px;
}

.report-block-wrap__title{
	font-size: 24px;
	line-height: 42px;
	/* identical to box height, or 175% */

	text-transform: uppercase;

	color: #353535;
	font-family: "Trade-Gothic";
	padding-left: 10px;
}

.report-block-wrap-col__title{

	font-style: normal;
	font-weight: normal;
  padding-top: 10px;
	/* or 239% */
	color: rgba(53, 53, 53, 0.649258);

}

.report-block-wrap-col__link{
	font-family: "Trade-Gothic";
  line-height: 2;
	/* or 300% */

	text-transform: uppercase;

	color: #353535;
	white-space: nowrap;

}

.report-block-wrap-col__link:hover{
	color: #353535;
}

.report-block-wrap-row{
	padding: 10px;
}

.report-block-wrap-row:nth-child(even){
	background: #F5F5F5;
}

.report-block-wrap{
	margin-bottom: 30px;
}

.report-block-wrap-col-links{
	list-style: none;
	padding-inline-start: 0px;
	margin: 0px;
	text-align: right;
}

.report-block-wrap-col-links li{
	display: inline-block;
	padding: 0px 10px;
}

.press-kit-title{
	font-family: "Trade-Gothic";
	font-size: 24px;
	line-height: 42px;
	/* or 175% */

	text-transform: uppercase;

	color: #353535;
	text-align: left;
	margin-bottom: 0px !important;
	padding-right: 60px;
}

.press-kit-wrap{
	border-bottom: 1px solid #B9B9B9;
	padding: 25px 0px;
}
.press-kit-wrap__bottom{

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.76905);
	display: none;

	padding-top: 30px;
	text-align: left;
}

.press-kit-wrap__bottom ul{
	padding-inline-start: 20px;
}

.press-kit-wrap__bottom a{
	color: #365DA4;
	text-decoration: underline;
}

.press-kit-wrap__bottom a:hover{
	color: #365DA4;
}

.press-kit-wrap__top{
	position: relative;
}

.press-kit-icon{
	background: #FFAF00;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #353535;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.press-kit--closed .press-kit-icon--opened{
	display: none
}

.press-kit--closed .press-kit-icon--closed{
	display: block
}

.press-kit--opened .press-kit-icon--opened{
	display: block
}

.press-kit--opened .press-kit-icon--closed{
	display: none
}

.location-block__img{
	width: 100%;
	margin-top: 30px;
}

.location-block{
	padding-top: 70px;
}

.custom-mini-cal .tribe-events-has-events:before{
	display: none;
}

.custom-mini-cal .tribe-events-has-events{
	/* background: #FFAF00 !important; */
	/* border-radius: 50%; */
}

.custom-mini-cal .tribe-events-has-events div{
	background: white !important;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-]{
	width: 57px !important;
    height: 57px !important;
    line-height: 57px !important;
	padding: 0px !important;
	background: white !important;
}

#tribe-events-content .tribe-events-calendar td{
	/* border-radius: 50% !important; */
}

.tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-]{
	background: transparent !important;
}

#tribe-events-content .tribe-events-calendar td:hover{
	/* background: #FFAF00 !important; */
	/* border-radius: 50%; */
}

.custom-mini-cal .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-]{
	background: #FFAF00 !important;
	border-radius: 50% !important;
}

.location-map-container{
	width: 100%;
	height: 0px;
	padding-top: 25%;
	position: relative;
}

.location-map-wrap{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.location-map-wrap #map{
	width: 100%;
	height: 100%;
}

.location-map-wrap #map button{
	display: none !important;
}

.location-info-window{
	padding: 0px 30px 76px 30px;
	background: #FFFFFF;
	box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.211362);
}
.location-title{
	font-size: 24px;
	line-height: 42px;
	/* identical to box height, or 175% */

	text-transform: uppercase;

	color: #353535;
	font-family: "Trade-Gothic";
}

.location-address{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.649258);

}

.location-phone{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	/* or 156% */


	color: rgba(53, 53, 53, 0.649258);
}

#text-block-calendar .form-container{
	margin-top: 70px;
}

#text-block-calendar .form-container h3{
	text-align: center;
	margin-bottom: 48px;
}
#text-block-calendar .form-container .gform_fields{
	list-style: none;
	padding-inline-start: 0px;
}

#text-block-calendar .form-container .gform_fields label{
	display: none;
}

#text-block-calendar .form-container .gform_fields .gfield_checkbox label{
	display: inline-block;
	color: rgba(53, 53, 53, 0.649258);
}

#text-block-calendar .form-container .gform_fields input[type="text"],
#text-block-calendar .form-container .gform_fields input[type="email"]{
	background: #F8F8F8;
    border: 1px solid #787878;
    padding: 12px 18px;
	width: 100%;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(53, 53, 53, 0.649258);
    margin-bottom: 25px;
}

#text-block-calendar .form-container .gform_fields .name_first,
#text-block-calendar .form-container .gform_fields .name_last{
	width: 100%;
	display: block;
}

#text-block-calendar .form-container .gform_fields .gfield_checkbox{
	list-style: none;
	padding-inline-start: 0px;
}

#text-block-calendar .form-container .gform_fields input[type="submit"]{
	background: #FFAF00;
    padding: 18px 57px;
    -webkit-appearance: none;
    outline: none;
	border: 0px;
	font-family: "Trade-Gothic";
	font-size: 20px;
	line-height: 23px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #353535;
}

#text-block-calendar .form-container .gform_footer{
	text-align: center;
}

.custom-single-event .tribe-block__venue{
	display: block;
}

.custom-single-event .tribe-block__venue > div{
	width: 100% !important;
	flex-basis:100% !important;
}

.custom-single-event .btn-primary{
	min-width: 100%;
}



.event .gfield{
	display: block;
}


.custom-navigation a{
	color: #353535;
	font-size: 14px;
	font-family: "Trade-Gothic";
}
.custom-navigation span:not(:last-of-type):after{
	content:'•';
	position: absolute;
	right: -4px;
	top: 2px;
}

.community-resources .btn{
	text-decoration: none;
}

.community-resources h5{
	font-size: 20px;
}

.nav-tabs{
	border:none !important;
	display: flex;
  justify-content: center;
	margin-top: 50px;
}

.nav-tabs .nav-link{
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	color:#353535;
	border:none !important;
	padding: .5rem .5rem 0;
	font-size: 28px;
}

.nav-tabs .nav-link{
	border-color: transparent;
}

.nav-tabs .nav-link.active{
	color: #ffb351;
}
.nav-tabs .nav-item:not(:last-of-type) .nav-link:after{
	content:'/';
	margin-left: 1rem;
	color:#353535 !important;
}

.ece-banner{
	background: #425FA5;
	padding: 10px 0px;
  }

.ece_banner_switcher a{
}

.ece_banner_switcher .wpml-ls-legacy-dropdown{
	width: auto
}

.ece-banner-nav li{
	list-style: none;
	display: inline-block;
	padding: 0px 12px;
	position: relative;
  }

	.ece-banner-nav li .sub-menu {
		position: absolute;
		top: 25px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		padding: 0;
		background: rgba(0,48,135,1);
		z-index: 9999;

		-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
		-moz-transition: all 0.2s ease;/* Firefox 4-15 */
		-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
		transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
	}

	.ece-banner-nav li:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

  .ece-banner-nav li a{
	font-size: 14px;
	color: white;
	line-height: 20px;
	text-decoration: none;
  }
  .ece-banner-nav li a:hover{
	color: white;
	text-decoration: none;
  }
  .ece-banner-nav{
	padding-left: 0px;
	margin: 0px;
  }

  body.admin-bar .ece-banner{
  }

  .ece-banner-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
  }

  .ece-banner-nav{
	padding-left: 0px;
  }

.navbar [id*="menu-ece-main-menu"] .menu-item a, .navbar [id*="menu-tax-assistance-menu"] .menu-item a{
    font-size: 22px;
    line-height: 33px;
    color: #353535;
    text-transform: uppercase;
	padding: 20px 25px;
	position: relative;
}

.navbar [id*="menu-ece-main-menu"] li.menu-item-has-children, .navbar [id*="menu-tax-assistance-menu"] li.menu-item-has-children {
  position: relative;
}

.navbar [id*="menu-ece-main-menu"] li ul.sub-menu, .navbar [id*="menu-tax-assistance-menu"] li ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 250px;
  background: #dddddd;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.navbar [id*="menu-ece-main-menu"] li.menu-item-has-children:hover ul.sub-menu, .navbar [id*="menu-tax-assistance-menu"] li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.navbar [id*="menu-ece-main-menu"] li ul.sub-menu li, .navbar [id*="menu-tax-assistance-menu"] li ul.sub-menu li {
  text-align: left;
}

.navbar [id*="menu-ece-main-menu"] li ul.sub-menu li a, .navbar [id*="menu-tax-assistance-menu"] li ul.sub-menu li a {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 8px 0;
}

.navbar [id*="menu-ece-main-menu"] li ul.sub-menu li a:after, .navbar [id*="menu-tax-assistance-menu"] li ul.sub-menu li a:after {
  content: none;
}

.navbar [id*="menu-ece-main-menu"].united-mega-nav-top a:after, .navbar [id*="menu-tax-assistance-menu"].united-mega-nav-top a:after{
	display: none;
	top: 15px;
	right: 5px;
}

.navbar [id*="menu-ece-main-menu"].united-mega-nav-top .menu-item-has-children a:after, .navbar [id*="menu-tax-assistance-menu"].united-mega-nav-top .menu-item-has-children a:after{
	display: block;
}

.ece-navbar-brand-img{
	width: auto !important;
	height: 60px;
}

.ece-header{
	margin-bottom: 90px;
}

.ece-header .united-mega-nav{
	margin-top: 75px;
}

.ece-hiw-section2-gallery-wrap{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.ece-hiw-section2-gallery-col--img{
	width: 50%;
	order: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ece-hiw-section2-gallery-col--content{
	width: 50%;
	order: 2;
	padding: 90px 50px;
	background: #F8F8F8;
}

.ece-hiw-section2-gallery-wrap:nth-of-type(even) .ece-hiw-section2-gallery-col--img{
	order: 2;
}

.ece-hiw-section2-gallery-wrap:nth-of-type(even) .ece-hiw-section2-gallery-col--content{
	order: 1;
}

.ece-section-title--large{
	font-size: 32px;
	line-height: 38px;
	font-family: "Trade-Gothic";
	color: #353535;
	text-transform: uppercase;
}

.ece-section-desc ul {
  list-style: disc;
  padding-left: 25px;
}

.ece-section-link-wrap{
	margin-top: 30px;
}

.ece-section3-container{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.ece-section3-gallery-item-wrap{
/* height: 100%; */
	width: calc(33.33% - 10px);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px;
}

.ece-section3-gallery-item-content{
	position: relative;
}

.ece-section3-gallery-item-overlay{
	background-color: #0033A0;
	opacity: .65;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.ece-section-title{
	color: #353535;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 0;
}

.ece-section-title--medium{
	color: white;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
}

.ece-section3-gallery-item-wrap .ece-section-title--medium{
	text-align: center;
	margin-bottom: 30px;
}

.ece-section4-img-container{
	min-height: 370px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ece-section4-content{
	max-width: 550px;
}

.ece-cta-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 10px;
}

.ece-cta-section .ece-section-title{
	color: white;
}

.ece-faqs-category-container{
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.ece-faqs-category-wrap{
	padding: 20px 15px;
	border-bottom: 1px solid #707070;
}

.ece-faqs-category-link{
	cursor: pointer;
	font-size: 20px;
	font-family: "Trade-Gothic";
	line-height: 33px;
	color: #353535;
	opacity: .38;
	text-transform: uppercase;
}

.ece-faqs-category-wrap.status--active{
	border-bottom: 2px solid #F1B434;
}

.ece-faqs-category-wrap.status--active .ece-faqs-category-link{
	/* color: #353535; */
	opacity: 1;
}

.ece-faq-container{
	border-bottom: 1px solid #AAAAAA;
}

.C4CgrayBG{
    padding: 40px 0 0 0;
    background:#f9f9f9;
}

.C4CvidColumn{
    max-width:1200px;
    margin: 0 auto;
    padding: 20px 50px 80px 50px;
}

.C4CvidColumn .col-lg-7{
    max-width: 100%;
}

.C4C-section4-video iframe{
    margin-top:22px;
}

.C4CvidColumn .ece-section4-content, .C4C-section4-video{
        margin-top: 0;
    }

.toggle-header{
	background: #FFB351;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #000000;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
}

.toggle-header-text{
	text-transform: uppercase;
}

.toggle-header-icon{
	color: white;
	position: absolute;
	right: 0px;
	font-size: 25px;
	line-height: 25px;
	top: 15px;
	font-style: initial;
	cursor: pointer;
}

.toggle--closed .toggle-header-icon--open{
	display: block;
}

.toggle--closed .toggle-header-icon--close{
	display: none;
}

.toggle--opened .toggle-header-icon--open{
	display: none;
}

.toggle--opened .toggle-header-icon--close{
	display: block;
}

.toggle-content {
	display: none;
	padding: 20px;
}

.ece-faq-container .toggle-header{
	background: white;
	padding: 30px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-right: 80px;
}

.ece-faq-container .toggle-header-icon{
	color: #353535;
	background: #F1B434;
	padding: 20px;
}

.ece-faqs-list{
	margin-top: 50px;
}

.ece-faq-content h2{
	color: #353535;
	font-size: 28px;
	color: #353535;
	text-transform: uppercase;
}

.ece-faq-content p{
	font-size: 18px;
	line-height: 27px;
	color: #353535;
}

.toggle--clickable{
	cursor: pointer;
}

.ece-contact-section2{
	background: #F8F8F8;
}

.ece-contact-section2-contacts{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ece-contact-section2-contact-wrap.width--100{
	width: 100%;
}

.ece-contact-section2-contact-wrap.width--50{
	width: calc(50% - 15px);
}

.ece-contact-section2-contact-wrap{
	margin-bottom: 30px;
}

.ece-contact-section2-img-wrap{
	width: 100%;
}

.ece-contact-section2-img{
	width: 100%;
}

.ece-contact-section2-contact-wrap .ece-section-title{
	margin-bottom: 15px;
}
.ece-contact-section2-contact-wrap .ece-section-desc p{
	margin: 5px 0px;
}

.ece-contact-section3 .ece-faq-content-wrap{
	display: flex;
	justify-content: space-between;
}

.ece-faq-content-left{
	width: calc(100% - 160px)
}

.ece-faq-content ul{
	list-style: initial;
	padding-left: 40px;
}

.cta-form-wrap .gform_footer{
	margin-bottom: 0px;
}

.cta-form-wrap .gform_heading{
	display: none;
}

#email-signup .gform_body input{
	margin-top: 0px;
	padding: 16px 18px;
    padding-bottom: 17px;
}

.blog-page-filter .project-cat[slug="alumni-united-spotlights"],
.blog-page-filter .project-cat[slug="ep-spotlights"]{
	display: none !important;
}

#filter.blog-page-filter .categories{
	padding-left: 0px;
}

.navbar .united-mega-nav-top {
	padding: 0px 20px;
	flex-grow: 1;
  justify-content: center;
}

.navbar .united-mega-nav-top li {
  text-align: center;
}

.search-donate{
	margin-left: 20px;
}

.three-blue-column__wrap-desc{
	font-size: 16px;
	color: white;
	z-index: 1;
	position: relative;
	margin-bottom: 15px;
}

.three-blue-column__wrap--center{
	text-align: center;
}

.three-blue-column__wrap-title.has--bottom-padding{
	margin-bottom: 15px;
}

.three-blue-column__wrap{
	padding: 60px 30px;
}

.no-gutters .three-blue-column__wrap{
	padding: 120px 70px;
}

.cta-column__wrap{
	text-align: center;
	padding: 60px 30px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-column__wrap-title{
	font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.06667px;
    text-transform: uppercase;
    font-family: "Trade-Gothic";
    color: #FFFFFF;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.cta-column__wrap-desc{
    font-size: 16px;
    color: white;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.cta-column__wrap::after{
	position: absolute;
    content: '';
    left: 15px;
	/* width: 100%; */
	right: 15px;
    top: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cta-column__wrap-link {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.cta-columns{
	/* margin-top: 30px; */
}

.three-blue-columns-list .col-lg-4{
	margin-bottom: 30px;
}

.cta-columns-list .col-lg-6{
	margin-bottom: 30px;
}

.corporation-funder-list{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.corporation-funder-wrap{
	margin-bottom: 20px;
	min-height: 60px;
	width: 25%;
}

.corporation-funder-wrap-link{
	text-decoration: none !important;
}

.corporation-funder-wrap-link:hover{
	text-decoration: none;
}

.corporation-funder-img{
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.corporation-funder-name{
	text-align: center;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.corporation-funder-img img {
  width: 100%;
  visibility: hidden;
}


/* Search Functionality */

#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
	top: 0;
	left: 0;
	z-index: 1;

	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.4s ease;/* Firefox 4-15 */
	-o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
	transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
}

#search.active {
  opacity: 1;
  visibility: visible;
}

.admin-bar #search {
	top: 32px;
}

.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}

#search .close-btn {
  display: block;
}

.search-form-wrap {
	max-width: 600px;
	margin: auto;

	transform: translateY(-15px);

	-webkit-transition: all 0.6s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.6s ease;/* Firefox 4-15 */
	-o-transition: all 0.6s ease;/* Opera 10.5-12.00 */
	transition: all 0.6s ease;/* Firefox 16+, Opera 12.50+ */
}

#search.active .search-form-wrap {
  transform: translateY(0);
}

.search-form-wrap form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-form-wrap label{
	display: none;
}

.search-form-wrap .form-group{
	margin-bottom: 0px;
	width: 100%;
}

.search-form-wrap .form-group input{
	margin: 0px;
	padding: 13px 15px;
	border: 0px;
}

.search-wrap {
  padding: 50px 0;
}

.search-wrap h1.archive-title {
  margin-bottom: 50px;
  text-align: center;
}

.search-wrap article {
  border-top: 1px solid #eeeeee;
  padding: 25px 0;
}

.search-wrap article header {
  margin-bottom: 0;
}

.search-wrap article h3 a {
  color: #FFAF00;
}

.search-wrap article .entry-content p {
  margin-bottom: 0;
}

.primer_page_navi {
  margin-top: 30px;
}

#form {
  padding: 50px 0;
}

#form .gfield_label_before_complex {
  display: none;
}

#form .gform_fields {
	padding: 0;
}

#career-listings {
	padding: 50px 0;
}

.department {
	border-bottom: 1px solid #000000;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.department  h1 {
	font-size: 30px;
}

.department .description {
	font-size: 20px;
	margin-top: 10px;
	padding-right: 100px;
}

.job {
	margin-bottom: 30px;
}

.job h3.job-title {
	font-size: 30px;
	margin-bottom: 5px;
}

.job .job-position {
	font-size: 18px;
	color: #585858;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "Trade-Gothic";
}

.career-listing-block{
	padding: 30px 0px;
}

.career-listing-block__desc{
	margin: 20px 0px;
}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 2px solid #000;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #000;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}



/* ---------------------------------------------- /*
 * Lightbox Styling
/* ---------------------------------------------- */

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 0 15px;
}

.modal-body p {
  margin: 15px 0;
}

#what-your-dollar-buys-1 .modal-info,
#sign-petition .modal-info,
#story-lightbox .modal-info   {
  padding: 100px 15px;
}

#what-your-dollar-buys-2 .modal-info {
  padding: 45px 30px;
}

#subscribe-for-emails-1 .modal-info {
  padding: 15px;
}

#subscribe-for-emails-2 .modal-info {
  padding: 15px 30px 30px;
}

.modal-body h2 {
  font-size: 64px;
  margin: 15px 0;
}

#subscribe-for-emails-1 h3 {
  font-size: 20px;
}

#subscribe-for-emails-2 h3,
#sign-petition h3 {
  font-size: 24px;
}

.lightbox-side-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.modal-content h2 {
  text-transform: uppercase;
  color: #005191;
  padding: 0;
}

.modal-content .btn {
	background: #e13c31 !important;
	color: #ffffff !important;
}

.modal-content .btn:hover {
	background: #C7362C !important;
}

.modal .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 42px;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  z-index: 999999;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;

  background: #000000;
}

.modal .close span {
  font-size: 22px;
}

.modal #gform_90 .gfield_label {
  display: none;
}

.modal #gform_90 ul.gfield_radio li {
  width: 50%;
  display: inline-block;
}

.modal #gform_90 li input {
  width: auto;
  margin-right: 10px;
}

.modal #gform_90 .gform_footer {
  text-align: center;
}

.wp-block-cover__inner-container p{
	color:#fff !important;
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	font-weight: 600;
}

/* ---------------------------------------------- /*
 * 21-Day Equity Challenge
/* ---------------------------------------------- */

.equity-header {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}


.events-legend{
	text-align: center;
	margin-bottom: 40px;
}

.events-legend span span{
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #333;
	margin-left: 25px;
	margin-bottom: -3px;
}

.events-legend span:first-of-type span{
	margin-left: 0;
}

.equity-challenge .cal-icon{
	background-image:url(../images/cal-icon.png);
	background-size: contain;
	width: 105px;
	height: 120px;
	font-weight: 700;
	font-family: "Trade-Gothic";
	color:#005191;
	padding-top: 55px;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 15px;
}


.single-equity .cal-icon .day-text{
	position: absolute;
	top: 15px;
	color: #ededed;
	font-size: 16px;
	left: 37px;
}

.single-equity .cal-icon{
	width: 65px;
	height: 75px;
	padding-top: 34px;
	font-size: 24px;
}


.equity-challenge-list span:not(.cal-icon){
	text-decoration: underline;
	display: block;
}

.equity-challenge-list a:hover{
	text-decoration: none;
}

.equity-challenge-list .week{
	background-color:#F8F8F8;
}

.equity-challenge-list .week:nth-of-type(even){
	background-color:#F0F0F0;
}

.equity-day.current{
	background: #91ABDA;
}

.equity-day.unavail{
	opacity: .5;
}

.hidden_label label{
/* 	display: none; */
}

.equity-hero{
	background-image:url(../images/equity-background.jpg);
	background-size: cover;
}

.uw-100-hero{
	background-image:url(../images/uw-100-background.jpg);
}

.equity-hero .row{
	text-align: center;
	color:#fff;
	background: #161616;
	font-size: 24px;
}

.uw-100-hero .row{
	background:#fff;
	color: #161616;
}

.equity-hero h1:before{
	content: "“";
	font-weight: 700;
	font-family: "Trade-Gothic";
	font-size:400px;
	opacity: .2;
	color:#fff;
	position: absolute;
	margin-left: -160px;
}

.uw-100-hero h1:before{
	color:#161616;
}

.equity-hero .author{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.equity-hero .origin{
	font-size: 18px;
}

.uw101_landing_grid_item{
	color:#161616;
	font-size:14px;
}

.background_f8{
	background-color:#F8F8F8;
}

.text-white{
	color:#fff;
}

.text-blue{
	color:#405D9F;
}

#gform_wrapper_481{
	background-color: #fff;
	padding:25px 50px 5px;
}

#gform_wrapper_481 .gform_title{
	text-align: center;
}

#gform_wrapper_481 .gform_fields{
	margin: 0;
	padding:0;
}

#gform_wrapper_481 #field_481_9 ul{
	list-style: none;
	padding: 0;
	font-size: 14px;
}

#gform_wrapper_481 #field_481_9 .gfield_label{
	display: none;
}

#gform_wrapper_481 #field_481_9 li{
	margin-bottom: 15px;
}

.equity-today{
	background: #161616;
}

.equity-today .box{
	display: block;
	background: #fff;
	color:#353535;
	font-size: 18px;
}

.equity-today .box:hover{
	text-decoration: none;
}

.equity-today .box p a {
	color: #405D9F;
}

.equity-list-full{
	background: #F8F8F8;
	overflow: hidden;
	position: relative;
}

.equity-list-full .row{
	position: relative;
	transition: left .5s ease;
	left: 0;
}

.equity-list-full .next,
.equity-list-full .prev{
	position: absolute;
	right: 0;
	background: #FFAF00;
	width: 55px;
	height: 100%;
	top:0;
	cursor: pointer;
}


.equity-list-full .next:before,
.equity-list-full .prev:before{
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 34px;
	margin-left: 10px;
	color: #fff;
	position: absolute;
	top: 23px;
	transform: rotate(90deg);
}
.equity-list-full .next:before{
	transform: rotate(-90deg);
}

.equity-list-full .prev{
	left:0;
	right: auto;
	display: none;
}

.equity-social{
	background-size: cover;
}

.equity-social .box{
	background:#fff;
	border:10px solid #161616;
}

.equity-social .box p{
	font-size: 16px;
}
.equity-social .box p.tags{
	font-size: 22px;
	font-weight: bold;
}

.equity-social a {
	display: inline-block;
}

.equity-social a:hover {
	text-decoration: none;
}

.page-template-page-ta .navbar-brand img{
	width:auto;
	height:53px;
}

.page-template-page-ta #image-cta .btn {
    margin-bottom: 15px !important;
}



/* Image Block */

.wp-block-image.img-fluid img {
	width: 100%;
	height: auto;
}



/* Sponsorship forms */

.ginput_cardextras,
.ginput_card_expiration_container{
	display: flex;
	gap: 15px;
}

.ginput_card_expiration_container > span{
	width: 100%;
}
.ginput_cardinfo_left,
.ginput_cardinfo_right{
	flex:50%;
}

#input_504_80_2_cardinfo_left legend{
	font-weight: normal;
	margin:0;
	color:#7B7B7B;
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
	display: flex;
	height: 32px;
	margin: 0.5rem 0 0.4rem 0;
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
	background-position: -167px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
	background-position: -221px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -275px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
	background-position: -59px 0;
}
.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
	background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0.3rem;
	text-indent: -9000px;
	width: 40px;
}

/*** MASONRY GALLERY ***/
.masonry_gallery{
	padding:80px 0;
}
.grid-sizer,
.grid-item {
	--wx: 1;
	--hx: 1;
	width: calc(calc(var(--wx) * 20%) - 10px);
	background-size:cover;
	background-position:center;
	margin:0 10px 10px 0;
}
.grid-item--width-2{
	--wx: 2;
}
.grid-item--width-3{
	--wx: 3;
}
.grid-item .spacer{
	float:left;
	width:100%;
	padding-top:calc(var(--wx) * 100%);
}
.grid-item--width-2 .spacer{
	padding-top:calc(var(--wx) * 50%);
}

@media(max-width:992px) {
	.grid-sizer,
	.grid-item {
		width: calc(calc(var(--wx) * 50%) - 10px);
	}
}


/*** EVENTS ARCHIVE ***/
.event_date_square{
	background: #1F56A1;
    color: #FFF;
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event_date_square span{
	display:block;
	font-size: 32px;
	line-height: 32px;
	font-weight:bold;
	font-family: "Trade-Gothic";
	text-transform:uppercase;
}
.events_archive_item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    font-family: var(--font-family-sans-serif);
    text-transform: none;
}
.events_archive_item .event_time{
	margin:0;
	font-weight:bold;
}
.event_content_wrapper {
    height: 103px;
    overflow: hidden;
}
.event_content_wrapper.active{
	height:auto;
}

#events_archive{
	padding:120px 0;
	overflow: hidden;
}
.events_archive_item{
	margin-bottom:90px;
}
.events_archive_item p{
	font-size: 15px;
	line-height: 22px;
}
#events_archive_sidebar > h3{
	font-family: "Trade-Gothic";
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	margin-bottom:20px;
}
.events_archive_filters_list_title{
	position:relative;
	display:block;
	font-family: "Trade-Gothic";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	color:#000;
	text-transform:uppercase;
	margin: 0;
	cursor:pointer;
}
.open .events_archive_filters_list_title{
	color: #1F56A1;
}
.events_archive_filters_list_title:after{
	content:'\f067';
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
	font-family:fontawesome;
}
.open .events_archive_filters_list_title:after{
	content:'\f068';
}
.events_archive_sidebar_widget{
	float:left;
	width:100%;
	border-top:1px solid #A6A6A6;
	padding:20px 0;
}
.events_archive_sidebar_widget:last-child{
	border-bottom:1px solid #A6A6A6;
}
.events_archive_main{
	padding-left:80px;
}
.events_archive_header h2{
	font-size: 38px;
    line-height: 46px;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #A6A6A6;
}
.events_archive_filters_list{
    display: none;
	float:left;
	width:100%;
	padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
}
.events_archive_filters_list li{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.events_archive_filters_list a{
	float:left;
	width:100%;
	position:relative;
	color:#000;
	font-weight:500;
}
.events_archive_filters_list a.active{
	color:#1F56A1;
}
.events_archive_filters_list a:after{
	content:'\f00c';
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
	font-family:fontawesome;
	visibility:hidden;
}
.events_archive_filters_list a.active:after{
	visibility:visible;
}
.events_archive_filters_list a:hover:after{
	content:'\f00d';
}

@media(max-width: 992px) {
	.events_archive_main {
	    padding:0 30px;
	}
	.event_date_square {
		width: 100%;
	}
	.event_date_square span {
    	font-size: 25px;
	}
	.events_archive_item {
		margin-bottom: 50px;
	}
	.events_archive_item h3 {
		font-size: 18px;
		line-height: 130%;
	}
	.events_archive_header h2 {
    	font-size: 30px;
		padding: 0 0 20px 0;
	}
	.full-width-image .spacer{
		padding-top:var(--imageRatio);
	}

}

/*** TOWN HALL ***/
.townhalls-nav {
	border-bottom: 1px solid #DFDFDF;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    border-bottom: none;
}
.townhalls-nav a {
	font-family: "Trade-Gothic";
	text-transform: uppercase;
	opacity: .38;
	color: #353535;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 42px;
	text-decoration: none !important;
	padding: 20px;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.townhalls-nav a.active,
.townhalls-nav a:hover {
	opacity: 1;
	border-bottom: 3px solid #FFAF00;
}
.townhalls-tab {
	padding-top: 50px;
	text-align: center;
	display: none;
	-webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.2s ease;/* Firefox 4-15 */
	-o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
	transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}
.townhalls-tab.active {
	display: block;
}

.town-halls-series .blog-main-single-body {
	padding: 20px;
}

.town-halls-series .blog-main-single {
	background-color: #013087;
}

.town-halls-series .blog-main-single .video-thumb{
	opacity: .3;
	height: 195px;
	transition: opacity .3s ease;
}

.town-halls-series .blog-main-single .video-thumb:hover{
	opacity: .6;
}

.town-halls-series .blog-main-single .placeholder{
	height: 195px;
	background: #AAAAAA;
}

.town-halls-series .blog-main-single-body .btn{
	font-size: 14px;
	padding: 14px 0;
	min-width: 0;
	width: 100%;
}

.town-halls-series .blog-main-single-body div[class*=col-]{
	padding: 0 5px;	
}


.town-halls-series .blog-main-single .play-btn{
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	margin-left: -25px;
	top: 80px;
	text-align: center;
	line-height: 45px;
	text-indent: 4px;
	pointer-events: none;
}

.town-halls-series select,
.town-halls-series input{
	border:none;
	padding: 5px 10px;
	background: #fff;
	font-size: 14px;
}


.town-halls-series .filters{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.town-halls-series .filters .fa-search{
	position: absolute;
	top: 18px;
	font-size: 12px;
	left: 0;
}

.town-halls-series .filters .col-6:last-of-type:after {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 14px;
	color: #FFAF00;
	position: absolute;
	top: 12px;
}

.town-halls-series input{
	padding-left: 8px;	
}

.town-halls-series input::placeholder{
	color:#000;
}

.town-halls-series .filters div[class*=col-]{
	border-bottom:1px solid #ccc;
}

.town-halls-series .th-events{
	background: #F8F8F8;
	padding-bottom: 50px;
}

.image-lightbox-gallery {
	padding: 50px 0;
}

.three-image .container-fluid {
	margin: 0 auto;
	max-width: 1400px;
}

.three-image img{
	max-width: 100%;
}

/*** UNITED WAY 101 ***/
.uw-100-hero{
	position: relative;
    width: 100vw;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#single-content .uw-100-hero p{
	color:#FFF;
}
.uw-101-item img{
	border-radius:5px;
}
.uw-101-item{
	font-size:12px;
}
.uw-100-list{
	padding:50px 0 90px;
}
.uw-100-list:nth-child(even){
	background:#f7f7f7;
}
.gallery_block img{
	max-width: 100%; 
	width: auto; 
	height: auto;
	max-height: 500px;
}

/*** SEARCH PAGE ***/
.search_result{
	border-top:1px solid #DFDFDF;
	padding:20px 0;
	gap:20px;
	color: #353535;
}
.search_result:hover{
	color:currentcolor;
	text-decoration:none;
}
.search_result h3{
	color: #FFAF00;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding:0;
}
.search_result p{
	margin:0;
}
.post_type_tag{
	display:inline-block;
	padding:10px 25px;
	color: #1A4592;
	text-align: center;
	font-size: 14px;
	border:1px solid #1A4592;
	border-radius:99px;
}
.united_search{
	display: flex;
	align-items: center;
	justify-content: center;
}

.search_container{
	display: inline-flex;
	flex-direction: row;
}

#search-header {
    min-height: 400px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.search_summit{
	padding: 13px 15px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    background: #FFAF00 !important;
    color: #000000 !important;
    min-width: 175px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    font-family: "Trade-Gothic";
    text-decoration: none !important;
	height: 48px;
	line-height: 1;
	border: none;
	text-transform: uppercase;
}

.search_container select.postform{
	background-image: url('https://uwsemlivestg.wpengine.com/wp-content/uploads/arrow.svg');
	background-size: 15px;
	background-repeat: no-repeat;
    background-position: 95% center;
}

input[type="text"].search_input{
	position: relative;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #495057;
	height: 50px;
	padding: 10px;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#e6e6e6;
}
.postform{
	position: relative;
	height: 50px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #495057;
	margin: 0;
	border: none;
	padding: 10px 40px 10px 20px;
	cursor:pointer;
	background-image:url(../images/down-arrow.svg);
	background-position:calc(100% - 10px) center;
	background-size:20px;
	background-repeat:no-repeat;
}
.search_summit{
	width:100%;
}

@media(max-width:992px) {
	 .address_city {
		width: 100%;
		margin-right: 0;
	}

	 .address_state,
	 .address_zip {
		width: calc(50% - 20px);
	}
}

.iframe_wrapper{
	display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 45%;
}
.iframe_wrapper .placeholder_text{
	opacity: 0.5;
    color: #f00;
    margin: 0 auto;
    max-width: 490px;
    font-size: 18px;
	visibility:hidden;
}
.iframe_wrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media(max-width:1200px) {
	.iframe_wrapper {
		padding-top: 55%;
	}
}
@media(max-width:992px) {
	.iframe_wrapper {
		padding-top: 70%;
	}
	
	
.search_result_content{
	text-align:center;
}
}
@media(max-width:768px) {
	.iframe_wrapper {
		padding-top: 100%;
	}
	.iframe_wrapper .placeholder_text {
		padding: 0 15px;
	}
}
@media(max-width:495px) {
	.iframe_wrapper {
		padding-top: 130%;
	}
}
@media(max-width:355px) {
.iframe_wrapper {
    padding-top: 145%;
}
	.iframe_wrapper .placeholder_text {
    padding: 0 25px;
}
}