@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Segoe UI Variable';
    src: url('SegoeUIVariable.eot');
    src: url('SegoeUIVariable.eot?#iefix') format('embedded-opentype'),
        url('SegoeUIVariable.woff2') format('woff2'),
        url('SegoeUIVariable.woff') format('woff'),
        url('SegoeUIVariable.ttf') format('truetype'),
        url('SegoeUIVariable.svg#SegoeUIVariable') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
p{
	font-size: 16px;
	color: #000;
}
p a{
	color: #A17B1C;
	text-decoration: underline;
}
.btn.card_btn.blue_btn {
    background: #6AB165;
}
.nav-pills .nav-link {
    border-radius:0px!important;
    border: 0px!important;
    cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius:0px!important;
    border: 0px!important;

}
button:focus {
    outline: 0px!important;
}
.nav-pills .nav-link{
	margin-right: 5px;
}
.nav-link {
    padding: 0.5rem 3rem!important;
}

.corevalue {
    width: 100%;
    float: left;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
}
.corevalue .corechar{
	width: 50px;
	height: 35px;
	background: #467157;
	color: #fff;
	font-size: 20px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
}
.corevalue .corelist{
	width: 92%;
	float: left;
}
.sprit_img{
	text-align: center;
}
.sprit_img img{
	width: 100%;
	margin-bottom: 20px;
	max-width: 600px;
	display: inline-block;
}

.accordion{
	width: 100%;
	float: left;
}
.accordion .card-header{
	cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
ul.link_list{
	width: 100%;
	float: left;
	margin: 0px 0px 20px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
ul.link_list li{
	list-style: none;
	float: left;
	width: 50%;
}
ul.link_list li a{
	color: #A17B1C;
	text-decoration: underline;
}
.btn i{
	margin-right: 10px;
}
.btn.fb_btn{
	background: #385591;
	color: #fff;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 5px;
}
.btn.fb_btn.insta_btn{
	background: #df002e;
}
.static-page h4{
	font-size: 20px;
}

ul.event_list{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ul.event_list li{
	list-style: disc;
	float: left;
}
.wdt50{
	width: 50%;
	float: left;
}

.wdt32{
	width: 32%;
	float: left;
}




.navbar-brand{
	margin: 10px;
}
.navbar-brand img{
	max-width: 100px;
}
.navbar{
	padding: 0px!important;
}
.navbar-nav li a{
	    display: block;
    padding: .5rem 1rem;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-nav li a:hover{
	    color: #00703c;
}
.navbar-collapse{
	    flex-direction: column;
    align-items: flex-end!important;
	justify-content: flex-end;
}
.navbar-nav{
	margin: 40px 0px 0px;
}
.navbar_buttons{
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
}
.navbar-nav li:last-child ul{
	right: 10px;
}
.navbar-nav li ul li a{
	text-transform: inherit;

    display: inline-block;
    width: 100%;
}
.navbar-nav li ul li a:hover{
	background: #00703c;
	color: #fff;
}
.navbar-nav li ul li ul{
	left: -100%;
	top: 0;
}
.navbar-nav li ul{
	    padding: 0;
    list-style: none;
    background: #f5f5f5;
    max-width: 300px;
    width: 100%;
    display: none;
        z-index: 9;
    position: absolute;
}
.navbar-nav li:hover > ul{
	display: block;
}
.navbar-nav li ul li{
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	position: relative;
}
.navbar-nav li ul li a{
	    text-transform: inherit;
    padding: 10px 15px;
}
.btn.btn_newsletter{
	background: #00703c;
	border-radius: 0px;
	color: #fff;
	    width: auto;
	    float: left;

}
.btn:hover{
	background: #000!important;
}
.btn.btn_newsletter.btn_donate{
	background: #a28400;
}
.btn.btn_newsletter.btn_apply{
	background: #2e5040;
}

.commit_to_quality{
	display: flex;
	align-items: center;
	margin: 55px 0px 80px;
}
.commit_img{
	max-width: 100%;
}

.carousel-item img{
/* max-width: 100%;
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: inherit; */
	max-width: 100%;
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    object-position: inherit;
}
.card.arca_card{
	border: 0px;
	border-radius: 0px;
	position: relative;
	align-items: center;
	margin-bottom: 80px;
}

.card.arca_card .card-body p{
	font-size: 14px;
    margin-bottom: 40px;
}
.card.peachcard{
	background: #fbe3c6;
	border-top: 5px solid #ee860a;
}
.card.peachcard .btn.card_btn {
    background: #ee860a;
}
.card.beigecard{
	background: #eae3c7;
	border-top: 5px solid #a5880e;
}
.card.beigecard .btn.card_btn {
    background: #a5880e;
}
.card.bluecard{
	background: #cbcfe8;
	border-top: 5px solid #1f2f9c;
}
.card.bluecard .btn.card_btn {
    background: #1f2f9c;
}
.card.greencard{
	background: #cde7d3;
	border-top: 5px solid #27973f;
}
.card.greencard .btn.card_btn {
    background: #27973f;
}
.card.arca_card .card-title{
	position: absolute;
    top: -35px;
	color: #00723e;
}
.card-text{
	font-size: 14px;
    margin-bottom: 40px;
}
.btn.card_btn{
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.btn.card_btn.orange_btn{
	background: #ee860a;
}
.btn.card_btn.brown_btn{
	background: #a5880e;
}
.btn.card_btn.blue_btn{
	background: #1f2f9c;
	    white-space: normal;
}
.btn.card_btn.green_btn{
	background: #27973f;
}
.btn_col{
	display: flex;
	justify-content: center;
}
.btn.card_btn.learn_more_btn{
	    background: #00703c;
    font-weight: bold;
    margin: 0px 0 50px;
}

.donate_heading{
	border-bottom: 10px solid #977807;
	display: flex;
	justify-content: space-between;
	padding: 0px 100px;
}
.donate_heading.family_heading{
	border-bottom: 10px solid #129bd2;
}
.head_img img{
	width: 100%;
	max-width: 300px;
	margin: 5px 0px 0px 0px;
}
.donate_heading.family_heading .head_img img {
    max-width: 810px;
}

.makeonlinecol{
	display: flex;
	margin: 20px 0px;
}
.makeonlinecol p a{
	color: #000;
	text-decoration: none;
}
.makeonlinecol p a:hover{
	color: #00703c;
}
.btn.btn_newsletter.makeonlinebtn{
	background: #640d16;
	border-radius: 5px;
	width: 100%;
}
.donation_img{
	width: 100%;
	float: left;
	padding: 0px 20px;
	margin-bottom: 50px;
}
.donation_img img{
	width: 100%;
}

.donate_heading.career_heading{
	border-bottom: 10px solid #046334;
	justify-content: flex-end;
}

.makeonlinecol p span{
	font-size: 20px;
	color: #046334;
}
.now_hiring_cl h3{
	font-size: 40px;
	color: #000;
	font-weight: 400;
}
.now_hiring_cl .subhead{
	font-size: 30px;
	color: #000;
	font-weight: 300;
}

.btn.btn_newsletter.makeonlinebtn.viewjobtn{
	background: #032e19;
    width: auto;
    float: right;
    position: relative;
	padding-right: 40px;
}
.btn.btn_newsletter.makeonlinebtn.viewjobtn:after{
	width:38px;
	height:41px;
	position: absolute;
	right: 0px;
	top: 0px;
	background:url("../images/arrow_icon.png");
	content: "";
}

.arca_hiring{
	background: url("../images/arca_bg.png") center center;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;
    background-size: 30%;
}
.card.arca_card.hiring_card{
	background:rgba(219, 235, 227, .23);
	padding: 20px 20px 40px;
	width: 19%;
	margin: 0px;
	float: left;
}
.card.arca_card.hiring_card a{
	width: 100%;
	color: #212529;
}
.card.arca_card.hiring_card.bottom_margin{
	margin:27% 10px 0px;
}
.card-img-top{
	border-radius: 0px 0px 0px 0px!important;
	height: auto !important;
}
.single-card-img{
	border-radius: 0px 0px 0px 0px !important;
    height: auto !important;
    background: #fff;
    padding: 10px;
	width: 100%;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .3);
}
.card.arca_card.hiring_card .card-body{
	padding: 20px 0px;
}

.makeonlinecol.service_col{
	padding: 50px 0px;
}
.makeonlinecol.service_col h5{
	font-size: 18px;
}
.family_service img {
    max-width: 100%;
    height: auto;
}

.makeonlinecol.service_col:nth-child(even){
	background: #eaf6fb;
}

.makeonlinecol.service_col:nth-child(even) .container .row{    flex-direction: row-reverse;}
.text_rght{
	text-align: right;
}
.makeonlinecol.service_col.personal_service{
	padding: 0px;
}
.personalcare img{
	margin: -31px 0px -25px;
}
.makeonlinecol.service_col h5 a{
	color: #000;
}
footer {
	background: rgb(162,132,0);
background: linear-gradient(180deg, rgba(162,132,0,1) 0%, rgba(0,112,60,1) 100%);
	position: relative;
	margin: 50px 0px 0px;
     }
     footer p, a {
		 color: #fff;
}
footer h6 {
	color: #fff;
}
.social .social_icon{
	width: 100%;
	float: left;
	color: #fff;
	margin-bottom: 5px;
}
     .social .social_icon img{
		 width: 30px;
		 margin-right: 10px;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  text-decoration:none;
}
footer ul  li a:hover {
    color: #f5f5f5 !important;
}
.btn.subscribe_btn{
	position: absolute;
	left: 9%;
	top: -38px;
	background: #a28400;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
}
.copyright_col{
	color: #fff;
	text-align:center;
	margin: 20px 0px 0px;
	font-size: 14px;
}
.hero_section{
	margin-bottom: 70px;
}
img.myImg{
	cursor: pointer;
}
.static-page h3{
	font-size: 30px;
    color: #000;
    font-weight: 300;
    margin-bottom: 30px;
}
.static-page h3 a{
	color: #000;
}
.static-page .mb40{
	margin-bottom: 40px;
}
.static-page ul li{
	margin-bottom: 5px;
}
.static-page ul li ul{
	margin-bottom: 10px;
}
.static-page p.f20{
	font-size: 20px;
}
.static-page p.f20 a{
	text-decoration: underline;
}

.about_a_wrapper{
    width: 100%;
    display: flex;
    margin-bottom: 60px;
    margin-top: 60px;
}

.about_a_img{
	    width: 100%;
    max-width: 360px;
    padding-right: 60px;
}
.about_a_img img{
	width: 100%;
    height: auto;
}

.about_a_img.wdt60 {
    max-width: 490px;
}

.about_content{
	width: 100%;
}
.about_a_wrapper p.mb40{
	margin-bottom: 20px;
}
.qualtiy_logo_content .about_a_img {
    max-width: 220px;
}
p.fs30{
	font-size: 29px;
    font-weight: 400;
}
p.sub-heading{
	margin-top: -20px;
	margin-bottom: 20px;
}
.leader_team_card{
	gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.leader_team_card .card.arca_card.hiring_card{
	text-align: left;
	    align-items: start !important;
	        margin:0;
	        width: calc(25% - 17px);
}
.leader_team_card .card-body{
	padding: 0 !important;
}
.leader_team_card img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.leader_team_card h4{
	font-size: 18px	;
}
.leader_team_card.awards .card.arca_card.hiring_card {   
    width: calc(50% - 10px);
}
.leader_team_card.awards .card.arca_card.hiring_card:hover{
	background: #a28400;
    color: #fff;
}
.leader_team_card.awards .card.arca_card:hover > .card-body p{
	color: #fff;
}
.leader_team_card.awards .card.arca_card .card-body p {
   
    margin-bottom: 0;
}
.donation_wrapper{
	margin-top: 60px;
}
footer{
	width: 100%;
	display: inline-block;
}
.financial_list h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.financial_list ul{
	margin: 0px;

}
.financial_list ul li{
	width: 100%;
	    margin-bottom: 5px;
    list-style: circle;
}
.financial_list ul li a{
	    width: 100%;
    display: inline-block;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
}

.team_description{
	    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.team_description img{
	    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: 10px;
}
.news_video_col h5{
    font-weight: 500;
    font-size: 14px;
}
.news_video_col img{
	padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}
.news_video_col a{
	    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.full_width_faq.mb50{
	margin-bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;  
    width: 50px;
    color: #fff;   
    background: rgba(0, 0, 0, .8);
    height: 80px;
    margin-top: -40px;
    padding: 0;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background: #a28400;
}
.inner-banner-slider img{
	width: 100%;
	height: auto;
}

.full-width-form{
	width: 100%;
	margin-bottom: 20px;
}
.full-width-form{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px 20px 5px ;
}
.full-width-form h4{
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.full-width-form .contact-form-field-wrapper{
	width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.contact-form-field-col{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.full-width-form .contact-form-field-col label{
	font-weight: 500;
}

.full-width-form .contact-form-field-col .form-check label{
    font-size: 16px;
    font-weight: 400;
}
.full-width-form .contact-form-field-col .gap-4{
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 40px;
}
/* .full-width-form .contact-form-field-col label span{
	font-weight: bold;
	color: red;
} */
.full-width-form .form-check{
	padding: 0px;
}
.contact-form-field-col p{
	margin-bottom: 0px;
}
.contact-form-field-col p.small_text{
	font-size: 14px;
    color: #686868;
    margin-bottom: 10px;

}
.full-width-form .wpcf7-radio, .full-width-form .wpcf7-checkbox{
	flex-wrap: wrap;
    column-gap: 25px;
    display: flex;
	row-gap: 10px;
}
.full-width-form .wpcf7-checkbox .wpcf7-list-item-label{
	font-weight: 400;
}
.full-width-form .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.full-width-form .wpcf7-list-item  .wpcf7-list-item-label{
	font-weight: 400;
}
.full-width-form .contact-form-field-col input, .full-width-form .contact-form-field-col textarea{
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 0px;
	padding: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.full-width-form .contact-form-field-col textarea{
	height: 100px;
    width: 100%;

}
.full-width-form .contact-form-field-col textarea:focus{
	outline: none;
}
.full-width-form .contact-form-field-col input[type=radio]{
    height: 18px;
    box-shadow: 0 0 0px rgba(0, 0, 0, .1);
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.full-width-form .contact-form-field-col input[type=checkbox]{
    box-shadow: 0 0 0px rgba(0, 0, 0, .1);
    height: auto;
    margin-right: 10px;

}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.tnp-subscription .tnp-field label{
	font-size: 16px;
	    margin-bottom: 12px;
}
.tnp-subscription .tnp-field input{
	    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}
.tnp-subscription .tnp-field input[type="submit"]{
	    background: #a28400 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin-top: 20px;
    cursor: pointer;
    font-size: 16px;
        padding: 10px 20px;
    text-transform: uppercase;
}
.tnp-subscription .tnp-field input[type="submit"]:hover{
	background: #000 !important;
}
.tnp-subscription .tnp-field.tnp-field-button{
	text-align: center !important;
}
.iframe-video{
	width: 100%;
    display: inline-block;
    text-align: center;
	margin-bottom: 20px;
}
.iframe-video iframe{
	width: 80%;
    min-height: 530px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.mt30{
	margin-top: 80px;
}
.static-page h4 a{
	color: #000;
	text-decoration: none;
	margin-bottom: 20px;
}
.goverence_col{
	margin-bottom: 30px;
}
.tabbing_col.nav-tabs{
    justify-content: center;
    border-bottom: 0px;
    margin-top: 40px;
    /* overflow-x: revert; */
    width: 100%;
    row-gap: 20px;
    /* flex-wrap: inherit; */
    column-gap: 40px;
}
.tabbing_col.nav-tabs .nav-link {
	border: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    color: #111;
    padding: 0 10px !important;
    font-weight: 500;
    border-bottom: 4px solid #ededed;
}
.tabbing_col.nav-tabs .nav-link.active{
	border-bottom: 4px solid #977807;
}
.tab-content{
	padding: 20px 10px;
	background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 20px;
    border-radius: 3px;
}
.goverence_col h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.goverence_col ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.goverence_col ul li{
    width: calc(50% - 5px);
    background: #fff;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ccc;
    list-style: none;
    position: relative;
}
.goverence_col ul li a{
	color: #111;
}
.goverence_col ul li:before{
    position: absolute;
    left: 12px;
    width: 7px;
    content: '';
    height: 7px;
    border: 1px solid #111;
    border-radius: 100%;
    top: 20px;
}
.about_content.a_content{
	display: flex	;
		flex-direction: column;
		justify-content: center;
}

.custom-tab-content dt strong{
	font-weight: 500;
    font-size: 18px;
}
.custom-tab-content dd{
	margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.custom-tab-content h3 a{
	color: #000;
    text-decoration: underline;
    font-size: 22px;
    font-weight: 600;
}
.static-page ul.work_prgogress li {
    margin-bottom: 15px;
    list-style: auto;
	font-size: 18px;
}
.static-page ul.work_prgogress li strong {
    font-weight: 400;
  
}
.static-page ul.work_prgogress li strong a, .static-page ul.work_prgogress li a{
	color: #000;
	text-decoration: underline;
}
.static-page .custom-tab-content h3 {
    font-size: 20px;
   
    font-weight: 400;
    margin-bottom: 30px;
}
.static-page ul.italic_text li {
    margin-bottom: 5px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}
.custom-tab-content img{
	width: 100%;
	height: auto;
}
.password-protection-form{
	border: 1px solid #ccc;
    max-width: 460px;
    margin: 140px auto;
    padding: 30px;
    border-radius: 6px;
}
.password-protection-form label{
	width: 100%;
    font-weight: 500;
}
.password-protection-form input#custom_password{
    width: 100%;
    margin-bottom: 20px;
}
.protect-password{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.protect-password .btn{
	background: #000;
}
.protect-password .btn.submit_btn{
	background: #a28400;
}
@media (max-width: 768px) {
    .nav-tabs {
        display: none;
    }
    #mobileTabSelect {
        display: block;
    }
}
@media (min-width: 769px) {
    #mobileTabSelect {
        display: none;
    }
}

@media only screen and (min-width: 310px) and (max-width: 450px){
.iframe-video iframe {
    width: 100%;
    min-height: 320px;
}
}
@media only screen and (min-width: 451px) and (max-width: 799px){
	.iframe-video iframe {
		width: 100%;
		min-height: 420px;
	}
	} 
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {

	.navbar-nav{
		border-top: 1px solid #ccc;
		background: #fff;
		position: absolute;
		height: 100vh;
		z-index: 1;
		margin: 0px;
		width: 100%;
	}
	.navbar-nav li{
		border-bottom: 1px solid #e1e1e1;
		position: relative;
	}
	.navbar-nav li.menu-item-has-children:before{
	width: 20px;
			height: 20px;
			position: absolute;
			right: 8px;
			top: 10px;
			background: url(../images/down_sub_arrow.png) no-repeat;
			content: '';
			background-size: contain;
			opacity: .7;
	}
	.navbar-nav li ul{
	
		width: 100%;
		position: relative;
		max-width: 100%;
	}
	.navbar-nav li ul li ul {
		left: 0;
	
	}
		.navbar{
			padding: 38px 15px 0px 0!important;
		}
		
}
@media only screen and (max-width: 767px) {
	
	.navbar_buttons{
		width: 100%;
	}
	.btn.btn_newsletter{
		width: 25%;
        padding: 10px 2px !important;
	}
	.btn.btn_newsletter.wdt50{
		width:50%
	}
	.navbar-nav .nav-link{
		padding: 10px!important;
	}
	.makeonlinecol{
		display: block;
	}

	.navbar_buttons .widget_block{
		width: 100%;
	}
	.card.arca_card.hiring_card{
		margin: 10px;
		width: 45%;
	}
	.card.arca_card.hiring_card.bottom_margin {
    margin:10px;
}
	.donate_heading {
    padding: 0px 10px;
}
	.head_img img {
    max-width: 190px;
	}
	.donation_img {
    margin-bottom: 30px;
}
	.arca_icon img{
		max-width: 50px;
	}
	.now_hiring_cl h3 {
    font-size: 30px;
	}
	.now_hiring_cl .subhead {
    font-size: 24px;
	}
	.btn.btn_newsletter.makeonlinebtn.viewjobtn {
    width: 100%;
	}
	footer ul{
		margin: 30px 0px;
	}
	.services{
    flex-direction: row-reverse;
}
	.family_service img {
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
   
    width: 30px;
   
    height: 30px;
    margin-top: -15px;

}
.carousel-control-next-icon, .carousel-control-prev-icon {

    width: 13px;
    height: 13px;
}
.commit_to_quality {

    margin: 20px 0 40px;
}
.card.arca_card {
  
    margin-bottom: 60px;
}
.btn.card_btn.learn_more_btn {
   
    margin: 0;
}
.card.arca_card.hiring_card {
 width: 100%;
        margin: 0 0 20px 0 !important;
 
}
.arca_hiring {
   
    padding: 0 15px;
}
.hero_section {
    margin-bottom: 30px;
}
.static-page h3 {
    font-size: 20px;
   
    font-weight: 400;
    margin-bottom: 20px;
}
.static-page p.f20 {
    font-size: 16px;
}
.card.arca_card .card-body p {

    margin-bottom: 0;
}
.about_a_wrapper{
	    flex-direction: column;
    gap: 20px;
}
.card.arca_card .card-body .btn_col {
    margin-top: 20px;
}
.donate_heading.career_heading {

    margin-bottom: 30px;
}
.leader_team_card .card.arca_card.hiring_card{
margin-bottom: 0px !important;
}
.financial_list ul li a {

    padding: 6px 0;
    font-size: 14px;
}
.financial_list ul {
    margin: 0 0 30px 0;
}
.financial_list h4 {
    font-size: 16px;
  
}
.leader_team_card .card.arca_card.hiring_card{
	
	        width: calc(100% - 0px);
}

.single-card-img {

    margin-bottom: 30px;
}
ul.link_list li {
  
    width: 100%;
}




}

