
#title {
	background-image: url(images/title_bg.jpg);
}

h2.subtitle em {
	color: #b3894a;
	font-size: 15px;
	font-weight: 500;
}

div.greeting {
	position: relative;
}

div.greeting-img{
	background: url(images/message_img.jpg) no-repeat center top 10px;
	background-size: cover;
	padding: 250px 0px;
	position: relative;
	width: 50%;
}

div.greeting div.greeting-text {
	position: absolute;
	right: 12%;
	top: 200px;
}

div.greeting div.greeting-text h3 {
	font-size: 18px;
	text-align: left;
}

div.greeting div.greeting-text p {
	font-size: 16px;
	font-weight: 600;
}

div.border {
	border-bottom: 3px solid #b3894a;
	padding-bottom: 20px;
	width: 70px;
}

div.message {
	font-size: 14px;
}

div.company p {
	font-size: 25px;
	font-weight: 600;
}

div.company ul.list {
	border-top: 1px dotted #45b49b;
}

div.company ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 8px 17px;
	background-size: 10px;
	border-bottom: 1px dotted #45b49b;
}

ul.img-list {
	text-align: center;
}

ul.img-list li {
	display: inline-block;
}

