:root {
	--turquoise: #0A99A0;
	--raspberry: #CF2D88;
	--gray-text: #9D9E9E;
}

.bg-turquoise {
	background-color: var(--turquoise);
}
.bg-raspberry {
	background-color: var(--raspberry);
}

.list_img13 li {
    list-style: none;
    padding-left: 30px;
    margin-left: -32px;
    background: url(/images/mediaclasses/li-13.svg) no-repeat left top;
    background-size: 16px;
    background-position-y: 0.3rem;
}

.turquoise .slick-dots li button:before {
	font-size: 12px;
	color: #C4C4C4;
	opacity: 1;
}

.turquoise .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--turquoise);
}

.button-raspberry {
	background-color: var(--raspberry)!important;
	border: 0;
}
.button-raspberry:hover {
	background-color: #C22B80!important;
}

.turquoise .baloon3 {
	padding: 1rem!important;
	min-height: 300px;
}
.turquoise .baloon3:before {
    background-image: url(/images/mediaclasses/triangle4.svg)!important;
}

.turquoise .baloon3_1 {
	border-radius: 2rem;
    padding: 1rem!important;
	border: solid 2px #CF2D88;
	min-height: 300px;
}
.turquoise .baloon3_1:before {
	display: block;
    content: '';
    background-size: 22px 62px;
    height: 62px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: -20px;
    background-image: url(/images/mediaclasses/triangle4_1.svg)!important;
}

.video_container div {
    top: 45%;
    left: 50%;
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}
.video_container div:hover {
    opacity: .7;
    transition: opacity .2s ease-in-out;
}

.video_container div:after {
    margin-top: -35px;
    margin-left: -35px;
    display: block;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url(/images/mediaclasses/play.svg);
    background-repeat: no-repeat;
    background-size: 70px;
    transition: opacity .2s ease-in-out;
}

.turquoise-btn-close .btn-close {
	background: transparent url(/images/mediaclasses/left-arrow.svg) center/2rem auto no-repeat;
	width: 30px;
}

.request-form input {
	border: 1px solid black!important;
	border-radius: 3px!important;
	line-height: 1!important;
}

.custom-checkbox input {
	width: 1.3em;
    height: 1.3em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    appearance: none;
}

.custom-checkbox input:checked[type=checkbox] {
    background-image: url(/images/mediaclasses/mark.svg);
}

.media_menu a h3:hover {
	background-color: var(--turquoise)!important;
	color: white!important;
}

.request-form .wpcf7-submit, .wpcf7-form .wpcf7-submit {
	background-color: #cf2d88!important;
    border: 0!important;
    border-radius: 0!important;
}
.request-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:hover {
	background-color: #C22B80!important;
	color: #ffffff!important;
}
.request-form .wpcf7-submit:active, .request-form .wpcf7-submit:focus, .wpcf7-form  .wpcf7-submit:active, .wpcf7-form  .wpcf7-submit:focus {
	background-color: #C22B80!important;
	color: #ffffff!important;
	outline: unset;
	box-shadow: unset;
}
.wpcf7-spinner {
	float: left;
}
.gray-text {
	color: var(--gray-text);
}

@media (min-width: 576px) and ( max-width: 767.98px) {
	.turquoise .baloon1:before,
	.turquoise .baloon2:before,
	.turquoise .baloon3:before {
		background-image: url(/images/mediaclasses/triangle2.svg)!important;
	}

}

@media (max-width: 575.98px) {
	.turquoise .baloon1:before,
	.turquoise .baloon2:before,
	.turquoise .baloon3:before {
		background-image: url(/images/mediaclasses/triangle2.svg)!important;
	}
}