/*
.chkbx { margin: 35px auto; counter-reset: section; }

.chkbx .ccm-layout-column { padding-left: 50px; }
.chkbx .ccm-layout-column:before,
.chkbx .ccm-layout-column:after { position: absolute; left: 0px; }

.chkbx .ccm-layout-column:before {
border: 1px solid #b88014;
padding: 7px 14px 10px 14px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 18px;
font-weight: bold;
width: 10px;
height: 20px;
display: inline-block;
text-align: center;

counter-increment: section;
content: counters(section,""); }

.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { bottom: 0; }

.chkbx .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.chkbx .ccm-layout-column:nth-child(even):after { bottom: 38px; }

@media screen and (max-width: 1000px)
{
.chkbx .ccm-layout-column { margin: 45px auto; width: -webkit-fill-available !important; }
.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { top: 0; }	
.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.chkbx .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }

}
*/



.whitetxt .chkbx  .ccm-layout,
.whitetxt .chkbx .ccm-layout h1,
.whitetxt .chkbx  .ccm-layout h2,
.whitetxt .chkbx  .ccm-layout h3,
.whitetxt .chkbx  .ccm-layout h4,
.whitetxt .chkbx  .ccm-layout h5,
.whitetxt .chkbx  .ccm-layout h6 { color: #000!important; }

.chkbx { margin: 25px auto 15px auto;  text-align: center;/*counter-reset: section; */}


.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.chkbx .ccm-layout-column { 
background: #f1f5f5; border: 0 #fff solid; padding: 20px 25px; color:#000;
border-radius: 3px; /*box-shadow: rgba(0,0,0,0.15) 3px 3px 3px;*/
    flex-basis: 31% !important;
    flex-grow: 1;
    width: auto;
    margin: 2% 1%;}

.chkbx .ccm-layout-column-inner { margin: 0 !important; }

.chkbx .ccm-layout-column:before/*,
.chkbx .ccm-layout-column:after*/ { position: relative; left: 0px;top: -35px; }


.whitetxt .chkbx .ccm-layout-column { 
	background: #fff; 
}
.gybk .chkbx .ccm-layout-column { 
	background: #fff; 
}

.chkbx .ccm-layout-column:before {
    padding: 0;
    border: 0;
    /*
	font-size: 2.25rem;
	text-align: center; 
	content: "\f3c5";	
	font-family: 'Font Awesome 6 Free'; 
	font-weight: 900;
    font-style: normal;
	*/
    margin: 0 auto -15px auto;
    display: flex;
    
    content: "";
    background: #0079c2 url("images/icon--check_w.png") no-repeat center;
	background-size: contain;
    color: #fff;
    
    z-index: auto;
    min-width: 70px;
	max-width: 70px;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-right: 1px #041f44 solid;
	border-bottom: 1px #041f44 solid; 
   /* box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;*/
}
/*
.whitetxt .chkbx .ccm-layout-column,
.whitetxt .chkbx .ccm-layout-column:before { border: 1px #fff solid;  }*/

.whitetxt .chkbx , .whitetxt .chkbx  a, .whitetxt .chkbx  h1, 
.whitetxt .chkbx  h2, .whitetxt .chkbx  h3, .whitetxt .chkbx  h4, 
.whitetxt .chkbx  h5, .whitetxt .chkbx  h6 { color: #004851 !important; }

/*.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { bottom: 0; }

.chkbx .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

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



@media screen and (max-width: 1000px)
{
.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.chkbx .ccm-layout-column { margin: 50px auto; width: -webkit-fill-available !important; }
/*.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { top: 0; }*/	
/*.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.chkbx .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }*/

}
@media screen and (max-width: 850px)
{ 
/*.chkbx .halfhalf-layout .half-half { width: 50% !important;  }*/
}
@media screen and (min-width: 1000px)
{
	.chkbx .halfhalf-layout  {
		display: flex;  
     }
	.chkbx .halfhalf-layout .half-half:first-child { margin-right: 1%; }
.chkbx .halfhalf-layout .half-half { width: 48% !important;  flex: 1; margin: 15px 1%; }
	.chkbx .thirds-layout {
		display: flex;  
     }
	.chkbx .thirds-layout .thirds { margin: 15px 1%; flex: 1 !important; }
.chkbx .thirds-layout .thirds:nth-child(2) { margin-left: 1%; margin-right: 1%; }
}