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

p.fn.n {
    margin-bottom: 0px;
}

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

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

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

.cc-header h2 span {
    font-size: 32px !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-mdlrg-mrg-top {
    margin-top: 30px !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: 50px !important;
    background: none !important;
    margin: 0px auto !important;
}

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

.cc-brand h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: #FFFFFF !important;
    margin: 30px 0px;
}

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


.cc-main-container h2, .cc-main-container h2 > strong {
    line-height: 1 !important;
    font-size: 38px !important;
    background: none !important;
	font-weight: 600;
}

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}

.cc-header2 h2 {
    font-size: 50px !important;
    line-height: 1.1;
    margin-top: 0px !important;
	margin-bottom: 50px !important;
	font-weight: bold !important;
}

.cc-header2 h2 span {
    font-size: 34px !important;
	margin-top: 5px !important;
    line-height: 1.1;
	font-weight: bold !important;
}



.cc-header2 h2:after {
    display: none !important;
}

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

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



.cc-cta { 

}

.cc-cta:hover {

}



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

	
p.accordion,
h3.accordion {
    border-bottom: 1px solid #aaa;
    font-size: 22px !important;
	display: flex;
	justify-content: space-between;
	font-weight: bold !important;
}
	
	
p.accordion.active,
h3.accordion.active {
	font-weight: 500;
	background-color: var(--brand-primary) !important;
	color: #FFFFFF !important;
}
	
p.accordion:hover,
h3.accordion:hover{
	font-weight: 400;
	color: darkgray!important;
}
	
p.accordion.active:hover,
h3.accordion.active:hover {
	font-weight: 500;
	background-color: var(--brand-primary) !important;
	color: #FFFFFF !important;
}
	
/* Unicode character for "minus" sign (-) */
p.accordion.active:after,
h3.accordion.active:after{
    /*content: "\2796"; */
	content: "\f077";
	color:  #FFFFFF !important;
	font-family:'FontAwesome';
}



.cc-steps-wrap {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.cc-steps {
	box-shadow: 0px 3px 36px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #FFFFFF !important;
	padding: 30px !important;
}

.cc-steps h2 {
    font-size: 50px !important;
    line-height: 1.1;
    margin-top: 0px !important;
	margin-bottom: 50px !important;
	font-weight: bold !important;
}

.cc-steps-inner {
	padding: 0px !important;
	margin: 0px auto !important;
	display: inline-flex;
}

.cc-step-number {
	font-size: 14px !important;
	line-height: 1 !important;
	font-weight: bold !important;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px auto 0px;
	font-style: normal;
	padding-right: 10px;
}

.cc-step-number span {
	font-size: 45px !important;
	line-height: 1 !important;
	font-weight: bold !important;
	text-align: left;
	vertical-align: middle;
	margin: 8px auto 0px;
	font-style: normal;
	display: block;
	letter-spacing: -2px;
	padding-right: 10px;
}

.cc-step-info {
	font-size: 26px !important;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	margin: 5px auto 0px;
	font-style: normal;
}

.cc-step-info span {
	font-size: 16px !important;
	line-height: 1.2 !important;
	display: block;
	font-weight: normal;
	text-align: left;
	margin: 15px auto 0px;
}



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

.cc-main-container h1, .cc-main-container h1 > strong {
    font-size: 44px !important;
	text-align: center !important;
}

.cc-main-container h1 > span {
    font-size: 25px !important;
	text-align: center !important;
}

.cc-brand h1:after {
    margin: 26px auto 30px;
}


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


.cc-mobile-padding {
		padding-top: 25px !important;
	}
	
	.cc-intro-padding {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

.cc-steps {
	max-width: 90% !important;
}

.cc-steps h2 {
    font-size: 50px !important;
    line-height: 1.1;
    margin-top: 0px !important;
	margin-bottom: 10px !important;
}
	
.cc-header2 h2 {
    font-size: 44px !important;
    line-height: 1.1;
    margin-top: 0px !important;
	margin-bottom: 20px !important;
	font-weight: bold !important;
}

.cc-header2 h2 span {
    font-size: 28px !important;
	margin-top: 5px !important;
    line-height: 1.1;
	font-weight: bold !important;
}

}



.ui-widget {
}