
div.arealayout.flextiles .ccm-layout,
div.arealayout.flextiles .ccm-layout-column-wrapper { 
	flex-wrap: wrap;
	display: flex!important;flex-direction: row; margin: 25px auto 10px auto; }

.whitetxt div.arealayout.flextiles { color: #4f6081 !important; }
.whitetxt div.arealayout.flextiles h1,
.whitetxt div.arealayout.flextiles h2,
.whitetxt div.arealayout.flextiles h3,
.whitetxt div.arealayout.flextiles h4,
.whitetxt div.arealayout.flextiles h5,
.whitetxt div.arealayout.flextiles h6 { color: #101e2f!important; }

/*.whitetxt div.arealayout.flextiles .ccm-layout .listyle:before { color: #f89f1d !important; }*/

.whitetxt .flextiles h1, .whitetxt .flextiles h2, .whitetxt .flextiles h3, 
.whitetxt .flextiles h4, .whitetxt .flextiles h5, .whitetxt .flextiles h6,
.whitetxt .flextiles p { color: #272727 !important; }

div.arealayout.flextiles .ccm-layout-column .ccm-layout-column-inner { margin: 0 !important; padding: 20px 25px!important; }

.ltbk div.arealayout.flextiles .ccm-layout-column {  background: #fff; }
.whitetxt div.arealayout.flextiles .ccm-layout-column,
.whbk div.arealayout.flextiles .ccm-layout-column {  background: #fff; }

div.arealayout.flextiles .ccm-layout-column { 
	background: #fff;
    border: 0;
    padding: 25px 25px 25px 55px;
    color: #272727;
    border-radius: 0;
    flex-basis: 31% !important;
    width: auto !important;
    margin: 1%;
    vertical-align: middle !important;
    align-items: flex-start !important;
    position: relative;
    box-sizing: border-box;
    flex: 1;
}
 
@media (max-width: 1000px) {
div.arealayout.flextiles .ccm-layout,
	div.arealayout.flextiles .ccm-layout, div.arealayout.flextiles .ccm-layout-column-wrapper{
display: flex; flex: 1;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
	
	
  }
}
 
/*div.arealayout.flextiles .ccm-layout-column:before,
div.arealayout.flextiles .ccm-layout-column:after { 
position: absolute; content:''; box-sizing: border-box; z-index: 1;
display: block; transform: rotate(90deg); margin: 0; }
*/
 /*
div.arealayout.flextiles .ccm-layout-column:before {
width: 37px; height: 32px; background: #0c7e8a; left: -19px;
-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
-moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
div.arealayout.flextiles .ccm-layout-column:after {
width: 35px; height: 30px; background: #fff; left: -18px;
-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
-moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

div.arealayout.flextiles .ccm-layout-column:nth-child(odd):before { bottom: -1px;  }
div.arealayout.flextiles .ccm-layout-column:nth-child(odd):after { bottom: 0px;  }
div.arealayout.flextiles .ccm-layout-column:nth-child(even):before { top: 0; }
div.arealayout.flextiles .ccm-layout-column:nth-child(even):after { top: 1px; }*/

/*div.arealayout.flextiles .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #0c7e8a; padding: 0; left: 20px; }

div.arealayout.flextiles .ccm-layout-column:nth-child(odd):after { bottom: 38px;  }
div.arealayout.flextiles .ccm-layout-column:nth-child(even):after { top: 38px; }*/

@media screen and (max-width: 850px)
{
div.arealayout.flextiles .ccm-layout-column { margin: 10px auto !important; }
}

@media screen and (max-width: 1000px)
{
div.arealayout.flextiles .ccm-layout-column { 
 padding: 0; margin: 5px auto; width: -webkit-fill-available !important; }
/*div.arealayout.flextiles .ccm-layout-column:nth-child(odd):before, 
div.arealayout.flextiles .ccm-layout-column:nth-child(even):before { top: 0; }	
div.arealayout.flextiles .ccm-layout-column:nth-child(odd):after, 
div.arealayout.flextiles .ccm-layout-column:nth-child(even):after { top: 1px; bottom: inherit;  }*/
}

@media screen and (min-width: 1000px)
{
div.arealayout.flextiles .ccm-layout-column { padding: 2%; }
/*div.arealayout.flextiles .ccm-layout-column:first-child { padding-left: 0; }
div.arealayout.flextiles .ccm-layout-column:last-child { padding-right: 0; }*/
div.arealayout.flextiles .ccm-layout-column:first-child:before,
div.arealayout.flextiles .ccm-layout-column:first-child:after { display: none; }

div.arealayout.flextiles .onethird-layout { flex-wrap: nowrap; }
div.arealayout.flextiles .half-half.ccm-layout-column { flex-basis: 44%; }
	
	
/* one item */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(1)) .ccm-layout-column {
    width: 49%!important;
}
/* two items */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(2)) .ccm-layout-column {
    width: 47%!important;
}
/* three items */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(3)) .ccm-layout-column {
    width: 47%!important;
}
/* four items */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(4)) .ccm-layout-column {
    width: 47%!important;
}!
/* four items */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(5)) .ccm-layout-column {
    width: 30%!important;
}
/* five or more items */
div.arealayout.flextiles .ccm-layout-column-wrapper:has(> :nth-child(6)) .ccm-layout-column {
    width: 47%!important;
}
	
}