/* Enter Your Custom CSS Here */
.one-half,
.one-third,
.one-quarter{
	position: relative;
  	margin-right: 4%;
  	float: left;
   	margin-bottom: 20px;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 30.66%;
}

.one-quarter {
	width: 22%;
}

.last {
	margin-right: 0 !important;
  	clear: right;
}

.full-width {
	width: 100%;
}

.extended-width {
	width: 119%;
}

.remove-bmargin {
	margin-bottom: -1px !important;
}

.ctcc-left-side {
	font-size: 1.5em !important;
}

.ctcc-right-side {
	font-size: 1.5em !important;
}

#catapultCookie {
	color: #1d72b8;
}

@media only screen and (max-width: 767px) {
  .one-half, .one-third {
  	width: 100%;
    margin-right: 0;
    
  }
}