/* STRUCTURE */


ul#multi,ul#multi li{margin:0;padding:0;list-style:none}

ul#multi{
	width: 100%;
	overflow: hidden;
    padding: 1em 0;
    line-height: 1;
}

ul#multi li{
	float:left;
	width:80%;
    margin-right: 70px;
	margin-right: 50px;				
	display: inline;
	border-bottom: 1px dotted #757a7f;
}
ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
}

.upper{
	text-transform: uppercase;
}

div.inline{
	float:left;
}
.inline.middle {
    width: 50%;
	font-weight: bold;
}

div.inline p>a {
    text-decoration: underline;
    color: #333333;
	font-weight: 500;
}
.flRight{
	float:right!important;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media only screen and (max-width: 980px){
/* 	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	} */
		ul#multi li {    float: left;
    width: 80%;
    margin-left: 6%;
    display: inline;
    min-height: unset;
	}
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 768px){
/* 	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	} */
	ul#multi li {    float: left;
    width: 80%;
    margin-left: 6%;
    display: inline;
    min-height: unset;
	}
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
}
@media only screen and (max-width: 680px){
/* 	ul#multi li {
    float: left;
    width: 35%;
    margin-left: 15%;
    display: inline;
    min-height: 200px;
	} */

ul#multi li {
    float: left;
    width: 80%;
    margin-left: 6%;
    display: inline;
    min-height: unset;
}	
	ul#multi li>p{
	line-height: 1.4;
	word-wrap: break-word;
	}
	
	
}
@media only screen and (max-width: 490px){
	ul#multi li{
	float:left;
	width:80%;
    margin-left: 8%;
	display: inline;
	min-height: 100px;
}
	ul#multi li>p{
	line-height: 1.2;
}
}

/* for 980px or less */
@media screen and (max-width: 980px) {
	
	ul#multi {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

/* 	#sidebar {
		display: none;
	} */

}
