html {
	--primaryCalculatedFilter: none;
}

@font-face {
	font-family: 'Kalam Regular';
	src: url('../Font/Kalam-Regular.ttf') format('truetype');
	src: url('../Font/Kalam-Regular.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Kalam Light';
	src: url('../Font/Kalam-Light.ttf') format('truetype');
	src: url('../Font/Kalam-Light.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Kalam Bold';
	src: url('../Font/Kalam-Bold.ttf') format('truetype');
	src: url('../Font/Kalam-Bold.woff2') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body.cke_editable {
	padding: 5px 20px;
}

.mouseover {
	cursor: pointer;
}

.contenttable {
	width: 100%;
}

.btn-square.buttonlink {
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #C40005;
	border-color: #C40005;
	padding: 8px 16px;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
}

.btn-square.buttonlink:hover {
	color: #C40005;
	background-color: #FFFFFF;
	border-color: #C40005;
}

.btn-square.buttonlink-2 {
	position: relative;
	font-size: 16px;
	padding: 8px 16px;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
	color: #C40005;
	background-color: #FFFFFF;
	border-color: #C40005;
}

.btn-square.buttonlink-2:hover {
	color: #FFFFFF;
	background-color: #C40005;
	border-color: #C40005;
}

p.phone-icon-wrapper a:before {
	font-family: 'Font Awesome 6 Free', sans-serif;
	content: "\f879";
	margin-right: 10px;
	font-weight: 900;
}

p.email-icon-wrapper a:before {
	font-family: 'Font Awesome 6 Free', sans-serif;
	content: "\f0e0";
	margin-right: 10px;
	font-weight: 900;
}

p.thumb-icon-wrapper a:before {
	font-family: 'Font Awesome 6 Free', sans-serif;
	content: "\f164";
	margin-right: 10px;
	font-weight: 900;
}

p.check-icon-wrapper a:before {
	font-family: 'Font Awesome 6 Free', sans-serif;
	content: "\f00c";
	margin-right: 10px;
	font-weight: 900;
}

p.calendar-icon-wrapper a:before {
	font-family: 'Font Awesome 6 Free', sans-serif;
	content: "\f274";
	margin-right: 10px;
	font-weight: 900;
}

.btn-square.greytextboxbutton {
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 700;
	border: 2px solid #333F44;
	background-color: #EFEFEF;
	color: #333F44;
}

.btn-square.greytextboxbutton:hover {
	border-color: #333F44;
	background-color: #333F44;
	color: #EFEFEF;
}

.frame-type-dbaycontent_imagebutton .textBox {
	height: 100%;
}

.frame-type-dbaycontent_imagebutton .textBox.linkedBox:not(.flipCard) {
	position: relative;
}
.frame-type-dbaycontent_imagebutton .textBox.linkedBox:not(.flipCard)::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: block;
	color: var(--color-midGrey);
	font-size: 1.25rem;
}

.frame-type-dbaycontent_imagebutton .textBox.linkedBox.mouseover:not(.flipCard)::after {
	color: var(--color-primary);
}

.frame-type-dbaycontent_imagebutton .textBox:not(.flipCard) > .imagebutton {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


/*.imagebutton p {*/
/*	text-align: center;*/
/*}*/

.imagebutton img {
	object-fit: contain;
}

.imagebutton .image {
	text-align: center;
}

.imagebutton.title {
	font-family: 'Helvetica Neue Regular','Open Sans Condensed',sans-serif;
	color: #000000;
	display: block;
	font-size: 1.75rem;
	font-weight: 500;
}

.imagebutton.title.imgbottom {
	margin-top: 15px;
}

.imagebutton.title.imgtop {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.imagebutton.description p {
	padding: 0;
	margin: 0;
}

.imagebutton.monochromatize img {
	filter: grayscale(100%);
}

.imagebutton a img {
	max-width: 100%;
	height: 100%;
	object-fit: scale-down;
	width: auto;
}

.mouseover:not(.flipCard) .imagebutton.monochromatize img {
	filter: none;
}

.imagebuttonbox *,
.imagebuttonbox *:hover {
	color: #333F44;
}

.imagebuttonbox:hover .title {
	color: #C40005;
}

.imagebutton li {
	color: #333F44 !important;
	margin-left: 12px !important;
	padding-right: 12px;
}

.imagebutton-category {
	display: block;
	color: #333F44;
	border: 2px solid #888888;
	width: 117px;
	height: 117px;
	text-align: center;
}

.imagebutton-category > img {
	width: 100%;
	height: auto;
	min-height: 90px;
	padding: 3px 10px 0 10px;
}

.imagebutton-category > span {
	font-size: 11px;
	padding: 0 5px 5px 5px;
}

.imagebutton-category.monochromatize img {
	filter: grayscale(100%);
}

.imagebutton-category.monochromatize:hover img {
	filter: none;
}

.imagebutton-category:hover {
	color: #C40005;
	border-color: #C40005;
}

.textBox.mouseover:not(.flipCard) .imagebutton.title, .mouseover:not(.flipCard) .imagebutton.description {
	color: #C40005;
}

.imagebox .ce-center.ce-above div {
	float: none;
	right: 0;
	left: 0;
	width: 100%;
}

.imagebox .ce-center.ce-above div figure.image > * {
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 100%;
}

.responsive img {
	width: 100% !important;
	height: auto !important;
}

.icontext .icon-style .row-flex {
	display: flex;

	align-items: center;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-right: 0;
	margin-left: 0;
}

.icontext .icon-circle {
	border-right: 3px double #EEEEEE;
	border-radius: 100%;
	text-align: center;
}

.icontext .icon-style i,
.icontext .icon-style img {
	font-size: 22px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: transparent;
	color: #D73630;

	box-sizing: content-box !important;
	text-align: center;
}

.icontext .icon-style .media-top,
.icontext .icon-style .media-bottom {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.icontext .icon-style img {
	box-sizing: border-box;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.icontext .media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}

.icontext .media-left img,
.icontext .media-right img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: auto;
}

.icontext .media-left, .media-right {
	position: relative;
}

.icontext .orientation.top .caption h4,
.icontext .orientation.bottom .caption h4 {
	font-size: 20px;
}

.icontext.bordered {
	border: 2px solid #f5f5f5;
}

.icontext .orientation.left img,
.icontext .orientation.right img {
	width: 48%;
}

.imagebox .caption .ce-bodytext {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.imagebox .red-shadow:hover,
.imagebox.active .red-shadow {
	box-shadow: rgba(196, 0, 5, .2) 0 2px 2px, rgba(196, 0, 5, .2) 0 4px 4px, rgba(196, 0, 5, .2) 0 8px 8px, rgba(196, 0, 5, .2) 0 16px 16px, rgba(196, 0, 5, .2) 0 12px 12px, rgba(196, 0, 5, .2) 0 20px 20px;
}

.imagebox .red-top-border {
	border-color: #C40005 !important;
}

.imagebox .green-shadow:hover,
.imagebox.active .green-shadow {
	box-shadow: rgba(0, 150, 136, .2) 0 2px 2px, rgba(0, 150, 136, .2) 0 4px 4px, rgba(0, 150, 136, .2) 0 8px 8px, rgba(0, 150, 136, .2) 0 16px 16px, rgba(0, 150, 136, .2) 0 32px 32px, rgba(0, 150, 136, .2) 0 64px 64px;
}

.imagebox .green-top-border {
	border-color: #009688 !important;
}

.imagebox .blue-shadow:hover,
.imagebox.active .blue-shadow {
	box-shadow: rgba(33, 150, 243, .2) 0 2px 2px, rgba(33, 150, 243, .2) 0 4px 4px, rgba(33, 150, 243, .2) 0 8px 8px, rgba(33, 150, 243, .2) 0 16px 16px, rgba(33, 150, 243, .2) 0 32px 32px, rgba(33, 150, 243, .2) 0 64px 64px;
}

.imagebox .blue-top-border {
	border-color: #2196F3 !important;
}

.imagebox .yellow-shadow:hover,
.imagebox.active .yellow-shadow {
	box-shadow: rgba(242, 241, 31, .2) 0 2px 2px, rgba(242, 241, 31, .2) 0 4px 4px, rgba(242, 241, 31, .2) 0 8px 8px, rgba(242, 241, 31, .2) 0 16px 16px, rgba(242, 241, 31, .2) 0 32px 32px, rgba(242, 241, 31, .2) 0 64px 64px;
}

.imagebox .yellow-top-border {
	border-color: #F2EA1F !important;
}

@media (max-width: 767px) {
	.imagebox .red-shadow:hover,
	.imagebox.active .red-shadow {
		box-shadow: rgba(196, 0, 5, .2) 0 2px 2px,
		rgba(196, 0, 5, .2) 0 4px 4px,
		rgba(196, 0, 5, .2) 0 8px 8px,
		rgba(196, 0, 5, .12) 0 16px 16px,
		rgba(196, 0, 5, .12) 0 12px 12px,
		rgba(196, 0, 5, .12) 0 5px 5px;
	}

	.imagebox .green-shadow:hover,
	.imagebox.active .green-shadow {
		box-shadow: rgba(0, 150, 136, .2) 0 2px 2px,
		rgba(0, 150, 136, .2) 0 4px 4px,
		rgba(0, 150, 136, .2) 0 8px 8px,
		rgba(0, 150, 136, .12) 0 16px 16px,
		rgba(0, 150, 136, .12) 0 12px 12px,
		rgba(0, 150, 136, .12) 0 20px 20px;
	}

	.imagebox .blue-shadow:hover,
	.imagebox.active .blue-shadow {
		box-shadow: rgba(33, 150, 243, .2) 0 2px 2px,
		rgba(33, 150, 243, .2) 0 4px 4px,
		rgba(33, 150, 243, .2) 0 8px 8px,
		rgba(33, 150, 243, .12) 0 16px 16px,
		rgba(33, 150, 243, .12) 0 12px 12px,
		rgba(33, 150, 243, .12) 0 20px 20px;
	}

	.imagebox .yellow-shadow:hover,
	.imagebox.active .yellow-shadow {
		box-shadow: rgba(242, 241, 31, .2) 0 2px 2px,
		rgba(242, 241, 31, .2) 0 4px 4px,
		rgba(242, 241, 31, .2) 0 8px 8px,
		rgba(242, 241, 31, .12) 0 16px 16px,
		rgba(242, 241, 31, .12) 0 12px 12px,
		rgba(242, 241, 31, .12) 0 20px 20px;
	}
}

.mediaBoxCollapsible .imagebox > div:focus {
	box-shadow: none;
}


.imagebox .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.imagebox .responsive img {
		width: 50% !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.googleMap-height-500 {
		height: 400px !important;
	}
}

.video-block img {
	width: 100%;
	height: auto;
}

.video-block .close {
	font-size: 32px;
	margin-right: -15px;
}

.incrementer .number {
	font-size: 48px;
	color: #C40005;
}

.incrementer .pos-top .number,
.incrementer .pos-bottom .number {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

ul li.landingpage-checkbox {
	font-size: 24px;
	line-height: 1.5;
	padding: 10px 0;
	display: flex;
}

ul li.landingpage-checkbox::before {
	content: url("../Icons/list-style-bw.svg");
	margin-right: 10px;
        font: initial;
        position: relative;
        left: unset;
        top: unset;
        color: initial;
}

ul li.landingpage-checkbox.red::before {
	content: url("../Icons/list-style-color.svg");
	margin-right: 10px;
}

ul li.landingpage-checkbox.green::before {
	content: url("../Icons/list-style-color-green.svg");
	margin-right: 10px;
}

.headline-red {
	color: #C40005;
}

.font-kalam {
	font-family: "Kalam Regular", "PTSans", sans-serif !important;
	font-style: normal;
}

@media screen and (max-width: 750px) {
	ul li.landingpage-checkbox {
		font-size: 22px;
	}
}

.flipCard > .imagebutton {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform var(--animation-time-long);
	transform-style: preserve-3d;
}

.flipCard:hover  > .imagebutton {
	transform: rotateY(180deg);
}

.frontCard,
.backCard {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.backCard {
	transform: rotateY(180deg);
	height: auto;
}
.backCard p.title, .backCard div.bodytext * {
	text-align: left !important;
}

.backCard div.bodytext {
	margin-bottom: 0.5rem;
}

.backCard div.readMore {
	margin-top: auto;
}
.backCard div.readMore a {
	color: white;
	padding: 5px;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	width: 100%;
	display: block;
}
.backCard div.readMore:hover a {
	background: transparent;
	color: var(--color-primary);
}

.frontCard, .backCard {
	display: flex;
	flex-direction: column;
}

.frontCard {
	transform: rotateY(0deg);
	justify-content: center;
}
.backCard {
	justify-content: flex-start;
}

.frame-type-dbaycontent_imagebutton .textBox.flipCard {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.frame-type-dbaycontent_imagebutton .textBox.flipCard::after {
	content: "\f362";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: block;
	color: var(--color-midGrey);
	opacity: 1;
	transition: opacity 150ms ease-in-out;
	font-size: 1.25rem;
}

.frame-type-dbaycontent_imagebutton .textBox.flipCard:hover::after {
	opacity: 0;
}