body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.mb-50{
    margin-bottom: 50px;
}
div#crumbs {
    padding-left: 16px;
}
#crumbs a, .delimiter {
    color: rgba(6, 70, 119, 0.6);
    padding-right: 7px;
    font-weight: 500;
}
div#crumbs span.current {
    font-weight: 600;
	color: rgba(6, 70, 119, 1);
}
.term-list-items {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(226, 232, 240, 1);
}
.term-list-item {
    padding: 10px 30px;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 30px;
    color: rgba(85, 85, 85, 1);
    transition: 0.3s;
	font-weight:500;
    
}
.term-list-item:hover,.term-list-item.active {
    background-color: rgba(29, 132, 198, 1);
    color: white;
	font-weight: 500;
    border-color: rgba(29, 132, 198, 1);
}
.term-list-items {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(226, 232, 240, 1);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.paginate-buttons.w-md {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.prev-next-icons {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page-numbers {
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: transparent;
    color: rgba(29, 120, 190, 1);
    transition: 0.3s;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: rgba(29, 132, 198, 1);
    color: white;
}
.mt-100{
	margin-top:100px !important;
}
.mb-100{
	margin-bottom:100px !important;
	
}
.acordeon-item-title {
    font-weight: 400 !important;
}
.acordeon-seo-wraper {
    max-width: 1250px;
    margin: auto;
}
	h2.acordeon-item-title {
    font-weight: 400;
}
.archive-page {
    padding-top: 30px;
}
div#crumbs  span.current {
    text-transform: capitalize;
}
.archive-page .btn.btn-outline--primary {
    font-size: 16px;
    width: 176px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 52px;
    align-items: center;
}
.banner--old h3.banner--old-subtitle,
.banner--old  .banner-content h3.banner--old-subtitle {
    letter-spacing: -2% !important;
	text-shadow:none !important;
}
.archive-page  .btn.btn-a span{
	top:auto !important;
}
.call-to-action .contact-form--call-to-action .form-modal .modal-header {
    position: relative;
    display: grid;
}
.call-to-action .contact-form--call-to-action .form-modal .modal-header .badge {
    margin-left: initial;
    order: 1;
    padding: 10px 0;
    background: transparent;
    color: #1d78be;
    font-weight: 500;
    padding-bottom: 15px;
	font-size:14px
}
.call-to-action .contact-form--call-to-action .form-modal .modal-header .title {
    order: 2;
    padding-top: 0;
}

.my-100{
margin-top:100px !important;	
	margin-bottom:100px !important;
}
.px-0{
	padding-left: 0!important;
	padding-right:0 !important;
}
.acordeon-item-title button.acordeon-item-button{
	font-weight:400 !important;
}
.content h6 {
    text-transform: uppercase;
}
.accordeon-item-content text {
    padding-bottom: 20px;
}
.footer-content .social i.far {
    font-size: 30px;
}

.accordeon-item-content .text{
padding-bottom:20px;	
}
.acordeon-item-title button.acordeon-item-button {
    color: black !important;
}
.accordeon-item-content .text ul li {
    padding-bottom: 5px;
}
.accordeon-item-content .text ul {
    padding-bottom: 5px;
}
.banner--old  h3.banner--old-subtitle {
   
    text-transform: none !important;
}
@media (max-width:640px){
	.call-to-action .contact-form--call-to-action .form-modal .modal-header .badge{
		font-size:12px !important;
	}
.home-wrapper .cards .article-card {
    border-radius: 0 !important;
}
	.person-item img {
    height: 38px;
}
.pagination-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
    p {
        font-size: 13px;
        line-height: 25.6px;
    }

	.archive-page .btn.btn-outline--primary{
		margin:auto !important;
	}
	
	ul {
    font-size: 0.8rem;
    line-height: 1.6rem;
}

	.banner--old .banner-items .banner-content-wrapper {
    max-width: calc(100% - 54px);
    padding-top: 80px;
    padding-bottom: 80px;
}
	.icon-section {
    position: relative;
    margin-top: -26px;
    padding-left: 30px;
}
	.icon-section svg {
    width: 48px;
    height: 48px;
}
	.star-section {
    padding-left: 30px;
    padding-top: 20px;
}
	h2{
		font-size:24px !important;
	}
	.archive-page h2 {
    font-size: 20px !important;
}
	.article-card a.category{
		font-size:13px;
		margin-bottom:5px;
	}
	.acordeon-item-title button.acordeon-item-button {
 
    font-size: 20px;
    font-weight: 400;
    gap: 20px;
}
	
	.home-wrapper .cards .article-card .content p {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
		line-height:1.5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
		margin-left:0 !important;
    color: #555;
}
	.acordeon-seo-text .acordeon-title{
		font-size:24px !important;
	}
	.pb-100,
	.pb-1 {
    padding-bottom: 50px !important;
}
	.my-100{
margin-top:50px !important;	
	margin-bottom:5px !important;
}
	.mt-1,
	.mt-100{
	margin-top:50px !important;
}
	.mb-100{
	margin-bottom:50px !important;
}
	.py-100{
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}	
	.banner--page, .banner--old {
    margin-bottom: 50px;
}
	.home-wrapper .cards .article-card .content {
    padding: 0px 0 0 13px;
    text-align: left !important;
    border: none !important;
}
	.edit-nomin .w-md {
    padding: 0px !important;
}
	
	.call-to-action .contact-form--call-to-action .form-modal {
		 padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 15px;
}
	footer .footer-content {
    display: flex;
    padding-left: 47px;
    padding-right: 47px;
}
	.spacer-100 {
    height: 50px;
}
	.old-banner-buttons a {
    display: flex !important;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 16px !important;
}
	.banner--old  h3.banner--old-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: rgba(29, 120, 190, 1) !important;
    font-weight: 500;
    letter-spacing: -0.2%;
}
	.new-teaser-card h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.3px;
}
	.new-teaser-card .content p {
    color: rgba(128, 128, 128, 1);
    margin-top: 0;
    font-size: 16px;
}
	.content-block .content-wrapper .content h6 {
    color: #7c7c7c;
    margin-bottom: 8px;
    color: #1d78be;
    letter-spacing: 1.3px;
}
	h3.short-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1D78BE;
    letter-spacing: 1.3px;
    margin-bottom: 13px;
}
	.new-teaser-card .new-card-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(29, 120, 190, 1);
    font-weight: 500;
    font-size: 16px;
}
	.archive-page .btn.btn-outline--primary {
    font-size: 16px;
    width: 138px;
 
    height: 42px;
  
}

	section.archive-page .content-block {
    padding-left: 39px;
    padding-right: 39px;
}
	.term-list-item {
    padding: 10px 24px;
    font-weight: 500;
}
	.banner--page .banner-items .banner-content-wrapper .banner-content .badge, .banner--old  .badge.badge--primary {
    border-radius: 30px;
    background: rgba(242, 247, 255, 1);
    color: #1d78be;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

@media (min-width:768px){
	footer.w-full.py-1 {
    padding-top: 160px;
}
.archive-page {
    padding-top: 20px !important;
}
	.cards .article-card{
		margin-bottom: 0px !important;
	}
	.call-to-action .contact-form--call-to-action .form-modal {
    width: 100%;
	max-width:676px;
    box-sizing: border-box;
}
	.cards .article-card{
		display:block;
	}
	#thehomelatestposts section.w-full.pb-1 {
    padding-bottom: 50px !important;
}
}
