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

.container {
    width: 100% !important;
    margin: 0 auto;
}

.cc-content-wrap {
	width: 100%;
	max-width: 1100px !important;
    display: flex;
    flex-wrap: wrap;
	margin: 0px auto !important;
}

.cc-main-container .text-white a,
.cc-main-container .text-white p a {
    color: #e10a1d !important;
}



.cc-bg-img {
	position: relative;
	z-index: 2 !important;
	opacity: 1 !important;
}

.cc-bg-img:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.60));

}

.cc-cta-main {
    background-color: var(--brand-primary) !important;
    color: #FFFFFF !important;
    border: 2px solid var(--brand-primary) !important;
    font-size: 30px !important;
    margin-top: 40px !important;
    line-height: 1;
    padding: 15px 0 18px;
    border-radius: 100px;
}

.cc-cta-main:hover {
	background-color: #FFFFFF !important;
	color: var(--brand-primary) !important;
	border: 2px solid var(--brand-primary) !important;
	opacity: 1 !important;
}

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1 !important;
    font-size: 80px !important;
    background: none !important;
    margin: 0px auto !important;
}

.cc-main-container h1 > span {
    line-height: 1 !important;
    font-size: 24px !important;
    display: block;
    margin-top: 5px;
}

.cc-brand h1:after {
    content: "";
    display: none !important;
    width: 40px;
    height: 5px;
    background: var(--brand-primary) !important;
    margin: 30px auto;
}

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 50px !important;
	font-size: 36px !important;
}

.cc-main-container h2:first-child, .cc-main-container h2:first-child > strong {
    margin-top: 0px !important;
}

.cc-main-container .cc-header h2 {
    font-size: 38px !important;
    line-height: 1.1;
    margin: 0px auto !important;
}

.cc-main-container .cc-header h2 span {
    font-size: 24px !important;
    line-height: 1.1;
}

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    background: var(--brand-primary) !important;
}

.cc-main-container p {
    margin: 0px 0px 18px;
}

.cc-main-container p:last-child {
    margin: 0px 0px 0px;
}

.cc-main-container ul {
    margin-bottom: 0px !important;
}

.cc-mdlrg-mrg {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.cc-mdlrg-mrg-top {
	margin-top: 30px !important;
}

.cc-mdlrg-mrg-bottom {
	margin-bottom: 30px !important;
}

.cc-header-gradient-30 {
    background: rgb(255,0,0);
    background: linear-gradient(180deg, var(--brand-secondary) 0%, var(--brand-secondary) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}

.cc-main-container strong,
.cc-main-container b,
.font-bold {
	font-family: 'ToyotaType', sans-serif;
}


.cc-learn-more {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.cc-learn-more p.cc-learn-more-title {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.cc-learn-more p, .cc-learn-more p a {
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.cc-learn-more p:last-child, .cc-learn-more p:last-child a {
    margin-bottom: 0px !important;
}


h3.cc-form-header {
    font-size: 42px !important;
    margin: 0px auto !important;
    text-align: center;
    padding-bottom: 20px;
    color: #e10a1d;
}


.cc-social-wrap {
	padding-top: 40px !important;
}

a.cc-social {
	margin: 0px auto !important;
	text-align: center !important;
	padding: 4%;
}

a.cc-social img {
	max-width: 200px !important;
	display: inline-block;
	width: 24%;
}

img.cc-image-radius {
	border-radius: 1000px !important;
}

h3.cc-event-details {
    font-size: 24px !important;
    margin-top: 40px !important;
    margin-bottom: 10px;
}

p.cc-event-details, p.cc-event-details a {
	font-size: 16px !important;
	margin: 8px auto 0px !important;
}


/* viewport <= 768px */

@media only screen and (max-width: 800px) {
	
	.cc-main-container h1, .cc-main-container h1 > strong {
		font-size: 54px !important;
	}
	
	.cc-main-container h1 > span {
		font-size: 24px !important;
	}
	
	.cc-cta-main {
		font-size: 22px !important;
		margin-top: 25px !important;
	}

    .cc-social-wrap {
        padding-top: 0px !important;
    }
	
}