/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'TradeGothic LT CondEighteen';
    src: url('fonts/TradeGothicLT-BoldCondTwenty.eot');
    src: url('fonts/TradeGothicLT-BoldCondTwenty.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT-BoldCondTwenty.woff2') format('woff2'),
        url('fonts/TradeGothicLT-BoldCondTwenty.woff') format('woff'),
        url('fonts/TradeGothicLT-BoldCondTwenty.ttf') format('truetype'),
        url('fonts/TradeGothicLT-BoldCondTwenty.svg#TradeGothicLT-BoldCondTwenty') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TradeGothic LT CondEighteen' !important;
}

/*General Rules*/
.csa-subpage-h1{
	color:#095596;
	font-size:70px;
}
.csa-subpage-h2{
	color:#095596;
	font-size: 45px;
	margin-bottom: -15px;
}
.csa-subpage-text{
	font-size: 16px;
	color:#000;
}
.csa-subpage-image{
	height:auto;
	width:100%;
	max-width:none;
}
.csa-row{
	max-width:1200px;
}
	.blc{
	display:flex;
	flex-direction: row;
}
.benefits-list li{
	padding: 0 40px 0 0;
	font-weight: 700;
}
/*Bigger Screens*/
@media screen and (min-width:1000px){
	.csa-subpage-image{
		width:375px;
		height:auto;
	}
	.csa-text-column{
	margin-top: -7px;
}
	.csa-row{
			padding: 0 0 50 0;
	}

}
/*Smaller Screens*/
@media screen and (max-width:600px){
	.blc{
		display:block;
	}
}
.fab{
	color:white;
	padding: 0px 5px 0px 5px;
}