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



.cc-header h2 {
    font-size: 44px !important;
    line-height: 1.1 !important;
    margin-top: 0px !important;		
}

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

.cc-main-container h1, .cc-main-container h1 > strong {
	font-weight: bold !important;
	margin-top: 0px !important;
    line-height: 1.1 !important;
    font-size: 40px !important;
    background: none !important;
}

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

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

.cc-main-container h2 {
	margin-top: 0px !important;
}

.cc-brand h2:after {
    margin: 30px 0;
}

.cc-main-container p {
	margin-bottom: 20px !important;
}

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


.cc-cta {
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 20px 0px 18px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}



.cc-main-container h3, .cc-main-container h3 > strong {
    line-height: 1.1;
    font-size: 24px !important;
    background: none !important;
	margin-top: 0px !important;
}

.cc-bg-lightgray {
	background-color: #F5F7FA !important
}

.img-gradient {
	background: var(--brand-secondary);
	background: linear-gradient(0deg, var(--brand-secondary) 0%, var(--brand-secondary) 40%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
}

.cc-main-container a {
}

.cc-main-container a,
.cc-main-container b,
.cc-main-container strong,
.cc-main-container .font-bold {
	font-weight: bold !important;
}