.bluebox-new {
	position: relative;
	zoom: 1;
	min-height: 330px;
	top: -38px;
    background: #5891cc;
    background: -moz-linear-gradient(left, #5891cc 0%, #436fa0 42%, #2c4b72 100%);
    background: -webkit-linear-gradient(left, #5891cc 0%,#436fa0 42%,#2c4b72 100%);
    background: linear-gradient(to right, #5891cc 0%,#436fa0 42%,#2c4b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5891cc', endColorstr='#2c4b72',GradientType=1 );
    padding: 0;
    -webkit-box-shadow: 10px 10px 18px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 18px 2px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 18px 2px rgba(0,0,0,0.15);
    margin-bottom: -35px;
}
.bluebox-new:before, .bluebox-new:after {
	display: block;
	content: "\0020";
	height: 0;
	overflow: hidden;
}
.bluebox-new:after {
	clear: both;
}
.bluebox-new a.featured-image {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.bluebox-new .text_column {
	position: relative;
	width: 50%;
	float: left;
	padding: 40px 20px 50px 20px;
}
.bluebox-new h2 {
    margin-top: 0px;
	margin-bottom: 25px !important;
	padding-bottom: 20px;
    font-size: 24px;
	font-weight: normal;
    color: #fff;
	border-bottom: 1px solid #fff;
}
.bluebox-new h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0px;
}
.bluebox-new h4 {
    margin-top: 10px;
    font-weight: 400!important;
    font-size: 14px;
    color: #fff;
}
.bluebox-new h4:before {
    content: '';
    background: url(https://thinkbigger.ucd.ie/wp-content/uploads/2018/03/small-divide.png);
    width: 45px;
    height: 2px;
    display: block;
    position: relative;
    left: 103px;
    top: -6px;
}
.bluebox-new h4.no-line:before {
    opacity: 0;
}
.bluebox-new img {
    position: relative;
    top: 0;
    -webkit-box-shadow: 4px 4px 6px 0 #315882;
    box-shadow: 4px 4px 6px 0 #315882;
    border: 2px solid #5287be;
    margin-right: 20px;
    border-radius: 50%;
}
.bluebox-new a.rf_button {
	font-size: 15px;
    text-transform: uppercase;
    position: relative;
    top: 20px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #152852;
    font-weight: 700;
    float: right;
    background: #152852;
    padding: 10px 15px 10px 15px;
	color: #fff!important;
}
.search-panel {
	color: #fff;
}
.search-panel h2, .search-panel p {
	color: #fff;
}
.search-panel h2 {
	margin-top: 0;
    margin-bottom: 20px;
    padding: 0 6%;
	font-size: 42px;
    font-weight: 700;
    line-height: 1.7;
}
.search-panel p {
    margin-bottom: 15px;
    padding: 0 6%;
	font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}
.search-panel input#textInput {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	color: #000;
	background-color: #fff;
	border-radius: 30px;
	height: 70px;
    width: 100%;
    padding: 0 40px 0 100px;
    color: #303030;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    font-size: 22px;
    font-weight: 400;
}
.search-panel input::placeholder {
	color: #064478 !important;
}
.search-panel .search-input {
	position: relative;
    width: 76%;
    margin: 0 auto;
}
.search-panel .search-input #search-button {
	position: absolute;
	left: 30px;
	top: 10px;
	width: 40px;
	height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -9000em;
	background: transparent url('img/search-icon.png') 0 0 no-repeat;
	background-size: contain;
}
.post-body.error404 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 140px 150px 200px 150px;
}
.post-body.error404 p {
	font-size: 30px;
}

.description h3:after {
   left: 0 !important;
}

@media (max-width: 1023px) {
	.bluebox-new h2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.bluebox-new a.rf_button {
		position: absolute;
		bottom: -10px;
		top: inherit;
		right: 20px;
		float: none;
	}
}

@media (max-width: 959px) {
	.post-body.error404 {
		padding: 100px 40px 120px 40px;
	}
	.post-body.error404 p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.bluebox-new a.featured-image {
		position: inherit;
		top: inherit;
		right: inherit;
		width: 100%;
		height: 300px;
	}
	.bluebox-new .text_column {
		width: 100%;
		float: none;
		padding: 40px 20px 50px 20px;
	}
	.search-panel h2 {
		padding: 0 10px;
		font-size: 36px;
		line-height: 1.6;
	}
	.search-panel p {
		margin-bottom: 15px;
		padding: 0 10px;
		font-size: 18px;
		line-height: 1.5;
	}
	.search-panel input#textInput {
		border-radius: 30px;
		height: 60px;
		padding: 0 30px 0 70px;
		font-size: 18px;
	}
	.search-panel .search-input {
		width: 96%;
	}
	.search-panel .search-input #search-button {
		position: absolute;
		left: 23px;
		top: 10px;
		width: 32px;
		height: 35px;
	}
}

@media (max-width: 569px) {
	.post-body.error404 {
		padding: 70px 25px 100px 25px;
	}
	.post-body.error404 p {
		font-size: 18px;
	}
}

@media (max-width: 475px) {
	.bluebox-new a.rf_button {
		bottom: 10px;
	}
	.bluebox-new a.featured-image {
		height: 275px;
	}
	.bluebox-new .text_column {
		padding: 30px 10px 75px 10px;
	}
	.bluebox-new h2 {
		font-size: 18px;
	}
	.bluebox-new h3 {
		font-size: 15px;
	}
	.bluebox-new h4 {
		font-size: 13px;
	}
	.search-panel h2 {
		font-size: 30px;
		line-height: 1.5;
	}
	.search-panel p {
		font-size: 16px;
	}
	.search-panel input#textInput {
		border-radius: 25px;
		height: 50px;
		padding: 0 20px 0 50px;
		font-size: 16px;
	}
	.search-panel .search-input {
		width: 98%;
	}
	.search-panel .search-input #search-button {
		left: 12px;
		top: 10px;
		width: 28px;
		height: 32px;
	}
}