@media (min-width: 1200px) {
	.page-header {
	    padding-top: 0px !important;
	}
}	
	
@media (max-width: 1199px) {
	.featured-content-banner--half {
	    padding: unset !important;
	}
	
	.featured-content-banner__wrapper h2 {
	    margin-top: 20px !important;
	}
}

.pro-honors-questions h3 {
	text-transform: unset;
}
 
label {
	margin-bottom: 0px;
}

.plus_minus.collapsed {
	background-image: url(/binaries/content/gallery/behr-us-pro/honors/plus_icon.png);
}

.plus_minus {
	background-image: url(/binaries/content/gallery/behr-us-pro/honors/minus_icon.png);
}

.radioButton {
    cursor: pointer;
    width: 19px!important;
    height: 19px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

div#questions-section a {
    font-size: 18px !important;
    line-height: 20px !important;
}

.create-reward-account a {
    font-size: 18px !important;
    line-height: 27px !important;
}

.questions-content {
	background-color: #F2F2F2;
	padding: 20px;
}

.questions-content label {
	font-size: 18px;
}

.ph-legal {
    line-height: 20px;
    margin-bottom: 15px;
}

li {
	list-style: none;
}

td p {
	font-size: 22px;
    line-height: 22px;
    /*margin: 16px 0px 16px;*/
    font-weight: 700;
}

td {
	height: 56px;
	border: 5px solid white;
	width: calc(100%/3);
}

@media (max-width: 767px) {
	td p {
		font-size: 14px !important;
	    line-height: 22px !important;
	}
	
	td {
		height: 56px;
		border: 5px solid white;
	}
}

tr.even {
	background-color: rgb(250, 250, 250);
}

tr.odd {
	background-color: rgb(242, 242, 242);
}

.table-heading {
	background-color: rgb(201, 79, 19);
}
.table-heading p {
	color: #ffffff !important;
}

.featured-content-banner-parent {
	padding: 25px 0;
}