@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url("/wp-content/themes/tha/css/reset.css");
@import url("/wp-content/themes/tha/css/global.css");
@import url("/wp-content/themes/tha/css/header.css");
@import url("/wp-content/themes/tha/css/footer.css");
@import url("/wp-content/themes/tha/css/home.css");
@import url("/wp-content/themes/tha/css/interior.css");
@import url("/wp-content/themes/tha/css/news.css");

.page-interior .warning a {
    color: #fff;
}

.graphs strong{
	font-style:italic !important;
}

.home-affiliates{
	padding:0 60px 60px;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	background: #fff;
	align-items: center;
	flex-wrap: wrap;
}

.home-affiliates a{
	display: inline-block;
	width: 40%;
	text-align: center;
	margin-top: 30px;
}

.home-affiliates a img{
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
}
	
@media screen and (min-width:768px){

	.home-affiliates a{
		width: 30%;
	}

}

@media screen and (min-width:1024px){

	.home-affiliates a{
		width: 15%;
		margin-top:0px;
	}

}

