a.logo img {
padding: 25px;
background: #323232;
}

.square_teaser .item-media::after {
	background-color: rgba(50, 50, 50, 0);
}

/* Override title bar gradient */
.header_gradient, .gradient::before, .dark_gradient::before {
	background: linear-gradient(to bottom, #F68D20 0%, #FFE512 100%);
}
@media only screen and (min-width: 950px) {
.page_breadcrumbs {
	max-height: 80px;
}
.section_padding_50 > [class*="container"] {
    padding-bottom: 25px;
    padding-top: 25px;
}
}

/* Hide slider controls */
.flex-control-nav {
	display:none;
}

/* Set background colour of footer*/
.ds.ms {
	background-color: #323232;
}

/* Set background colour of extra footer */
div.bnsaw-credit {
	background-color: #323232;
  padding: 30px;
}

/* Style supplier logos in footer */

.supplier_image {
	max-height: 60px;
  width: auto;
}

.page_copyright {
  display: none;
}

/* Hide nav tabs on homepage
.nav-tabs {
	display:none;
}
.tab-content.top-color-border::before {
	display:none;
}

/* TEMP Hide menu
#menu-main-menu {
	display:none;
}
.dropdown.login-dropdown {
	display:none;
} */

/* Set lighter grey for content block background */
.fw-main-row.ds.ms {
	background-color: #565758;
}
.padding_40.ds.ms {
  background-color: #565758;
}

/* Adjust line height for h4 */
h4 {
	line-height: 1.2;
}

/* Hide menu buttons */
.rt-icon2-user {
	display:none;
}
.rt-icon2-search2 {
  display:none;
}

/*--- 2 Column Form Styles Start ---*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}