/* marc css */

.marc-dev .et_pb_text_inner h2 {
	margin: 0 0 4px;
}

.marc-dev .et_pb_code_inner .wpcf7-not-valid-tip {
	background: none;
	color: #ec6375;
	border: 0;
	margin: 2px 0;
	font-size: 0.6em;
}

.illuma-history-slider__card h3 {
	font-family: 'Polysans Median'!important;
}

.illuma-history-slider__arrow.is-disabled,
.illuma-history-slider__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.et_pb_column_11 {
	padding-bottom: 30px !important;
}

.intouch-mobile .et_pb_text_inner h1 {
	display: none;

}

.intouch-desktop .et_pb_text_inner h1 {
	display: block;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--single {
    height: 64px !important;
    border: 1px solid #00FFFF !important;
    border-radius: 18px !important;
    background: rgba(0, 0, 0, 0.12);
}

.select2-selection__rendered {
    line-height: 58px !important;
    padding-left: 40px !important;
    color: #00ffff !important;
    font-size: 20px !important;
}

.select2-selection__arrow {
    height: 64px !important;
    right: 20px !important;
}

.select2-dropdown {
    border: 1px solid #00FFFF;
    border-radius: 18px;
    overflow: hidden;
}

.select2-results__option {
    padding: 16px 20px;
}

.select2-results__option--highlighted {
    background: #67dfe2 !important;
    color: #000 !important;
}

.select2-selection__arrow {
    position: relative;
    width: 40px !important;
    height: 100%;
}

.select2-selection__arrow::before,
.select2-selection__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #00FFFF;
    transition: transform .3s ease;
}

.select2-selection__arrow::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.select2-selection__arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.select2-container--open .select2-selection__arrow::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.select2-container--open .select2-selection__arrow::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 980px) {
	
	.marc-dev .et_pb_text_inner h2 {
	margin: 0 0 4px !important;
}
	
	.marc-dev .et_pb_text_inner h3 {
		line-height: 1.2 !important;
	margin: 0 0 4px;
}
	
	.intouch-mobile .et_pb_text_inner h1 {
	display: block;
}
	
	.intouch-desktop .et_pb_text_inner h1 {
	display: none;
}
	
	
    .et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

	.select2-selection__rendered { padding-left: 20px !important; font-size: 16px !important; line-height: 50px !important; }
	.select2-selection--single { height: 50px !important; }

	.select2-selection__arrow { height: 50px !important; }
	.select2-container--default .select2-results > .select2-results__options { margin-top: 0px; }

	.select2-results__option { font-size: 16px; }


}
	
	