
div.arealayout.flextilesdefault .ccm-layout { display: flex;flex-direction: row; margin: 0 auto; }

.whitetxt div.arealayout.flextilesdefault .ccm-layout,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h1,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h2,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h3,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h4,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h5,
.whitetxt div.arealayout.flextilesdefault .ccm-layout h6 { color: #fff!important; }
 
div.arealayout.flextilesdefault .ccm-layout-column { 
float: none !important; 
vertical-align: top; 
margin: 0.25%; 
display: inline-flex;
flex: 1;
flex-direction: column;
flex-wrap: wrap;align-content: stretch;
background: none;   
}
 
@media (max-width: 1000px) {
div.arealayout.flextilesdefault .ccm-layout {
display: flex; flex: 1;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
  }
}
  
@media screen and (max-width: 1000px)
{
div.arealayout.flextilesdefault .ccm-layout-column { 
 padding: 5%; margin: 5px auto; width: -webkit-fill-available !important; } 
}

@media screen and (min-width: 1000px)
{
div.arealayout.flextilesdefault .ccm-layout-column { padding: 1.5%; } 
div.arealayout.flextilesdefault .ccm-layout-column:first-child:before,
div.arealayout.flextilesdefault .ccm-layout-column:first-child:after { display: none; }
}

div.ccm-block-express-form.framedit div.form-group {
    margin-bottom: 10px;
}

div.ccm-block-express-form.framedit span.text-muted {
    opacity: .50;
	
}
div.ccm-block-express-form.framedit { text-align: left; }

div.ccm-block-express-form.framedit div.form-group label.control-label {
    font-weight: bold;
    display: inline-block;
	padding-left: 5px; 
}

div.ecRecaptcha div { margin: 0 auto; }

.ccm-block-express-form.framedit .form-label { text-align: left; width: 95%; font-size: 14px; margin: 5px auto;  }
.ccm-block-express-form.framedit fieldset { border: 0; padding: 0; }

.ccm-block-express-form.framedit input, .ccm-block-express-form.framedit select,
.ccm-block-express-form.framedit textarea, .form-actions button[type="submit"] { 
border: 1px #bbb solid; -moz-border-radius: 3px; border-radius: 3px; background:rgba(0,0,0,0.1); }
.ccm-block-express-form.framedit input::placeholder,
.ccm-block-express-form.framedit textarea::placeholder { color: #111; text-align: left; }

.ccm-block-express-form.framedit .checkboxList {
	    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.ccm-block-express-form.framedit, .form-actions input[type="submit"] { max-width: 750px; margin: 0 auto; }

.ccm-block-express-form.framedit fieldset { text-align: center; }
.ccm-block-express-form.framedit fieldset p { padding: 1%; text-align: left; }
.ccm-block-express-form.framedit .mb-3 { position: relative; text-align: left; }

.ccm-block-express-form.framedit .form-group { position: relative; text-align: left; }
.ccm-block-express-form.framedit .form-group input,
.ccm-block-express-form.framedit .form-group select,
.ccm-block-express-form.framedit .form-group textarea,
.ccm-block-express-form.framedit .form-actions button[type="submit"] { width: -webkit-fill-available; padding: 15px 3%; }

.ccm-block-express-form.framedit .form-group input[type="checkbox"],
.ccm-block-express-form.framedit .form-group input[type="radio"] { width: auto; float: left; }

.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { margin: 2px 0; display: inline-flex; font-size: 13px; }
.ccm-block-express-form.framedit .form-group .checkbox { margin-left: 25px; padding-left: 10px;   }
.ccm-block-express-form.framedit .form-group .checkbox label { }
.ccm-block-express-form.framedit .form-group .checkbox input { margin-left: -20px; margin-top: 0; }

.ccm-block-express-form.framedit .form-group select { width: 96%; }
.ccm-block-express-form.framedit .form-actions button[type="submit"] { margin: 0 !important; width: auto; max-width: 300px; }
.ccm-block-express-form.framedit .form-group select option { color: #333; }

.ccm-block-express-form.framedit .form-group .text-muted.small {
font-size: 10px; position: relative;display: inline-block;position: absolute; right: 0; top: 8px; }
.form-actions { text-align: left; }
.form-actions button[type="submit"] { cursor: pointer; transition: all 0.15s ease-in-out; }
 
 
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(1),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(2),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(3),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(4)/*,
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(5)*/ { width: 48%; display: inline-block; margin: 1%; margin-left: 0; vertical-align: top; }
/*.ccm-block-express-form.framedit .form-group .mb-3,
.ccm-block-express-form.framedit .form-group .mb-3:last-child { width: 98%; display: inline-block; margin: 1%; margin-left: 0; }*/
 
.ccm-block-express-form.framedit {
    padding: 15px 0;
    margin: 5px auto;
    -moz-border-radius: 8px;
    border-radius: 8px; }
	
	
@media screen and (min-width: 200px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 40%; }
	
}
@media screen and (min-width: 850px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 28%; }
	
}

