.gdlr-core-counter-item .gdlr-core-counter-item-text {
    line-height: 1;
    margin-bottom: 25px;
}
.hidden {
	display: none;
}
/**
 * Image Slider (Slick)
 */
/* .slick-prev,
.slick-next {
	font-size: 46px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #000;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -25px;
}
.slick-next {
	right: -25px;
}
.slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.slick-list {
    margin-left: -15px;
    margin-right: -15px;
    pointer-events: none;
} */
/* End Image Slider (Slick) */

/**
 * Text Banner
 */
/* .textbanner ul.list {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
    text-wrap: nowrap;
}
.textbanner ul.list li {
	float: left;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 19px !important;
}
.textbanner ul.list.cloned {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 1px !important;
} */
/* End Text Banner */
/* Page Builder Hero Header */
.gdlr-core-hero-header-item-wrap,
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap {
    position: relative;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-image-item-wrap img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.gdlr-core-title-content-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-section-container {
	width: 100%;
	height: 100%;
	display: flex;
}
.gdlr-core-hero-header-item-wrap .gdlr-core-pbf-column {
    display: flex;
    width: 100%;
}
.content-middle { align-items: center; }
.content-bottom { align-items: flex-end; }
.content-right { justify-content: flex-end; }
.content-center { justify-content: center; }
.gdlr-core-hero-header-item-wrap img {
	width: 100%;
}
/* Hero Slider (need hero header styles as well) */
.mkt-hero-slide-inner {
	position: relative;
}
.gdlr-core-mkt-hero-slider-item.gdlr-core-item-pdb.gdlr-core-item-pdlr {
	padding-bottom: 0;
}
/* @media only screen and (max-width: 767px) {
    .mkt-hero-slide-inner.gdlr-core-hero-header-item-wrap {
        min-height: 240px;
        position: relative;
        overflow: hidden;
    }
    .mkt-hero-slide-inner .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .mkt-hero-slide-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
} */
@media only screen and (max-width:767px) {
    .gdlr-core-hero-header-item-wrap.mkt-hero-header .gdlr-core-image-item-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.mkt-hero-slides .slick-prev,
.mkt-hero-slides .slick-next {
	font-size: 38px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: flex;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	border: none;
	outline: none;
	background: transparent;
    z-index: 1;
    width: 38px;
    background: #1C69D4;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.mkt-hero-slides .slick-prev {
	left: 15px;
}
.mkt-hero-slides .slick-next {
	right: 15px;
}
.mkt-hero-slides .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
.mkt-hero-slides .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    /* pointer-events: none; */
}
@media only screen and (max-width:767px) {
    .mkt-hero-slides .slick-prev, .mkt-hero-slides .slick-next {
        width: 24px;
        background: transparent;
    }
    .mkt-hero-slides .slick-prev {
        left: 0;
    }
    .mkt-hero-slides .slick-next {
        right: 0;
    }
}
@media only screen and (min-width:768px) and (max-width:1760px) {
    .mkt-hero-slides .slick-prev {
        left: 8px;
    }
    .mkt-hero-slides .slick-next {
        right: 8px;
    }
        .mkt-hero-slides .slick-prev, .mkt-hero-slides .slick-next {
        width: 38px;
    }
}
/* MINI */
.md-stage .md-stage-main.publish {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
}

.md-stage {
	display: inline-flex;
	align-items: center;
	position: relative;
	max-width: 100%;
}
.md-stage-main-container {
	height: 100%;
}

.md-stage .md-stage-main.publish {
	padding: 3.5rem;
}
.md-stage .stage-headline .headline-subline {
	text-transform: none;
	display: inline-block;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 32px;
}
.md-next .light-on-dark *, .md-next.light-on-dark * {
	color: #fff;
}
.infinite-body .md-stage h1,
.page-style-mini.infinite-body .gdlr-core-page-builder-body .md-stage a,
.md-stage .stage-headline.has-top-subline.browser-adjustment h1
.md-stage .stage-headline.has-top-subline.browser-adjustment a,
.md-stage .stage-headline.has-top-subline.browser-adjustment {
	color: #fff;
}
.page-style-mini.infinite-body .gdlr-core-page-builder-body .md-stage a.btn  {
	color: #000;
	font-family: 'mini_bold';
}
.md-stage .stage-headline .headline {
	line-height: 48px;
	font-size: 48px;
}
.md-stage .md-stage-main .md-stage-main-container .md-stage-button-group {
	justify-content: flex-start;
	width: max-content;
	margin-left: unset;
	margin-right: unset;
	margin-bottom: 1.75rem;
	display: flex;
    gap: 1.25rem;
	align-items: center;
	padding-top: 15px;
}
.md-stage .md-button .btn-ghost {
	color: #000;
	background-color: #fff;
	height: 2.5rem;

  	line-height: 1.125rem;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 1.5rem;
	cursor: pointer;
	text-align: center;
	min-width: 12.5rem;

	font-size: 1.125rem;
	align-items: center;
	gap: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3.5rem;
	position: relative;
	transition: 200ms ease-in-out;
	transition-property: color,opacity,background-color,border-color;
	border: solid 2px transparent;
}
.md-stage .md-button .btn-ghost:hover,
.md-stage .md-button .btn-ghost:focus {
	background-color: #e0e0e0;
}
.stage-headline.has-top-subline.browser-adjustment {
	padding-right: 44px;
}
.md-stage .md-stage-main .md-stage-main-container .md-stage-button-group {
	margin-bottom: 32px;
}
.infinite-body .infinite-page-wrapper .md-stage h1.headline {
	font-family: 'mini_bold','Georgia',serif !important;
	margin-bottom: 10px;
}
.md-stage .headline-copytext {
	font-family: 'mini_bold',Arial,sans-serif !important;
	line-height: 1.7;
}
@media only screen and (min-width:768px) and (max-width:999px) {
	.headline-copytext {
		line-height: 1;
		margin-bottom: 24px;
	}
	.md-stage .md-stage-main.publish {
		padding: 2rem;
	}
	.md-stage .stage-headline .headline-subline {
		line-height: 38px;
		font-size: 32px;
		margin-bottom: 0;
		margin-top: -7px;
	}
	.infinite-body .infinite-page-wrapper .md-stage h1.headline {
		line-height: 48px;
		font-size: 48px !important;
		font-family: 'mini_bold';
		/* display: inline-block; */
	}
	.stage-headline .headline-copytext {
		font-family: 'mini_bold';
		line-height: 18px;
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
	}
	/* .gdlr-core-image-item .stage-headline .headline-copytext {
		margin-bottom: 8px;
	} */
	.md-stage-component .md-stage .md-stage-main .md-stage-main-container .md-stage-content-col {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.md-stage-content-wrapper {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.md-stage .stage-headline .headline {
		margin-bottom: 0;
	}
	.md-stage .md-stage-main .md-stage-main-container .md-stage-button-group {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.75rem;
	}
	.md-stage.is-top .stage-headline .headline {
		line-height: 1;
		margin-top: -7px;
	}
}
@media only screen and (max-width:767px) {
	.md-stage .md-stage-main.publish {
		padding: 2rem;
	}
	.md-stage-asset-wrapper.stage-with-gradient {
		height: 400px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.md-stage-asset-wrapper.stage-with-gradient img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		max-width: 1000px;
	}
	.md-stage .md-stage-main.publish {
		padding: 2rem;
	}

	.stage-headline.has-top-subline.browser-adjustment {
		padding-right: 32px;
	}
	.md-stage .stage-headline .headline-subline {
		font-size: 24px;
		line-height: 32px;
		text-transform: none;
		display: block;
		font-style: italic;
		margin-top: -8px;
		margin-bottom: 0;
	}
	.infinite-body .infinite-page-wrapper .md-stage h1.headline {
		font-family: 'mini_bold','Georgia',serif !important;
		text-transform: uppercase;
		line-height: 32px;
		font-size: 32px !important;
		margin-bottom: 0;
	}
	.md-stage .headline-copytext {
		font-family: 'mini_bold',Arial,sans-serif !important;
		line-height: 24px;
		font-size: 18px;
		margin-top: 10px;
	}

	.md-stage-component .md-stage .md-stage-main .md-stage-main-container .md-stage-content-col {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.md-stage-content-wrapper {
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.md-stage .md-stage-main .md-stage-main-container .md-stage-button-group {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		/* margin: 1.25rem 1.25rem 1.5rem; */
		margin: 1.25rem 0 1.5rem;
		align-items: center;
		width: 100%;
	}

	.md-stage {
		display: flex;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 400px;
	}
	.md-stage.is-top .stage-headline .headline {
		margin-top: -4px;
	}


}
.md-stage.mini-frame-red .frame-line {
	background: #B51919;
}
.md-stage.mini-frame-yellow .frame-line {
	background: #FFE419;
}
.md-stage.mini-frame-orange .frame-line {
	background: #ED510D;
}
.md-stage.mini-frame-light-blue .frame-line {
	background: #56C5E5;
}
.md-stage.mini-frame-blue .frame-line {
	background: #2D46DF;
}
.md-stage.mini-frame-turquoise .frame-line {
	background: #26D6C3;
}
.md-stage.mini-frame-green .frame-line {
	background: #01693E;
}
.mini-frame-red {
	color: #B51919;
}
.mini-frame-yellow {
	color: #FFE419;
}
.mini-frame-orange {
	color: #ED510D;
}
.mini-frame-light-blue {
	color: #56C5E5;
}
.mini-frame-blue {
	color: #2D46DF;
}
.mini-frame-turquoise {
	color: #26D6C3;
}
.mini-frame-green {
	color: #01693E;
}

/* /MINI */
