.content-box--icon-boxed .content-box__icon-col{
	display: none;
}
.content-box--icon-boxed{
	padding: 30px;
}
.w-100{
	width: 100%;
}
.gallery__thumb{
	background-position: center;
}
.mb-20{
	margin-bottom: 20px;
}
.footer{
	margin-top: 20px;
}
.content-box.clickable{
	cursor: pointer;
}
a.not-styled, a.not-styled:hover, a.not-styled:focus, a.not-styled:visited, a.not-styled:active{
	color: inherit;
}
a.not-styled:active, a.not-styled:focus, a.not-styled:hover{
	text-decoration: none;
}
.questionnaire__number{
	display: none;
}
.questionnaire .subheader--full--highlight{
	margin-left: 24px;
}
.cbox__btn{
	margin-top: 15px;
}
@media (min-width: 500px){
	.questionnaire .subheader--full--highlight{
		margin-left: 16px;
	}
}
.flex-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flex-container .content-box{
	-webkit-flex-basis: 45%;
	    -ms-flex-preferred-size: 45%;
	        flex-basis: 45%;
	margin: 40px 15px;
}
@media (max-width: 767px){
	.flex-container .content-box{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
}
.navbar .navbar-brand {
    line-height: normal;
}
.navbar-brand img{
		max-width: 100%;
		padding: 5px 0;
}
.required{
	display: none;
}
span[id^="star_"]{
  	display: none;
}
  .banner .btn{
  	font-size: 16px;
  	padding: 10px 16px;
  }