
/* ===== textual framework ================ */

.pdf_link{
	padding:8px 0 8px 40px;
	background:url("../../images/pdf-icon.png") no-repeat center left;
	height:35px;
	margin:0 0 10px;
	font-size:1.2em;
	text-transform:uppercase;
	text-decoration:none;
	color:#666;
}
.pdf_link a{
	text-decoration:none;
	color:#666;
}
.poppinsfonts{
	font-family: poppins!important;
	line-height: 1.8em;
}
.bigtext
{
	font-size: large;
}
.medium_text
{
	font-size: 125%;
}
.smalltext
{
	font-size: 80%;
}
.verysmalltext
{
	font-size: x-small;
}
.textleft
{
	text-align: left;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}

.picture-left
{
	float:left;
	margin-right:30px;
}
.brilliantgin{
	font-family: 'Aleo', Arial;
	font-weight: 400;
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing: 0.05em;
}
.largetextopensans{
	font-family: "open sans";
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.3em;
	color: #545454;
}
.picture-right
{
	float:right;
	margin-left:20px;
	padding:5px;
}
.picture-inline
{
	float:left;
}
.greentext{
	color:#638E0E;
}
.fullwidth{
	float:left;
	width:100%;
}
.half_left{
	float:left;
	width:48%;
	margin-right:1%;
}
.half_right{
	float:right;
	width:48%;
	margin-left:1%;
}
.half_left iframe,
.half_right iframe{
	width:100%;
}
.s70left{
	float:left;
	width:65.5%;
	margin-right:2.5%;
	margin-bottom:15px;
}
.s80midle
{
	float:left;
	width:80%;
	padding:0 10%;
	margin-bottom:15px;
}
.s60left{
	float:left;
	width:57.5%;
	margin-right:2.5%;
	margin-bottom:15px;
}
.s40right{
	float:right;
	width:40%;
	margin-bottom:15px;
}
.s30left{
	float:left;
	width:31.5%;
	margin-right:2.5%;
	margin-bottom:15px;
}
.s30right{
	float:right;
	width:32%;
	margin-bottom:15px;
}
.s30left img,
.s30right img,
.half_left img,
.half_right img{
	max-width:100%;
}
.s30left h4,
.s30right h4,
.half_left h4,
.half_right h4{
	width:100%;
}
