@media screen {

	/* General Styles START */
	.largeBlueTitle {
		color: #005E92;
		font-weight: normal;
		font-size: 250%;
		width: auto;
	}

	a.largeBlueTitle {
		text-decoration: none;
		color: #005E92;
		font-size: 150%;
		line-height: 100%;
	}

	a.largeBlueTitle:link,
	a.largeBlueTitle:hover,
	a.largeBlueTitle:focus,
	a.largeBlueTitle:visited {
		color: #005E92;
	}

	/* General Styles END */

	/* Two Columns START */
	div.TwoCol50_50,
	div.TwoCol75_25 {
		display: table;
		width: 100%;
		padding-bottom: 20px;

	}

	div.TwoCol50_50 div.leftCol,
	div.TwoCol50_50 div.rightCol {
		display: table-cell;
		min-width: 50%;
		vertical-align: top;
	}

	div.TwoCol50_50 div.leftCol,
	div.TwoCol75_25 div.leftCol {
		padding-right: 5px;
	}

	div.TwoCol50_50 div.rightCol,
	div.TwoCol75_25 div.rightCol {
		padding-left: 5px;
	}

	div.TwoCol75_25 div.leftCol,
	div.TwoCol75_25 div.rightCol {
		display: table-cell;
		vertical-align: top;
	}

	div.TwoCol75_25 div.leftCol {
		min-width: 75%;
		max-width: 75%;
	}

	div.TwoCol75_25 div.rightCol {
		min-width: 25%;
		max-width: 25%;
	}

	.wb-navtabs [role="tablist"] li a {
		background: #C4C4C4;
	}

	/* 2 Columns END */

	/* Three Columns START */
	div.ThreeCol33_33_33 {
		display: table;
		width: 100%;
	}

	div.ThreeCol33_33_33 div.leftCol,
	div.ThreeCol33_33_33 div.midCol,
	div.ThreeCol33_33_33 div.rightCol {
		display: table-cell;
		min-width: 33%;
		vertical-align: bottom;
	}

	div.ThreeCol33_33_33 div.leftCol {
		text-align: left;
	}

	div.ThreeCol33_33_33 div.midCol {
		text-align: center;
	}

	div.ThreeCol33_33_33 div.rightCol {
		text-align: right;
	}

	/* Three Columns END */


	/* Product List START */
	.product_list li {
		display: block !important;
		/* resolving conflict with .wb-navtabs li in newweb_style.css - for now*/
	}

	ul.product_list {
		padding-left: 3%;
	}

	ul.product_list li {
		list-style-type: none;
	}

	ul.product_list li a {
		text-decoration: none;
	}

	ul.product_list li a:hover {
		text-decoration: underline;
	}

	/* Product List END */

	/* A to Z box START */
	ul.AtoZList {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		background: #000;
		padding-inline-start: 0;
		/* remove after home.php is live */
		margin-block: 2rem;
        list-style-type: none;
	}
	ul.AtoZList>li {
		padding: 0;
	}
	ul.AtoZList a {
		padding: 0.4em;

	}
	
	ul.AtoZList li a {
		color: white;
		text-decoration: none;
		display: inline-block;
	}

	ul.AtoZList li a:link,
	ul.AtoZList li a:hover,
	ul.AtoZList li a:focus,
	ul.AtoZList li a:visited {
		color:#fff;
	}
	ul.AtoZList li a:hover {
		text-decoration: underline;
	}

	ul.AtoZList a:hover,
	ul.AtoZList a:focus {
		outline-color: transparent;
		text-decoration: none;
	}
	ul.AtoZList a:focus-visible {
		box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
		outline: 2px solid transparent;
	}
	.parent-boxTabs1 button .parent-boxTabs2 button .parent-boxTabs3 button .parent-boxTabs4 button .parent-boxTabs5 button .parent-boxTabs6 button .parent-boxTabs7 button .parent-boxTabs8 button .parent-boxTabs9 button {
		font-size: 75%;
	}

	/* A to Z box END */

	/* Eliminate gaps surround drop-down box START */
	.wb-tabs>.tabpanels>details,
	.wb-tabs>details {
		padding: 0;
	}

	/* Eliminate gaps surrounding drop-down box END */

	/*Float Bottom Open/Close box beside .priceNote non-mobile view START */
	.openClose {
		text-align: right;
		width: 100%;
	}

	.openClose button {
		font-size: 90%;
	}

	div.centerBox {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}

	.finePrint {
		font-size: 75%;
		 !important;
		font-weight: normal;
	}

	.priceNote {
		width: 100%;
		text-align: center;
		padding-top: 5px;
		float: left;
		margin-top: -20px;
	}

	/*Float Bottom Open/Close box beside .priceNote END */

	/*Service Standard Box START */
	.serviceStandard div {
		float: left;
		text-align: right;
		width: 30%;
		padding-right: 5px;
	}

	.serviceStandard h2 {
		display: inline-block;
		font-size: 150%;
		line-height: 80%;
		width: 50%;
	}

	/*Service Standard Box END */

	a.tooltip1-wider:focus:after,
	a.tooltip1-wider:hover:after {
		top: 20px;
	}

}


/*@media screen and (max-width:1200px)
{

}*/
@media all and (max-width: 685px) {
	ul.AtoZList {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	ul.AtoZList a {
		padding: 0.6em;

	}

}

@media screen and (max-width:768px) {


	div.TwoCol50_50,
	div.TwoCol75_25,
	div.TwoCol50_50 div.leftCol,
	div.TwoCol50_50 div.rightCol,
	div.TwoCol75_25 div.leftCol,
	div.TwoCol75_25 div.rightCol {
		/* Display columns under eachother in mobile START */
		display: block;
		width: 100%;
	}

	.wb-tabs>.tabpanels>details,
	.wb-tabs>details {
		/* Fix collapsable bar positioning in mobile */
		padding: 6px 20px;
	}

	ul.AtoZList {
		/* Remove A-Z jump list in mobile */
		/* display: none; */
	}

	.openClose {
		/* Display bottom open/close buttons above Price note */
		float: none;
	}

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.serviceStandard h2 {
		display: inline-block;
		font-size: 120%;
		line-height: 80%;
		width: 50%;
	}
}