/* @import url("/css/template/theme_style.css"); */

/*************************************************/
/*                                               */
/* TEMPLATE - ALL PAGES                          */
/*                                               */
/*************************************************/
*, :after, :before {
	box-sizing: border-box;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	/*font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, "sans-serif";*/
    font-family: Inter,X-LocaleSpecific,sans-serif;
	height: 100%;
	font-size: 16px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	html {
		line-height: 1.8em;
	}
}
h1 {
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
	color: #5F5F5F;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 2rem;
	}
}

h2 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #969494;
	text-align: center;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.5rem;
	}
}

h3 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #969494;
	text-align: center;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 1rem;
	}
}

a {
	text-decoration: none;
}

.button_gry {
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	width:100px; 
    height: 34px;
    color: #969494;
    border: 2px solid #969494;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    text-align: center;
    overflow: hidden;
}

.button_gry:hover {
	color: #FFF;
	border: 2px solid #F15A24; 
	background-color: #F15A24; 
	cursor: pointer;
}

.button_large_gry {
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px 5px 15px;
	border-radius: 50px;
	border: solid 2px #969494;
	color: #969494;
	background-color: #FFF;
	transition: all 0.3s ease-in-out;
    cursor: pointer;    
}

.button_large_gry:hover {
	color: #FFF;
	border: solid 2px #F15A24;
	background-color: #F15A24; 
	cursor: pointer;
}

.button_blue {
	color: #fff;
	background-color: #006A81;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	width:100px; 
    height: 34px;
	border: 2px solid #006A81;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    text-align: center;
    overflow: hidden;
}

.button_blue:hover {
	color: #FFF;
	border: 2px solid #F15A24; 
	background-color: #F15A24; 
	cursor: pointer;
}

.button_large_blue {
	border: solid 2px #006A81;
	color: #FFF;
	background-color: #006A81;
	font-size: 13px;
	font-weight: normal;
	height: 40px;
	width: 150px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px 5px 15px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
    cursor: pointer;  
    text-wrap: nowrap;  
}

.button_large_blue:hover {
	color: #FFF;
	border: solid 2px #F15A24;
	background-color: #F15A24; 
	cursor: pointer;
}    
    
p {
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: 400;
	color: #969494;
}

@media (max-width: 560px){
.view-xs {
    display: inline-flex;
}
}

ul {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

.button_round {
	font-size: 0.9rem;
/*	font-weight: 700;*/
	height: 28px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 15px 15px 15px;
	border-radius: 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.button_round_gry {
	border: solid 3px #979494;
	background-color: #FFF;
	color: #979494;
}

.button_round_gry:hover {
    border: solid 3px #F15A24; 
	background-color: #F15A24;
	color: #FFF;
	cursor: pointer;
}
	
.button_round_blue_border {
	border: solid 2px #006A81;
	color: #006A81;
}

.button_round_blue_border:hover {
    border: solid 2px #F15A24; 
	background-color: #F15A24;
	color: #FFF;
	cursor: pointer;
}

.button_round_blue {
	border: solid 1px #006A81;
	background-color: #006A81;
	color: #FFF;
}

.button_round_blue:hover {
    border: solid 1px #F15A24; 
	background-color: #F15A24;
	color: #FFF;
	cursor: pointer;
}

.cellEffect {
 /*	border: solid 1px #006A81; */
 	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
 	border: 1px solid #AAA !important;
 	transition: all 0.3s ease-in-out;
 }

.cellEffect:hover {
/* 	border: solid 1px #006A81;
 */	box-shadow: 2px 2px 20px 2px rgba(0, 106, 129, .4);
	cursor: pointer;
}

/* Language */
.language-menu {
	position: absolute;
	z-index: 1; /* Set a higher z-index to ensure it appears above other elements */
	border: 3px solid #FFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: -35px;
	width: 100px; 
}

.languageItem {
	display: block;
	padding: 8px;
	text-align: center;
	cursor: pointer;
    background: #F2F2F2;
	border-bottom: 2px solid #F5F5F5;
 	color: #969494;
	text-decoration: none;
}

.languageItem:hover {
	background: #CCC;
	color: #4C4C4C;
}

.languageIcon {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	cursor: pointer;
}

.language_svg {
	fill: #969494;
    stroke-width: 0px;
}

.languageIcon:hover .language_svg {
    fill: #F15A24 !important;
    stroke-width: 0;
}

/* Scroll-to-top button styles */
#scrollToTopBtn {
	position: fixed;
	z-index: 1;
	bottom: 125px;
	right: -2px;
	background-color: #4C4C4C;
	fill: #fff;
	display: none;
	opacity: 0;
	border: 3px;
	border-radius: 6px;
	padding: 2px;
	cursor: pointer;
	transition: opacity 0.4s ease-in-out;
	margin-left:auto;
	height:40px;
	width:40px;
}

#scrollToTopBtn.show {
	display: block;
	opacity: 0.60;
}

#scrollToTopBtn .cls-0{
	fill: #FFF;
	stroke-width: 1;
}

/* Mobile Menu button styles */
.relativeRight {
	width: 30px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.relativeRight:hover .rightPointer-h{
	display: block !important;
}

.relativeRight:hover .rightPointer{
	display: none !important;
}

.relativeLeft {
	width: 30px;
	height:30px;
	margin: 0px 10px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.menuChildHeader:hover .leftPointer-h{
	display: block !important;
}

.menuChildHeader:hover .leftPointer{
	display: none !important;
}

.menuChildHeader {
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 39px 0px;
	border-bottom: 2px solid #F15A24;
}

.menuChildHeader span {
	color: #4C4C4C;
}

.child-list-item {
	margin: 0px 10px;
}

.sectionSpacing1 {
	padding: 10px 0px;
	width: 100%;
}

.sectionSpacing2 {
	width: 100%;
	padding: 10px 0px;
}

/*************************************************/
/*                                               */
/* TEMPLATE - HOME/TRIAGE PAGES                  */
/*                                               */
/*************************************************/
.home_grid {
	display: grid;
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px;
	column-gap: 0px;
	row-gap: 0px;
	grid-template-rows: min-content 1fr min-content min-content;
	justify-items: stretch;
	align-items: center;
}

.home_row1 {
	grid-row: 1;
	padding: 15px 0px 15px 0px;
	background-color: #FFF;
	justify-self: stretch;
	align-self: top;
	border: none;
	border-bottom: solid 1px #E0E0E0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	z-index:999999;
	display: flex;
    justify-content: space-around;
}

.large_view_container {
	width: 100%;
	display: flex;
	padding: 0px 70px;
    justify-content: space-between;
}

.ms_col_right {
	display:flex;
    width: 25%;
    align-items: center;
    justify-content: end;
    column-gap: 20px;
}

.ms_col_left {
	display:flex;
    width: 25%;
    align-items: center;
    justify-content: start;
    column-gap: 20px;
}

.home_img1 {
	height: 70px;
	border: none;
	background-color: transparent;
}

.mobileView{
	display:none;
}

.mediumView{
	display:none;
}

@media screen and (min-width: 560px) and (max-width: 850px) {
	.mobileView{
	display:none;
	}
	
	.view-lg{
	display:none
	}
	
	.mediumView{
	display:flex;
	}
	
	.ms_col_left {
    display: none;
	}
    .ms_col_middle #logo {
    padding-left: 10;
    max-width: 140px;
	}
	
	.ms_col_right {
    column-gap: 5px;
    justify-content: flex-end;
    margin-top: 10px;
    width: 60%;
    gap: 15px;
	}
	
	 .mobileView .home_row1{
	display:flex;
	justify-content: flex;
	padding: 0px 5px 0px;
	width: 100%;
	gap: 15px;
	}	
}


@media (max-width: 560px){
	.ms_col_left {
    display: none;
	}
    .ms_col_middle #logo {
    padding-left: 10;
    max-width: 140px;
	}
	
	.ms_col_right {
    column-gap: 5px;
    justify-content: flex;
    margin-top: 10px;
    width: 60%;
	}
	
	.view-lg{
	display:none
	}
	
	.mobileView{
	display:flex;
	}
	
	 .mobileView .home_row1{
	display:flex;
	justify-content: flex;
	padding: 0px 5px 0px;
	width: 100%;
	gap: 15px;
	}	
	
}

.circleButton {
    width: 34px;
    height: 34px;
    background-color: #006A81;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items:center;
    overflow: hidden;
}

.circleButton img{
	width: 34px;
    height: 34px;
}

.circleButton:hover {
	box-shadow: 2px 2px 50px 2px rgba(242, 90, 35, 0.4);
	background-color: #F15A24; 
	cursor: pointer;
}




/* CSS Custom Property Example */
/* 
.freeTrialButton {
	color: var(--primary-btn-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	width:100px; 
    height: 34px;
    background-color: var(--primary-btn-br);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    text-align: center;
    overflow: hidden;
}

.freeTrialButton:hover {
	background-color: var(--primary-btn-br-h); 
	cursor: pointer;
}
*/

.freeTrialButton a{
	color: #fff;
}

.home_row2 {
	grid-row: 2;
	background-color: #FFF;
	margin-top: 0px;
}

.home_row3 {
	grid-row: 3;
}

.home_row4 {
	grid-row: 4;
	background-color: #006A81;
	color: white;
	border: none;
	padding: 0px;
	margin: 0px;
	height: 70px;
	display: flex;
	align-items: flex-end;
}

.home_row4_container { 	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	border: 0px;
	padding: 0px 25px;
	line-height: 1.4em;
    font-weight: 400;
}

.home_row4_container p {
	font-size: 0.8rem;
	color: white;
	/* margin: 0px 0px 30px; */
}

@media screen and (min-width: 700px) and (max-width: 1280px) {
	.home_row4_container {
		/* margin: 30px 0px 10px; */
	}
	.home_row4 {
		height: 90px;
		display: flex;
		align-items: flex-end;
	}
}

@media screen and (min-width: 556px) and (max-width: 699px) {
	.home_row4_container {
		justify-content: center;
		/* margin: 30px 0px 0px; */
		column-gap: 40px;
	}
	.home_row4 {
		height: 150px;
		display: flex;
		align-items: flex-end;
	}
}

@media screen and (max-width: 555px) {
	.home_row4_container {
		justify-content: center;
		/* margin: 30px 0px 0px; */
	}
	.home_row4 {
		height: 150px;
		display: flex;
		align-items: flex-end;
	}
}

.home_row4_container a {
color: white;
}


/*************************************************/
/*                                               */
/* HOME PAGE                                     */
/*                                               */
/*************************************************/
.triage_pane {
	height: 100%;
	width: 100%;
}

.triage_container1 {
	display: grid;
	border: 0px;
	padding: 0px;
	column-gap: 0px;
	row-gap: 0px;
	grid-template-rows: min-content min-content max-content;
	grid-template-columns: 1fr;
	grid-template-areas: "title" "subtitle" "box";
	justify-items: stretch;
	align-items: stretch;
	width: 100%;
}

.triage_container3, 
.home_container {
	margin: 20px;
	border-radius: 25px;
	
}

.home_container {
	width:30%;
}

/*
.triage_container3:hover .triage_box {
	box-shadow: 2px 2px 50px 2px rgba(242, 90, 35, .2);
	border:  5px solid #F15A24;
}

.triage_container3:hover .row3caption h3 {
	color: #F15A24; 
}

*/

/* .triage_container3:hover,
.home_container:hover {
	box-shadow: 2px 2px 20px 2px rgba(0, 106, 129, .4);
} */

.triage_container3:hover .triage_btn,
.home_container:hover .triage_btn {
	background-color: #F15A24; 
	border-color: #F15A24; 
	color: fff;
}

.triage_row1 {
	margin: 35px 20px 0px;
	grid-area: title;
	justify-self: center;
}

@media (max-width: 559px) {
	.triage_row1 {
		margin-top: 110px
	}	
}

.triage_row1 h1{
	line-height: 1em;
	margin: 0px;
	color: #F25A23
}

.triage_row1 h1 img{
	height: 80px;
}

.triage_row2 {
	grid-area: subtitle;
	margin: 0px;
	justify-self: center;
	text-align: center;	
}

.triage_row2 h1{
	line-height: 1.3em;
	font-weight: 400;
	color: #F25A23
}

.triage_row2 h2{
	text-align: center;
	color: #4c4c4c;
	line-height: 2em;
	font-size: 1.5rem;
    font-weight: normal;
    margin: 20px;
}

.triage_row2 p{
	font-size: 1rem;
	line-height: 1.3em;
	font-weight: 350;
	text-align: center;
	margin: 20px 3%;
	color: #4c4c4c;
}

.triage_row3,
.card_row {
	border: 0px;
	margin: 0px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.row3caption, 
.home_caption {
	display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
}

.row3caption h3, 
.home_caption h3 {
	padding-bottom: 0;
    padding-top: 5px;
    font-weight: 500;
    font-size: clamp(16px, 1vw, 20px);
	line-height: 3em;
	margin-bottom: 0px;
    margin-top: 0px;
    color: #4C4C4C;
    letter-spacing: -.5px;
    text-align: center;
    vertical-align: top;
}

.triage_btn {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 5px 30px 5px 30px;
    border-radius: 50px;
    text-align: center;
    border: solid 3px #006A81;
    background-color: #006A81;
    color: #FFF;
    width: 145px;
	height: 39px;
	transition: all 0.2s ease-in-out;
}

.triage_btn a {
    color: #fff;
}

.triage_box,
.field_triage_box {
	text-align: center;
    border-radius: 20px;
}

.triage_box img,
.field_triage_box img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
 	object-fit: cover;
 	border-top-left-radius: 15px;
 	border-top-right-radius: 15px;
}

/* SOLUTION CARDS - One column */
@media (max-width: 829px) {
    .triage_box {
        max-width: 500px;  
        flex: 0 0 calc(50% - 50px);
    }
}

/* SOLUTION CARDS - Two side by side */
@media (min-width: 830px) and (max-width: 1234px) {
    .triage_row3 {
        flex-direction: row;
        flex-wrap: wrap; 
        justify-content: center; /* Center items horizontally */
    }

    .triage_container3,
    .triage_box {
        min-width: 300px;
        max-width: 490px;  
        flex: 0 0 calc(50% - 50px); /* Two side by side, considering margins or paddings */
    }
}

/* SOLUTION CARDS - Three side by side */
@media (min-width: 1235px) {
    .triage_row3 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .triage_container3,
    .triage_box {
        min-width: 300px;
        max-width: 750px; 
        flex: 0 0 calc(30% - 10px); /* Three side by side, considering margins or paddings */
    }
}

/* SOLUTION CARDS - Four side by side */
@media (min-width: 2100px) {
    .field_triage_box {
        min-width: 200px;
        max-width: 700px; 
        flex: 0 0 calc(23% - 10px); /* Four side by side, considering margins or paddings */
    }
}

.icons_round_80_org {
	display: block;
	width: 80px;
	height: 80px;
	background: #CCC;
	margin: auto;
	margin-bottom: 10px;
	background-color: #F15A24;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/*************************************************/
/*                                               */
/* TEMPLATE - MINI SITE PAGES                    */
/*                                               */
/*************************************************/
.mini_site_grid {
	display: grid;
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px;
	column-gap: 0px;
	row-gap: 0px;
	grid-template-rows: min-content 1fr min-content min-content;
	justify-items: stretch;
	align-items: stretch;
}

.ms_row1 {
	grid-row: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	justify-self: stretch;
	align-self: top;
	border: 0px;
	border-bottom: solid 1px #E0E0E0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	width: 100%; position : fixed;
	z-index: 999;
	position: fixed;
}

.ms_row1_c1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	border: 0px;
	margin: 5px auto 5px auto;
	padding: 0px;
	column-gap: 0px;
	row-gap: 0px;
	align-items: center;
}

.ms_row1_c1a {
	width: 1000px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	border: 0px;
	margin: 0px;
	padding: 0px;
	column-gap: 15px;
	row-gap: 0px;
	align-items: center;
}

.ms_img1 {
	max-height: 85px;
	height:85px;
	padding-right: 20px;
	border-right: solid 5px #f2f2f2;
	background-color: transparent;
}

.ms_row1_c1b {
	width: auto;
	display: flex;
	flex: nowrap;
	justify-content: flex-end;
	border: 0px;
	margin: 0px;
	padding: 0px;
	column-gap: 20px;
	row-gap: 0px;
	align-items: center;
}

@media screen and (max-width: 1000px) {
	.ms_img1 {
		border-right: 0px;
	}
}

@media screen and (max-width: 1080px) {
	.ms_row1_c1b {
		display: none;
	}
} 

@media screen and (max-width: 1280px) {
	.ms_img1 {
		max-width: 157px;
		margin-left: 15px;
		max-height: 48px;
	}
	.ms_row1_c1 {
		height: 55px;
	}
} 

.ms_row2 {
	grid-row: 2;
	background-color: #FFF;
	margin-top: 85px;
	width:100%
}

.ms_row3 {
	grid-row: 3;
}

.ms_row4 {
	grid-row: 4;
	background-color: #006A81;
	color: white;
	border: none;
	padding: 0px;
	margin: 0px;
}

.ms_row4_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	border: 0px;
	padding: 25px;
	gap: 25px;
	line-height: 1.4em;
    font-weight: 400;
}

.ms_row4_container p {
	font-size: 0.9em;
	color: #FFF;
}

@media screen and (max-width: 768px) {
	.ms_row4_container { 
		justify-content: center;
		gap: 5px;
	}
	
	.ms_row4_container p {
		font-size: 0.6em;
	}
}

.ms_row4_container a {
	color: white;
}

.vertical_sections {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	width: 100%;
	border: 0px;
	padding: 0px;
	gap: 0px;	
}

.vertical_sections2 {
	display: flex;
	justify-content: center;
	margin: 25px 20px;
}

/*************************************************/
/*                                               */
/* COMMON COMPONENTS                             */
/*                                               */
/*************************************************/

.page_banner_icon {
	display: block;
	width: 35px !important;
	height: 35px !important;
	background: #FFF;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}

.list-gry li {
	color: #4C4C4C;
	font-size: 16px;
	text-align: left;
	background: url('/img/templates/icons/bullet_gry.png') no-repeat 0 8px;
	/*background: url('/img/platform/icons/circle.svg') no-repeat 0 8px;*/
	padding: 0 0 0px 20px;
	margin: 8px 0px 8px 0px;
	display: table;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.container_img_1200 {
	display: block;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: 1px solid #AAA;
    border-radius: 10px;
	margin: 30px auto 0px auto;
	width: 100%;
	height: auto;
	max-width: 1200px; 
}

.container_1200 {
	display: block;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
	margin: 30px auto 30px auto;
	width: 100%;
	height: auto;
	max-width: 1000px; /* 1200 */ 
	max-height: 600px; /* 800px; */
}

.container_video {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	max-width: 1000px; 
	max-height: 500px; /* 800px; */
}



.container_button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: auto;
	padding: 5px 0px;
}

.container_button_lg_padding {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: auto;
	padding: 25px 0px;
}

.container_2col_img_txt {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center; 
	border: 0px;
	padding: 25px 0px 50px 0px;
	column-gap: 30px;
	row-gap: 20px;
	align-items: stretch;
}

.container_2col_txt_img {
	width: 100%;
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: flex-start; 
	border: 0px;
	padding: 25px 0px 50px 0px;
	column-gap: 30px;
	row-gap: 20px;
	align-items: stretch;
}


.container_2col_img_panel{
	background-color:#FFF;
	display: flex;
	justify-content: center;	
	align-items: center;
	padding:35px;
	margin-bottom:25px;
	max-width: -webkit-fill-available;
	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border: 1px solid #AAA;
    border-radius: 10px;
}

.container_2col_txt_panel{
	align-self:center;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
    justify-content: space-around; 
    align-items: stretch;
}


@media only screen and (max-width: 959px) {
	.container_2col_img_txt {
		flex-flow: column wrap;
	}
	.container_2col_txt_img {
		flex-flow: column wrap;
	}
}


/* RVRV: ELIMINATE THIS IF NOT USED ANYMORE */


.section-img {
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}


.img-section-left {
	height: 275px;
	width: 230px;
	float: left;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background-color:#FFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.img-section-right {
	height: 225px;
	width: 300px;
	float: right;
	margin: 0 0 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	background-color:#FFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 959px) {
	.img-section-left {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		height: 200px;
	}
	.img-section-right {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		height: 240px;
	}
}

/* RVRV: end of  ELIMINATE THIS IF NOT USED ANYMORE */




/*************************************************/
/*                                               */
/* OVERVIEW PANE                                 */
/*                                               */
/*************************************************/

.background-bar-wh {
	background-color:   #FFF; /* FCFCFC; */ 
	border-top: solid 1px #E0E0E0; 
}

.background-bar-gry {
	background-color:#F6F9FE; 
	border-top: solid 1px #E0E0E0; 
}

.content {
	width: 1280px;
	padding: 15px 0px 30px 0px;
	margin: 0px auto 0px auto;
	position: relative;
	height: auto;
}

@media( min-width:1310px ){
	.content {
		width: 100%; max-width:1280px; 
	}
}
@media( max-width:1309px ){
	.content {
		width: 100%; max-width:calc(100% - 30px); 
	}
}

.page_banner {
	max-width: 1280px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	position: relative;
	height: auto;
}
.page_banner_header {
	display: block;
	color: #545454;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	padding: 20px 0px 0px 0px;
}

.banner-list {
	float: left;
	margin-right: 75px;
	white-space: wrap;
}

.banner-list-grey-bold a {
	color: #F15A24;
}

.banner-list-grey-bold li {
	font-size: 14px;
	font-weight: bold;
	background: url('/img/platform/icons/bullet_gry.png') no-repeat 0 5px;
	padding: 0 0 0 25px;
	margin: 8px 0px 0px 0px;
	display: table;
	color: 4c4c4c;
}

@media only screen and (max-width: 959px) {
	.banner-list {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}

.two_buttons
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	border: 0px;
	margin: 0px;
	padding: 0px;
	column-gap: 0px;
	row-gap: 0px;
	align-items: center;
}

.overview_section {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: top;
	column-gap: 20px;
	padding: 0px 0px 50px 0;
	min-height: 400px;
	align-items: start;
}


.overview_section_img {
	display: block;
	width: 640px; /* 100%; */ 
	height: auto;
	border: 1px solid #AAA !important;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    /*	
	border: 1px solid #AAA;
	border-radius: 10px;
	box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	*/
}

.overview_section_img_svg {
	position: absolute;
	top: calc(50% - 0px);
	left: calc(50% - 0px);
	width: 125px;
	height: 125px;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0 10px rgb(0 0 0/ 0.5));
	fill: #FFF;
	opacity: 0.9;
	z-index: 100;
	background-image: url("/img/mini_sites/platform/overview/videos/video_launch_overlay.svg");
	transition: all 0.2s ease-in-out;
}

.video:hover .overview_section_img_svg {
	background-image: url("/img/mini_sites/platform/overview/videos/video_launch_overlay_hover.svg");
}

.video:hover {
	cursor: pointer;
}

@media screen and (max-width: 680px) {
.overview_section_img_svg{ width: 70px !important;   height: 70px !important; }

}
@media screen and (max-width: 580px) {
.overview_section_img_svg{ width: 65px !important;   height: 65px !important; }

}
@media screen and (max-width: 420px) {
.overview_section_img_svg{ width: 50px !important;   height: 50px !important; }
}

@media screen and (max-width: 1224px) {
.overview_section_img{ max-width:800px; }
.overview_section_comment p{ max-width:950px; margin: 6px 10px; }
}

@media screen and (max-width: 1225px) {
.overview_section{ flex-wrap: wrap; }
.overview_section .overview_section_comment {     width: 100%;     max-width: 100%;     margin-top: 30px;   }
.content {   width: calc(100% - 30px);}
}


@media screen and (max-width: 850px) {
.overview_section{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;  display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; width: 100%; }
.overview_section{ gap: 10px; }
.overview_icon {   width: 75px !important;   height: 75px !important;   float: none;   margin-top: 0px;   margin-right: auto;   margin-left: auto; }
}

@media screen and (max-width: 1280px){
	.page_banner_header {
		padding: 0px 0px 0px 0px;
	}
}

/* Ratings section */
.ratings_wrapper,
.customers-thumb_wrapper,
.key_numbers {
    padding: 25px 0px 50px 0px;
    max-width: 1285px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ratings_cell,
.customers-thumb,
.box-rounded-gry-keynumbers {
    flex: 1;
    width: 100%;
    min-width: 150px;
    margin: 0 10px 20px 10px; /* Add spacing between cells and rows */
    padding: 15px;
    border: solid 3px transparent;
    background: #fff;
    
    	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    
    /*
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 30%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 15%);
    */
}

.ratings_img {
    margin: 0 auto;
    max-width: 100%; /* Allow images to scale down with the container */
    height: auto; /* Maintain aspect ratio */
}

@media screen and (min-width: 850px) {
    .ratings_cell,
    .customers-thumb,
    .box-rounded-gry-keynumbers {
        flex: 0 0 calc(30% - 84px); /* Four columns */
    }
}


	
@media screen and (max-width: 850px) and (min-width: 580px) {
    .ratings_cell,
    .customers-thumb,
    .box-rounded-gry-keynumbers {
        flex: 0 0 calc(50% - 30px); /* Two columns */
		max-width: 300px;
    }

}

@media screen and (max-width: 580px) {
    .ratings_cell,
    .customers-thumb,
    .box-rounded-gry-keynumbers {
        flex: 0 0 calc(40% - 0px); /* Single column */
    }

}

/* Diagram section */
.diagram_section_img
{
	display: block;
	width: 100%;
	height: auto;
	max-width: 1280px;
	/* margin:0px auto 50px auto; */
	padding:35px 0px 35px 0px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	border: 1px solid #AAA !important;
    border-radius: 10px;
    margin-bottom:75px;
    background-color:#FFF;
}


/* Benefits section */
/* .benefits_container {
	max-width: 1280px;
	padding: 0px 0px 50px 0px;
	margin: 0px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5%;
} 
*/

@media only screen and (max-width: 1000px) {
	.benefits_container,
	.testimonials_wrapper {
		flex-direction: column;
		margin: 0px 10%;
	}
	.box-rounded-gry-benefits,
	.testimonials_cell {
		margin: 5% 0px;
	}
}

/* Benefits section */
/* .box-rounded-gry-benefits {
	flex: 1;
	width: 100%;
	text-align: center;
	background: none;
	padding: 20px 7px 20px 7px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	color: #545454;
	
	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
	
	
	border: solid 5px transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
} */

.box-rounded-gry-benefits a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.box-rounded-gry-benefits:hover img.icons-80 {
	background: #006A81;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.box-rounded-gry-benefits:hover h3 {
	color: #006A81;
		-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* Features section */

.features_tabs_container {
	/* margin-bottom:50px; */
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	background-color: #FFFFFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #AAA !important;
	margin-bottom:75px;
}

.tabs {
	display: flex;
	flex-direction: column;
}

.tab_label_container {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.tab_label_icon {
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.tab_label_icon_active {
	display:none;
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.tabs .tab-labels {
	height: 60px;
    display: flex;
    align-items: center;
}

.tabs .tab-labels label {
    transition: 0.3s ease-in-out;
    margin-bottom: 0px;
    border-bottom: 4px solid #969494;
    background-color: #F9F9f9;
}

.tabs .tab-labels label:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);
}
 
.tabs input[type="radio"] {
	display: none;
}
 
.tabs label {
	font-size: 1.3rem;
	font-weight: normal;
	color: #CCC;/*#979494;*/ /*#545454;*/
	text-align: left;
	margin:0px auto;
	cursor: pointer;
	width: 33.333%;
}
 
.tab-content {
	padding: 1em;
	padding-bottom: 0em;
	display: none;
	background-color: transparent;
}
 
/* Show tab content when corresponding radio button is checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
    display: block;
}

/* Change the specific label's text-decoration color when its tab is checked */
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"],
#tab1:checked ~ .tab-labels label[for="tab1"]:hover,
#tab2:checked ~ .tab-labels label[for="tab2"]:hover,
#tab3:checked ~ .tab-labels label[for="tab3"]:hover {
    color: #006b81;
    font-size: 2em;
    box-shadow: none !important;
    background-color: #FFF;
    /* border: 4px solid #969494; */
    border-bottom: 0px;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}

/* When the icon is active (blue), increase its size and animate the change */
#tab1:checked ~ .tab-labels label[for="tab1"] .tab_label_icon_active, 
#tab2:checked ~ .tab-labels label[for="tab2"] .tab_label_icon_active, 
#tab3:checked ~ .tab-labels label[for="tab3"] .tab_label_icon_active {
    display: block;
    transform: scale(1.2);
}

#tab1:checked ~ .tab-labels label[for="tab1"] .tab_label_icon, 
#tab2:checked ~ .tab-labels label[for="tab2"] .tab_label_icon, 
#tab3:checked ~ .tab-labels label[for="tab3"] .tab_label_icon {
    display: none;
}

@media screen and (max-width: 650px) {
	.tab_label_icon {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	
	.tab_label_icon_active {
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.tabs label {
		font-size: 1rem;
	}

	#tab1:checked ~ .tab-labels label[for="tab1"],
	#tab2:checked ~ .tab-labels label[for="tab2"],
	#tab3:checked ~ .tab-labels label[for="tab3"],
	#tab1:checked ~ .tab-labels label[for="tab1"]:hover,
	#tab2:checked ~ .tab-labels label[for="tab2"]:hover,
	#tab3:checked ~ .tab-labels label[for="tab3"]:hover {
	    font-size: 1.2rem;
	}
}

/* END OF FEATURES1 */


/* customers section */
/* .customers-thumb {
	width: 100%;
	max-width: 300px;
	min-width: 193px;
	margin: 10px;
	text-align: center;
	background: #fff;
	display: inline-block;
	padding: 20px;
	border: solid 5px transparent;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
} */

/* @media only screen and (max-width: 959px) {
	.customers-thumb {
		margin: 5px;
		padding: 10px;
		height: auto !important;
		width: 29%;
	}
} */

.customers:hover {
	background: #fff;
	border: solid 5px #F15A24;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 2px 2px 10px 2px rgba(204, 204, 204, 1);
}



/* Testimonials section */

.testimonials_wrapper,
.benefits_container {
	margin: 25px auto 50px auto;
	max-width: 1280px;
	clear: both;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.testimonials_cell {
	max-width: 950px;
	min-width: 290px;
	flex: 0 1 33%;
	/* display: flex;
	align-items: center; */
	margin: 0 10px 20px;
	padding: 15px 15px 15px 15px;
	background: #fff;
   	border: solid 5px transparent;	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-rounded-gry-benefits {
	max-width: 950px;
	min-width: 290px;
	flex: 0 1 33%;
	/* display: flex;
	align-items: center; */
	margin: 0 10px 20px;
	padding: 15px 10px 15px 10px;
	background: #fff;
   	border: solid 5px transparent;	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonials_cell_lq
{
 margin:0px;
 padding:15px 10px 0px 5px;
 font-size:60px;
}
.testimonials_cell_mq
{
 margin:0px;
 padding:0px 10px 10px 25px;
}
.testimonials_cell_rq
{
 margin:0px;
 padding:0px 10px 10px 5px;
 font-size:60px;
 text-align:right;	
}
.testimonials_cell_au
{
 text-align:right;	
}


/* @media screen and (max-width: 1050px){
	.testimonials_wrapper {
		flex-direction: column;
	}
}

@media screen and (min-width: 1050px){
	.testimonials_wrapper {
		flex-direction: row;
	}
} */


/* Key numbers section */
/* .key_numbers {
	max-width: 1280px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0px auto 50px auto;
} */

.box-rounded-gry-keynumbers {
	/* min-width: 180px;
	max-width: 290px; */
	background: #FFF; 
	border: solid 5px transparent;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
    justify-content: center;
	padding: 40px 20px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}

/* @media screen and (min-width: 850px) {
	.box-rounded-gry-keynumbers {
		flex: 0 0 calc(30% - 80px);
	}
}

@media screen and (max-width: 850px) and (min-width: 580px) {
	.box-rounded-gry-keynumbers {
		flex: 0 0 calc(50% - 30px);
	}
}

@media screen and (max-width: 580px) {
	.box-rounded-gry-keynumbers {
		flex: 0 0 calc(40% - 0px);
	}
} */

.references-titles {
	width: 100%;
	margin: 15px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.references-numbers {
	color: #006A81;
	font-size: 32px;
	font-weight: normal;
	line-height: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0px;
	padding: 0px;
}

.box-rounded-gry-keynumbers:hover h3.references-numbers {
	color: #006A81;
	font-weight: normal;
	line-height: 1em;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.box-rounded-gry-keynumbers:hover h4.references-titles {
	color: #006A81;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

/* Patents section */

.patent-img-1200 {
	display: block;
	border: 1px solid #CCC;
	margin: 8px auto 0px auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    
    /*
	-webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
}


/* FAQ section */
.faq_container {
	margin: 0px auto 50px auto;
}



/*************************************************/
/*                                               */
/* READY TO MOBIWORK SECTION                     */
/*                                               */
/*************************************************/
.rtm_bar_background
{
	border-top: solid 1px #E0E0E0;
	
	background-color:#FCFCFC;
	
	
	/* 
	
	
	background-image: url("/img/public/wave.svg");
	background-repeat: no-repeat;
	background-position: center center;  
	
	
	object-fit:cover;opacity:0.1;
	width:100%;
	 */
	/* 
	position:absolute;z-index:0;top:0px;width:100%;height:100%;object-fit:cover;opacity:0.1;
	 */
	
	
	
}
.rtm_bar_background_full_borders
{
	background-color:#FCFCFC;
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
}






/*************************************************/
/*                                               */
/* KEY FEATURES PANE                             */
/*                                               */
/*************************************************/
.features_list_container {
	max-width: 1280px;
	margin: 20px 0px 0px 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.features_list_col1 {
    margin: 0 10px 20px; /* Add spacing between cells and rows */
    padding: 5px;
    width: auto !important;
}

.features_list_col2 {
    margin: 0 10px 20px; 
    padding: 5px;
    width: auto !important;
}

.features_list_col3 {
    margin: 0px 10px 20px; 
    padding: 5px;
    width: auto !important;
}

@media (max-width: 1148px) {
	.features_list_container {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		/* margin-left: 45px; */
		width: 100%;
	}
	
	.list-header {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.features_list_col1 {
		flex: 1;
		width: 100%;
	}
	
	.features_list_col2 {
		flex: 1;
		width: 100%;
	}
	
	.features_list_col3 {
		flex: 1;
		width: 100%;
	}
}

.list-header {
	width: 100%;
	
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3rem;
	row-gap: 0rem;
	list-style: none;
	padding: 0;
}

.list-header li {
	padding: 0px;
	margin: 0 0 10px 5px;
	
	display: flex;
	align-items:center;
	gap:15px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	line-height: 1.5;
	
	color: #4c4c4c;	
}

.list-header li img{
	width: 25px;
}

.list-header li:hover {
	color: #F15A24;
}

.list-header li:hover a{
	color: #F15A24;
}

.list-header li a {
	color: #4c4c4c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.list-header li a:hover {
	color: #F15A24;
}

.list-check-dark-gry {
	width: auto;
}

.list-check-dark-gry li {
	background: url('/img/templates/icons/bullet_check_dark_gry.webp') no-repeat 0 0;
	background-size: 18px;
	background-position-y: 3px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 5px;
	display: table;
	/*font-weight: bold;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	line-height: 1.5;
	
	color: #4c4c4c;	
}

.list-check-dark-gry li:hover {
	background: url('/img/templates/icons/bullet_check_or.webp') no-repeat 0 0;
	background-size: 18px;
	background-position-y: 3px;
	color: #F15A24;
}

.list-check-dark-gry li:hover a{
	color: #F15A24;
}

.list-check-dark-gry li a {
	color: #4c4c4c;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.list-check-dark-gry li a:hover {
	color: #F15A24;
}

.languageIcon {
    background-image: url("/img/home_site/templates/header/menu/localization/localization.svg");
}

.languageIcon:hover {
    background-image: url("/img/home_site/templates/header/menu/localization/localization_hover.svg");
}

/*************************************************/
/*                                               */
/* NEW CONTENT            */
/*                                               */
/*************************************************/

a.anchor {
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}

.round_button {
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px 5px 15px;
	border-radius: 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.overview_icon_pricing {
	display: block;
	width: 25px !important;
	height: 25px !important;
	background: #FFF;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.page_banner_icon_title {
	display: inline-block;
	text-align: left;
	color: #F15A24;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	margin-top: 30px;
}

@media screen and (max-width: 800px){
	.overview_icon_pricing {
		width: 40px !important;
		height: 40px !important;
	}
	.page_banner_icon_title {
		margin-top: 15px;
	}
}

.page_banner_icon_title2 {
	display: inline-block;
	text-align: left;
	color: #F15A24;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	margin-top: 0px;
}

/*** PRICING ***/
.bottomcenterHorizon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: auto;
	padding: 10px 0px;
}

.p1_container {
	max-width: 1280px;
	margin: 0px auto 40px auto;
	padding: 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-items: stretch;
	justify-content: space-evenly;
	gap: 1rem;
}

.planCard {
	min-width: 350px;
	max-width: 410px;
	width: 100%;
	height: inherit;
	
	display: flex;
    flex-direction: column;
    justify-content: start; /*space-between; */
	
	padding: 15px 0px 0px 0px;
	background: #FFF;
	border: 1px solid #AAA; 
	
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

@media screen and (max-width: 900px) {
	.p1_container {
	padding: 0px 35px;
	}
	.planCard {
	max-width: 600px;
	}
}

.p1_c1 {
	padding: 15px 0px 0px 0px;
	background: #FFF;
	/* border: 1px solid #AAA;
	border-radius: 10px;
	*/
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

.p1_c2 {
	padding: 15px 0px 0px 0px;
	background: #FFF;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

.p1_c3 {
	padding: 15px 0px 0px 0px;
	background: #FFF;
}

.p1_t1 {
	height: auto;
	padding: 15px 25px;
	border-bottom: 1px solid #AAA;
	text-align: center;
	color: #4C4C4C;
	line-height: 1.4em;
}

.p1_t1h {
	font-weight: bold;
	font-size: 28px;
	color: #F15A24;
	margin-bottom: 5px;
}

.p1_t2h {
	padding: 15px 10px 10px 10px;
	height: 50px;
}

.p1_t3h {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 32px;
    color: #4C4C4C;
    text-align: center;
	padding: 15px 10px 10px 10px;
}
.p1_t3c {
	line-height: 1em;
	margin:0px;
	padding:0px;
	font-size: 12px;
    font-weight: normal;
	text-align: center;
	
}


.p1_t4h {
	width: 100%;
	font-size: 12px;
	text-align: left;
}

.p1_t5h {
	padding: 5px 80px 23px 80px;
	text-align: center;
}

.p1_t6h {
	border-top: 1px solid #AAA;
	padding: 15px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
    color: #4C4C4C;
    line-height: 1.4em;
}

.p1_t6h_t {
	font-weight: normal;
	padding: 10px 10px 10px 0px;
	text-align: left;
}

.p1_t6h_l {
	font-weight: normal;
	padding: 10px 10px 25px 10px;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
}


.p1_t6b {
	padding: 25px 60px 25px 60px;
}

.p2_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1280px;
	width: 100%;
	margin: 15px auto 15px auto;
	padding: 15px;
	background: #FFF;
	border: 1px solid #AAA;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

@media screen and (min-width: 900px) and (max-width: 1277px) {
	.p1_container {
	padding: 0px 35px;
	}
	
	.p2_c {
	max-width: 950px;
	}
}

.p2_c p{
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
} 

.p2_h {
/*	font-weight: bold; */
	font-size: 24px;
	text-align: center;
	padding: 5px 0px 15px 0px;
}


a.video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.overview_section_comment {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	padding: 15px 5px 0px 5px;
}


.section-header {
	display: block;
	color: #545454;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 1.25em;
	padding: 45px 0px 0px 0px;
	margin-top: 0px;
}

@media only screen and (max-width: 1230px) {
	.overview_section_img {
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.section-header-icon {
		display: block;
		float: none;
		margin-right: 0px;
		margin: auto;
		margin-bottom: 10px;
	}
}

.section-subheader {
	display: block;
	color: #4C4C4C;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 30px;
}

.features_list_cell {
	flex: 1;
	min-width: 360px;
	max-width: 410px;
	max-height: 450px;
    margin: 0 10px 50px; /* Add spacing between cells and rows */
    padding: 5px;
    border: solid 5px transparent;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 30%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 30%);
	display: flex;
    flex-direction: column;
}

.features_list_cell:hover {
	border-color: #006A81;
	box-shadow: 2px 2px 20px 2px rgba(0, 106, 129, 0.4); 
}



.case_study-img-1200 {
	display: block;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 18px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 8px auto 20px auto;
	width: 100%;
	height: auto;
	max-width: 1200px;
}




.box-rounded-quotes {
	width: 28%;
	margin: 0 10px 0 10px;
	height: 250px;
	background: #fff;
	padding: 15px 15px 15px 15px;
	float: left;
	border: solid 5px transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 30%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0/ 30%);
}

@media only screen and (max-width: 959px) {
	.box-rounded-quotes {
		width: 90%;
		margin: 10px 0;
		height: auto;
		float: none;
	}
}

.box-rounded-quotes:hover {
	border: solid 5px #F15A24;
}



.feature-overview {
	display: block;
	text-align: left;
	font-size: 16px;
	max-width: 1200px;
	margin: 20px auto 20px auto;
}



.feature-label {
	color: #4c4c4c;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 40px;
}

/* Modal */
.modal {
	background-color: rgba(0, 0, 0, .95);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	background-color: #FFF; /*transparent;*/
}

.modal__content {
	width: auto;
	height: auto;
	background-color: #FFF; /*transparent;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	border-radius: 0;
	border: solid 5px white;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

#modal:target {
	opacity: 1;
	visibility: visible;
}

#modal:target .modal__content {
	opacity: 1;
	visibility: visible;
}

.modal__close {
	color: #fff;
	font-size: 3em;
	position: absolute;
	top: .5em;
	right: .5em;
}

.modal__heading {
	color: #F15A24;
	margin-bottom: 1em;
}

.modal__paragraph {
	line-height: 1.5em;
}

.modal-open {
	display: inline-block;
	color: dodgerblue;
	margin: 0;
}

.fade {
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 1;
}

/*******************************
** Content DIV and containers **
*******************************/
#content {
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}

#pane-top {
	margin: 0px auto 0;
	max-width: 1000px;
}

#pane-main {
	max-width: 100%;
	height: auto;
	padding-top: 135px;
	color: #4C4C4C;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 auto;
	background: #FFF;
}

#pane-content {
	margin: 0 auto;
	max-width: 1000px;
	background: #FFF;
}

#pane-bottom {
	max-width: 1000px;
}

#pane-content a:not(.round-button) {
	color: #F15A24;
}

/***********
** Header **
************/
.logo
	{
	width: 168px;
	height: 168px;
	top: 50%;
	left: 50%;
	position: absolute;
	background: rgb(0, 169, 247);
	border-radius: 50%;
	padding: 40px;
	margin: -84px;
}

.logo svg
	{
	width: 100%;
	height: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

#public-logo {
	width: auto;
	vertical-align: middle;
}

#header {
	height: auto;
	background: #FFF;
	position: fixed;
	width: 100%;
	margin-top: 45px;
	z-index: 10;
	border-bottom: solid 10px #F15A24;
}

.header-content {
	padding: 10px 0 10px 0;
}

/***********
** Menu **
************/
#navbar {
	margin-top: 17px;
	float: right;
}

#navbar>li {
	display: block;
	float: left;
	position: relative;
	padding-right: 40px;
}

.navbar-item>a {
	color: #969494;
	font-weight: normal;
	font-size: 16px;
	display: block;
	padding: 10px 17px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-item:hover>a {
	color: #F15A24;
	/* 	border-bottom: 4px solid #282828; */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-item:active>a {
	color: #F15A24;
}

.nav-menu {
	position: absolute;
	display: none;
	float: left;
	background-color: #FFF;
	min-width: 100px;
	z-index: 2000;
}

.nav-menu li {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	border-bottom: 3px solid #CCC;
}

.nav-menu li a {
	color: #969494;
	display: block;
	padding: 15px 20px;
}

.nav-menu li:hover>a {
	color: #FFF;
	background-color: #F15A24;
}

ul.lvl2-menu {
	position: absolute;
	left: 10px;
	top: 35px;
}

li.lvl2-menu {
	position: relative;
}

ul.lvl3-menu {
	top: 0;
	left: 100%;
}

ul.lvl4-menu {
	top: 0;
	left: 100%;
}

.tagline-nav>a {
	color: #CCC;
	font-size: 14px;
	font-weight: 300;
}

.tagline-nav:hover>a {
	color: #F15A24;
}

.menu-solutions {
	display: inline-block !important;
	vertical-align: top;
	width: 15%;
}

.menu-features {
	display: inline-block !important;
	vertical-align: top;
	width: 12%;
}

.menu-features-25 {
	display: flex !important;
	vertical-align: center;
}

.menu-features img{
	margin: 5px 3px 5px 0px;
}

.menu-features-25 img{
	margin: auto 10px auto 5px;
}

.menu-references {
	display: inline-block !important;
	vertical-align: top;
	width: 12%;
}

.menu-references img{
	margin: 5px 0px;
}

.menu-licensing {
	display: inline-block !important;
	vertical-align: top;
	width: 15%;
}

.menu-partners {
	display: inline-block !important;
	vertical-align: top;
	width: 15%;
}

.menu-company {
	display: inline-block !important;
	vertical-align: top;
	width: 12%;
}

.menu-company img{
	margin: 5px 0px;
}

/***********
** HAMBURGER Menu **
************/
.mobile-menu-overlay {
	position: absolute;
	right: -2000px;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100vh;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	transition-delay: 0;
	transform: translateZ(0);
}

.menu--main-open .mobile-menu-overlay {
	width: 100%;
	height: 101vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 112;
	right: 15px;
	top: -15px;
}

@media (min-width: 1080px) {
	.header-navigation-mobile, .mobile-menu-overlay { 
		display: none !important; 
	}
}

.hamburger { 
    width: 55px; 
    height: 50px; 
    position: absolute; 
    right: -10px;
    top: 0; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;     
    padding: 13px 5px; 
    border-radius: 50%; 
    cursor: pointer; 
    z-index: 2000; 
    transition: transform 250ms; /* Add transition property for smooth animation */
}


@media screen and (min-width: 500px){
	.hamburger:hover div{ 
    	background: #F15A24;
	}
}

.hamburger > div { 
    width: 100%; 
    height: 2px; 
    background: #2b2b2b; 
    transition: transform 250ms; /* Add transition property for smooth animation */
}
.hamburger.open > div:first-child {
    transform: rotate(45deg);
}
.hamburger.open > div:nth-child(2) {
    transition: transform 0ms;
    opacity: 0;
}
.hamburger.open > div:last-child {
    transform: rotate(-45deg);
}
.ms_row1.menu--main-open .hamburger>div:nth-child(2) {
	transform: scale(0);
}

.ms_row1.menu--main-open .hamburger>div:first-child {
	transform: rotate(45deg);
}

.ms_row1.menu--main-open .hamburger>div:last-child {
	transform: rotate(-45deg);
}

.header-navigation-mobile {
	top: -15px;
	position: absolute;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
	width: 100%;
	max-width: 50%;
	min-width: 320px;
	background-color: #FFF;
	right: -2000px;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100vh;
	padding: 0;
	border-left: none;
	overflow: visible;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	transition-delay: 0;
	transform: translateZ(0);
}

.section-list-item {
	align-items:center;
}

.section-list-item:hover {
	cursor: pointer;
}

.section-list-item:hover #rightPointer {
	fill: #006A81;
}

.section-list-item:hover .sectionSpacing1 span,
.section-list-item:hover .sectionSpacing2 span {
    padding-left: 7px;
    font-weight: 1000 !important;
}

.child-list-item:hover {
	cursor: pointer;
}

.child-list-item:hover span {
    padding-left: 7px;
    font-weight: 1000 !important;
}

.menu--main-open .header-navigation-mobile {
	right: -15px;
}

.view-search-box-mobile {
	padding: 0 15px;
	margin-top: 30px;
}

.mobile-ms-row1-c1b {
	font-size: 14px;
	display: flex;
	padding: 19px 10px;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	flex-wrap: wrap;
	border-bottom: solid 1px #E0E0E0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.ham-mobile-menu {
	padding: 0px 10px 0px 20px;
}

.ham-mobile-menu ul.view-nav-mobile>li {
	display: flex;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #f6f6f6 !important;
	justify-items: center;
}

.ham-mobile-menu ul.view-nav-mobile  li  a {
	font-weight: 500 !important;
	font-size: 1.1rem !important;
	display: block !important;
	float: left;
}

.ham-mobile-menu ul.view-nav-mobile  li  a span {
	color: #2b2b2b;
	display: block;
	text-decoration: none;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms;
	transition-delay: 0;
	transform: translateZ(0);
}

.ham-mobile-menu ul.view-nav-mobile>li ul {
	padding: 0px;
	z-index: 0;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	transition-delay: 0;
	transform: translateZ(0);
	position: fixed;
	background: #FFF;
	height: calc(100vh - 40px);
	top: 0;
	width: 100%;
	right: -700px;
}

.ham-mobile-menu .btn-open {
	cursor: pointer;
	z-index: 9;
	top: 0;
	width: 25px;
	height: 25px;
	position: relative;
	float: right;
}

.ham-mobile-menu .btn-open::after {
	content: '\f105' !important;
	font-weight: normal !important;
	width: 25px !important;
	height: 25px !important;
	background: transparent !important;
	border-radius: 3px;
	margin-left: auto;
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	z-index: 10 !important;
	line-height: 23px;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	transition-delay: 0;
	transform: translateZ(0);
}

.ham-mobile-menu ul.view-nav-mobile li.et-show-dropdown>ul,
	.ham-mobile-menu ul.view-nav-mobile li.active-menu-next>ul {
	right: 0;
	z-index: 11;
}

.ham-mobile-menu ul.view-nav-mobile li.active-menu-next>ul .backmenu {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding-top: 0;
	margin-bottom: 120px;
	padding-left: 20px;
	line-height: 30px;
}

.ham-mobile-menu ul.view-nav-mobile li.active-menu-next>ul .backmenu::before
	{
	content: '\f104';
	font-weight: normal;
	font-size: 2rem;
	margin: 0;
	line-height: 1.7rem;
	position: absolute;
	left: 0;
}

.ham-mobile-menu ul.view-nav-mobile>li ul li {
	display: flex;
	padding: 10px 0;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #f6f6f6 !important;
}

.ham-mobile-menu .menu--level-2 li a {
	padding: 0;
}

.ham-mobile-menu ul.view-nav-mobile>li:hover>a>span,
.ham-mobile-menu ul.view-nav-mobile>li ul li:hover>a>span
{
	/* color: #FFF; */
	/* padding-left: 5px; */
}

.ham-mobile-menu ul.view-nav-mobile li ul li a {
	display: flex !important;
	width: 100%;
}

.ham-mobile-menu ul.view-nav-mobile li ul li a span.menu-item-link-wrapper
	{
	display: flex !important;
	width: 100%;
	align-items: center;
	column-gap: 5px;
}

.ham-mobile-menu ul.view-nav-mobile li ul li a span.menu-item-link-wrapper img
	{
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.ham-mobile-menu ul.view-nav-mobile li ul>li:hover>a>span.menu-item-link-wrapper img
	{
	background-color: transparent !important;
}

.ham-mobile-menu ul.view-nav-mobile li ul>li:hover>a>span.menu-item-link-wrapper span
	{
	color: #FFF;
}

/***********
** Banner **
***********/
#banner {
	background-position: center;
	background-repeat: no-repeat;
	max-width: 1000px;
	height: inherit;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#banner .wrapper {
	margin: 0 auto;
	padding-top: 240px;
	max-width: 1000px;
}

#banner h3 {
	font-size: 1.2em;
	font-weight: 300;
}

.banner {
	padding-top: 133px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* ARROWS */
.hephaistos.tparrows {
	cursor: pointer;
	background: transparent;
	color: #ccc;
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	border: 3px solid #ccc;
	opacity: .8;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 55%;
}

.hephaistos.tparrows:hover {
	background: #F15A24;
	color: #fff;
	border: 3px solid #fff;
}

.hephaistos.tparrows:before {
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 36px;
	text-align: center;
}

.hephaistos.tparrows.tp-leftarrow:before {
	content: "<";
	margin-left: -2px;
}

.hephaistos.tparrows.tp-rightarrow:before {
	content: ">";
	margin-right: -2px;
}

.hephaistos-bottom.tparrows {
	cursor: pointer;
	background: #ccc;
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	opacity: .8;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hephaistos-bottom.tparrows:hover {
	background: #F15A24;
}

.hephaistos-bottom.tparrows:before {
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.hephaistos-bottom.tparrows.tp-leftarrow:before {
	content: "<";
	margin-left: -2px;
}

.hephaistos-bottom.tparrows.tp-rightarrow:before {
	content: ">";
	margin-right: -2px;
}

@media only screen and (max-width: 600px) {
	.hephaistos.tparrows {
		top: 85% !important;
	}
}

/************
** Summary **
************/
#summary {
	background-color: #4C4C4C;
	height: auto;
}

.center-button {
	margin-left: center;
}

.feature-description {
	color: #4c4c4c;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

@media only screen and (max-width: 959px) {
	.feature-description {
		text-align: center;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
}

.list-grey-footer li {
	font-size: 12px;
	line-height: 1.5em;
	background: url('/img/platform/icons/bullet_gry.png') no-repeat 0 5px;
	background-size: 5px;
	padding: 0 0 0 20px;
	display: table;
}

.icons-50 {
	display: block;
	width: 50px;
	height: 50px;
	background: #CCC;
	margin: auto;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icons-50:hover {
	display: block;
	width: 50px;
	height: 50px;
	background: #F15A24;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icons-50 a {
	display: block;
	width: 50px;
	height: 50px;
	background: #CCC;
	margin: auto;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icons-50 a:hover {
	display: block;
	width: 50px;
	height: 50px;
	background: #F15A24;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icons-80 {
	display: block;
	width: 80px;
	height: 80px;
	background: #CCC;
	margin: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icons-80:hover {
	background: #F15A24;
}

.icons-25-v2 {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	/* -moz-border-radius: 5px 5px 5px 5px; */
	/* border-radius: 5px; RVRV */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.keywords {
	font-size: 9px;
	line-height: 9px;
	visibility: hidden;
	visibility: collapse;
}

a.top {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}



/* Style the FAQ */

.toggleFAQButtonContainer{
	display:flex;
	justify-content: end;
}

.tableblock-wrap {
	max-width: 1280;
}

/* Style the Button Block */
.btnblock {
	height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0; /* Remove padding */
    border: 2px solid #FFF;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    overflow: hidden; /* Add overflow: hidden to ensure the button covers the div */
}

.btnblock button {
	display: flex; /* Enable flex layout for the button */
    align-items: center; /* Center items vertically */
    font-size: 22px;
    font-weight: 600;
    border: none;
    background-color: #FFF;
    width: 100%; /* Make the button cover the entire div */
    height: 100%; /* Make the button cover the entire div */
    padding: 0; /* Remove padding */
    margin: 0px 10px; /* Remove margin */
	color: #4C4C4C;
}

.btnblock button:hover {
	color: #F15A24 !important;
	cursor: pointer;
}

/*Drop down SVG*/
.cls-1, .cls-2 {
	margin-left: auto;
    height: 35px;
    width: 35px; 
	fill: #565656;
	stroke-width: 0px;
}

.btnblock:hover .cls-1, 
.btnblock:hover .cls-2, 
.faq-accordian-question:hover .cls-1,
.faq-accordian-question:hover .cls-2 {
	transition: all 0.3s ease-in-out;
	fill: #F15A24;
	stroke-width: 0px;
}
	
	
/* Style the FAQ Q/A Block */
.tableblock {
	background: #FFF;
	width: 100%;
    padding: 0px;
    border: 2px solid #FFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.faq-accordian-content {
    margin: 10px 10px;
    display: block;
    align-items: center;
    justify-content: center;
}

.tableblock:hover h3 {
    color: #F15A24 !important;
}

/* Style FAQ questions */
.faq-accordian-question {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.faq-accordian-question:hover {
	cursor:pointer;
}

.faq-accordian-question h3 {
	font-size: 16px;
	display: block;
    width: 90%;
    text-align: left;
    color: #4C4C4C; 
    margin: 0px;
}

/* Style FAQ sections */
.faq-accordian-boxs {
	/* Hide the FAQ sections by default */
	display: flex;
	flex-direction: column;
	gap: 10px;
    transition: max-height 0.3s ease-in-out; /* Adjust the timing and easing as needed */
    overflow: hidden;
    max-height: 0;
}

/* Style FAQ answers */
.faq-accordian-answer {
	/* Hide the FAQ answers by default */
    transition: max-height 0.3s ease-in-out; /* Adjust the timing and easing as needed */
    overflow: hidden;
    max-height: 0;
}

.faq-accordian-answer:hover {
	cursor: auto;
}

.faq-accordian-answer p {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
    color: #4C4C4C;
}

.faq-accordian-answer p a{
    color: #F15A24;
}

/* Style the "Expand All" button */
.expand_collapse span {
    font-weight: bold;
    cursor: pointer;
}



.box-rounded {
	font-size: 13px;
	line-height: 1em;
	color: #4c4c4c !important;
	text-align: center;
	background: none;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}

.box-rounded:hover {
	background: #F2F2F2;
}

.box-rounded:hover img.customers {
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
}

.box-rounded:hover .grey-button {
	background-color: #F15A24;
}

.box-rounded:hover .orange-button {
	background-color: #969494;
}

.box-rounded-gry {
	width: 100%;
	text-align: center;
	background: none;
	padding: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: solid 5px transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-rounded-gry h3 {
	width: 100%;
	text-align: center;
	margin: 10px 5px 0px;
}

.box-rounded-gry a {
	color: #4c4c4c;
}

.box-rounded-gry:hover .grey-button {
	background: #F15A24;
}

a:hover .box-rounded-gry h1 {
	color: #F15A24;
}

a:hover .box-rounded-gry h3 {
	color: #F15A24;
}

.box-rounded-gry:hover h1 {
	color: #F15A24;
}

.box-rounded-gry:hover h3 {
	color: #F15A24;
}



.trustContainer {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 10px auto 0px;
    max-width: 1200px;
    max-height: 800px;
    gap: 20px;
}

.trustCell {
	display: flex;
	align-items: stretch;
	text-align: center;
	vertical-align: top;
    max-width: 180px;
    min-width: 170px;
    width: 33.333%; /* Initially, 3 items per row for large screens */
    box-sizing: border-box;
    padding: 5px;
}

@media (max-width: 1255px) {
    .trustCell {
        width: 33.333%; 
    }
}

/* TEMPLATES-FOOTER */
#footer {
	background-color: #4C4C4C;
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

#footer a {
	color: #BBB;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer a:HOVER {
	color: #FFF;
	font-weight: bold;
	margin-left: 5px;
}

.footer-solutions {
	width: 57%;
	float: left;
}

.footer-resources {
	width: 20%;
	float: left;
}

.footer-about {
	width: 20%;
	float: left;
}

.footer-col-header {
	display: block;
	font-size: 1.6em;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
}

.footer-col-solutions {
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	width: 45%;
}

.footer-col-resources {
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	border-left: solid 3px #555;
	width: 100%;
}

.footer-col-about {
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	border-left: solid 3px #555;
	width: 100%;
}

@media only screen and (max-width: 959px) {
	#footer {
		min-width: 100%;
	}
	.footer-solutions {
		width: 100%;
		float: none;
	}
	.footer-resources {
		width: 100%;
		float: none;
	}
	.footer-about {
		width: 100%;
		float: none;
	}
	.footer-col-solutions {
		display: inline-block;
		padding-left: 30px;
		vertical-align: top;
		text-align: left;
		white-space: nowrap;
		width: 100%;
		margin-bottom: 25px;
	}
	.footer-col-resources {
		border-left: solid 0px #555;
		margin-bottom: 25px;
	}
	.footer-col-about {
		border-left: solid 0px #555;
		margin-bottom: 25px;
	}
	.admin-mobi-footer {
		width: 100%;
		max-width: 100%;
	}
	.admin-mobi-footer .footer1L {
		float: none;
		padding: 0px;
		text-align: center;
		margin: auto;
	}
	.admin-mobi-footer .footerC {
		float: none;
		padding: 0px 20px;
		line-height: 1.2em;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		white-space: break-spaces;
	}	
	.admin-mobi-footer .footer1R {
		float: none;
		padding: 0px;
		text-align: center;
		margin: auto;
	}
	
}

/* security */
#security {
	background: #969494;
	display: table;
	margin: 0 auto;
	width: 100%;
}

.section-header2 {
	font-size: 16px;
	color: #4C4C4C;
	text-align: justify;
	line-height: 1.4em;
	margin-top:0px;
	font-weight:bold;
}
.section-header_blog {
	font-size: 16px;
	color: #4C4C4C;
	text-align: left;
	line-height: 1.4em;
	margin:40px auto 5px auto;
	font-weight:bold;
}
.section-body {
	font-size: 16px;
	color: #4C4C4C;
	text-align: justify;
	line-height: 1.4em;
	margin-top:0px;
}
.section-quote {
	margin:10px 105px 25px 85px;
	font-size: 16px;
	color: #4C4C4C;
	text-align: justify;
	line-height: 1.4em;
}
.solutions-icon {
	width: 90px !important;
	height: 90px !important;
}

/* NEWS-SOCIAL */
.headlines {
	width: 98%;
	margin: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 2px 2px 10px 2px rgba(204, 204, 204, 1);
}

@media only screen and (max-width: 959px) {
	.headlines {
		width: 95%;
	}
}

.back {
	color: #969494;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	padding-left: 35px;
}

.back:hover {
	color: #F15A24;
}

.customers-img {
	background-position: center;
	background-repeat: no-repeat;
	/*	height:80px !important;	*/
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
*/
}

.customers-img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}

.customers-slider {
	margin: 10px;
	text-align: center;
	background: #fff;
	display: inline-block;
	padding: 20px;
	border: solid 5px transparent;
	width: 17%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}

@media only screen and (max-width: 959px) {
	.customers-slider {
		margin: 10px;
		padding: 0px;
		width: 33%;
	}
}

.customers-slider:hover {
	background: #fff;
	border: solid 5px #F15A24;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 1);
	box-shadow: 2px 2px 10px 2px rgba(204, 204, 204, 1);
}

.about-image-about {
	height: 275px;
	width: 230px;
	float: left;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.about-image-mission {
	height: 225px;
	width: 300px;
	float: right;
	margin: 0 0 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.about-image-vision {
	height: 275px;
	width: 325px;
	float: left;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 959px) {
	.about-image-about {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		height: 200px;
	}	
	.about-image-mission {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		height: 240px;
	}
	.about-image-vision {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		height: 275px;
	}
}

/* TESTIMONIALS */
.testimonial-customers-logo {
	margin: 10px;
	background: #fff;
	display: inline-block;
	padding: 20px;
	height: 130px;
	float: left;
	margin-right: 30px;
	border: 2px solid #f2f2f2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}

.testimonial-quote-box {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-quote-title {
	text-align: left;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 20px
}

.testimonial-quote-author {
	color: #4C4C4C;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

@media only screen and (max-width: 959px) {
	.testimonial-customers-logo {
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
		display: table;
		padding: 20px;
		float: none;
	}
	.testimonial-quote-box {
		display: table;
	}
	.testimonial-quote-title {
		text-align: center;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	.testimonial-quote-author {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
	}
}

/* CASE STUDIES */
.quote {
	line-height: 1.2em;
	font-size: 21px;
	font-weight: normal;
	color: #4C4C4C;
	text-align: justify;
	margin-top: 10px;
}

.quote-author {
	color: #4C4C4C;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.quote-title {
	text-align: left;
	font-size: 24px;
	line-height: 1.2em;
}

@media only screen and (max-width: 600px) {
	.quote {
		font-size: 10px;
		text-align: left;
		margin-top: 10px;
	}
	.quote-author {
		font-size: .9em;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 959px) {
	.quote {
		font-size: 14px;
		text-align: left;
		margin-top: 10px;
	}
	.quote-author {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.quote-title {
		text-align: center;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
}

hr.case_study {
	margin: 20px 0;
	border: 2px solid #f2f2f2;
}

a:hover .supportBox-banner .section-header {
	color: #F15A24;
}

/* FIX flex properties AND REMOVE THIS IMPLEMENTATION */
a.features, a.configuration, a.connections, a.overview, a.overview-features,
	a.overview-benefits, a.gallery, a.feature, a.field-sales, a.field-marketing,
	a.field-services, a.logistics {
	display: block;
	position: relative;
	top: -178px;
	visibility: hidden;
}

#home a.home:link li>a.home, #solutions a.solutions:link li>a.solutions,
	#company a.company:link li>a.company, #contact a.contact:link li>a.contact,
	#mws-overview a.mws-overview:link li>a.mws-overview, #mws-features a.mws-features:link li>a.mws-features,
	#mws-benefits a.mws-benefits:link li>a.mws-benefits, #mws-references a.mws-references:link li>a.mws-references,
	#mws-pricing a.mws-pricing:link li>a.mws-pricing, #mws-industries a.mws-industries:link li>a.mws-industries
	{
	color: #FFF !important;
	background: #F15A24;
	/* 	border-bottom: 4px solid #282828; */
	padding: 10px 15px 15px 15px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


.collapse {
	display: none;
	width: 100%;
}

.collapse.in {
	display: block;
}

@media screen and (max-width: 1230px){
	.collapse {
	max-width: 700px;
	}
}

@media screen and (max-width: 1125px){
	.collapse {
	max-width: 560px;
	}
}

/* ARE YOU READY */
@media only screen and (max-width: 959px) {
	.areyouready-inner {
		padding: 20px 0;
		display: table;
	}
	.areyouready-buttons {
		float: none !important;
		margin: auto;
		/*	margin-left: 0px;	*/
		display: table;
	}
	.button-areyouready {
		font-size: 16px;
	}
	.areyouready-header {
		font-size: 24px;
		text-align: center;
		display: table;
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
		maergin-right: 0px;
	}
}


/* CUSTOMERS */
@media only screen and (max-width: 959px) {
	.customers {
		height: auto !important;
		float: none !important;
		margin: 5px !important;
	}
	.references-numbers {
		font-size: 21px;
	}
}

/* TIMELINE */
.timeline {
	line-height: 1.5em;
	font-size: 14px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	counter-reset: section;
}

.timeline:before {
	content: "";
	width: 10px;
	height: 100%;
	background: #F15A24; /* #87ceeb; */
	position: absolute;
	top: 0;
	left: 36em;
	border-radius: 40px 40px;
}

.timeline-wrapper {
	margin: 3.125em auto;
	padding: 1em 1em 1em;
	width: 75%;
}

.timeline--entry {
	position: relative;
	background-color: #eeeeee;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.timeline--entry:before {
	content: "";
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 3em;
	height: 3em;
	background-color: #F15A24; /*#87ceeb;*/
	border: .2em solid white;
	border-radius: 50%;
	position: absolute;
	counter-increment: section;
	content: counter(section);
	/*  text-shadow: 0 1px 0 #424242;	*/
	left: -4.5em;
}

.timeline--entry__title {
	color: #4c4c4c;
	background-color: #fff;
	font-weight: bold;
	font-size: 1rem;
	padding: 1em;
}

.timeline--entry__title:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	left: -1em;
	border-right: 10px solid #fff;
}

.timeline--entry__detail {
	font-weight: bold;
	background-color: #dddddd;
	padding: 1em;
	margin: 0;
}

@supports (display: grid) {@media (min-width : 768px) {.timeline {
	display: grid;
	grid-gap: 4.75em;
	grid-template-areas: ".  entry1" "entry2  ." ". entry3" "entry4 ."
		". entry5" "entry6 ." ". entry7" "entry8 ." ". entry9";
}

.timeline:before {
	left: 52%;
}

.timeline--entry:nth-child(1) {
	grid-area: entry1;
}

.timeline--entry:nth-child(2) {
	grid-area: entry2;
}

.timeline--entry:nth-child(3) {
	grid-area: entry3;
}

.timeline--entry:nth-child(4) {
	grid-area: entry4;
}

.timeline--entry:nth-child(5) {
	grid-area: entry5;
}

.timeline--entry:nth-child(6) {
	grid-area: entry6;
}

.timeline--entry:nth-child(7) {
	grid-area: entry7;
}

.timeline--entry:nth-child(8) {
	grid-area: entry8;
}

.timeline--entry:nth-child(9) {
	grid-area: entry9;
}

.timeline--entry:nth-of-type(odd):before {
	left: -3.8em;
}

.timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before
	{
	left: 100%;
	border-left: 10px solid #fff;
	border-right: 0;
}

.timeline--entry:nth-of-type(even):before {
	left: 103%;
}

}
}

/*	INTEGRATED SOLUTIONS	*/
.banner-solutions-icons {
	display: inline-block;
	width: 100%;
	min-width: 150px;
	max-width: 285px;
	vertical-align: top;
	text-align: center;
	border-radius: 10px;
 	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 959px) {
	.banner-solutions-icons {
		display: inline-block;
		width: 45%;
		vertical-align: center;
	}
}

/* PRICING COMPARISON */
.plan_comparisons_table{
	border-collapse: collapse;
    border-spacing: 0;
}

.plan_comparisons_wrap{ margin-top:0px; }
.plan_comparisons_table{ width:100%; }
.plan_comparisons_table thead tr th.tcol1{ width:31%; min-width: 300px;   vertical-align: bottom; background-color: transparent;   border: none; }
.plan_comparisons_table thead tr th.tcol2{ width: 23%; }
.plan_comparisons_table thead tr th.tcol3{ width: 23%; }
.plan_comparisons_table thead tr th.tcol4{ width: 23%; }
.plan_comparisons_wrap th { background: #CCDDE3; font-weight: bold; }
.plan_comparisons_wrap th,
.plan_comparisons_wrap td{padding: 16px 24px; border: 1px solid #E5EEF0;}
.plan_comparisons_wrap th .plan-type{ font-weight: bold;   font-size: 28px;   color: #F25A23;   margin-bottom: 10px; padding-top: 10px; }
.plan_comparisons_wrap th .plan-price {   font-weight: bold;   font-size: 32px;   text-align: center;   padding: 20px 0px 5px 0px; }
.plan_comparisons_wrap th .plan-time{font-size: 12px;   text-align: center;   font-weight: normal;   margin-bottom: 30px; }
.plan_comparisons_wrap th .plan-button{ display: flex;   justify-content: center; }
.plan_comparisons_wrap th .plan-button a{ font-size: 0.9rem;   font-weight: 700;   line-height: 30px;   display: flex;   flex-direction: row;   justify-content: center;   align-items: center;   padding: 0 40px;   border-radius: 50px;   -moz-border-radius: 50px 50px 50px 50px;   -webkit-border-radius: 50px 50px 50px 50px;   -webkit-transition: all 0.3s ease-in-out;   -moz-transition: all 0.3s ease-in-out;   -o-transition: all 0.3s ease-in-out;   transition: all 0.3s ease-in-out;   text-align: center;   border: solid 3px #006A81;   background-color: #006A81;   color: #FFF;   min-width: 150px;   text-align: center;   max-width: 200px;   width: 100%;}
.plan_comparisons_wrap th .plan-button a:hover{ border: solid 3px #F25A23;   background-color: #F25A23; }
.plan_comparisons_wrap th.gb_table_title{padding: 24px;   border-top: 1px solid #7eacb9;   border-bottom: 1px solid #7eacb9;   background: #478A9c !important;   color: #fff;   font-size: 1.125rem; cursor: pointer; text-align: left; }
.plan_comparisons_wrap th.gb_table_title .gb-table__toggle { font-size: 22px;  display: block;   position: relative;   margin: -24px;   padding: 24px 48px 24px 24px;   color: #fff;   cursor: pointer; }
.gb-table__toggle::before {   position: absolute;   top: 50%;   right: 24px;   width: 0;   height: 0;   margin-top: -4px;   border-top: none;   border-right: 7px solid rgba(0,0,0,0);   border-bottom: 8px solid #fff;   border-left: 7px solid rgba(0,0,0,0);   content: ""; }
.gb-is-collapsed .gb-table__toggle::before {   -webkit-transform: rotate(180deg);   transform: rotate(180deg); }
.plan_comparisons_wrap th.parent-row-col{ padding-top:0; padding-bottom:0; }
.parent-row-items{position: relative;   display: block; cursor: pointer;  padding-top:16px; padding-bottom:16px;}
.parent-row-items::before{ position: absolute;   top: 50%;   right: 0;   width: 0;   height: 0;   margin-top: -4px;   border-top: none;   border-right: 7px solid rgba(0,0,0,0);   border-bottom: 8px solid #478A9c;   border-left: 7px solid rgba(0,0,0,0);   content: ""; }
.parent-row-items.collapsed::before{  -webkit-transform: rotate(180deg);   transform: rotate(180deg); }
tr.specification.collapsed{ display:none !important}
.plan_comparisons_table td:not(:first-child) {
text-align: center;
}

.plan_comparisons_table td:not(:first-child) i{color: #F25A23; font-size: 18px;}
.plan_comparisons_table .gb-is-collapsed tr:not(:first-child) {
display: none;
}
.plan_comparisons_wrap tbody th{ text-align:left; }
.plan_comparisons_wrap tbody th{ text-align:left; }

/* .button_round{ border: solid 3px #979494;   color: #979494;  }
.button_round:hover{ border: solid 3px #F25A23;   background-color: #F25A23;   color: #FFF;   cursor: pointer; }
 */
.icon-hyphen{ width: 15px;   height: 2px;   display: inline-block;   background: #6e6e6e; }
tr.row-parent th span{ padding-left:50px; font-size: 18px; }

tr.row-parent th span{ padding-left:50px; font-size: 18px; }
.plan_comparisons_wrap tbody .specification th.title{ text-align: right; background: #E5EEF0; font-size: 16px; border-color: #dddccc;   border-width: 1px 0 1px 0; }
.section-header-icon {
	display: block;
	width: 35px !important;
	height: 35px !important;
	background: #F15A24;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	-webkit-border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
	.ms_row1_c1a > a{ max-width:200px; }
	.ms_row1_c1b {   width: auto;   position: absolute;  right: 15px;}
	.ms_row1_c1a > a img{  height: 58px;   padding-right: 15px; } 
	.plan_comparisons_table {   width: calc(100% - 30px);   padding: 0 0;   margin: 0 auto; }
	.plan_comparisons_table thead tr th.tcol1{ min-width: 200px; }
	.plan_comparisons_wrap th .plan-type{ font-size:20px; }
	.plan_comparisons_wrap th .plan-price{ font-size:24px; }
	.plan_comparisons_wrap th, .plan_comparisons_wrap td{ padding: 15px 10px; }
	.plan_comparisons_wrap th .plan-time{ font-size:10px; line-height:1.2; }
	.plan_comparisons_wrap th, 
	.plan_comparisons_wrap td{ font-size:14px; } 
	.plan_comparisons_wrap th.gb_table_title .gb-table__toggle{ font-size:14px; padding: 15px 48px 15px 24px;}
	.plan_comparisons_wrap tbody .specification th.title,
	tr.row-parent th span{ font-size:14px; }
	tr.row-parent th span {   padding-left: 30px; display: block;}
}

/* Pricing Comparison */
.planComparison {
    font-size: 0.9rem;
    font-weight: 400; 
    line-height: 1.4em;
	height: 36px;
	width: 293px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px 5px 15px;
	border-radius: 50px;
	border: solid 3px #979494;
	margin-bottom: 15px;
    color: #979494;
	background-color: #FFF;
	transition: all 0.3s ease-in-out;
}

.planComparison:hover {
	border: solid 3px #979494;
    color: #FFF;
	background-color: #F15A24;
	border: solid 3px #F15A24;
	transition: all 0.3s ease-in-out;
    cursor: pointer;    
}

.plan_comparisons_wrap {
	margin-top: 0px;
	overflow-x: auto;
	margin-bottom: 50px;
}

.price_checkmark {height: 18.5px; width: 15.75px;}
.plan_comparisons_table thead tr th.tc.plan_comparisons_wrap th { background: #CCDDE3; font-weight: bold; }

@media screen and (max-width: 991px) {
	.plan_comparisons_table {   width: calc(100% - 0px);   padding: 0 0;   margin: 0 auto; }
	.content {   width: calc(100% - 30px);}
	.mini_site_grid{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;  display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; width: 100%; overflow: hidden;}
	.mini_site_grid > div{ width:100%; }
	.overview_section{ flex-wrap: wrap; }
	.overview_section .overview_section_comment {     width: 100%;     max-width: 100%;     margin-top: 30px;   }
	.ms_row1_c1b,
	/* #mega-menu.main{ display:none !important; } */
	.ms_row1_c1 { width: calc(100% - 30px);   margin: 10px auto 10px auto;}
	.ms_row1_c1a { width: 100%;  justify-content:center; position:relative;}
	.ms_img1{ padding-right: 0;   border-right: none; }
	.ms_row1_c1a > a {display:inline-block;max-width: 200px;}
	.ms_row1_c1a > a img {   width: auto;   display: block;   float: left; }
	.ms_img1 { max-height: 50px; }
}

.contactButton {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	max-width: 200px;
	min-width: 170px;
	width: 100%; 
    height: 34px;
    background-color: #006A81;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    text-align: center;
    overflow: hidden;
}

/* AJAX Dialog View */
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(170, 170, 170, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.dialog-box {
    background: rgb(242, 242, 242);
    padding: 20px;
    border-radius: 5px;
    min-width: 300px;
    min-height: 300px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.dialog-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #4C4C4C;
    letter-spacing: -.5px;
    text-transform: capitalize;
}
.dialog-content {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.dialog-buttons {
	display: flex;
	align-items:center;
	justify-content: center;
    text-align: center;
}
.hidden {
    display: none;
}
