html{
    overflow-x: hidden;
}
p{
	margin-bottom: 10px !important;
}
/* HEADER START */
.main_menu {
    display: flex;
/*     justify-content: space-between; */
    padding: 0;
    margin: 0;
    align-items: center;
	justify-content: center;
}

.white_menu{
	position: relative;
    z-index: 50;
    background-color: #ffffff;
	max-width: 1140px !important;
}

.main_menu li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
/*     padding-left: 20px; */
	padding: 10px 20px;
}

.main_menu li:hover {
    color: #01AAAD;
}

*:not(i){
	font-family:"Inter" !important;
}

.main_menu li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.open_search {
    cursor: pointer;
}
.open_search .fa-search{
	color: #8a8a8e;
    font-size: 20px;
}
.search_form{
    background-color: #000000ad;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}
.search_form form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
}
.search_form form input{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 0;
    font-size: large;
    height: 53px;
}
.search_form form input:focus{
    border: 1px solid #fff;
    box-shadow: none;
}

.n2_clear{
	position:relative;
	z-index: 3;
}
.search_form form button{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.close_search_btn{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: xxx-large;
}

.header-style{
    box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
	transition: 0.4s;
}
.members_link{
    height:100%;
}

.n2-ss-no-bga-fixed .n2-ss-slider-2{
    /*border-bottom-left-radius: 101px;*/
    /*border-bottom-right-radius: 101px;*/
}
.members_link a{
    padding: 8px 20px 10px 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #FF9D00;
    display: inline-block;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}
.custom-logo-link img{
    height: auto;
    width: 85%;
	position:relative;
	z-index: 2;
}
.bg-purple{
    background-color: #FF9D00;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("/wp-content/uploads/2025/03/pacwip-header-4.png");
	background-size: contain;
	position: relative;
}

.purple_font{
	color: #531f4d;
}

.datahub{
	background: rgb(160,77,151);
	background: linear-gradient(90deg, rgba(160,77,151,1) 0%, rgba(83,32,78,1) 100%);
	text-decoration: none;
	color: #ffffff;
	font-family: "Inter", serif;
	font-weight: 700;
	border-radius: 20px;
	z-index: 2;
	position:relative;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
 	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
}

@media (max-width: 575.98px){
	.datahub{
		padding: 15px 13px;
		display: block;
    	text-align: center;
	}
	#logo{
		max-width: 150px !Important;
	}
}
@media (min-width: 576px){
	.datahub{
		padding: 15px 40px;
	}
}

.bg-orange{
	width: 100%;
    position: absolute;
    top: 6px;
    height: 67px;
    left: 0;
    top: 51px;
    background-color: #FF9D00;
	z-index: 1;
}

.me-400{
	margin-right: 450px;
}
.header_woman{
	position: relative;
}
.header_woman img{
	position: absolute;
    right: 0;
    bottom: -83px;
	z-index: 2;
	width: 370px;
}
.members_login{
	flex-direction: row;
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.guten-dlPQ91 .guten-meta-readmore{
    margin-top: 0px !important;
}

.guten-dlPQ91 .guten-meta-readmore a{
    padding-left: 0px !important;
}

.we_put_border_radius .n2-ss-slider-3{
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

/* HEADER END */

/* FOOTER START */
/* newsletter start */
#subscription_email{
    border-radius: 0;
    padding: 10px;
    border: 1px solid #4f4b4b;
}
#subscription_btn{
    border: 1px solid #4f4b4b;
    border-radius: 0;
    margin-top: 10px;
}

#subscription_btn:hover{
    background-color:  #4f4b4b;
    color: #fff;
}
/* newsletter end */
footer{
    box-shadow: 0px -2px 4px -2px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
	padding-bottom: 10px;
	background-color: #FC7404;
}

footer p{
	color: #ffffff !important;
}
footer a{
	color: #ffffff !important;
	text-decoration: none;
}

footer a:hover,footer i:hover{
	color:#812267 !important;
}
.copyright_row{
    background-color: #FC7404;
    color: #fff;
    padding-top: 15px;
	padding-bottom: 12px;
    font-size: 11px;
}
/* FOOTER END */

/* body */
.main_content{
    min-height: 50vh;
}

/*Contact form 7 form css start */
.wpcf7{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.wpcf7-form,
.wpcf7-form textarea,
.wpcf7-form p,
.wpcf7-form span{
    width: 100%;
}

.wpcf7-form{
    padding-top: 20px;
	padding-bottom: 20px;
}
.wpcf7-form input{
    border: none;
    padding: 10px;
    outline: none;
    margin-top: 10px;
	border-radius: 5px;
	font-family: "Inter", serif;
	font-weight: 400;
	font-size: 16px;
}
.wpcf7-form input:focus{
    border: none;
    border-bottom: 1px solid #000;
}
.wpcf7-form textarea{
    border: 1px solid #e0dede;
    outline: none;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}
.wpcf7-form textarea:focus{
    border: 1px solid #000;
}
.wpcf7-form [type=submit]{
    background-color: #ff9d00;
    padding: 10px;
	margin-left: 10px;
	color: #ffffff;
	font-family: "Inter", serif;
	font-weight: 700;
	font-size: 16px;
}

.wpcf7-form [type=submit]:hover{
	background-color: #01AAAD;
}

#menu-item-110{
	padding-left: 0px !important;
}

/*Contact form 7  form css end */

/* widths starts */
.width_lg_10{
    width: 10% !important;
}
.width_lg_20{
    width: 20% !important;
}
.width_lg_30{
    width: 30% !important;
}
.width_lg_40{
    width: 40% !important;
}
.width_lg_50{
    width: 50% !important;
}
.width_lg_60{
    width: 60% !important;
}
.width_lg_70{
    width: 70% !important;
}
.width_lg_80{
    width: 80% !important;
}
.width_lg_90{
    width: 90% !important;
}
.width_lg_100{
    width: 100% !important;
}
/* widths end */


@media only screen and (max-width: 1024px){
    .width_md_10{
        width: 10% !important;
    }
    .width_md_20{
        width: 20% !important;
    }
    .width_md_30{
        width: 30% !important;
    }
    .width_md_40{
        width: 40% !important;
    }
    .width_md_50{
        width: 50% !important;
    }
    .width_md_60{
        width: 60% !important;
    }
    .width_md_70{
        width: 70% !important;
    }
    .width_md_80{
        width: 80% !important;
    }
    .width_md_90{
        width: 90% !important;
    }
    .width_md_100{
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px){
    .width_sm_10{
        width: 10% !important;
    }
    .width_sm_20{
        width: 20% !important;
    }
    .width_sm_30{
        width: 30% !important;
    }
    .width_sm_40{
        width: 40% !important;
    }
    .width_sm_50{
        width: 50% !important;
    }
    .width_sm_60{
        width: 60% !important;
    }
    .width_sm_70{
        width: 70% !important;
    }
    .width_sm_80{
        width: 80% !important;
    }
    .width_sm_90{
        width: 90% !important;
    }
    .width_sm_100{
        width: 100% !important;
    }
}

.inter-p,
#main_menu li a{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#wpcf7-f211-o1 .wpcf7-form span{
	width: 70%;
	display:inline-block;
}
#wpcf7-f211-o1 .wpcf7-email{
	width: 100%;
}
#wpcf7-f211-o1 .wpcf7-submit{
	width: 28%;
}
.guten-S2cIn8{
	font-family: "Inter", serif;
	font-size: 16px;
}
.guten-yS6zYN{
	padding-left: 0px;
	align-items: center;
}
.guten-social-icon a .fa-youtube{
	font-size:24px !important;
}
.guten-social-icon a i{
	font-size:18px !important;
}
#guten-kzB3rw{
	padding-top: 7px;
}
.guten-social-icons{
	flex-wrap: nowrap !important;
}
.guten-jcG5jP{
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.guten-guQbRY{
	padding-top: 0px;
}

.guten-kuG5oo{
	margin-top: 0px;
	color: #ffffff;
}
.guten-RYKrMf{
	justify-content: flex-start !important;
}
.guten-yS6zYN{
	width: 15% !important;
}
.guten-6oBZYw,
.guten-S2cIn8,
.guten-9GkDi1{
	font-size: 16px !important;
}
.border_bottom:after{
	display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 2px solid white;
    margin-top: 15px;
}
.blue_font{
	color: #01AAAD;
}
.guten-YmabRR a{
	color: #ffffff;
}
div#n2-ss-1 .n-uc-IbNOabpfT5aE-inner{
	justify-content: flex-end !important;
	padding-bottom: 12% !important;
}
.n2-bullet{
	background-color: RGBA(255, 255, 255, 0.8) !important;
}
.n2-active{
	background-color: #FF9000 !important;
	border: 2px solid #FF9000 !important;
}
div#n2-ss-1 .n2-ss-control-bullet{
	margin-left: 11% !important;
    margin-bottom: 9% !important;
}
.guten-TGWaFc .guten-post-meta-bottom,
.guten-teOUrY .guten-post-meta-bottom{
	justify-content: flex-end !important;
}
.guten-TGWaFc .guten-post-meta-bottom, a:hover{
	color: #01aaad ;
}
.datahub:hover{
	background: rgb(8, 141, 143);
	background: linear-gradient(90deg, rgb(31, 178, 181) 0%, rgb(8, 141, 143) 100%);
	color: #ffffff !important;
}

#myChart{
	padding: 1em 2em;
	border-radius: 20px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 30px rgba(214, 214, 214, 0.8);
}

.guten-F8QDxY>a,.guten-5IzGNy>a,.guten-lrL9Ld > a{
	font-size:25px !important;
	transition: font-size 300ms ease;
}
.guten-lrL9Ld:hover > a,
.guten-5IzGNy:hover > a,
.guten-F8QDxY:hover > a {
    font-size: 30px !important;
    transition: font-size 300ms ease;
    color: white !important;
}



.hover-icon > div > p:after{
	position:absolute;
	z-index:10;
	width:50px;
	content: url("https://staging.pacwip.org/wp-content/uploads/2025/02/union-1-1.png");  /* Unicode for Font Awesome search icon */
    font-family: "Font Awesome 6 Free"; /* Ensure FontAwesome is loaded */
    font-weight: 900; /* Required for solid icons */
    color: white;
	top: 50%;
	transform: translateY(-45%);
	right: auto;
	opacity:0;
}
.post-1{
	margin-bottom:0 !important;
min-height: calc(500px + 2em);
}


/* accordion css */
.accordion-heading{
	background-color: #01aaad;
	border-radius: 10px;
}
.accordion-text{
	color: white;
}

.accordion-icon {
  color: transparent;
}
.current_page_item a{
	color: #01AAAD !important;
}
.arrow-icon:after{
	content: "\f08e";
}

.arrow-icon{
	font-family: "Font Awesome 6 Free";
  	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.guten-teOUrY .guten-postblock .guten-post .icon-position-before i{
	margin-right: 0px;
}
.guten-teOUrY .guten-postblock .guten-block-pagination .guten-block-loadmore{
 box-shadow: none;
}
.form-select{
	border: 1px solid #01AAAD;
}
.guten-jvGU4t{
	padding: 0px !important;
	
}
.tribe-common-l-container{
	padding-bottom: 18px !important;
}
.purplefont{
	color:#812267;
}
.guten-B0uGHL, 
.guten-guQbRY{
	padding-left: 0px;
}
.readmore {
    color: #01aaad;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    display: block;
}
.readmore:hover{
	color: #FF9000 ;
}