
/* Case Study Sidebar */
#media_image-2,#media_image-3 {
	padding:0px!important;
	margin:0px!important;
}

#custom_html-3, #custom_html-4 {
	background:none;
	margin:10px 0px;
	padding:0px;
}

#custom_html-3 .sidebar-red, #custom_html-4 .sidebar-red  {
	background:#e10f21;
padding:20px;
font-size:20px;
color:white;
margin:0px;
margin-bottom:10px;
}

#custom_html-3 .sidebar-red a, #custom_html-3 .sidebar-red a:hover, #custom_html-4 .sidebar-red a, #custom_html-4 .sidebar-red a:hover {
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	display:block;
	font-weight:600;
	margin-left:10px;
}

#custom_html-3 .sidebar-grey, #custom_html-4 .sidebar-grey {
	background:#888;
padding:20px;
font-size:18px;
color:white;
margin:0px;
margin-bottom:10px;
}

#custom_html-3 .sidebar-grey a, #custom_html-3 .sidebar-grey a:hover, #custom_html-4 .sidebar-grey a, #custom_html-4 .sidebar-grey a:hover {
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	display:block;
	margin-left:10px;
	font-weight:400;
}

#presscore-accordion-widget-2 a, #presscore-accordion-widget-3 a {
		color:red!important;
		text-decoration:none;
	margin-bottom:15px!important;

}

#presscore-accordion-widget-2, #presscore-accordion-widget-3 .text-primary {
	font-size:14px;
	font-weight:400;
}


 .solid-bg.sidebar-content .widget {
    xbackground: #888 none repeat center center!important;
    border-radius: 6px;

}

#presscore-accordion-widget-2 .text-primary, #presscore-accordion-widget-3 .text-primary {
font-size:19px!important}




/* End Case Study Sidebar */


/* ADDED IN BY NEIL */

.ph-wrap.with-logo .menu-box {
	margin-top: 33px;
}



/*
.main-nav > .menu-item > a .fa {
	position: relative;
	top: -30px;
	left: 50%;
}

.xdsbutton, .xdsbutton a, .xdsbutton button {
	height: 50px;
}

.xdsbutton:hover, .xdsbutton a:hover, .xdsbutton button:hover {
	background-image: none;
}

.xdsbutton.red a:before, .xdsbutton.red button:before {
	border-bottom: 25px solid transparent;
	border-left: 15px solid #e30514;
	border-top: 25px solid transparent;
	content: "";
	height: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 1px;
	position: absolute;
	top: 0;
	width: 0;
}

.xdsbutton.white a:before, .xdsbutton.white button:before {
	border-bottom: 25px solid transparent;
	border-left: 15px solid #FFF;
	border-top: 25px solid transparent;
	content: "";
	height: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 1px;
	position: absolute;
	top: 0;
	width: 0;
}

div.wf-td.entry-author-img {
	position: absolute;
	right: 25px;
}

div.wf-td.entry-author-info {
	padding-right: 100px;
}

@media (max-width: 600px) {
	.form-left, .form-right {
		float: left;
		width: 100%;
	}
}

@media (max-width: 800px) {
	#newsletter-leadcap {
		width: 90%;
	}
}

@media (min-width: 801px) {
	#newsletter-leadcap {
		width: 60%;
		margin: 0 auto;
	}
}

@media (min-width: 601px) {
	.form-left {
		float: left;
		width: 40%;
	}
}

.form-right {
	float: left;
	width: 60%;
}

.namefield {
	width: 95%;
	margin-right: 5%;
}

.emailfield {
	width: 100%;
}

.namefield, .emailfield {
	margin: 18px 0;
}

#newsletter-leadcap {
	color: #e6e6e6;
}

#newsletter-leadcap label {
	padding-left: 25px;
	vertical-align: text-bottom;
}

#newsletter-leadcap td {
	border: none;
}

.newsletter-leadcap-submit {
	float: left;
}

.formbutton button {
	background-color: #e30514;
	border: none;
	height: 50px;
	color: white;
	padding: 0 20px;
	text-transform: uppercase;
}

.formbutton:after {
	border-bottom: 25px solid transparent;
	border-left: 15px solid #e30514;
	border-top: 25px solid transparent;
	content: "";
	height: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	top: 25px;
	width: 0;
	display: inline-block;
	position: inherit;
}

.formclear {
	clear: both;
}
*/