
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.copyright-bar {
	display: none !important;
}
/* 
body, div, h1, h2, h3, h4, h5, h6, a, p, label, span {
    font-family: "Poppins", sans-serif !important;
} */


body, div, h1, h2, h3, h4, h5, h6,  label{
    font-family: "Poppins", sans-serif !important;
}

p{
	font-size:16px;
	line-height:24px;
	color:#5f5f5f;
	margin-bottom:8px;
	
}

.hide_title{
	display:none !important;
}
.inside-footer-widgets .quiclinks ul li span{
	font-size:16px !important;
}

.height_search {
	min-width:460px;
}
.footer_social_impact {
text-align:left 
}
.social_impact_text{
	color:#ffff;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	margin-bottom:24px;
}

.social_impact_subtext {
	color:#c1ccd1;
	font-weight:400;
}
.main-navigation .main-nav ul li a{
	color:#3f3f3f;
}

/* .main-navigation .main-nav ul li a:hover {
	color:#f97015 !important;
} */

.nooz-release--combine-dateline .nooz-dateline{
	display:none !important;
}

.nooz-release__ending{
	display:none !important;
}
body.single-nooz_release .featured-image {
    display: none !important;
}

@media (hover: hover) and (min-width: 768px) {
  .main-navigation .main-nav ul li a:hover {
	color:#f97015 !important;
  }
}


/* .main-navigation .main-nav ul li a:hover{
	color:#fff!important;
} */

.nav-float-right #site-navigation {
	margin-right:auto;
}
.social_impact_link {
	color:#6eb5d1 !important;
	text-decoration:underline !important;
}
.wp-caption .wp-caption-text {
	opacity:1;
}
.career_accordian_subheading{
	font-weight:500 !important;
	color:#5f5f5f !important;
	font-size:16px !important;
}

.career_accordian_text{
	color:#5f5f5f !important;
	font-size:16px !important;
	line-height
	:24px !important
}

.new_footer_block{
	display:flex;
}

.new_footer_size{
	width:170px;
}
#wpsm_accordion_593 .wpsm_panel-body {
	border-bottom-left-radius:20px !important;
	border-bottom-right-radius:20px !important;
}
.press_subheading{
	font-size:20px !important;
	color:#5f5f5f !important;
	font-weight:500 !important;
}
.testing_me{
	margin-bottom:20px;
/* 	background-color:red !important; */
}
h2{
	font-size:24px;
	line-height:36px;
	font-weight:600;
	margin-bottom:8px;
}
h2 span{
	color:#3f3f3f;
	font-weight:600;
}
.entry-date {
	font-size:16px;
	line-height:24px;
	color:#a0a0a0;
}
.byline{
		font-size:16px;
	line-height:24px;
	color:#a0a0a0;
}
.entry-summary p{
	color:#5f5f5f;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	
}

.margin_top{
	margin-top:75px !important;
}

.psa_section{
	display:flex;
	gap:24px;
	align-items:center;
}
.entry-summary p a{
	color:#3a6073;
	font-size:14px;
	line-height:22px;
	font-weight:500;
}
.cat-links span, a{
/* 	color:#5f5f5f; */
	font-size:14px;
	line-height:22px;
	
}


.separate-containers .inside-article{
	background-color:#fff;
	min-height:830px !important;
/* 	width:592px; */
	padding:20px 16px;
	border-radius:20px;
	box-shadow:rgba(191, 191, 191, 0.25) 0px 4px 12px 0px;
	
}

.footer_new_text {
	color:#ffff !important;
	font-size:14px !important;
	line-height:22px;
	font-weight:400;
	margin-bottom:20px;
}

.inside-header{
	padding:8px 0px;
}


.main-navigation ul,
nav ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.cta-dashboard-item {
/*     margin-left: auto !important; */
}

.cta-btn-dashboard {
    background-color: #ffff;
    color: #3F3F3F !important;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none !important;
/*     display: inline-block; */
	display:none;
    white-space: nowrap;
	border:2px solid #f970151a;
}

 
/* ── DESKTOP HEADER LAYOUT ── */
.inside-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
}

/* Logo stays left */
.site-logo {
    flex: 0 0 auto !important;
    z-index: 2 !important;
}

/* Nav sits in center */
#site-navigation {
/*     position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important; */
}

#site-navigation .inside-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#site-navigation .main-nav > ul {
    display: flex !important;
    align-items: center !important;
}

/* Hide Dashboard CTA from nav on desktop */
#site-navigation .main-nav > ul > li.cta-dashboard-item {
    display: none !important;
}

/* ── DESKTOP DASHBOARD CTA - FAR RIGHT ── */


/* 
.inside-header::after {
    content: "Dashboard" !important;
	border:2px solid #f970151a!important;
    background-color: #fff !important;
    color: #3f3f3f !important;
    padding: 9px 22px !important;
    border-radius: 12px !important;
	font-size:14px;
    text-decoration: none !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
    z-index: 2 !important;
} */

.main-navigation .main-nav ul li a{
	font-size:14px;
}

  #site-navigation .main-nav > ul > li.cta-dashboard-item {
        display: none !important;
        order: -1 !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 10px !important;
/*         border-bottom: 1px solid #eee !important; */
/*         padding-bottom: 10px !important; */
    }


/* ── MOBILE ── */
@media (max-width: 768px) {
    /* Show Dashboard CTA inside hamburger menu at top */
    #site-navigation .main-nav > ul > li.cta-dashboard-item {
        display: block !important;
        order: -1 !important;
        width: 100% !important;
        text-align: center !important;
			margin-left:20px;
    }

    .cta-btn-dashboard {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* Hide the pseudo CTA on mobile */
    .inside-header::after {
        display: none !important;
    }
}

/* ── DASHBOARD BUTTON STYLE ── */
.cta-btn-dashboard {
  
/*     display: inline-block !important; */
    white-space: nowrap !important;
}

/* ── DESKTOP: Show full nav, hide hamburger ── */
@media (min-width: 769px) {
    #mobile-menu-control-wrapper {
        display: none !important;
    }
    #site-navigation {
        display: flex !important;
    }
}

/* ── MOBILE: Hide full nav, show hamburger ── */
@media (max-width: 768px) {
    #site-navigation {
        display: none !important;
    }
    #mobile-menu-control-wrapper {
        display: block !important;
    }

    /* When hamburger is open, show nav */
    #site-navigation.toggled {
        display: block !important;
    }

    /* Hide desktop CTA on mobile */
    .desktop-dashboard-cta {
        display: none !important;
    }

    /* Show Dashboard CTA inside hamburger at top */
    #site-navigation .main-nav > ul > li.cta-dashboard-item {
        display: block !important;
        order: -1 !important;
/*         text-align: center !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #eee !important; */
    }

    li.cta-dashboard-item .cta-btn-dashboard {
       
        padding: 0px !important;
        display:flex !important;
/* 			background:#fff; */
			background:linear-gradient(90deg,#ff512f 0%,#f09819 100%)!important;
			color:#fff !important;
/* 			color:#3f3f3f !important; */
			font-weight:500;
			align-items:center;
/* 			border:2px solid #f970151a !important; */
			border:none ;
			height:40px;
			justify-content:center;
    }
	
	
}
header.entry-header h1 {
    font-size: 32px !important;
	line-height:44px !important;
	color:#3f3f3f !important;
			margin-bottom:16px !important;

    font-weight: 600 !important;
/*     text-transform: uppercase; */
}

.post-image:not(:first-child){
	width:100%;
	margin-top:20px;
}
/* .grid-container{
	margin-left:16px;
	margin-right:16px;
} */
.entry-meta{
	padding-top:0px;
	margin-top:0px;
}

 .entry-summary:not(:first-child){
	 margin-top:12px;
	
}
footer.entry-meta{
	margin-top:12px;
}
.separate-containers .site-main{
	margin-left:16px;
	margin-right:16px;
}
.separate-containers.no-sidebar .site-main{
	margin-left:16px;
	margin-right:16px;
}

.site-footer .footer-widgets-container .footer-widget-1 .inner-padding {
    padding-right: 62px !important;
}


.separate-containers .inside-article>.featured-image{
	margin-top:0px;
	margin-bottom:16px;
}

.entry-content:not(:first-child){
	margin-top:0px;
}
.single-post .entry-content{
	padding:0px;
}
.entry-content ul{
	color:#5f5f5f;
	font-size:16px;
	line-height:24px;
}

.entry-content ul li{
margin-bottom:8px
}

.single-post .cat-links a {
	background-color:#f0f0f0 !important;
	color:#5f5f5f !important;
	padding:8px 12px !important;
	font-size:14px !important;
	line-height:22px !important;
	margin-bottom:8px !important;
}
.single-post .entry-meta{
	max-width:100% !important;
}
.single-post .entry-content{
	border-bottom:1px solid #cecece !important;
}
.entry-content ol li{
	font-size:16px;
	color:#5f5f5f;
	line-height:24px;
	margin-bottom:8px
}
.page-id-23 .inside-article .entry-header .entry-title{
	font-size:40px !important;
	line-height:60px !important;
	color:#3f3f3f !important;
		margin-bottom:16px !important;
	font-weight:600 !important;

	
}


.page-id-23 .inside-article .entry-content p{
	font-size:16px !important;
	line-height:24px !important;
	font-weight:400 !important;
	color:#5f5f5f !important;
	margin-bottom:16px !important;
	
}

.page-id-21 .inside-article .entry-content p{
		font-size:16px !important;
	line-height:24px !important;
	font-weight:400 !important;
	color:#5f5f5f !important;
	margin-bottom:16px !important;

	
}
.page-id-21 .inside-article .entry-content h6{
		color:#506783 !important;
	font-size:18px !important;
	line-height:26px !important;
	font-weight:500 !important;
	margin-bottom:4px !important;

	
}


.page-id-23 .inside-article .entry-content h6{
	color:#506783 !important;
	font-size:18px !important;
	line-height:26px !important;
	font-weight:500 !important;
	margin-bottom:4px !important;
}

.page-id-23 .inside-article .entry-content h5{
	color:#5f5f5f !important;
	font-size:16px !important;
	line-height:24px !important;
	font-weight:400 !important;
	margin-bottom:4px !important;
}
.page-id-21 .inside-article .entry-content h5{
	color:#5f5f5f !important;
	font-size:16px !important;
	line-height:24px !important;
	font-weight:400 !important;
	margin-bottom:4px !important;

	
}
.page-id-21 .inside-article .entry-content h4{
	color:#3f3f3f !important;
	font-size:24px !important;
	line-height:36px !important;
	font-weight:500 !important;
	margin-bottom:12px !important;

	
}


.page-id-21 .inside-article{
	padding:20px 16px !important;
}

.page-id-21 .inside-article .entry-header .entry-title {
			font-size:40px !important;
	line-height:60px !important;
	color:#3f3f3f !important;
		margin-bottom:16px !important;
	font-weight:600 !important;		
	}

.page-id-21 .inside-article .entry-content p strong{
	color:#3a6073 !important;
}

.news_acc_about{
	color:#5f5f5f !important;
	font-size:18px !important;
	line-height:26px !important;
	margin-bottom:4px !important;
	font-weight:500 !important;
}

#wpsm_accordion_645 .ac_title_class {
	color:#3a6073 !important;
	font-weight:500 !important;
	font-size:18px !important;
	line-height:26px !important;
	
}

#wpsm_accordion_645 .ac_open_cl_icon{
	color:#3a6073 !important;
}

#wpsm_accordion_593 .ac_title_class{
		color:#3a6073 !important;
	font-size:18px !important;

	
}



#wpsm_accordion_645 .wpsm_panel-default > .wpsm_panel-heading {
	background-color:#f0f0f0 !important;
		border-top-left-radius: 20px !important;
border-top-right-radius: 20px !important;

	

}


.wpsm_panel-body{
	padding:16px !important;
}

#wpsm_accordion_645 .wpsm_panel-body{
	border:1px solid #e6e6e6 !important;
	border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;

}
.cat-links span, a{
	font-size:16px;
	line-height:24px;
	
}


@media screen and (min-width: 768px) {
 .footer-widget-1 .form_group {
    width: 109%;
  }
  .footer-widget-1 {
    display: contents;
  }
}

.blog main#main {
    display: flex;
    flex-wrap: wrap;
	   gap:12px;
}
.blog main#main article {
	  flex: 0 0 calc(50% - 6px);
	/* 50% minus half the gap */
  box-sizing: border-box;

/*     width: 49.5%;
    position: relative; */
}

.site-main>*{
	margin-bottom:0px;
}
#nav-below {
	width:100%;
	text-align:center;
	background-color:transparent;
}

.separate-containers .paging-navigation{
	margin-top:20px;
/* 	margin-bottom:20px; */
	padding-top:0px;
	padding-bottom:0px;
	
}

#nav-below a{
	color:#506789;
	font-size:16px;
	line-height:24px;
	font-weight:500;
}
#nav-below span{
	color:#506789;
	font-size:16px;
	line-height:24px;
	font-weight:500;
}


@media (max-width: 991px) {
	.inside-footer-widgets .quiclinks ul li p{
		font-size:14px !important;
	}
	
	
.inside-footer-widgets .quiclinks ul li span{
	font-size:14px !important;
}
	.main-navigation .main-nav ul li a {
		padding-left:8px;
		padding-right:8px;
	}

}


@media (max-width: 768px) {
		.main-navigation .main-nav ul li a {
		padding-left:20px;
			border-bottom:1px solid #6595ad4d;
	}

	
.height_search {
	min-width:none !important;
}
	
.site-footer .footer-widgets-container .footer-widget-1 .inner-padding {
    padding-right: 0px !important;
}
	
.margin_top{
	margin-top:0px !important;
}
	.social_impact_text{
		font-size:14px;
		line-height:22px;
	}
	
.psa_section{
flex-direction:column;
	gap:16px;
	align-items:center;
}
	
.psa_section_reverse{
flex-direction:column-reverse;
}
	
	.footer_textad{
		display:block;
		text-align:left;
		width:100%;
	}
	
	
.inside-footer-widgets .quiclinks ul li span{
	font-size:14px !important;
}
	.inside-footer-widgets>div:not(:last-child){
		margin-bottom:0px !important;
	}
	
.career_accordian_text{
	font-size:14px !important;
	line-height
	:22px !important
}

	
.press_subheading{
	font-size:16px !important;
}
	
#wpsm_accordion_645 .ac_title_class {
	font-size:16px !important;
	line-height:24px !important;
	
}
	
.news_acc_about{
	font-size:16px !important;
	line-height:24px !important;
}
	
header.entry-header h1 {
    font-size: 24px !important;
	line-height:36px !important
}
	
.page-id-21 .inside-article .entry-content h4{
	color:#3f3f3f !important;
	font-size:20px !important;
	line-height:32px !important;

	
}
	
	.page-id-21 .inside-article{
		padding:16px 16px !important;
	}
	
	.page-id-23 .inside-article .entry-content h5{
		font-size:14px !important;
		line-height:22px !important
	}
	.page-id-21 .inside-article .entry-content h5{
				font-size:14px !important;
		line-height:22px !important

		
	}
	.page-id-23 .inside-article{
		padding:16px 16px ;
	}
.page-id-23 .inside-article .entry-content h6{
	font-size:16px !important;
	line-height:24px !important;
}
	
	
	
	.page-id-21 .inside-article .entry-content h6{
	font-size:16px !important;
	line-height:24px !important;

		
		
	}
.page-id-23 .inside-article .entry-content p{
	font-size:14px !important;
	line-height:22px !important;
	
}
	.page-id-21 .inside-article .entry-content p {
			font-size:14px !important;
	line-height:22px !important;

		
	}
	
.page-id-21 .inside-article .entry-header .entry-title {
			font-size:28px !important;
	line-height:40px !important;
	}
	
.page-id-23 .inside-article .entry-header .entry-title{
	font-size:28px !important;
	line-height:40px !important;
	
}
	
.entry-content ol li{
	font-size:14px;
	line-height:22px;
}
	
.single-post .cat-links a {
	padding:4px 8px !important;
	font-size:13px !important;
	line-height:21px !important;
	margin-bottom:4px !important;
}
.entry-content ul{
	font-size:14px;
	line-height:22px;
}
	
p{
	font-size:14px;
	line-height:22px;
	
}
	.blog main#main article 
		{
			    flex: 0 0 100%;

			
		}
	
h2{
	font-size:20px;
	line-height:32px;
}
	.entry-date {
	font-size:14px;
	line-height:22px;
}
.byline{
		font-size:14px;
	line-height:22px;
}
.entry-summary p{
	color:#5f5f5f;
	font-size:14px;
	line-height:22px;
	
}
.entry-summary p a{
	font-size:12px;
	line-height:20px;
}
.cat-links span, a{
	font-size:14px;
	line-height:22px;
	
}
	.cat-links span, a:hover {
		color:#1e73be ;
	}
	a:hover, a:focus, a:active {
				color:#1e73be ;

	}
	
.post-image:not(:first-child){
	margin-top:16px;
}
	.separate-containers .inside-article{
		height:auto !important;
	}
	
	
#wpsm_accordion_593 .ac_title_class{
		color:#3a6073 !important;
	font-size:16px !important;
	line-height:24px !important;

	
}

}


@media (max-width: 767px) {
  .blog main#main article {
    width: 100%;
  }
}
.site-header {
	border-bottom:1px solid #e6e6e6 !important;
	box-shadow:0 2px 9.1px 1px #00000017 !important;
	
	background:#fff;
/*     background: linear-gradient(86.51deg, #16222a 0%, #3a6073 112.05%); */
}
.footer-widgets {
    background: linear-gradient(86.51deg,#16222a,#3a6073 112.05%);
}
.site-info {
    background: linear-gradient(86.51deg, #16222a 0%, #3a6073 112.05%);
}

/*footer .inside-site-info {
    align-items: center;
    border-top: 1px solid #507689;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 20px;
}*/

.footer-widgets-container.grid-container.logo_box {
/*     max-width: 570px;
    margin-left: 30px;
    color: #fff;
    font-size: 1rem; */
/* 	color: #fff; */
}
.footer-widgets-container.grid-container.logo_box p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: 45%;
}
.footer-widgets-container.grid-container.logo_box {
  padding-bottom: 0px;
	padding-top: 70px;
}
.footer-widgets-container.grid-container.logo_box img {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
}


.footer-widget-1 .search_box h5 {
    color: #fff;
/*     font-family: Poppins !important; */
    font-size: 20px;
	font-weight: 500;
	margin-bottom:8px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
footer .inside-site-info {
    display: inline-block;
    width: 100%;
}
.inside-site-info {
    padding: 5px 40px;
}
.footer-bar .wp-block-columns {
    margin-bottom: 1px;
}
.footer_textad:nth-child(2) {
    position: relative;
    left: 0;
    right: 0;
		color: #c1ccd1;
/*     text-align: center; */
}
img.heart_image {
    width: 16px; /* Size of the heart */
    height: auto; /* Maintain aspect ratio */
    vertical-align: middle; /* Align with the text */
    margin: 0 5px; /* Add spacing around the heart */
}
.footer_textad.social_icon {
    position: relative;
    top: -6px;
}
input::placeholder{
	color:#fff;
}

.footer-bar .copy_right {
    display: flex;
    flex-wrap: wrap; /* Ensure proper layout for smaller screens */
    justify-content: space-between; /* Distribute content evenly */
    align-items: center; /* Center items vertically */
    padding: 20px 10px; /* Adjust padding */
    border-top: 1px solid #507689; /* Optional: Styling */
}

.footer-bar .copy_right .social_icon {
/*     display: flex; */
	display:block;
    gap: 10px; /* Add spacing between icons */
/*     margin-left: auto; */
/*     align-items: center; */
}

.footer-bar .copy_right .social_icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px; /* Icon container size */
    height: 30px; /* Icon container size */
    border-radius: 50%; /* Make the icon circular */
    background-color: transparent; /* Default background */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-bar .copy_right .social_icon a:hover {
    background-color: #fff; /* Hover background */
    box-shadow: 0 0 10px #fff; /* Glow effect */
}

.footer-bar .copy_right .social_icon a img {
    width: 20px; /* Icon size */
    height: 20px; /* Icon size */
   
    transition: transform 0.3s ease; /* Optional: Scale effect */
}

.footer-bar .copy_right .social_icon a img:hover {
    transform: scale(1.2); /* Slight zoom on hover */
}

/* Adjustments for smaller screens */
@media (max-width: 767px) {
    .footer-bar .copy_right {
        flex-direction: column; /* Stack elements vertically */
        text-align: center; /* Center-align content */
    }

    .footer-bar .copy_right .social_icon {
        margin: 10px 0 0 0; /* Add spacing above the icons */
        justify-content: center; /* Center icons */
    }
}

.footer-widget-1 .form_group {
    position: relative;
}
.footer-widget-1 .form_group input {
    background-color: transparent!important;
    border: 1px solid #507689!important;
    border-radius: 9px;
    padding: 24px 15px;
    padding-left: 15px!important;
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
	border-radius: 10px!important;
    padding: 28px 30px!important;
}

.footer-widget-1 .form_group .pros_btn {
    padding: 9px 27px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pros_btn, .pros_btn:hover {
    color: #fff !important;
    text-decoration: none;
}
.pros_btn {
    background-color: #fff;
    background: linear-gradient(90deg,#ff512f,#f09819);
    border-radius: 8px;
    cursor: pointer;
    padding: 14px 40px;
    text-align: center;
    transition: all .6s ease;
}
.pros_btn, .pros_btn:hover {
    color: #fff;
    text-decoration: none;
}
.pros_btn:hover {
    background: linear-gradient(90deg,#f09819,#ff512f);
}


.inside-footer-widgets .quiclinks ul {
    list-style: none;
}
.footer-widget-2 ul{
	margin-top:0;
	margin-bottom:0;
}
.inside-footer-widgets .quiclinks ul li {
    padding-bottom: 20px;
}
.inside-footer-widgets .quiclinks ul li a {
    align-items: center;
    color: #fff;
    display: flex;
}
.inside-footer-widgets .quiclinks ul li p {
    font-family: "Poppins", sans-serif;
		color: #fff;
    margin-bottom: 0;
	  width:170px;
}
.inside-footer-widgets .quiclinks ul li span {
    color: #c1ccd1;
    font-family: "Poppins", sans-serif;
}
.inside-footer-widgets a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}
.blog span.comments-link {
    display: none;
}
.blog span.gp-icon {
    display: none;
}
.blog span.icon-menu-bars{
	display:inline-block !important;
}


	.footer-widget-1 .search_box h5{
		font-size:20px;
	}
	.footer-widgets-container {
    padding: 40px 15px 5px 15px !important;
}
	.inside-site-info {
    padding: 24px 15px 24px 15px;
}
}


.page-id-23 .inside-article {
  padding: 40px 270px;
}

.page-id-23 .inside-article .entry-header .entry-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-id-23 .inside-article .entry-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.page-id-23 .inside-article .entry-content p strong {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.page-id-21 .inside-article {
  padding: 40px 270px;
}

.page-id-21 .inside-article .entry-header .entry-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-id-21 .inside-article .entry-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.page-id-21 .inside-article .entry-content p strong {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
	.page-id-23 .inside-article {
  padding: 16px;
}
.page-id-21 .inside-article {
  padding: 16px;
}
}

.single-post .comments-area {
    display: none;
}
.single-post nav#nav-below {
    display: none;
}

.single_blogsall .all_posts_mainsec {
    display: grid;
    grid-template-columns: repeat(2,1fr);
     grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.single_blogsall .colum_full {
    position: relative;
	margin-bottom: 25px;
}

.single_blogsall .post_boxsec.img_contnt_rightleft {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 15px;
	    grid-row-gap: 15px;
}

.single_blogsall .author_date_sec {
    font-size: 14px;
	color: #507689;
}

.single_blogsall .title_link_sec h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.single_blogsall .contnt_txt p {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	    color: #507689;
}

.single_blogsall .img_sec img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.single_blogsall a {
    text-decoration: none;
		color:black;
}

.single_blogsall .category_sec a {
    color: orange;
	font-size: 15px;
}

.single_blogsall .separate-containers .inside-article>.featured-image ,.entry-content  {
    max-width: 650px;
    margin: 0 auto;
}

.single_blogsall .title_sec h3 {
    margin-bottom: 0px;
    margin-top: 15px;
}

.single_blogsall .featured-image.page-header-image-single.grid-container.grid-parent img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single_blogsall .end {
    background: #edf1f4;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}

img.dir_img {
    height: auto;
    width: 9px;
	margin-left: 5px;
}

.single_blogsall .title_sec p {
    color: #507689;
	font-size: 12px;
}

.single-post .entry-content {
  border-bottom: 1px solid #507689;
	padding: 5px;
}

.single-post .cat-links a {
    background-color: #edf1f4;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}
.single-post footer.entry-meta {
    padding-bottom: 20px;
}
.single-post span.cat-links {
    color: #fff;
}
/*.single-post span.cat-links, .single-post span.byline {
     color: #fff; 
}*/
.single-post h1.entry-title {
    font-weight: 600;
}
.single-post .entry-meta {
    max-width: 650px;
/*     margin: 0 auto; */
    margin-top: 16px;
}
.single-post span.posted-on {
    display: none;
}
header .entry-meta {
    max-width: 100% !important;
 }
@media only screen and (max-width: 767px) {
	
	
	.single_blogsall .post_boxsec.img_contnt_rightleft {
    display: block;
}
	.single_blogsall .all_posts_mainsec {
    display: block;
}	
	.single_blogsall .separate-containers .inside-article>.featured-image, .entry-content {
    max-width: 100%;
    width: 100%;
}
	.single-post .entry-meta {
    max-width: 100%;
    width: 100%;
}
	.title_sec {
    display: none;
}
	.title_mob {
    display: block;
}
}
.title_mob h3 {
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
.title_mob {
    display: none;
}
}
span.author.vcard a {
    text-decoration: none;
    color: #a0a0a0;
}


/* tabs css start */
/* Style the tab */
.tab {
  overflow: hidden;
/*   border: 1px solid #ccc; */
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
	font-family: "Poppins", sans-serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* tabs css end */

/* accordian css start */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2715";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* accordian css end */



.active, .accordion:hover {
    background-color: #F5F5F5;
    border-radius: 16px 16px 0px 0px;
}

.panel {
    background-color: #F5F5F5;
    border-radius: 0px 0px 16px 16px;
}

.accordion {
   border-radius: 16px;
    margin-bottom: 16px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    color: #000;
    background-color: #3f4047;
}

div#users h3 {
    font-size: 28px;
    font-weight: 700;
	margin: 40px 0px;
}

div#pros h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0px;
}

.tab button.active {
    background-color: transparent;
    color: rgba(80, 118, 137, 0.8);
	font-size: 16px;
    font-weight: 400;
}
.tab button {

    color: rgba(80, 118, 137, 0.8);;
    font-size: 16px;
    font-weight: 400;
}
.tab {
    
    border-bottom: 1px solid #C1CCD1;
    background-color: transparent;
}
.entry-content {
    max-width: 100%;
}
.tab button.active {
    
    color: #355668;
    border-bottom: 2px solid #355668;
}


button.accordion.active {
    margin-bottom: 0px;
    border-radius: 16px 16px 0px 0px;
}


element.style {
}
.panel {
    background-color: #F5F5F5;
    border-radius: 0px 0px 16px 16px;
}
.panel {
    margin-bottom: 16px;
}
div#users .accordion:hover {
    border-radius: 16px 16px 0px 0px;
    background: #f5f5f5;
    color: #000;
}
.entry-content .tab {
/*     border: transparent; */
}
.entry-content #users {
    border: transparent;
}
.tabcontent#pros {
    border: transparent;
}
button.accordion:focus{
	background-color:#F5F5F5 !important;
}
.questionButton a {
    background: linear-gradient(86.51deg, #16222A 0%, #3A6073 112.05%, #3A6073 112.05%);
    border-radius: 8px;
    padding: 12px 42px;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
	display:inline-block;
}
.questionMain {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 32px;
    margin: 0px 14px;
    position: relative;
	padding-right: 218px;
}
.questionButton {
    position: absolute;
    top: 40px;
    /* right: auto; */
    right: 32px;
}
.questionText p, .questionText h4 {
    margin: 0px;
}
.questionText h4{
	padding-bottom:4px;
}



header.entry-header h1 {
/*     text-transform: lowercase; */
}
.page-id-370 header.entry-header h1 {
    text-transform: capitalize;
}


.page-id-370.separate-containers .inside-article {
/*     background-color: #f7f8f9 !important; */
}
.fa-plus:before {
    content: "\002B";
    font-size: 30px;
}
.fa-minus:before {
    content: "\2715";
}


.wpsm_panel {
    border-radius: 18px !important;
}
.wpsm_panel-group .wpsm_panel {
    margin-bottom: 20px ;
}
#wpsm_accordion_1701 .wpsm_panel-title a, #wpsm_accordion_395 .wpsm_panel-title a {
    font-size: 20px !important;
    font-weight: 600;
}
.wpsm_panel-group#wpsm_accordion_1701 .ac_open_cl_icon, .wpsm_panel-group#wpsm_accordion_395 .ac_open_cl_icon {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

@media only screen and (max-width: 767px) {
.questionMain {
    padding: 20px;
    position: inherit;
    padding-right: 20px;
}
.questionButton {
    margin-top: 20px;
    position: inherit;
 }
.questionButton a {
    width: 100%;
    text-align: center;
}
	.footer-widgets-container.grid-container.logo_box p {
    width: 100%;
		font-size:15px;
}
}

.widget ul li {
    margin-bottom: 0;
}
body.page-id-370 {
    background-color: #ffffff;
}
.wpsm_panel-body {
    padding: 15px 28px;
}



/* a_new css start  */
.s_new form.wpcf7-form.init {
    position: relative;
}
.s_new input.wpcf7-form-control.has-spinner.wpcf7-submit.pros_btn {
    position: absolute;  
    top: 28px;
    background: linear-gradient(90deg,#ff512f,#f09819);
    border-radius: 8px;
    border: none !IMPORTANT;
    padding: 10px 18px;
}
.s_new .footer-widget-1 .form_group {
    width: 100% !important;
}
.s_new .footer-widget-2 {
    padding-left: 0px !important;
}

@media screen and (min-width: 768px){
	.footer-widget-1 .form_group {
    width: 74% !important;
		
}
	.inside-footer-widgets {   
/*     gap: 45px; */
}
	.footer-widget-1 aside {
    width:45%;
}
	.footer-widgets-container.grid-container.logo_box p {
/*     margin-left: -40px; */
}

	
}

.footer-widget-1 .form_group input {
    color: white;
}
.wpcf7 form.failed .wpcf7-response-output { 
    color: red;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    color: white;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0px !important;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
}
.wpcf7-form.sent p, .wpcf7 form.invalid p {
    margin-bottom: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7::-webkit-input-placeholder {
    color: #c1ccd1 !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.footer-widgets-container {
    padding: 40px 40px 5px 40px;
}
.wpcf7-spinner{
	display:none;
}


/* Style for the latest posts grid */
.latest-posts-grid {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next row */
    gap: 20px; /* Adds spacing between posts */
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Each post article within the grid */
.latest-posts-grid article {
    flex: 1 1 calc(33.33% - 20px); /* Three posts per row */
    box-sizing: border-box; /* Includes padding/border in width */
    border: 1px solid #ddd; /* Optional: Adds a border around posts */
    border-radius: 8px; /* Optional: Rounds the corners */
    padding: 15px;
    background: #fff; /* Optional: Background color for posts */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

/* Make the grid responsive for smaller screens */
@media (max-width: 767px) {
	
	
	
    .latest-posts-grid article {
        flex: 1 1 100%; /* Single-column layout on smaller screens */
    }
}

/* Style the post title */
.latest-posts-grid .entry-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.3;
}

/* Style the post image */
.latest-posts-grid .post-image img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional: Rounds the image corners */
}

/* Style the post excerpt */
.latest-posts-grid .entry-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

/* Style the post meta (date) */
.latest-posts-grid .entry-meta {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

:root {
    --contrast: #222222;
    --contrast-2: #575760;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #1e73be;
    --font-family-primary: "Poppins", sans-serif;
	font-weight:400;
}
/* 
body, div, h1, h2, h3, h4, h5, h6, a, p, label, span {
    font-family: var(--font-family-primary) !important;
    font-weight: 400;
    color: var(--contrast);
    text-transform: none;
} */


body, div, h1, h2, h3, h4, h5, h6,  label {
    font-family: var(--font-family-primary) !important;
    font-weight: 400;
    color: var(--contrast);
    text-transform: none;
}

.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px;
    background-color: var(--base-3);
}

.latest-posts-grid article {
    background: var(--base-3);
    border: 1px solid var(--contrast-3);
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--wp--preset--shadow--natural);
}

.latest-posts-grid .entry-header h2 {
    font-size: var(--wp--preset--font-size--large);
    margin-bottom: 10px;
    color: var(--contrast);
    font-family: var(--font-family-primary);
}

.latest-posts-grid .post-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.latest-posts-grid .entry-summary {
    font-size: var(--wp--preset--font-size--normal);
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--contrast-2);
}

.latest-posts-grid .entry-meta {
    font-size: var(--wp--preset--font-size--small);
    color: var(--contrast-3);
}

.latest-posts-grid .post-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.latest-posts-grid .post-tags ul li {
    font-size: var(--wp--preset--font-size--small);
    background: var(--base-2);
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.latest-posts-grid .post-tags ul li:hover {
    background: var(--accent);
    color: var(--base-3);
}

.latest-posts-grid .post-tags ul li a {
    text-decoration: none;
    color: inherit;
}

/* Hide the page title on the blog page only */
.page-id-911 .entry-title {
    display: none;
}

/* Make sure nothing overlaps the desktop button */
.desktop-dashboard-cta {
	border:2px solid #f970151a!important;

    background-color: #fff !important;

    color: #3f3f3f !important;

    padding: 9px 22px !important;

    border-radius: 12px !important;

	font-size:14px;

    text-decoration: none !important;

    cursor: pointer !important;

    flex: 0 0 auto !important;

    z-index: 2 !important;
    position: relative !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Make sure header has no overlay blocking clicks */
.inside-header::before,
.inside-header::after {
    pointer-events: none !important;
}

.inside-header {
	padding-left:20px;
	padding-right:20px;
}
/* Hide mobile-only items on desktop */
@media (min-width: 769px) {
    .mobile-only-item {
        display: none !important;
    }
}

/* Show mobile-only items in hamburger */
@media (max-width: 768px) {
    .mobile-only-item {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
			color:#3f3f3f;
    }

    .mobile-only-item a {
        font-size: 14px !important;
        color: #3f3f3f ;
        text-decoration: none !important;
    }
	.main-navigation .main-nav ul li a{
		font-weight:500;
	}
}

.menu-toggle {
	font-size:24px;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{
	color:#3f3f3f ;
}


.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{
	background-color:#fff !important;
}
.main-navigation .main-nav>ul{
	background-color:#fff !important;
}

.nooz-post__preview-background{
	background-size:contain !important;
}
.nooz-post__preview-background {
	background:transparent url() no-repeat;
}
.nooz-post__preview-background{
	padding-top:68%;
}
.nooz-post__body{
	padding:0px 16px 0px 16px ;
}
@media (max-width: 768px) {
    .contact-cta-btn {
        background-color: #fff3eb !important;
        border: 1px solid #ffb280 !important;
        color: #f77723 !important;
        padding: 0px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
        text-decoration: none !important;
        display: flex !important;
			align-items:center;
			justify-content:center;
			height:40px;
			margin-top:1.5rem;
			margin-bottom:1.5rem;
    }
	

.awsm-job-item h2.awsm-job-post-title a {
	color:#16222a;
	font-size:13px !important;
}
.awsm-job-more{
	font-size:13px !important;
	color:#16222a;
}
	.awsm-list-item .awsm-job-more-container{
		text-align:center !important;
	}
}

@media (min-width: 769px) {
    .mobile-contact-cta {
        display: none !important;
    }
}
.awsm-job-form-inner {
	display:none !important;
}
.awsm-job-item{
	padding:16px;
}
.awsm-job-item {
	 border-radius:12px;

}
.awsm-list-item .awsm-job-item{
	background-color:#e6e6e6 !important;
	color:#3a6073 !important;
	border-bottom:none !important;
}

.awsm-lists {
	border-radius:12px;
}
.awsm-job-item h2.awsm-job-post-title a {
	color:#3a6073;
	text-decoration:none !important;
	font-size:16px;
}
.awsm-job-more{
	font-size:16px;
	color:#16222a;
}
.awsm-job-item{
	display:flex !important;
	align-items:center !important;
}
.awsm-job-item{
	background-color:transparent !important;
}
.awsm-lists{
	border:none !important;
	
}
.nooz-post__excerpt-text{
	display:none !important;
}
.awsm-job-listings awsm-lists{
	border-radius:12px !important;
	border:1px solid #e6e6e6 !important;
}
.awsm-list-item .awsm-job-item{
	border-bottom:1px solid #e6e6e6 !important;
	border:1px solid #e6e6e6 !important;
	margin-bottom:16px !important;
}
.awsm-job-item {
	padding:12px !important;
}
.awsm-list-left-col{
	width:80%;
}

.awsm-list-right-col{
	width:20%;
	text-align:right !important;
}

.awsm-job-more-container .awsm-job-more span::before{
	content:"" !important;
}

.nooz-post--dark{
	max-height:450px;
	border:1px solid #e6e6e6 !important;
  box-shadow: 0px 4px 12px 0px #bfbfbf40 !important;
	box-shadow:none !important;
	background-color:#fbfbfb !important;
}
.nooz-post--light{
	max-height:450px;
		border:1px solid #e6e6e6 !important;

  box-shadow: 0px 4px 12px 0px #bfbfbf40 !important;
	box-shadow:none !important;
	background-color:#fbfbfb !important;
}
.nooz-posts {
	    grid-template-columns: repeat(auto-fit, minmax(260px, 400px));

}
.nooz-post__body{
	justify-content:flex-start!important;
}
.nooz-post__heading{
	font-size:16px;
	line-height:24px;
	color:#16222a !important;
	margin-bottom:8px !important;
}
.nooz-post__datetime{
	color:#747474 !important;
	font-size:14px !important;
	margin-bottom:8px !important;
}
.nooz-post__excerpt-text{
	font-size:14px !important;
	line-height:22px;
	color:#3f3f3f !important;
}
.nooz-post__action-button{
	padding:8px 16px !important;
	font-size:14px !important;
	font-weight:500 !important;
	background-color:#FF7847 !important;
}
.nooz-taxonomies{
	display:none !important;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{
	background-color:transparent ;
}

/* GRID ONLY FOR POSTS */
.category-blog .site-main,
.category-press .site-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* FORCE ONLY ARTICLES INTO GRID */
.category-blog .site-main article,
.category-press .site-main article {
    grid-column: auto;
}

/* 🚨 FORCE PAGE TITLE OUT OF GRID */
.category-blog .page-header,
.category-press .page-header {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 20px;
}

/* ALSO PROTECT SITE TITLE (if theme injects it inside grid) */
.category-blog .site-main > h1,
.category-press .site-main > h1 {
    grid-column: 1 / -1;
}

/* PAGINATION BELOW GRID */
.category-blog .site-main nav,
.category-press .site-main nav {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/* MOBILE */
@media (max-width: 768px) {
    .category-blog .site-main,
    .category-press .site-main {
        grid-template-columns: 1fr;
    }
}

.category-blog .page-title,
.category-press .page-title,
.category-blog .entry-title,
.category-press .entry-title,
.category-blog .page-header,
.category-press .page-header {
    display: none !important;
}
/* Hide meta (date, comments, category, etc.) ONLY on Press */
.category-press .entry-meta,
.category-press .post-meta,
.category-press .cat-links,
.category-press .tags-links,
.category-press .comments-link,
.category-press .comment-count {
    display: none !important;
}

.category-press .post-meta,
.category-press .entry-footer,
.category-press .entry-footer *,
.category-press .entry-meta * {
    display: none !important;
}