/* Updates The Creative Offices */

.slick-slide { height: auto !important; }
.slick-slide picture, .slick-slide picture source, .slick-slide picture img {height:auto;max-height: 400px;width:100%; object-fit: cover;}

#gform_fields_1 select { height: auto !important;}
.ccyLearnMore h2 {
	font-family: brother-1816;
}

.ccyHideSave {
	display: none !important;
}



/* Style the main error message container */
.gform_wrapper .validation_error {
    background-color: #ffe6e6; /* Light red background */
    border: 2px solid #cc0000; /* Dark red border */
    color: #cc0000; /* Dark red text */
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
}

/* Style the specific field error message */
.gfield_error .validation_message {
    color: #cc0000 !important;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}



/* Highlight the input field and its label on error */
.gfield_error {
    border-left: 8px solid #cc0000 !important; /* Red left border on the field container */
    padding-left: 12px !important;
}

.gfield_error input[type="text"],
.gfield_error textarea,
.gfield_error select {
    border: 2px solid #cc0000 !important; /* Red border on the input element */
}

.gfield_error label {
    color: #cc0000 !important; /* Red text for the label */
}




div:has(> .ccyContainer),
div:has(> .ccyContainerColumn) {
	background-color: rgba(var(--color-brand-3-rgb),.4);
 	display: flex;
  	flex-direction: row;
	justify-content:center;
	align-content: center;
	gap:0;
}
.ccyContainer {
	max-width: 1200px !important;
	margin: 0 auto;
	padding: 0 2em;
	background-color: rgba(var(--color-brand-3-rgb),0);
}

.ccyContainerColumn {
	max-width: 600px !important;
	margin: 3em auto;
	padding: 2em;
	background-color: white;
	text-align: center;
}

.ccyContainerColumn h3 {
	text-transform: uppercase;
	font-size: 1.25em;
	margin-top:1em;
	color: #002653;
}



@media screen and (min-width: 782px) {
.ccyContainerColumn:first-child {
	border-right: 1px solid #dcdcdc;
}
}
@media screen and (max-width: 781px) {
.ccyContainerColumn:first-child {
	border-bottom: 1px solid #dcdcdc;
}
.ccyContainer,.ccyContainerColumn {
	padding: 2em !important;
}

}

.ccyContainerColumn .alignnone {
	margin: 0;
}


.ccyButton {
	padding: 0.5em 1em;
	background-color: #c10670;
	color: #ffffff !important;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none !important;
}
.ccyButton:hover {
	background-color: #ffffff;
	color: #c10670 !important;
	border: 1px solid #c10670 !important;
}

#ccyBrochureDiv.ccyBrochureDiv {
	padding: 2em;
	background-color: #002653 !important;
	color: #ffffff;
}

.ccyBrochureDiv, 
.ccyBrochureDiv p, 
.ccyBrochureDiv h2 {
	color: #ffffff !important;
}

#tcoContainer h2.elementor-heading-title.elementor-size-default,
#tcoContainer h2.elementor-heading-title.elementor-size-default a,
#SpiritIsAgelessH2 h2.elementor-heading-title.elementor-size-default,
#SpiritIsAgelessH2 h2.elementor-heading-title.elementor-size-default a {
	font-family: brother-1816, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #4D2D88;
	text-decoration: none;
}

#tcoContainer h2.elementor-heading-title.elementor-size-default a:hover,
#SpiritIsAgelessH2 h2.elementor-heading-title.elementor-size-default a:hover
{
	text-decoration: none !important;
}

#tcoContainer h2.elementor-heading-title.elementor-size-default a > span,
#SpiritIsAgelessH2 h2.elementor-heading-title.elementor-size-default a > span {
	font-family: brother-1816, sans-serif;
	font-weight: 400 !important;
	font-size: 14px;
	display:block;
	padding-bottom: 0;
	margin-bottom:0;
	line-height: 12px;
}

.ccyApplication .gfield_radio {
	margin-top: 0.5em;
}
.ccyApplication .gfield_radio label, 
.ccyApplication .gform-field-label {
margin-top: 0 !important;
margin-left: 0.5em !important;
margin-right: 0;
margin-bottom: 0;
}



.about-video
{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.about-video iframe
{left:0; top:0; height:100%; width:100%; position:absolute;}