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

.mx-width-1280 {
	max-width: 1280px !important;
}

.cc-cta:last-child {
    padding: 15px 0px;
    margin: 5px 0px 5px 0px;
}

.cc-cta {
    border-radius: 5px !important;
}

.cc-cta:hover {
	color: #FFFFFF !important;
	background: var(--brand-secondary) !important;
	opacity: 1 !important;
}

p.cc-title {
	display: block !important;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 44px !important;
	font-weight: bold !important;
	border-bottom: 1px solid #CCCCCC !important;
	padding-bottom: 10px !important;
}

h2.cc-title {
    line-height: 1.1;
    font-size: 32px !important;
    background: none !important;
}



.cc-staff-card {
	padding: 4% !important;
	background-color: #ECECEC !important;
	border: 3px solid var(--brand-primary) !important;
}

.cc-staff-card-inner {
	padding: 2% !important;
}

h3.cc-staff {
	margin: 10px auto 5px !important;
	font-size: 24px !important;
	font-weight: bold !important;
	color: #2B2B2B !important;
}

p.cc-staff-phone {
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-bottom: 4px !important;
	color: #2B2B2B !important;
}

p.cc-staff-email,
a.cc-staff-email.stat-text-link {
	font-size: 18px !important;
	margin: 0px auto !important;
	font-weight: bold;
}


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

.black-fade-left:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(0,0,0,.80), rgba(0,0,0,0.80));
}

.cc-main-container p {
    margin-bottom: 24px;
}

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

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1 !important;
    font-size: 60px !important;
    background: none !important;
	padding-bottom: 20px !important;
}

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

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


.cc-main-container {
    --brand-primary: #B6862D;
    --brand-secondary: #2b2a2b;
    --brand-underline: var(--brand-primary);
}
	
