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

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

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

.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;
}

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

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

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

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

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1.1 !important;
    font-size: 38px !important;
    background: none !important;
    margin: 0px auto !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: 30px auto;
}

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

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

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



.cc-cta2 {
	padding: 20px 0px;
	margin: 5px 15px 5px 0px;
	font-size: 16px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center;
	transition: .6s;
}


.cc-cta2:hover {
	opacity: .3;
}




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



figure {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    display: inline-block;
    min-width: 300px !important;
}

figure img {
    display: block;
    width: 100%;
}

.change-ratio img {
    margin: -15% 0;
}




