@charset "UTF-8";
/* CSS Document */

.box_matrix_1 > div {
	margin-bottom: 22px;
}

.box_matrix_1 > div .wp-block-group {
	box-shadow: -1px 1px 9px -1px rgba(198,218,238,1);
	-webkit-box-shadow: -1px 1px 9px -1px rgba(198,218,238,1);
	-moz-box-shadow: -1px 1px 9px -1px rgba(198,218,238,1);
	background-color: #FFF;
	border-radius: 10px;
	padding: 3vw;
	height: 100%;
}

.halfbg_1:after {
	content: '';
	display: block;
	width: 100%;
	height: 5vw;
	background-color: green;
}

.bottom_shift {
	/*margin-bottom: -6vw;*/
}

ol.dividers li:after {
	content: '';
	width: 50px;
	height: 1px;
	display: block;
	background-color: var(--dark);
	opacity: 0.25;
	margin-top: 12px;
}

ol.dividers li:last-child:after {
	display: none;
}

form .demoTime {
	/*background-color: yellow !important;*/
	align-self: center;
	padding-top: 12px;	
}

form .demoTime .frm_primary_label {
	font-size: 14px !important
}

form .demoTime select {
	margin-top: 5px !important;
}