html, body{
	font-family: "DM Sans", "Adjusted Fallback", Arial; 
	font-weight: 400;
	font-size: 16px;
}


.dropdown-toggle, nav a{
	font-weight: 500;	
}
.dropdown-menu a{
	font-weight: 300;	
}
a, strong, b{
	font-weight:500;	
}
fontlight{
	font-weight:300;
}
fontnormal{
	font-weight:300;
}
fontbold{
	font-weight:500;
}
fontbolder{
	font-weight:700;
}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6{
	font-weight:700;	
	margin-top: 30px;
	margin-bottom:15px;
}
@media (max-width:767px){
	h1, h2, h3, h4, h5, h6{	
	margin-top: 15px;
	margin-bottom:7px;
	}
}

h1, .h1{
	font-size: 60px;
}
@media (min-width:768px) and (max-width:1199px){
	h1, .h1{
		font-size: 32px;
	}
}
@media (max-width:767px){
	h1, .h1{
		font-size: 32px;
	}
}

h2, .h2{
	font-size: 48px;	
}
@media (min-width:768px) and (max-width:1199px){
	h2, .h2{
		font-size: 28px;
	}
}
@media (max-width:767px){
	h2, .h2{
		font-size: 28px;
	}
}
.homepage h2{
	font-size: 60px;
}
@media (min-width:768px) and (max-width:1199px){
	.homepage h2{
		font-size: 32px;
	}
}
@media (max-width:767px){
	.homepage h2{
		font-size: 32px;
	}
}

h3, .h3{
	font-size: 36px;	
}
@media (min-width:768px) and (max-width:1199px){
	h3, .h3{
		font-size: 24px;
	}
}
@media (max-width:767px){
	h3, .h3{
		font-size: 24px;
	}
}
h4, .h4{
	font-size: 30px;
}
@media (min-width:768px) and (max-width:1199px){
	h4, .h4{
		font-size: 21px;
	}
}
@media (max-width:767px){
	h4, .h4{
		font-size: 21px;
	}
}
h5, .h5{
	font-size: 24px;	
}
@media (min-width:768px) and (max-width:1199px){
	h5, .h5{
		font-size: 18px;
	}
}
@media (max-width:767px){
	h5, .h5{
		font-size: 18px;
	}
}
h6, .h6{
	font-size: 21px;	
}
@media (min-width:768px) and (max-width:1199px){
	h6, .h6{
		font-size: 17px;
	}
}
@media (max-width:767px){
	h6, .h6{
		font-size: 17px;
	}
}
p{
	font-weight:300;
	font-size:17px;
}
@media (max-width:767px){
	p{
		font-size: 16px;
	}
}

.rte{
	font-size: 19px;	
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.rte br{
	line-height: 10px;
}
@media (min-width:768px){
	.rte > h2:first-child,
	#main > .title-headings:first-child{
		margin-top: -12px;	
	}
}
.blacklink{
	color: #232323;	
}
.rte h2{
	background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;	
	
	font-weight: 700;
	display: inline-block;
}
.rte h2::before{
	display: block;
    content: "";
    clear: both;	
}
.rte h2::after{
	content: '';
    display: block;
    width: 80px;
    height: 1px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 11;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    margin-top: 10px;
    margin-bottom: 10px;
}


.title-headings{
	margin-top: 30px;
	margin-bottom: 15px;
	display:inline-block;
	width: 100%;
	text-align:center;
}

.title-headings::after{
	content:'';
 	display: block;
    width: 80px;
    height: 1px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 11;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	margin-top:10px;
	margin-bottom: 10px;
}
.title-headings h2{	
	margin-top:0;
	line-height:1.2;
}

.title-headings .pretitle{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    display: block;
    padding-bottom: 5px;	
}