@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');


svg {
    width: 100%;
    height: 100%;
}
svg * {
    transition: all .4s ease;
}

[id^=program_],
[id^=partner_] {
	cursor: pointer;
}





.active {
    opacity: 1 !important;
}
.inactive {
}




text, tspan {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	stroke: none !important;
	letter-spacing: -.02em;
    fill: #FFFFFF;
    pointer-events: none;}

	.st62{font-size:19.3714px;}
	.st67{font-size:10.5255px;}
	.st69{font-size:11.037px;}
	.st73{font-size:10px;}
	.st81{font-size:16.9799px;}
	.st83{font-size:15.7159px;}
	.st114{font-size:9px;}
	.st116{font-size:16.2559px;}
	.st125{font-size:8.3316px;}


/* Lines */
path.line {
    stroke: #231F20 !important;
    opacity: .1;
    stroke-width: 1;
    fill: transparent !important;
}
path.line.active {
    opacity: 1;
    stroke-width: 2;
}



[id^=program_] {
    fill:#9D0D12;
    stroke-width: 2;
    stroke: #231F20;
}
path.partner,
[id^=partner_] {
    fill:#3BBDB2;
    stroke: #231F20;
    stroke-width: 2;
}




/*    
    129 - info
    130 - ext-link
    59 - info-wrapper
    63 - star
*/ 
.region,
circle.info,
circle.ext-link {
    fill: rgba(255,255,255,0) !important;
    stroke-width:0;
    stroke:transparent;
}
circle.link-wrapper,
circle.info-wrapper {
	fill: #FFFFFF;
    stroke: #231F20;
    stroke-width: 1;
    opacity: 1 !important;
}
.star, .link {
    opacity: 1 !important;
}

circle.highlight,
path.partner.highlight {
    animation-name: fill;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes fill {
  0% {
    stroke-width: 2;
      stroke: #231F20;
      fill: #3BBDB2;
  }
  100% {
    stroke-width: 6;
      fill: #231F20;
      stroke: #C6BD0D;
  }
}




/* TESTING */
[id^=program_] {
    fill:#FFFFFF;
    stroke-width: 2;
    stroke: #231F20;
}
path.partner,
[id^=partner_] {
    fill:#EDF5FC;
    stroke-width: 2;
    stroke: #231F20;
}


text tspan {
    fill: #231F20;
}
circle[id^=program_].highlight,
[id^=partner_].highlight,
path.partner.highlight,
circle[id^=program_].active,
[id^=partner_].active,
path.partner.active {
    animation-name: fill-alt;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    fill: #9D0D12;
}
text,
text tspan {
    fill: #231F20;
}
text.highlight,
text.highlight tspan,
text.active,
text.active tspan,
text.text-color,
text.text-color tspan {
    fill: #FFFFFF !important;
}


@keyframes fill-alt {
  0% {
    fill:#FFFFFF;
    stroke-width: 2;
    stroke: #231F20;
  }
  100% {
    stroke-width: 6;
    fill: #9D0D12 !important;
    stroke: #9D0D12;
  }
}


.select-nav select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}








body:not(.elementor-editor-active) .elementor-element .elementor-text-editor {
	font-family: "proxima-nova", Sans-serif !important;
}

/* Popout width */
[id^=elementor-popup-modal-] .dialog-message {
	width: 75vw !important;
}


/* Custom List */
.custom-list ul {
  list-style: none;
  padding: 0;
}
.custom-list li {
  padding-left: 1.3em;
}
.custom-list li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin-left: -1.8em; /* same as padding-left set on li */
  width: 1.8em; /* same as padding-left set on li */
    font-weight: 700;
    color: #3BBDB2;
}



/* Navigation */
nav .map {
	background-color: #0E2749;
	border-radius: 3px;
    margin-left: 30px;
}
nav .map a {
	color: #FFF !important;
	text-transform: uppercase;
	margin: 0 !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
}
nav .map a:after {
	height: 0 !important;
}
ul.sub-menu {
	margin-left: -20px !important;
	padding: 0 10px 20px !important;
}
@media (min-width: 1060px)  {
    ul.sub-menu::after {
        content: '';
        height: 20px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),to(rgba(0,0,0,0)));
        /* background: linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 100%); */
        opacity: .1;
    }
}

.drop-shadow img {
      filter: drop-shadow(0 0 40px rgba(197,190,42,.15));
}





/* Clips */
.mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-clip: border-box;
  mask-clip: border-box;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.mask.section-1 {
  -webkit-mask-image: url("assets/images/SI-3-Background Mask-2.svg");
          mask-image: url("assets/images/SI-3-Background Mask-2.svg");
}
.mask.president {
  -webkit-mask-image: url("assets/images/PM-Header Mask.svg");
          mask-image: url("assets/images/PM-Header Mask.svg");
}
.mask.president-2 {
  -webkit-mask-image: url("assets/images/PM-Background 2.svg");
          mask-image: url("assets/images/PM-Background 2.svg");
}
.mask.president-3 {
  -webkit-mask-image: url("assets/images/PM-Mask 4.svg");
          mask-image: url("assets/images/PM-Mask 4.svg");
}
.mask.financial {
  -webkit-mask-image: url("assets/images/FB-Header Mask.svg");
          mask-image: url("assets/images/FB-Header Mask.svg");
}
.mask.financial-section-1 {
  -webkit-mask-image: url("assets/images/FB-Background-2.svg");
          mask-image: url("assets/images/FB-Background-2.svg");
}
.mask.section-2 {
  -webkit-mask-image: url("assets/images/SI-3-Background Mask-3.svg");
          mask-image: url("assets/images/SI-3-Background Mask-3.svg");
}
.mask.section-3 {
  -webkit-mask-image: url("assets/images/SI-3-Background Mask-4.svg");
          mask-image: url("assets/images/SI-3-Background Mask-4.svg");
}
.mask.yir-section-1 {
  -webkit-mask-image: url("assets/images/YIR-Neighborhood Background-2.svg");
          mask-image: url("assets/images/YIR-Neighborhood Background-2.svg");
}
.mask.yir-workers-section-1 {
  -webkit-mask-image: url("assets/images/YIR-Workers-Background 2.svg");
          mask-image: url("assets/images/YIR-Workers-Background 2.svg");
}
.mask.yir-workers-section-2 {
  -webkit-mask-image: url("assets/images/YIR-Workers-Mask-4.svg");
          mask-image: url("assets/images/YIR-Workers-Mask-4.svg");
}
.mask.yir-youth-section-1 {
  -webkit-mask-image: url("assets/images/YIR-Youth-Background-2.svg");
          mask-image: url("assets/images/YIR-Youth-Background-2.svg");
}
.mask.yir-youth-section-2 {
  -webkit-mask-image: url("assets/images/YIR-Youth-Mask 4.svg");
          mask-image: url("assets/images/YIR-Youth-Mask 4.svg");
}

.fade > div { z-index: 9; }
.fade::before,
.fade::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
}
.fade::before {
	top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.fade::after {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}




/* CAROUSEL */
.elementor-swiper-button[aria-disabled="true"] { display: none; }
.elementor-slides-wrapper .swiper-slide:first-child .swiper-slide-bg {
    background-image: url("assets/images/KQEwHEn9.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-slides-wrapper .swiper-slide:first-child .swiper-slide-contents {
	text-align: center;
}
#elementor-popup-modal-3308 .dialog-message {
	width: 850px !important;
}
.elementor-slide-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
    margin-bottom: 0 !important;
}
.elementor-slide-description > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.elementor-slide-description .video-wrapper {
	padding: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 42%;
	        flex: 0 0 42%;
	height: auto;
	margin: 0 6%;
	border: solid 3px #5A8AB6;
	border-radius: 4px;
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,.5);
	        box-shadow: 0 0px 8px rgba(0,0,0,.5);
}
.elementor-slide-description .video-wrapper video {
    -o-object-fit: none;
       object-fit: none;
    display: block;
}
.swiper-slide:not(:first-child) .elementor-slide-heading { display: none; }
.elementor-slide-description h2 {
    font-size: 26px;
	font-weight: 700;
    color: #0E2749;
    letter-spacing: normal !important; 
}




.beauty-image {
}

@media (min-width: 1920px) and (max-width: 2560px)  {
    .mask,
    .beauty-image {
        background-size: cover;
    }
}
@media (min-width: 1060px) and (max-width: 1280px)  {
    .mask,
    .beauty-image {
        background-size: auto !important;
        background-attachment: fixed;
    }
}
@media (max-width: 1060px)  {
    .mask { mask-image: none !important; }
}




/* Board of Directors */
.board *{
    color: #525252;
	font-family: "proxima-nova", Sans-serif !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}
.board p {
    color: #525252;
	font-family: "proxima-nova", Sans-serif !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0 !important;
}

.board h2 {
    color: #0E2749;
    font-family: 'Poppins', sans-serif !important; 
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 40px !important;
}
.board h3 {
    color: #3BBDB2;
	font-family: "proxima-nova", Sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin: 6px 0 4px !important;
}
.rule { margin-bottom: 6px !important; }
.rule::after {
    content: url("assets/images/Line-Circle-Separator.svg");
    display: block;
    margin-top: 15px;
}
.rule.white::after {
    content: url("assets/images/PM-Yellow Line Graphics.svg");
}
    
.call-to-action {
    border: solid 1px #3BBDB1;
    border-radius: 12px;
    transition: all 0.5s ease;
    filter: drop-shadow(0 0 00px rgba(0,0,0,0));
    transform: scale(1);
}
.call-to-action:hover {
    filter: drop-shadow(0 0 40px rgba(0,0,0,.15));
    transform: scale(1.05);
}

.call-to-action > div {
    border-radius: 9px;
}

.two-col p,
.three-col p {
	display: inline-block;
	min-height: 60px;
    width: 100%;
}
@media (max-width: 767px)  {
    .two-col p,
    .three-col p {
        display: block;
        min-height: auto;
    }
}


.number-box * {
    text-decoration: none !important;
    transition: all .4s ease;
}
.number-box.blue > div:hover {
    box-shadow: 0 6px 10px rgba(59,189,178,.6);
}
.number-box.red > div:hover {
    box-shadow: 0 6px 10px rgba(158,13,18,.6);
}
.number-box.yellow > div:hover {
    box-shadow: 0 6px 10px rgba(197,190,42,.6);
}
.box-shadow > div {
    transition: all .4s ease;
    box-shadow: 0 0 16px rgba(14,39,73,0.15);
} 
.box-shadow:hover > div {
    box-shadow: 0 6px 16px rgba(14,39,73,0.15);
} 





.parallax::before, .parallax::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 30%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	top: 0;
	background-attachment: fixed;
}
.parallax::before {
    background-image: url("assets/images/STARR.svg");
    background-position: -50%;
    left: 0;
}
.parallax::after {
    background-image: url("assets/images/Texture Copy 2 copy.png");
    right: 0;
    background-position: right;
}
.parallax.reverse::before {
    background-image: url("assets/images/Texture-Copy-2-copy-rev.png");
    background-position: 0;
}
.parallax.reverse::after {
    background-image: url("assets/images/STARR.svg");
    background-position: 150%;
}


.footer-line h6 {
  display: flex;
  flex-direction: row;
}
.footer-line h6:before,
.footer-line h6:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.footer-line h6:before {
  flex: 0 15px;
}
@media (max-width: 767px) {
    .footer-line h6:before,
    .footer-line h6:after {
      content: "";
      flex: 1 1;
      border-bottom: 1px solid;
      margin: auto;
    } 
}


.credentials {
    font-size: 12px;
    color: #FFF;
}
.credentials a {
    color: #FFF;
    font-weight: 700;
}



/* Popup form hide submission */
.gform_confirmation_wrapper .gform_wrapper {
    display: none;
}
.confirmation-message {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	line-height: 27px;
	letter-spacing: -0.2px;
}

@media (max-width: 1060px)  {
    .elementor-nav-menu a {
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
    .mask.president-3 {
        background-size: auto !important;
    }
    nav .map {
        margin-left: 0;
    }
}
@media (max-width: 767px)  {
    .parallax {
        background-size: 200% !important;
    }
}
@media (max-width: 500px)  {
    h1 {
        font-size: 12vw !important;
        line-height: 1.2em !important;
    }
    [id^=elementor-popup-modal-] h1 {
        font-size: 10vw !important;
    }
    .beauty-image h2 {
        font-size: 11vw !important;
    }
}






