@charset "utf-8";
/* CSS Document */
.headline-brd{
	text-transform:uppercase;
	color: #141414;
}
.partner-logos div{
	display: inline-block;   
    padding-right: 33px;
    width: auto;
}
.package-con {
	background-color: #e6e6e6;
}
.packageUl {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.packagelist-item {
	background-color: #fff;
	color: #454545;
	font-size: 14px;
	min-height: 42px;
	padding: 10px;
	line-height: 1.5;
	white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis; 
}
.packageblock1 .packagelist-item {
	padding-right: 15px;
	padding-left: 15px;
}
.packagelist-item:nth-child(even) {
	background-color: #f2f2f2;
}
.packageblock1 .packagelist-item:nth-child(even) {
	background-color: #fff;
}
.packageblock1 .packagelist-item:nth-child(odd) {
	background-color: #f2f2f2;
}
.packageblock1 .packagelist-item.packagelist-item-title:nth-child(odd),
.packageblock1 .packagelist-item.packagelist-item-button:nth-child(odd) {
	background-color: transparent;
}
.packagelist-item-title {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	min-height: 85px;
	color: #fff;
}
.packageblock2 .packagelist-item-title {
	background-color: #00aad2;
}
.packageblock3 .packagelist-item-title {
	background-color: #d20024;
}
.packageblock4 .packagelist-item-title {
	background-color: #90d200;
}
.packagelist-item-title > span {
	display: block;
	padding: 13px 1px;
}
.packagelist-item-button {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px; 
}
.package-button {
	border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 30px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.packageblock2 .package-button {
	background-color: #00aad2;
}
.packageblock3 .package-button {
	background-color: #d20024;
}
.packageblock4 .package-button {
	background-color: #90d200;
}
.package-button:hover,
.package-button:focus {
	opacity: 0.85;
	filter: alpha(opacity=85);
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 550px) {
	.partner-logos div {
		padding: 5px;
		max-width: 48%;
	}
	.partner-logos img {
		max-width: 100%;
		height: auto;
	}
}