
/* fonts  */
.font-14 {
	font-size: 14px;
	line-height: 1.5;
}
.font-20.font-20.font-20 {
	font-size: 20px;
	line-height: 1.6;
}
.font24 {
    font-size: 24px;
}
.font-35 {
	font-size: 35px;
}
.fw-light {
	font-weight: 300;
}

/* spaciing  */
.mt-0{
  margin-top:0 !important;
}
/* p.font-20:not(:last-child) {
	margin-bottom: 24px !important;
} */
.margin-bottom-64px,p.font-20:not(:last-child).margin-bottom-64px {
	margin-bottom: 64px !important;
}
.margin-bottom-48px {
	margin-bottom: 48px !important;
}
.margin-bottom-32px {
	margin-bottom: 32px !important;
}
.margin-bottom-24px {
	margin-bottom: 24px !important;
}
.margin-bottom-17px {
	margin-bottom: 17px !important;
}
.margin-bottom-16px {
	margin-bottom: 16px !important;
}
.margin-bottom-0px {
	margin-bottom: 0px !important;
}
.margin-top-64px {
	margin-top: 64px !important;
}
.margin-top-48px {
	margin-top: 48px !important;
}
.margin-top-32px {
	margin-top: 32px !important;
}
.margin-top-24px {
	margin-top: 24px !important;
}
.margin-top-17px {
	margin-top: 17px !important;
}
.margin-top-16px {
	margin-top: 16px !important;
}
.margin-top-0px {
	margin-top: 0px !important;
}
.mb-16.mb-16.mb-16{
  margin-bottom:16px;
}
.mb-8{
  margin-bottom:8px;
}
@media (min-width: 768px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mt-sm-64 {
		margin-top: 32px !important;
	}
	.mb-sm-64 {
		margin-bottom: 32px !important;
	}
	.mt-sm-64 {
		margin-top: 64px !important;
	}
	.mb-sm-64 {
		margin-bottom: 64px !important;
	}
}

.ps-32 {
	padding-left: 32px;
	padding-right: 32px;
}
.ms-32 {
	margin-left: 32px;
	margin-right: 32px;
}
.row.equal {
	display: flex;
	flex-wrap: wrap;
}

/* Background colors  */
.bg-blue {
	background-color: #00254b;
	color: white;
}
.bg-blue strong {
	color: #b9d9eb;
}
.bg-blue h2 ,
.bg-blue h3 {
	color: white;
}
.bg-blue .button-more:hover  {
	border-color: #b9d9eb!important;
}
@media(max-width:767px){
  	.mobile-margin-top-0{
		margin-top:0 !important;
  	}
}
@media(min-width:991px){
	.desk-margin-bottom-64px{
		margin-bottom: 64px !important;
	}
  	.desk-margin-top-32px{
   		margin-top: 32px;
  	}
}