<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Header-Container {
	width: 100%;
	float: left;
background: rgb(33,81,119);
background: linear-gradient(180deg, rgba(33,81,119,1) 0%, rgba(36,104,151,1) 35%);
}

#Header-MobileContainer {
	display: none;
}

#Slider-Container {
width: 100%;
float: left;
background-color: #EAEAEA;
grid-column-start: 1;
grid-column-end: 4;
padding: 40px 0px 40px 0px;
}

#Slider-Container img {
max-width: 100%;
max-height: 100%;
}

#banner-slide {
    text-align: center !important;
    margin: auto !important;
}


#Header-TopBarContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	padding: 10px 0px 10px 0px;
}

#Header-TopBarPosition {
	grid-column-start: 2;
}

#Header-TopBarLeft {
	float: left;
}

#Header-TopBarRight {
	float: right;
}

#DisplayLogin {
display:none;
}

.Header-Text1 {
	font-family: Hind, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #EAEAEA;
}

.Header-Text1 a:link {
	color: #EAEAEA;
}

.Header-Text1 a:active {
	color: #EAEAEA;
}

.Header-Text1 a:visited {
	color: #EAEAEA;
}

.Header-Text1 a:hover {
	color: #EAEAEA;
	text-decoration:underline;
}

#Header-MiddleContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
padding: 15px 0px 15px 0px;
}

#Header-MiddleContainerSpacing {
    display: flex;
    justify-content: space-between;
    grid-column-start: 2;
}

#Header-Left {
padding-top: 8px;
}

#Header-Logo img {
	height: auto;
	width: auto;
}

#Header-Middle1 {
padding-top: 15px;
}

#Header-PhoneIcon {
    float: left;
    width: 12%;
    margin-right: 15px;
    margin-top: -25px;
}

#Header-PhoneText {
	float: right;
	font-family: Hind, sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.7px;
	margin-top: -1px;
margin-bottom: 5px;
clear: right;
}

#Header-PhoneNumber {
	float: right;
	font-family: Hind, sans-serif;
    font-size: 30px;
    font-weight: 400;
	color: #fff;
    text-decoration: none;
    line-height: 20px;
clear: right;
}

#Header-PhoneNumber a:link {
	color: #fff;
}

#Header-PhoneNumber a:active {
	color: #fff;
}

#Header-PhoneNumber a:visited {
	color: #fff;
}

#Header-PhoneNumber a:hover {
	color: #fff;
	text-decoration: underline;
}

#Header-Middle {
padding-top: 5px;
}

#Header-Search{
	border: 2px solid #ddd;
	width: 100%;
	height: 53px;
	margin: auto;
}

.Header-SearchBox {
	font-family: Hind, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	border:none;
	width: 50%;
    height: 40px;
    margin-top: 5px;
    margin-left: 6px;
}

.Header-SearchGraphic {
	float:right;
	margin: 18px 10px 0px 10px;
}

#Header-Right {

}

#Header-AccountContainer {
float:left;
margin-right: 20px;
}

#Header-AccountIcon {
float:left;
margin-right: 5px;
}

#Header-AccountText {
float:left;
}

#Header-CartContainer {
float:left;
}

#Header-CartIcon {
float:left;
margin-right: 5px;
}

#Header-CartText {
float:left;
}

.Header-Text2 {
	font-family: Hind, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.Header-Text2 a:link {
	color: #333;
}

.Header-Text2 a:active {
	color: #333;
}

.Header-Text2 a:visited {
	color: #333;
}

.Header-Text2 a:hover {
	color: #333;
	text-decoration:underline;
}


#Header-NavContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
    background-color: #333;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#Header-NavPosition {
	margin: auto;
	grid-column-start: 2;
}


#Header-PromoContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 17.5% 65% 17.5%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
display: none;
}

#Header-PromoContainerPosition {
	display: flex;
	justify-content: space-between;
	grid-column-start: 2;
}

@media only screen and (max-width: 1440px) { 
#Header-TopBarContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-MiddleContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-NavContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}

#Header-PromoContainer {
	grid-template-columns: 2.5% 95% 2.5%;
}
}

@media only screen and (max-width: 1030px) { 
#Header-Logo img {
    height: 95%;
    width: 95%;
}

#Header-AccountContainer {
display: none;
}

#DisplayLogin {
display: inline;
}

#Header-Middle {
    width: 20%;
}
}

@media only screen and (max-width: 850px) { 
#Header-DesktopContainer {
	display: none;
}

#Header-MobileContainer {
	display: inline;
}

#HomePageHeader-TopBarContainer {
	float: left;
	width: 100%;
	border-bottom: 1px solid  #246897;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #121211;
    font-weight: 600;
}

#HomePageHeader-TopBarContainer a:link {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:visited {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:active {
    color: #121211;
}

#HomePageHeader-TopBarContainer a:hover {
    color: #121211;
}

.HeaderPhoneNumber {
	float: left;
font-family: Hind, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #EAEAEA !important;
}

.HeaderPhoneNumber a:link {
    color: #EAEAEA !important;
}

.HeaderPhoneNumber a:active {
    color: #EAEAEA !important;
}


.HeaderPhoneNumber a:visited {
    color: #EAEAEA !important;
}


.HeaderPhoneNumber a:hover {
    color: #EAEAEA !important;
}


#MobileHeader-Logo {
	width: 98%;
	width: 98%;
}

#HomePageHeader-TopBar {
float: left;
padding: 5px 0px 5px 0px;
width: 98%;
margin-left: 1%;
margin-right: 1%;
}

.HeaderPhoneIcon {
float: left;
}

#Header-AccountContainer {
float: right;
margin-top: 0px;
margin-right: 20px;
}

#Header-CartText {
float: left;
}

#Header-CartIcon {
float: left;
margin-right: 10px;
}

#Header-CartContainer {
float: right;
margin-top: 0px;
}

#Header-Logo img {
	height: 80%;
	width: 80%;
}

#MobileSiteSearch {
display: none;
}

.MobileSiteInput {
	margin: auto;
    padding-left: 2%;
    margin-top: 23px;
    float: left;
    margin-left: 20px;
    background-color: #FFFFFF;
    border-radius: 0px;
    width: 98% !important;
    border: 1px solid #246897;
}

#MobileHeader-Container {
	width: 100%;
	float:left;
background: rgb(33,81,119);
background: linear-gradient(180deg, rgba(33,81,119,1) 0%, rgba(36,104,151,1) 35%);
}

#MobileHeader-InnerContainer {
	width:100%;
	margin:0 auto;
	display:grid;
	/* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: 30% 40% 30%;
	/* Gap in between products */
	grid-column-gap: 0px;
	float:left;
	border-bottom: 1px solid #246897;
	padding: 0px 0px 20px 0px;
    position: relative;
}

#MobileHeader-LeftContainer {
	grid-column-start: 1;
position: relative;
}

#MobileHeader-CenterContainer {
	grid-column-start: 2;
}

#MobileHeader-RightContainer {
	grid-column-start: 3;
    grid-column-start: 3;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
}

.MobileSiteSearch {
	background-color: #FFFFFF;
    width: 90% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	padding: 0px 5% 0px 5%;

}

.MobileSearchIconBK {
	background-color:#246897;
	width:56px !important;
	height:56px !important;
	margin-top:-1px;
	margin-right:-1px;
	margin-bottom:-1px;
	z-index:9;
	float:right;
	border-radius:0px !important;
}

#CartIcon {
	float:left;
	margin: 2px 20px 0px 15px !important;
}

#SearchIcon {
	float:left;
	cursor:pointer;
}

.navicon-line {
	background-color: #EAEAEA !important;
}


/*MOBILEMENUDROPDOWNSTYLES*/

/*MAINCATTEXTSTYLING*/
.sb-slidebar a {
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 16px;
}

/*SUBCATTEXTSTYLING*/
.SubCategoryText {
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 20px !important;
	font-weight:400;
	line-height:22px;
	padding-left: 10px;
	float: left;
}

/*SUBCAT2TEXTSTYLING*/
.SubCategoryTwoText {
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 20px !important;
	font-weight:400;
	line-height:16px;
	padding-bottom:0px;
	padding-left: 20px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #333 !important;
	padding:15px 20px 13px 22px;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	margin-bottom:-21px;
	color: #fff;
	font-family: Hind, sans-serif;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
}

/*DROPDOWNACOUNTDIV*/
.DropdownAccountBackground {
	background-color: #333 !important;
	width:100% !important;
	padding-top:5px !important;
	height:58px  !important;
	padding-bottom:0px !important;
}

/*TEXTPADDING/WIDTH*/
.sb-menu li a {
	cursor:pointer;
	width: 75% !important; /* Makes links full width. */
	display: inline-block;
	padding-top:17px;
	padding-bottom:19px; /* Creates an even padding the same size as your font. */
	padding-left:5%;
	color: #fff;
	font-family: Hind, sans-serif;
	font-size: 18px !important;
	font-weight: 400;
}

/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	cursor: pointer;
	width: 95%;
	display: inline-block;
	padding-top: 18px;
	padding-bottom: 19px;
	padding-left: 5%;
	color: #fff;
	text-decoration: none;
	font-family: Hind, sans-serif;
	font-size: 20px !important;
	font-weight: 600;
}

/*SUBCAT2INDENT*/
.SubCategoryTwoIndent {
	padding-left: 0px;
	width: 100% !important;
	padding-left: 0% !important;
	border-top:none !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/*SUBCATPADDING/INDENT*/
.sb-submenu-active a {
	padding-left: 0px;
	width: 100% !important;
	margin-left: 0%;
	padding-top:17px !important;
	padding-bottom:19px !important;
}

sb-toggle-submenu {
	padding-left:5% !important;
	width:75% !important;
	padding-bottom:0px !important;
	padding-top:16px;
}

.SubCategoryPadding {
	padding-bottom:0px !important;
	width:100% !important;
}

.sb-slidebar {
	background-color: #333; /* Background colour. */
	color: #fff; /* Text colour. */
}

.sb-slidebar a:hover {
	text-decoration: underline;
}

/* --------------------
* 004 - Slidebar Menus
*/
 
.sb-menu { /* Apply to &lt;ul&gt; or &lt;ol&gt;. */
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: 1px solid #333;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	background:  #333;
	border-bottom: 1px solid #333;
}

.sb-menu &gt; li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu &gt; li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a:hover {
	text-decoration: none;
/*background-color: #000;  Will lighten any background colour you set. */
}

.sb-right .sb-menu li a {
	border-right: 0px solid transparent;
}

.sb-right .sb-menu li a:hover {
}

.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #333;
	border-top: 1px solid #FFF;
}

/* -----------------------
 * 007 - Slidebar Controls
 */
 
.sb-toggle-top, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer; /* Help desktop users with Slidebar controls. */
}

/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
.sb-navbar .sb-toggle-left {
	width: 52px;
	float: left;
	padding: 14px;
}

.sb-toggle-left {
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.sb-navbar .sb-toggle-right {
	width: 52px;
	float: right;
	padding: 14px;
}

.navicon-line {
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: #246897; /* Colour of navicon lines. */
}

/* Hover states to match navbar menu item hover. */
.sb-navbar .sb-toggle-left:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-navbar .sb-toggle-right:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-slidebar {
	display:none;
}
/*ENDMOBILEMENUDROPDOWNSTYLES*/
}</pre></body></html>