
@using BusinessObjects;
@{
    // settings from xml properties
    var config = Model.Config;
    
    // local settings
    const string widgetName = "widget-order-line-availability";
    string widgetClass = BPDUtil.GetWidgetClass(config, widgetName);
}

@if (!BusinessObjects.User.CurrentUser.Role.EnableStoreAvailabilityClickAndCollect)
{
    // When Store Availability Click And Collect functionality in use, standard avaialability stuff is not used.



    @:# var oliAvailableClass = "in-stock"; var oliAvailablePrompt = "@config.InStockPrompt"; #
	@:# var limitedStockThreshold = @config.LimitedStockThresholdValue; #
    @:# var oliaProduct = ProductFromSelAdvProdAttributes != null ? ProductFromSelAdvProdAttributes[0] : Product[0]; #
    @:# if (oliaProduct.AvailableQty !== null && oliaProduct.AvailableQty <= 0) {
    @:    oliAvailableClass = "out-of-stock";
    @:    oliAvailablePrompt = "@config.OutOfStockPrompt";
    @:} #
     @:# if (oliaProduct.AvailableQty !== null && oliaProduct.AvailableQty <= 0 && oliaProduct.StockType == ("I")) {
    @:    oliAvailableClass = "indent-stock";
    @:    oliAvailablePrompt = "@config.IndentStockPrompt";
    @:} #
    @:# if (oliaProduct.AvailableQty !== null && oliaProduct.AvailableQty > 0 && oliaProduct.AvailableQty <= limitedStockThreshold) {
    @:    oliAvailableClass = "low-stock";
    @:    oliAvailablePrompt = "@config.LimitedStockPrompt";
    @:} #
	@:# if (oliaProduct.AvailableQty !== null && oliaProduct.AvailableQty < OrderedQty && oliaProduct.AvailableQty > 0) {
    @:    oliAvailableClass = "low-stock";
	@:    oliAvailablePrompt = "@config.PartialStockPrompt".format(Product[0].AvailableQty);
    @:} #
	


	

        <span class="@widgetClass cart-product-availability #= oliAvailableClass #">
                #= oliAvailablePrompt #
                @if (config.ShowQuantities)
                {
                    @:#= oliaProduct.AvailableForOne #
                }
        </span>

}.subscribe-btn img {
	max-width:148px;
}

.subscribe-btn {
	position: absolute;
    left: 20px;
    bottom: 60px;
    display: inline-block;
}

@media (max-width:62em) {
	.articlesdynamiccontentnewsletters.investor-centre-overview-tile {
		padding: 30px 20px 130px;
	}
}

@font-face {
	font-family: 'centralesansbold';
	src: url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansbold-webfont.woff2') format('woff2'), url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'centralesansmedium';
	src: url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansmedium-webfont.woff2') format('woff2'), url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansmedium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'centralesanslight';
	src: url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesanslight-webfont.woff2') format('woff2'), url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesanslight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'centralesansbook';
	src: url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansbook-webfont.woff2') format('woff2'), url('/Themes/BPDTHEME01/theme-client-updates/fonts/centralesansbook-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@media (min-width: 92em) {
	.page-content {
		padding: 0 0% 2%;
	}
}

/*---------------------------------------------*    
	389994 START Category Menu Implementation 
\*---------------------------------------------*/

.widget-category-menu .menu-button {
  background: none;
  padding: 16px 10px;
  font-weight: initial;
  font-size: 16px;
  text-transform: capitalize;
  width:auto;
}

.widget-category-menu .dropdown-area {
  top: 45px;
}

/*.widget-category-menu .menu-sidebar {
    display: none;
}

.widget-category-menu .menu-content {
    width: 100%;
}

.widget-category-menu .menu-content #menu-sub-category-SX01 {
	display:none;
}

.widget-category-menu .menu-content #menu-sub-category-SX02 {
	display:block;
}*/

.widget-category-menu .menu-sidebar ul li:last-child {
	display:none;
}

@media (min-width: 42em) {
  .widget-category-menu {
    margin: 0px 0;
	width: calc((100%) / 7);
    float: left;
    display: inline-block;
  }
}

/*---------------------------------------------*    
	389994 START Mega Menu Implementation 
\*---------------------------------------------*/

.sticky-wrapper .cv-menus {
    position:static !important;
}

#cv-zone-navigation-container {
    margin: 20px 0;
	display:none;
}

#cv-zone-navigation-container .container {
    background: #002a53;
    border-radius: 5px;
}

#cv-zone-navigation-container .sticky-wrapper {
	width: 28.55%;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #002a53;
}

#cv-zone-navigation-container .widget-section-menu {
	float: left;
	width: calc((100%)/7);
	background: #002a53;
}

#cv-zone-navigation-container .widget-section-menu.get-support {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#cv-zone-navigation-container .widget-section-menu.get-support ul li a:hover {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#cv-zone-navigation-container .widget-section-menu ul li a {
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-weight: 500;
	display: block;
	width: 100%;
	font-size: 16px;
}

#cv-zone-navigation-container .widget-section-menu ul li a:hover {
	background: #f93;
}

#cv-zone-navigation-container .widget-mega-menu .container {
    height: auto;
}

#cv-zone-navigation-container .widget-mega-menu ul.mega-menu li.dropdown-threelevel:first-child {
	display: none;
}

#cv-zone-navigation-container .widget-mega-menu ul.mega-menu li.dropdown-threelevel {
	width: 50%;
}

#cv-zone-navigation-container .widget-mega-menu ul.mega-menu li.dropdown-threelevel a.cv-ico-general-arrow-down5 {
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-weight: 500;
	display: block;
	width: 100%;
	font-size: 16px;
}

#cv-zone-navigation-container .widget-mega-menu ul.mega-menu li.dropdown-threelevel:hover > a {
	background: #f93;
	border-radius: 0px;
}

/* Keep menu heading in hover state */

#cv-zone-navigation-container .widget-mega-menu .dropdown-area:hover #cv-zone-navigation-container .widget-mega-menu ul.mega-menu li.dropdown-threelevel {
    background: #f93;
}

#cv-zone-navigation-container .widget-mega-menu li .ico-right:before {
    display: none;
}

#cv-zone-navigation-container .cv-menus {
    background: none;
	border:none;
}

#cv-zone-navigation-container .cv-menus .container {
    position: static;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area {
    background: #002a53;
    border-radius: 5px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area ul li a {
    text-align:left;
	padding: 15px 0;
	color: #fff;
	font-weight: 500;
	display: block;
	width: 100%;
	font-size: 16px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area ul li a:hover {
    background: none;
	color: #f93;
}

#cv-zone-navigation-container .widget-mega-menu ul > li:hover > a {
    background:  #002a53;
}

@media (min-width: 48em) {
  #cv-zone-navigation-container {
    display: block;
  }
  
  #cv-zone-navigation-container .widget-mega-menu {
    display: block;
  }
}

@media (min-width: 62em) {
	#cv-zone-navigation-container .widget-mega-menu ul>li:hover>.dropdown-area {
		top: 48px;
	}
}

/*---------------------------------------------*    
	355753 START UPDATED HOME PAGE HOVER TILES  
\*---------------------------------------------*/

#cv-zone-scl-21-full-middle-center-row-1 {
    display:flex;
    flex-flow:row wrap;
}

#cv-zone-scl-21-full-middle-center-row-1 .container {
	display:flex;
    flex-flow:row wrap;
    padding-bottom:40px;
}

.Accessories-heading {
    width:100%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.Accessories-heading h2 {
    color:#F47820;
    float:left;
    margin: 1em;
    margin-bottom:10px;
    margin-right: 0px;
}

.Accessories-heading p {
    color:#FFF;
    float:left;
    margin: 1.5em;
    margin-bottom:10px;
    margin-top:0px;
}

@media (min-width: 992px) {
    .Accessories-heading p {
        margin-top:1.5em;
    }
}

.home-page-category-tiles {
    display:flex;
    flex: 100%;
    padding: 1%;
    align-items:center;
}

.home-page-category-tiles .image-section {
    display:flex;
    width:100%;
	border-radius: 20px;
    align-items: center;
    background-size: cover;
    background-position: left;
    height: 100%;
}

.home-page-category-tiles .image-section a {
    display:flex;
    width:100%;
    align-items: center;
    background-size: cover;
    background-position: left;
    height: 100%;
}

.home-page-category-tiles .image-section .content-section-wrap {
    display:flex;
    padding: 10%;
    margin: 0;
    max-height: 120px;
    flex-direction: column;
    height: 100%;
    width:100%;
    align-items: center;
    justify-content: center;
    border: 0;
    /*background: #12100bb5;*/
	background:rgba(0, 42, 84, 0.8);
    position: relative;
    overflow: hidden;
    transition: max-height .4s ease-in,background .4s ease-in
}

.home-page-category-tiles .image-section .content-section-wrap h2 {
    color:#fff;
	font-size: 22px;
    text-align:center;
    padding-bottom: 0px;
    margin-bottom: 0px;
	margin-top:10px;
}

.home-page-category-tiles .image-section .content-section-wrap .inner-content {
    line-height:1.5em;
    text-align:center;
}

.home-page-category-tiles .image-section .content-section-wrap .banner-more-content {
    display:none;
    background: #262626;
    color:#fff;
    padding: 40px 30px 40px 30px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.home-page-category-tiles .image-section .content-section-wrap .banner-more-content p {
    text-align: center;
    margin-top: 0px;
    line-height: 120%;
}

.home-page-category-tiles .image-section .content-section-wrap .banner-more-content .btn {
    float:none;
    margin:auto;
    display: block;
    clear: both;
}

.home-page-category-tiles .content-section-wrap .banner-more-content {
    display:flex;
    background: none;
    padding: 0;
    height: auto;
    border-top: 0;
    width: 98%;
}

.image-section:hover .content-section-wrap .banner-more-content {
    display:flex;
    background: none;
    padding: 0;
    height: auto;
    border-top: 0;
    width: 98%;
}

.home-page-category-tiles .image-section:hover .content-section-wrap {
	border-radius:20px;
}

.image-section:hover .content-section-wrap {
    max-height: 100%;
}

.home-page-category-tiles   {
    height:350px;
}

.home-page-category-tiles .content-section-wrap img  {
    max-height:60px;
}

@media (min-width:600px) {
    .home-page-category-tiles {
        flex: 50%;
    }
}

@media (min-width:1200px) {
    .home-page-category-tiles {
        flex: 25%;
    }
}

/*---------------------------------------------*    
	355753 END UPDATED HOME PAGE HOVER TILES  
\*---------------------------------------------*/

/*----------------------------------------*\
    323206 START UPDATED HOME PAGE STYLES  
\*-----------------------------------------*/

body {
	font-family: 'centralesanslight', 'Open Sans', Arial, sans-serif;
	font-weight: initial !important;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
	font-weight: initial !important;
	color: #000;
	font-family: 'centralesansbold', 'Open Sans', Arial, sans-serif;
}

p {
    font-size: 16px !important;
}

a {
	font-weight: initial !important;
}


b,
strong {
	font-weight: bold;
}


.page-home h2 {
	color: #002a53;
	font-weight: initial;
}

@media (min-width: 92em) {
  .products-and-services .col-1-6 {
      width: calc((100%)/4 - 10px);
	  
  }
}

.Home-page-heading {
    color: #000;
    clear: both;
    margin-top: 40px;
    font-weight: initial;
    font-size: 28px;
    letter-spacing: 0.2em;
}

.seocontent {
	padding: 0 5px;
	max-height: 90px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.active,
.collapsible:hover {
/*	color: #f47820; */
	cursor: pointer;
}

.collapsible {
	color: #0494cb;
	margin: 20px 0;
	float: left;
	width: 100%;
	font-size: 12px;
}

.brand-category-page-title {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 28px;
}

.static-menu li a:hover {
    cursor: pointer;
    background: #f93;
}

#hubspot {
	display: none;
}

.widget-product-add-to-cart {
	margin-bottom: 25px;
}

#custom-layout-product-detail-template- .widget-refurbished-products {
	margin-top: 50px !important;
}

#tab_table td {
	padding: 10px;
}

.arrow-box {
	color: black;
}

[data-zone="brands-media"] .news-article.external-link img,
[data-zone="media"] .news-article.external-link img {
	height: auto;
	width: 100%;
	max-width: none;
}

.news-article.external-link {
	max-width: 500px;
	height: auto;
	background: transparent;
}

@media (min-width: 92em) {
	[data-zone="brands-media"] .news-article.external-link img,
	[data-zone="media"] .news-article.external-link img {
		height: auto;
		width: 100%;
	}
	.news-article.external-link {
		max-width: 500px;
		min-height: 400px;
	}
}
/* Solutions page */

 .products-and-services .col-1-6 {
      background:#152f55;
  }

.products-and-services .col-1-6 .overlay .icon img {
    width:auto;
	
}

.products-and-services img {
    width: auto;
}

.products-and-services .overlay {
    text-align: right;
    padding-left:29%;
}

.products-and-services h1, .products-and-services p, .products-and-services .icon {
    text-align: right;
}

/*ZD 269687 */

.page-CP_BPDTHEME01_Sitemap .page-content ul {
	margin: 0 !important;
	background: #efefef;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li {
	list-style: none;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	transition: all 0.4s ease-in-out;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li:hover {
	border-bottom: 1px solid #ccc;
	background: #FFF2F6;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li a {
	display: block;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul {
	background: #fff;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li {
	background: #fff;
	margin-left: 25px;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li:hover {
	background: #F2FAFF;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li a {
	color: #136dac;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li a:hover {
	color: #333;
}

.seocontent {
	padding: 20px 0;
	font-size: 12px;
	font-weight: normal;
}

.seocontent h1,
.seocontent h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.seocontent h1 {
	font-size: 14px;
}

.seocontent h2 {
	font-size: 13px;
}

.widget-product-unit-of-measure.widget-product-uom {
	float: left;
	width: 100%;
}

@media (min-width: 62em) {
	.product-detail-header-right .btn {
		width: auto !important;
		min-width: 152px;
	}
}


/*------------------------------------*\
    310036 START
\*------------------------------------*/

input#input-suburb-or-postcode {
	margin: 0;
	padding: 0;
	height: 28px;
}

.location-list .col-3-4 {
	width: 75%;
}

.location-list .col-1-4 {
	width: 25%;
	margin-top: -30px;
	margin-bottom:-30px;
}

.location-list,
.location-search-map {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 992px) {
	.location-list {
		width: 45%;
		margin: 0 0 20px;
		padding: 0;
	}
	.location-search-map {
		width: 50%;
		margin: 0 0 20px;
		padding: 0;
	}
}


/*------------------------------------*\
    310036 END
\*------------------------------------*/

.brand-logos {
	font-size: 0;
}

.brand-logos .brand a {
	display: block;
}
.brand-logos .brand img{
	max-height:70px;
}

@media (min-width: 48em) {
	.brand-logos .brand {
		width: 10%;
		vertical-align: middle;
	}
}


/*----------------------------------------*\
    GET IN TOUCH TILES - ALSO USING FLEX
\*-----------------------------------------*/

.stay-connected .tile {
	margin: 2%;
	width: 96%;
	display: flex;
	align-items: center;
	min-height: 180px;
	background: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
}

@media (min-width: 37em) {
	.stay-connected .tile.hard-left {
		margin-left: 0px;
	}
	.stay-connected .tile.hard-right {
		margin-right: 0px;
		float: right;
	}
}

.stay-connected .tile .wire {
	font-family: 'centralesansmedium', 'Open Sans', Arial, sans-serif;
	font-weight: initial;
	width: 70%;
	min-height: 30px;
	display: inline-block;
	margin-left: 15%;
	font-size: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.6);
    padding: 8px;
}

.stay-connected .tile .wire:hover {
	background: #FF9933;
	border-color: #FF9933;
}


/*------------------------------------------------*\
    CUSTOM NZ SOLUTIONS TILES USING FLEX LAYOUT
\*------------------------------------------------*/

#cv-zone-scl-21-full-middle-center-row-2 .container {
	display: flex;
	flex-direction: column;
}

@media (min-width: 62em) {
	#cv-zone-scl-21-full-middle-center-row-2 .container {
		flex-direction: row;
	}
}

.flex-tiles {
	flex: 1;
	margin: 3%;
}

.flex-tiles.first-tile {
	margin-right: 3%;
}

.flex-tiles.center-tile {
	margin-right: 3%;
}

@media (min-width: 62em) {
	.flex-tiles {
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0%;
		margin-bottom: 3%;
	}
	.flex-tiles.first-tile {
		margin-right: 5%;
	}
	.flex-tiles.center-tile {
		margin-right: 5%;
	}
}

.solutions-tile-container {
	background-color: #002a53;	
	background-position: -1px -1px;
  	background-repeat: no-repeat;
  	background-size: contain;
	color: #fff;
	border-radius: 20px;
}

.solutions-image-inner-div {
	height: 40px;
    width: auto;
    margin-bottom: 15px;
    text-align: right;
}

.home-entertainment .solutions-tile-heading {
	max-width: 200px;
	float: right;
}

.solutions-heading-inner-div {	
	text-align: right;    
    display: table;
    width: 100%;
    min-height: 100px;
}

.solutions-tile-content .solutions-tile-heading {
	color: #fff;
    text-align: right;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
    line-height: 1.3em;
    display: table-cell;
    vertical-align: middle;  
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
}

.solutions-text-inner-div {
	height: auto;
	text-align: right;
    min-height: 90px;
}

.solutions-text-inner-div p {
	line-height: 1.3em;
  	margin: 0;
    font-size:14px !important;
}

/* 323206 */

#cv-zone-scl-21-full-middle-center-row-1 .container {
	font-size: 0;
	text-align: center;
	width: 100%;
}

.nz-solutions-tiles {
	display: block;
	margin: 0 15px 15px;
}

@media (min-width: 48em) {
	.nz-solutions-tiles {
		width: calc((50%) - 30px);
		display: inline-block;
		vertical-align: top;
	}
}

@media (min-width: 62em) {
  	#cv-zone-scl-21-full-middle-center-row-1 .container {
      	width: 95%;
    }
  	
  	.nz-solutions-tiles {
		width: calc((33.33%) - 30px);
		display: inline-block;
		vertical-align: top;
      	margin: 0 15px 30px;
	}
}

@media (min-width: 92em) {
	.nz-solutions-tiles {
		width: 23%;
		margin: 0 2.6667% 2.6667% 0;
	}
	.nz-solutions-tiles:nth-child(4n),
	.nz-solutions-tiles:last-child {
		margin-right: 0;
	}
}

.nz-solutions-tiles>a {
	display: block;
}

.nz-solutions-tiles .solutions-tile-content {
	padding: 20px;
	width: 75%;
	margin-left: 25%;
  	direction: rtl;
}

@media (min-width: 62em) {
  	.nz-solutions-tiles .solutions-tile-content {
		width: 60%;
		margin-left: 40%;  		
	}
}

.banner-caption h3.heading small {
  	font-size: 60%;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.device-Mobile .banner-caption h3.heading {    
    font-size: 28px;
    margin: 20% 0 20px;
}

.banner-caption p {
	margin: 0 auto 15px;
    line-height: 1.3em;
    color: #fff;
  	width: 70%;
}

.banner-caption .btn {
    background: #f93;
    border-color: #f93;
}

.device-Mobile .banner-caption p {
  	margin-bottom: 30px;
  	line-height: 1.5em;
}

@media (min-width: 62em) {
	.banner-caption p {
		margin: 0 auto 30px;
    	line-height: 1.5em;
    	color: #fff;    	
    	font-size: 18px !important;
    }
}

/*------------------------------------*\
    bottom row 1
\*------------------------------------*/

#cv-zone-scl-21-full-bottom-row-1 {
  padding: 0px;
}


/*----------------------------------------*\
    FOOTER  
\*-----------------------------------------*/

#cv-zone-footer {
	background: #fff;
	color: #fff;
	border: none;
	padding: 40px 20px;
	padding-bottom: 0px;
}

#cv-zone-footer .container {
	background: #002a53;
	padding: 40px;
	width: 98%;
	padding-bottom: 20px;
	border-radius: 25px;
	color: #fff;
	overflow: hidden;
}

@media (min-width: 48em) {
	#cv-zone-footer .container:before,
	#cv-zone-footer .container:after {
		content: "";
		position: absolute;
		/*border-style: solid;*/
		border-width: 12px 12px 12px 0;
		border-color: transparent #ff9933 #ff9933 transparent;
		height: 50px;
	}
	#cv-zone-footer .container:before {
		left: 5%;
		bottom: -20px;
		transform: rotate(45deg);
	}
	#cv-zone-footer .container:after {
		right: 5%;
		top: -20px;
		transform: rotate(225deg);
	}
}

#cv-zone-footer a {
	color: #fff;
}

@media (min-width: 48em) {
	#cv-zone-footer .col-1-4.footer-col:first-of-type {
		width: 40%;
	}
	#cv-zone-footer .col-1-4.footer-col:nth-of-type(2) {
		padding-left: 5%;
	}
	#cv-zone-footer .col-1-4.footer-col {
		width: 20%;
	}
}

.footer-col .heading {
	color: #fff;
}

.footer-col a,
.footer-col span {
	color: #fff;
}

.footer-contact-wrapper {
	display: flex;
	flex-direction: column;
}

.footer-contact-wrapper>a {
	flex-grow: 1;
	width: 100%;
	background: #ff9933;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 15px;
}

@media (min-width: 62em) {
	.footer-contact-wrapper {
		flex-direction: row;
	}
	.footer-contact-wrapper>a {
		width: 30%;
		padding: 20px 10px;
		margin: 2%;
	}
}

.footer-contact-wrapper .tile {
	font-family: 'centralesansmedium', 'Open Sans', Arial, sans-serif;
	font-weight: initial;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.footer-contact-wrapper .tile .icon {
	text-align: center;
	margin-bottom: 10px;
}

.footer-contact-wrapper .tile .icon:before {
	font-size: 60px
}

.footer-contact-wrapper .tile .icon.cv-ico-social-share:before {
    content: url('https://ambertechnologystage.commerce.vision/Themes/BPDTHEME01/theme-client-updates/img/icons/network-white.svg');
    height: 60px;
    width: 60px;
    margin: auto;
    display: block;
}

.footer-contact-wrapper .tile p {
	font-family: 'centralesansmedium', 'Open Sans', Arial, sans-serif;
	font-weight: initial;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
}

@media (min-width: 48em) {
	.footer-col .home-menu {
		margin-left: 5%;
	}
}

.footer-after-col .widget-logo img {
	max-width: 60%;
}

#cv-zone-footer-after small {
	color: #000;
	font-size: 10px;
}

#cv-zone-footer-after .widget-social-links {
	text-align: center;
	margin-top: 0px;
}

#cv-zone-footer-after .widget-social-links a {
	float: none;
	color: #000;
	width: 40px;
	height: 40px;
}

#cv-zone-footer-after .widget-social-links a:before {
	top: 6px;
	left: 0px;
	font-size: 22px;
}

.widget-social-links [class*=cv-ico-social-] {
	margin: 8px 10px;
	margin-top: 0px;
	background: #002a53 !important;
	border: 2px solid #002a53 !important;
	/*box-shadow: 5px 3px 5px #555;*/
}

@media (min-width: 62em) {
	#cv-zone-scl-21-full-bottom-row-1 {
		padding: 0px;
	}
}

@media (min-width: 48em) {
  .widget-payment-icons {
      text-align: right;
  }
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #000;
}

.no-touch .dl-menuwrapper li a:hover {
	background: #FF9933;
}

.modal-header {
	background: #000 url('/Themes/BPDTHEME01/theme-client-updates/img/footer-bg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

*#custom-layout-brand-index-row1 h2 {
	color:#fff;
}

.brand-index-search input.form-autocomplete {
    width:100%;
}

/*----------------------------------------------*\
    323206 END UPDATED HOME PAGE STYLES
\*------------------------------------------------*/


/*----------------------------------------------*\
    318417 Seach result page mobile optimisation
\*------------------------------------------------*/

.page-ProductSearchResults #cv-zone-feature .widget-page-title {
  background-image:none;
  background:none;
  color: #474747;
  padding:5px;
}

.page-ProductSearchResults #cv-zone-feature .widget-page-title h1 {
  color: #474747;
}

.page-ProductSearchResults #cv-zone-feature .widget-page-title h4 {
  color: #474747;
}

/*------------------------------------------*\
    312940 Social Links Instagram START
\*------------------------------------------*/
.widget-social-links [class*=cv-ico-social-] {
  	border: none;
}
.widget-social-links [class*=cv-ico-social-]::before {
    top: 9px;
    left: 5px;
}
.widget-social-links .cv-ico-social-instagram {
    background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/*------------------------------------------*\
    312940 Social Links Instagram END
\*------------------------------------------*/


.brand-category-page-title {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-size: 28px;
}

#hubspot {
    display: none;
}

.widget-product-add-to-cart {
    margin-bottom: 25px;
}

#custom-layout-product-detail-template- .widget-refurbished-products {
    margin-top: 50px !important;
}

#tab_table td {
    padding: 10px;
}

.arrow-box {
    color: black;
}

/* 262972 START */
.widget-category-field a,
.category-banner-text a {
    color: #f47820;
    font-weight: 600;
}

.widget-category-field a:hover,
.category-banner-text a:hover {
    color: #f69551;
}

/* 262972 END */


/* START #264699 */

#custom-layout-brands-individual-row2,
#custom-layout-solutions-row2,
#custom-layout-brands-individual-copy-row3 {
    margin-top: 20px;
	background: #DDDDDD;
}

[data-zone="brands-media"] .news-article.external-link,
[data-zone="media"] .news-article.external-link {
    /*margin: 0 auto;*/
    min-height: 320px;
    margin-bottom: 20px;
}

[data-zone="brands-media"] .news-article.external-link img,
[data-zone="media"] .news-article.external-link img {
    height: auto;
    max-width: none;
}

.page-home .widget-article-slider .news-article {
    max-width: 500px;
}

.page-home .widget-article-list-summary {
    width: 100%;
}

.news-article.external-link {
    max-width: 500px;
    height: auto;
    background: transparent;
}

@media (min-width: 48em) {

    [data-zone="brands-media"] .news-article.external-link,
    [data-zone="media"] .news-article.external-link {
        min-height: 260px;
    }

    [data-zone="brands-media"] .news-article.external-link,
    [data-zone="media"] .news-article.external-link {
        margin-bottom: 0;
    }

    [data-zone="brands-media"] .news-article.external-link img,
    [data-zone="media"] .news-article.external-link img {
        height: auto;
        width: 100%;
        max-width: none;
    }
}

@media (min-width: 62em) {

    .widget-article-slider .news-article,
    [data-zone="brands-media"] .news-article,
    [data-zone="media"] .news-article {
        margin: 0 15px;
    }


}


@media (min-width: 92em) {

    [data-zone="brands-media"] .news-article.external-link img,
    [data-zone="media"] .news-article.external-link img {
        height: auto;
        width: 100%;
    }

    .news-article.external-link {
        max-width: 500px;
        min-height: 400px;
    }

    [data-zone="brands-media"] .news-article.external-link,
    [data-zone="media"] .news-article.external-link {
        /*margin: 0 auto;*/
        min-height: 340px;
    }

}


/* END #264699 */

/* START #272303 */
.widget-category-field-CUS_BrandLongDescription img {
    width: auto !important;
}

/* END #272303 */


/*ZD START 269687 */

.page-CP_BPDTHEME01_Sitemap .page-content ul {
    margin: 0 !important;
    background: #efefef;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li {
    list-style: none;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li:hover {
    border-bottom: 1px solid #ccc;
    background: #FFF2F6;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul li a {
    display: block;
}


.page-CP_BPDTHEME01_Sitemap .page-content ul ul {
    background: #fff;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li {
    background: #fff;
    margin-left: 25px;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li:hover {
    background: #F2FAFF;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li a {
    color: #136dac;
}

.page-CP_BPDTHEME01_Sitemap .page-content ul ul li a:hover {
    color: #333;
}

/*ZD END 269687 */

/* 272585 */
.widget-product-field-ProductDescription .txtNew {
    padding-left: 20px;
}


.seocontent {
    padding: 0 5px;
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.seocontent {
    padding: 20px 0;
    font-size: 12px;
    font-weight: normal;
}


.seocontent h1,
.seocontent h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.seocontent h1 {
    font-size: 14px;
}

.seocontent h2 {
    font-size: 13px;
}

/* .active,
.collapsible:hover {
    color: #f47820;
    cursor: pointer;
} */

.collapsible {
    color: #0494cb;
    margin: 20px 0;
    float: left;
    width: 100%;
    font-size: 12px;
}

/* Modal Window Fix */
.device-Mobile .fancybox-overlay,
.device-Tablet .fancybox-overlay,
.device-Desktop .fancybox-overlay {
    z-index: 1000000;
}

.device-Mobile .fancybox-overlay .fancybox-wrap,
.device-Tablet .fancybox-overlay .fancybox-wrap,
.device-Desktop .fancybox-overlay .fancybox-wrap {
    z-index: 10000000;
}

.device-Mobile .fancybox-wrap,
.device-Tablet .fancybox-wrap,
.device-Desktop .fancybox-wrap {
    z-index: 10000000;
}

/*------------------------------------*\
    310036 START
\*------------------------------------*/
input#input-suburb-or-postcode {
	margin: 0;
    padding: 0;
    height: 28px;
}

.location-list .col-3-4 {
    width: 75%;
}

.location-list .col-1-4 {
    width: 25%;
}

.location-list,
.location-search-map {
  	width: 100%;
  	margin: 0 0 20px;
  	padding: 0;
}

@media (min-width: 992px) {
 	.location-list {
        width: 45%;
        margin: 0 0 20px;
      	padding: 0;
    } 
    .location-search-map {
        width: 50%;
      	margin: 0 0 20px;
  		padding: 0;
    } 
}
/*------------------------------------*\
    310036 END
\*------------------------------------*/

/* 325746 - START */
.static-menu li {
	width: calc((100%)/7);
}

.investor-centre-overview-tile {
	width: 100%;
	vertical-align: top;
	padding: 30px 20px 80px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	background: #0b2a53;
	margin: 0.5%;
	border-radius: 10px;
	float: left;	
}

.investor-centre-overview-tile::before {
	right: 15%;
	bottom: -15px;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f7941e #f7941e transparent;
	height: 50px;
}

.investor-centre-overview-tile a {
	color: #f7941e;
}

.investor-centre-overview-tile .cta {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: inline-block;
	transition: all 0.2s;
	border: solid 1px #f7941e;
	padding: 8px;
	font-family: 'centralesansbook', Arial, sans-serif;
	font-size: 14px;	
}

.investor-centre-overview-tile .cta:hover {
	background-color: #f7941e;
	color: #fff;
	transition: all 0.2s;
}

@media screen and (min-width: 768px) {
	.investor-centre-overview-tile {
		width: 49%;
	}
	.investor-centre-overview-tile.width-md-100 {
		width: 99%;
	}
}

@media screen and (min-width: 992px) {
	.investor-centre-overview-tile {
		width: 32.33%;
	}
	.investor-centre-overview-tile.width-lg-50 {
		width: 65.33%;
	}
}

@media screen and (min-width: 1200px) {
	.investor-centre-overview-tile {
		width: 24%;
	}
	.investor-centre-overview-tile.width-lg-50 {
		width: 49%;
	}
}

.investor-centre-overview-tile p,
.investor-centre-overview-tile h2,
.investor-centre-overview-tile ul li {
	font-family: 'centralesansbook', Arial, sans-serif;
	font-weight: 300;
	margin: 0 0 5px;
	padding: 0;
	text-transform: none;
	line-height: 1.3em;
	color: #fff;
}

.investor-centre-overview-tile h2 {
	font-family: 'centralesansbold', Arial, sans-serif;
}

.investor-centre-overview-tile h2 a {
	color: #fff;
	transition: 0.2s;
}

.investor-centre-overview-tile h2 a:hover,
.investor-centre-overview-tile h2 a:focus {
	color: #f7941e;
	transition: 0.2s;
}

.investor-centre-overview-tile p strong,
.investor-centre-overview-tile p b {
	font-family: 'centralesansbold', Arial, sans-serif;
}

.investor-centre-overview-tile ul li {
	position: relative;
	padding-left: 20px;
	font-family: 'centralesanslight', Arial, sans-serif;
	margin-bottom: 8px;
	transition: 0.2s;
}

.investor-centre-overview-tile ul li:hover {
	color: #f7941e;
	transition: 0.2s;
}

.investor-centre-overview-tile ul li::before {
	content: "";
	height: 8px;
	width: 8px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 4px;
}

#cv-zone-feature .widget-page-title {
	background: #16508e url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-center-banner-150dpi.png);
	background-position: center;	
    background-repeat: no-repeat;
    background-size: cover;
}


body.category-SX0308 #cv-zone-feature .widget-page-title {
	background: #16508e url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-banner-music.png);
	background-position: center;	
    background-repeat: no-repeat;
    background-size: cover;
}



.widget-section-menu.company-tiles>ul {
	display: flex;
	flex-wrap: wrap;	
	margin: 0 auto;
	justify-content: center;
}

#cv-zone-header .widget-phone-number .icon:before {
	font-size: 20px;
}

.widget-section-menu.company-tiles ul li {
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/blue-background-common-tile-for-all.png);	
	background-color: #012D56;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.widget-section-menu.company-tiles ul li a {
	font-family: centralesansmedium, sans-serif;
	font-size: 18px;
	padding: 20px;
}

@media screen and (min-width: 37em) {
	.widget-section-menu.company-tiles ul li a {
		padding: 50px 20px 70px;
	}
}

.widget-section-menu.company-tiles ul li a::before {
	content: "";
	height: 50px;
    width: 50px;    
    display: block;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;    
}

@media screen and (min-width: 37em) {
	.widget-section-menu.company-tiles ul li a::before {
		height: 80px;
    	width: 80px;    
	}
}

.section-menu-company li:nth-child(1) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-about-us.png);    
}

.section-menu-company li:nth-child(2) a::before {	
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-our-people.png);
    
}

.section-menu-company li:nth-child(3) a::before {	
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-board-of-directors.png);    
    
}

.section-menu-company li:nth-child(4) a::before {	
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-company-charter.png);    
    
}
/* update start ZD333377 */
.section-menu-company li:nth-child(5) a::before {
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-environment.png);
}

.section-menu-company li:nth-child(6) a::before {
	background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/company/company-page-icon-corporate-governance.png);      
}
/* update end ZD333377 */
.section-menu-investorcentre li:nth-child(1) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-overview.png);    
}

.section-menu-investorcentre li:nth-child(2) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-performance-summary.png);    
}

.section-menu-investorcentre li:nth-child(3) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-asx-announcements.png);    
}

.section-menu-investorcentre li:nth-child(4) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-annual-reports.png);    
}

.section-menu-investorcentre li:nth-child(5) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-presentations.png);    
}

.section-menu-investorcentre li:nth-child(6) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-key-dates.png);    
}

.section-menu-investorcentre li:nth-child(7) a::before {	
    background-image: url(/Themes/BPDTHEME01/theme-client-updates/img/investor-centre/investor-centre-icon-share-registry.png);    
}

.widget-section-menu.section-menu-company ul {
	max-width: 1000px;
}

.widget-section-menu.section-menu-investorcentre ul {
	max-width: 1200px;
}

@media screen and (min-width: 92em) {
	#cv-zone-header .widget-phone-number .icon:before {
		font-size: 30px;
	}	

	.widget-section-menu.company-tiles ul li {
		width: 31.333%;		
	}

	.widget-section-menu.section-menu-investorcentre ul li {
		width: 23%;;
	}
}
/* 325746 - END  */

/* 330514 - START  */
.widget-static-content.static-content-table .content-table tr td {
	background:none;
}
.widget-static-content.static-content-table .content-table tr td:hover {
	background:none;
}
.widget-static-content.static-content-table .content-table tr:hover td {
	background:none;
}
/* 330514 - END  */

/* qty price breaks widget */
.product-content-price-breaks-bulkinfo{
	padding-top: 6px;
    padding-bottom: 6px;
	font-size: 12px;
}

.quantity-breaks-list-expand-box{
	max-width: 500px;
}

.table-breaks{
	background-color: #fff;;
	border-color: #ddd;
}
.kit-product-qty {
letter-spacing: 2px;
}
/* qty price breaks widget end */


/* products attribute list widget */
@media (min-width: 62em){
.data-list-view-basic.attribute-list.no-options .cv-data-zone-1 {
    width: 13% !important;
}
.data-list-view-basic.attribute-list.no-options .cv-data-zone-2 {
    width: 87% !important;
}
}
/* products attribute list widget end */

/* see all products widget */
.see-more-text {
    display: block;
    margin: 0 0 20px;
}
#see-more-text-background 
  {
     background-color: #002a53;
     max-width: max-content;
     background-image: url(https://www.ambertech.com.au/Themes/BPDTHEME01/theme-client-updates/img/banner/aus-website-homepage-main%20hero-building.png);
	 border-radius: 5px;
     display: block;
	 box-shadow: -2px 3px 3px #f47820;
     margin-bottom: 40px;
     margin-left: 2%;
	 border-radius: 1%;
     padding-left: 2%;
     padding-top: 5%;
     padding-bottom: 1%;
     padding-right: 25%;
  }

  /* see all products widget end*/


/*pricelist page*/

.page-CP_BPDTHEME01_Pricelists .pricelist-widget{
    
	/*border: 1px solid rgba(0,0,0,.1);*/
    padding: 0 10px;
    height: auto;
    vertical-align: top;
    text-align: center;
    display: flex;
    float: left;
    height: 300px;
    flex-flow: column;
    margin: 10px 0;
    text-overflow: ellipsis;
}

.page-CP_BPDTHEME01_Pricelists .pricelist-widget img{
    
	max-width: 200px;
	max-height: 100px;

}
.page-CP_BPDTHEME01_Pricelists .rrp-table tr td{
	border:none;
	background:none;
	height:50px;
}
.page-CP_BPDTHEME01_Pricelists .rrp-table img{
	max-width:60%;

}
.page-CP_BPDTHEME01_Pricelists .widget-static-content table tr:first-of-type td {
	background:none;
}

  /*pricelist page end*/

  /* Checkout page */

.k-datepicker {
	max-width: 400px;
}

.OrderCommentsPrompt .element.style {
	visibility: hidden;
}

textarea[name="DeliveryInstructions"]{
	maxlength:90;
}

  /* checkout page end */

  /* home page banner start */
.widget-static-content .home-page-banner {
  margin-left: auto; 
  margin-right: auto; 
  max-width: 1620px; 
  background: none;
}

#cv-zone-feature .widget-static-content table tr td {
    background: none;
    border: none;
	padding:0px;
}
  /* home page banner end */

  /* enquire now button for detailed product view start*/

  .LeadEnquiryLinkDetailedView{
	  background-color: #f47820;
	  padding:2px;
	  width:225px;
	  border-radius: 3px;
	  box-shadow: -1px 1px 4px black;
  }

  .LeadEnquiryLinkDetailedView p{
	  margin:0px;
		text-align: center;
		font-size: 11pt! important;
  }

  .LeadEnquiryLinkDetailedView a{
	  color:white;
  }
  /* enquire now button for detailed product view end*/

  /* product list sku number start */

  .widget-productlist-code{
	  color:black;
  }
/* product list sku number end */


/* Price Book Export Start */

.export-options .btn.primary{
background:#f47820;
border-color:#f47820;
}

.export-options .btn{
background:#002a53;
border-color:#002a53;
}

.text.label-for-cvfCatalogueSelect{
	display:none;
}
#Wizard1_cvfCatalogueSelect_LISTcvfCatalogueSelect{
	display:none;
}

.RadTreeView .rtUL .rtUL{
	display:unset;
}

/* Price Book Export End */

/* stock Availability Widget Start */

/*.indent-Stock Accessories-heading {
display:block !important;
height:0px !important; 
margin-top:0px !important;
margin-bottom:-8px !important;
padding-top:8px !important;
padding-bottom:0px !important;
}

.availabilityClass .cv-ico-general-info {
color:#fff;
Background:#9966ff; 
padding:3px; 
border-radius:10px; 
position:relative; 
margin-right:5px; 
display: inline-block; 
text-align:center;
width: 18px; 
height: 18px;"
}*/


.cart-product-availability.indent-stock:before{

	font-family: 'cv-ico-general';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    background: #9966ff;
    padding: 4px 5px 5px 3px;
    border-radius: 10px;
    position: relative;
    margin-right: 5px;
    text-align: center;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.cart-product-availability.pre-order-stock:before{

	font-family: 'cv-ico-general';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    background: #2b3fc2;
    padding: 4px 5px 5px 3px;
    border-radius: 10px;
    position: relative;
    margin-right: 5px;
    text-align: center;
    width: 10px;
    height: 10px;
    display: inline-block;
}

/* stock Availability Widget Start */


/* Social Media Page */

.page-CP_BPDTHEME01_Social-Media #cv-zone-container-1 #cv-zone-pagecontent .container h2 {
	background-color: #002a53;
	padding: 10px 0;
	color:white;
	text-align: right;

}

/* Social Media Page End */

/* Slim Home Banner Start*/

.banner-caption {
    margin: 5px 0 0 0;
	padding-top:0px;
}

.banner-caption h3.heading {
        font-size: 16px !important;
		margin: 0;
		padding: 0;
    }
.banner-caption p {
	font-size: 9px !important;
	margin: 0 auto 15px;
	}


@media (min-width: 48em) {
.banner-caption h3.heading {
        font-size: 22px !important;
    }
	.banner-caption p {
	font-size: 12px !important;
	}
	.banner-caption .btn {
        width: 165px;
        font-size: 12px;
		padding:8px 22px;
    }
	.banner-caption {
		Top:0px;
	}
}

@media (min-width: 62em){
	.banner-caption h3.heading {
        font-size: 20px !important;
    }
	.banner-caption p {
	font-size: 12px !important;
	}
	.banner-caption {
		Top:5px;
	}
}

@media (min-width: 72em){
	.banner-caption h3.heading {
        font-size: 24px !important;
    }
	.banner-caption p {
	font-size: 15px !important;
	}
	.banner-caption {
		Top:15px;
	}
	.banner-caption .btn {
        font-size: 14px;
    }
}

@media (min-width: 92em) {
    .banner-caption h3.heading {
        font-size: 32px !important;
    }
	.banner-caption p {
	font-size: 17px !important;
	}
	.banner-caption {
		Top:20px;
	}
}

.banner-caption h3.heading small {
    margin-bottom: 0px;
}
.Home-page-heading {
    margin-top: 0px;
}
.page-home h2{
	margin: 5px 0 5px;
	padding: 0px;
}
.page-home .brand-logos{
	margin: 50px 0 50px;
}
.banner-caption .btn{
	margin: 0px 10px 0px 10px;
}
.banner-caption .btn.small+.btn.small {
    margin: 0px 10px 0px 10px;
}
.home-page-category-tiles {
    height: 240px;
}
#cv-zone-header .widget-phone-number .icon{
    color: White;
    padding-bottom: 5px;

}
#cv-zone-header .header-link .icon{
	background-color: #f93;
    border-radius: 10px;
    margin: 0px 5px 0px 5px;
    color: white;
    padding: 3px;
}
#cv-zone-header .header-link .icon img{
	width:auto;
}
#cv-zone-header .header-link .icon .ico-only-text {
    color: white;
}
#cv-zone-header .header-link .icon .ico-only-text a {
    color: white;
}
.device-Mobile .banner-caption h3.heading {    
    font-size: 28px;
    margin: 10% 0 20px;
}
/*Slim Home Banner End */

/* Home page about us blurb start */

#cv-zone-scl-21-full-middle-center-row-3 .widget-static-content home-page-about-us {
	width:100%;
	display:flex;
	flex-flow: column;
}

#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .line {
  flex: 1;
  border-bottom: 1px solid #002a53;
}
@media (min-width: 992px) {
	.who-we-are-tiles {
	flex:50%;
	flex-flow: row-wrap;
	}
}
.whoweare .darkblue{
	background-color: #002a53;
	border-radius:25px;
	color:white;
	padding:3%;
	text-align: center;
	border:none;
	margin: 2%;
    align-content: center;
	height: 95%;
}
.whoweare .lightblue{
	background-color: #58748e;
	border-radius:25px;
	color:white;
	padding:5%;
	text-align: center;
	border:none;
	margin: 2%;
    align-content: center;
	height: 95%;
}	
.whoweare .solutionwhite{
	background-color: white;
	padding:5%;
	text-align: center;
	border:none;
	vertical-align: top;
	height:100%;
   /* align-content: center;*/
	
}
.whoweare .solutiongrey{
	background-color: #f8f9fa;
	padding:5%;
	text-align: center;
	border:none;
	vertical-align: top;
	height:100%;
   /* align-content: center;*/
	
}

#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us h2 {
	letter-spacing: .2em;
	container-type: inline-size;
}
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us h3 {
	color:white;
	font-size:22px;
}
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .homesubheadding {
	font-size:18px!important;
	font-weight: 600;
	text-align: center;
	margin: 1%;
}
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .whoweare{
	display:flex;
	flex-flow:row wrap;
	
}

#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .who-we-are-tiles {
        flex: 50%;
		display:flex;
		align-items: center;
		flex-basis: 495px;
    }
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .solutions-tile-grid {
        flex: 25%;
		display:flex;
		align-items: baseline;
		flex-basis: 330px;
    }
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .solutions-icons{
	/*backdrop-filter: contrast(0.5);*/
	filter: invert(100%);
}


#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .solutionsgrid tr td{
	vertical-align: top;
	width:25%;
	padding:10px;
	text-align: center;
	border-color:white;
}
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .clearblock {
    width: 100%;
    padding: 10px 40px;
    text-align: left;
    font-size: 15px;
}
#cv-zone-scl-21-full-middle-center-row-3 .home-page-about-us .blueblock {
	background-color: #002a53;
    width: 100%;
    padding: 10px 40px;
    text-align: left;
    font-size: 15px;
}

/* Home page about us blurb end */

/* Backorders-list page start */
.page-CP_BPDTHEME01_Backorders-List .data-list-view-basic.no-options .cv-data-zone-2{
	width:100%;
}


/* Backorders-list page end */

/* ISO Acoustics Brand Page Start */
#isoacoustics-iframe{
	border:4px solid #00ae42;
}
#isoacoustics-iframe .wizard-container{
	margin-top: 1vw;
	margin-bottom: 1vw;
}
/* ISO Acoustics Brand Page Start */

/*pay account message start */

.pay-acc-message .alert-box.alt-style.info{
  display:none;
}

/*pay account message end */


/* Multi click banner class for Left and Right Click Regions Start */

  .multiclickbanner {
    position: relative;
    width: 100%;
  }

  .multiclickbanner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .multiclickbanner-link {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
  }

  .multiclickbanner-link.left {
    left: 0;
    width: 50%;
  }

  .multiclickbanner-link.right {
    right: 0;
    width: 50%;
  }

  /* Multi click banner class for Left and Right Click Regions End */

  /* Enquire Now Button For List View Start */

  .role-CSSUser .product-grid.grid .enquiry-btn {
	  height:30px;
	  width:100%;
  }
  /* Enquire Now Button For List View End */
