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

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

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

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

.cc-main-container .cc-header h1 {
    font-size: 44px !important;
    line-height: 1.1;
    margin: 0px auto !important;
	font-weight: bold !important;
}

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

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

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

.cc-main-container .cc-headline h2 {
    font-size: 36px !important;
    line-height: 1.1;
    margin: 0px auto !important;
	font-weight: bold !important;
}

.cc-main-container .cc-headline 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: 30px !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: #F7F7F7;
    background: linear-gradient(180deg, var(--brand-secondary) 0%, var(--brand-secondary) 55%, #FFFFFF 55%, #FFFFFF 100%);
}

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



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

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

.cc-main-container a {
    /* font-weight: 800 !important; */
}


.cc-wrapper-tb {
	padding-top: 60px !important;
	padding-bottom: 20px !important;
}

.cc-wrapper-tb-1 {
	padding-top: 20px !important;
	padding-bottom: 60px !important;
}

.cc-wrapper-tb-2 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.cc-learn-more {
    margin-top: 30px !important;
    margin-bottom: 10px !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: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
}

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


.cc-cta {
	border-radius: 100px;
	font-weight: bold !important;
	font-size: 20px !important;
}

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


.cc-staff-pick {
	
}

.cc-staff-pick h3,
.cc-staff-pick h3 > strong {
    line-height: 1.1 !important;
    font-size: 28px !important;
    background: none !important;
    margin: 0px auto 15px !important;
}


.cc-staff-pick p,
.cc-staff-pick p strong,
.cc-staff-pick p a,
.cc-staff-pick ul,
.cc-staff-pick ul li {
	font-size: 16px !important;
}

p.cc-staff-pick {
	font-size: 16px !important;
}

p.cc-staff-pick strong {
	font-size: 20px !important;
	font-weight: 700 !important;
}

img.staff-image {
	/* border-radius: 100% !important; */
}


.cc-main-container h4 {
    font-size: 20px !important;
    line-height: 1;
    margin: 0px auto 15px !important;
	font-weight: bold !important;
}

.cc-brand h4:after {
   display: none !important;
}




@media screen and (max-width: 650px) {

.cc-wrapper-tb {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
	


.cc-main-container .cc-header h1 {
    font-size: 36px !important;
}

.cc-main-container .cc-headline h2 {
    font-size: 32px !important;
}

}