/*!
 *@Title: eBiz pWeb CSS
 *@Author: Mark Tiangco, John Magat
 *@Description: All main unique css associated to FLP which are not in the original design will be define in this stylesheet.
 *@StartDate: 2021-12-01
 *@updatedDate:  Refer to CMS versioning
*/
   
a.custom-anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}
h1.h1-display {
	font-family: "OpenSans", sans-serif;
	font-weight: 800;
	font-size: 4rem;
	line-height: 1.2;
	color: #0082D2;
}
h2.h2-display {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.1;
	color: #4d4d4d;
}
.smaller {
	font-size: 1.2rem;
	line-height: 1.2;
}
.subject-header {
	display: flex;
	justify-content: center;
}
.subject-header .separator {
	display: block;
	width: 55px;
	height: 2px;
	margin: 15px 0;
	background-color: #0082D2;
}
.subject-header h2 {
	padding: 0 15px;
	margin: 0 !important;
}
.subject-header p {
	margin-bottom: 0;
}
.break-md {
	display: inline;
}
@media (min-width: 992px) {
	.break-md {
		display: block;
	}
}
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.hr-std {
	margin: 32px 0;
	border-bottom: solid 3px #e5e7e8;
}
.hr-blue-light {
	margin: 32px 0;
	border-bottom: solid 3px #0082D2;
}
.mt-small {
	margin-top: 16px;
}
.mb-small {
	margin-bottom: 16px;
}
.my-small {
	margin: 16px 0;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.my-0 {
	margin: 0;
}
.block-spacer-1x {
	padding: 8px 0;
}
.block-spacer-2x {
	padding: 16px 0;
}
.block-spacer-3x {
	padding: 24px 0;
}
.block-spacer-4x {
	padding: 32px 0;
}
.block-spacer-5x {
	padding: 40px 0;
}
.stack-md-t-1x {
	margin-top: 16px;
}
@media (min-width: 992px) {
	.stack-md-t-1x {
		margin-top: 0;
	}
}
.stack-md-t-2x {
	margin-top: 32px;
}
@media (min-width: 992px) {
	.stack-md-t-2x {
		margin-top: 0;
	}
}
.stack-md-b-1x {
	margin-bottom: 16px;
}
@media (min-width: 992px) {
	.stack-md-b-1x {
		margin-bottom: 0;
	}
}
.stack-md-b-2x {
	margin-bottom: 32px;
}
@media (min-width: 992px) {
	.stack-md-b-2x {
		margin-bottom: 0;
	}
}
.divider-short {
	width: 100%;
	margin: 24px 0;
}
.divider-short::before {
	content: "";
	display: block;
	width: 55px;
	height: 5px;
	background-color: #e5e7e8;
}
.divider-onethird {
	width: 100%;
	margin: 15px 0;
}
.divider-onethird::before {
	content: "";
	display: block;
	width: 33%;
	height: 3px;
	background-color: #e5e7e8;
}
.media-border-bottom {
	border-bottom: solid 12px #e5e7e8;
}
.secondary-wrap {
	padding-left: 24px;
}
.bottom-cta {
	position: absolute;
	bottom: 0px;
	width: calc(100% - 20px);
}

.cta-btn-ver .bottom-cta{
	position: absolute;
	bottom: 8px;
	width: calc(100% - 20px);
}

.bottom-cta a {
	font-size: 14px;
	line-height: 30px;
}

.cta-btn-ver .bottom-cta a.btn {
	font-size: 16px;
	line-height: 1.42857143;
}








.card {
	flex: 1 1 auto;
}
.card.card-std.theme-transparent {
	background-color: transparent !important;
	border: none !important;
}

.card.card-std {
	background-color: #e5e7e8;
	border: 3px solid #e5e7e8;
	position: relative;
}
.card.card-std .card-media {
	background-color: #fff;
}
.card.card-std h5 {
	margin-top: 0;
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2e2e2e;
}
.card.card-std h5 a {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2e2e2e;
	text-decoration: none;
}
.card.card-std h5 a:hover,
.card.card-std h5 a:focus {
	text-decoration: underline;
}
.card.card-std p {
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 400;
	color: #2e2e2e;
}
.card.card-std ul, .card.card-std ol {
	padding: 0px 0px 0px 15px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2e2e2e;
}
.card.card-std ul li, .card.card-std ol li {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.card.card-border-std {
	border: solid 3px #e5e7e8;
}
.card.card-border-std h5 {
	margin-top: 0;
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	color: #2e2e2e;
}
.card.card-border-std h5 a {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2e2e2e;
	text-decoration: none;
}
.card.card-border-std h5 a:hover,
.card.card-border-std h5 a:focus {
	text-decoration: underline;
}
.card.card-border-std p {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	color: #2e2e2e;
}
.card.card-border-std .card-body-transparent h5 a {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2e2e2e;
	text-decoration: none;
}
.card.card-border-std .card-body-transparent h5 a:hover,
.card.card-border-std h5 a:focus {
	text-decoration: underline;
}
.card.card-border-std .card-body-transparent p {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	color: #2e2e2e;
}
.card-body {
	padding: 10px 10px 20px;
}
.card-body.cta-btn-ver {
	padding: 10px 10px 50px;
}

.card-body-transparent {
	padding: 10px;
	background-color: transparent;
}
.card-body-transparent {
	padding: 10px;
	background-color: transparent;
}
.media-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #c4c4c4;
	min-height: 135px;
	margin-bottom: 24px;
}
.media-card:last-child,
.media-card:only-child {
	margin-bottom: 0 !important;
}
@media (min-width: 576px) {
	.media-card {
		flex-direction: row;
	}
}
.media-card-image {
	width: 100%;
}
@media (min-width: 576px) {
	.media-card-image {
		width: 25%;
		float: left;
	}
}
.media-card-image .object-cover {
	object-fit: cover;
	width: 100%;
}
.media-card-caption {
	float: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 16px;
	z-index: 10;
	color: #4d4d4d;
	text-align: left;
}
@media (min-width: 576px) {
	.media-card-caption {
		float: left;
		width: 75%;
		min-height: 135px;
		height: 100%;
	}
}
.media-card-caption>h5 {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0 0 8px 0;
	color: #0082D2;
}
.media-card-caption>h5 a {
	font-family: "OpenSans", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #0082D2;
	text-decoration: none;
}
.media-card-caption>h5 a:hover,
.media-card-caption>h5 a:focus {
	text-decoration: underline;
}
.media-card-caption>p {
	font-size: 1.4rem;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.brHide {
		display: none !important;
	}
}
@media only screen and (max-width: 680px) {
	.td-mobile {
		float: left;
		width: 100% !important;
		padding-bottom: 10px !important;
	}
	.mobile-font {
		font-size: 12px;
	}
}
