:root{

  /* Villa San Vincenzo Brochure color scheme */
  --lightGreen: #C3D5C3;
  --darkGreen: #7D8961;


  --overlay: rgba(0, 0, 0, 0.4);


  /* _______________________________________ */


/* }.msg_list {
	WIDTH: 100%;
	float: left;
} */

/* .msg_head {
	cursor: pointer;
	width: 96%;
	color: #FFFFFF;
	float: left;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-right: 2%;
	padding-left: 2%;
}






.msg_head:hover {
	CURSOR: pointer;
	POSITION: relative;
	color: #FFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
} */
/* .msg_body {
	float: left;
	width: 96%;
	text-align: left;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.msg_body h6 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
}
.msg_body h5 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #232D5E;
	font-weight: 600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.msg_body img {
	float: right;
	width: 70%;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.msg_body_content-images {
	float: left;
	width: 60%;
	text-align: left;
}


.msg_body li {
	list-style-image: url(/images/bullet.png);
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: none;
}
.msg_body li.tick {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 10px;
}

.arrow-up{
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(/images/icon_minus_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 5px;
}
.arrow-down{
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(/images/icon_plus_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 5px;
} */



@media only screen and (max-width: 1060px) {
TABLET {
}



}




/* @media only screen and (max-width: 481px) {
MOBILE {
}

.msg_head {
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;

}


} */
