/*

    SEARCH FOR THE WORD ++CUSTOM++ TO UPDATE STORE SPECIFIC COLORS 


	+-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
		=BODY
		=HEADER
		=NAVIGATION BAR
		=MAIN
		=COLUMN-LEFT
		=COLUMN-RIGHT
		=BOTTOM WRAP
		=FOOTER
		=DISCLAIMERS
		=MOBILE FOOTER
*/

/*
------------------------------- =BODY ------------------------------- */
body {
	background: #f9f9f9;
}


/*
------------------------------- =HEADER ------------------------------- */
.header {
	background: #fff;   /* WHITE */
	margin: 0 auto;
}
	.header.stuck {
		background: #fff;  /* WHITE */
		box-shadow: 0 2px 4px -2px rgba(51, 51, 51, .2);
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	
	/* ------------------------  pre-header ------------------------ */
	.pre-header {
	}
		.pre-header nav {
			z-index: 2;
		}
		.pre-header li {
			font-size: 1.50rem;
			height: 3rem;
			line-height: 2;
		}
		.pre-header .mobile-menu-button span,
		.pre-header .mobile-basket-button span {
			border: solid #38414e; /* DARK GREY */
			border-width: 0 1px;
			color: #fff;     /* WHITE */
			display: inline-block;
			width: 100%;
		}
		.pre-header img {
			display: none;
			margin: auto;
			max-height: 2.50rem;
		}
			.header.stuck .pre-header img {
				display: inline-block;
			}
		@media only screen and (min-width: 768px) {
			.pre-header li {
				color: #fff;  /* WHITE */
				display: inline-block;
				font-size: 0.875rem;
				height: 3.50rem;
				line-height: 4;
				padding-right: 1rem;
			}
				.pre-header .pre-header--phone {
					font-size: 1.125rem;
					line-height: 3.111;
					padding-right: 0;
				}
					.pre-header .pre-header--phone span {
						margin-right: 0.50rem;
					}
				.pre-header a {
					color: #fff;  /* WHITE */
					display: inline-block;
					position: relative;
					text-decoration: none;
				}
				.pre-header a:hover {
					color: inherit;
				}
					.pre-header a:hover:after {
						border: solid transparent;
						content: " ";
						pointer-events: none;
						position: absolute;
						bottom: 0;
						left: 50%;
						width: 0;
						height: 0;
					}
					.pre-header a:hover:after {
						border-color: rgba(255, 255, 255, 0);
						border-bottom-color: #017dc7;  /* CUSTOM :: LIGHT BLUE */
						border-width: 0.50rem;
						margin-left: -0.50rem;
					}
		}
		
		/* ------------------------  global-sign-in ------------------------ */
		.global-sign-in {
			background: #fff;  /* WHITE */
			box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
			float: none;
			font-size: 0.75rem;
			padding-top: 0.75rem;
			padding-bottom: 0.75rem;
			position: absolute;
			top: -15rem;
			right: 0;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			z-index: 1002;
		}
			.global-sign-in.open {
				top: 2.50rem;
			}
			.global-sign-in form,
			.global-sign-in p {
				margin-bottom: 0.50rem;
			}
			.global-sign-in a {
				color: #0074d9;  /* BRIGHT BLUE */
			}
	
		/* ------------------------ global-search ------------------------ */
		.pre-header .global-search {
			min-width: 2.50rem;
			padding: 0;
			position: relative;
			vertical-align: middle;
		}
			.global-search form {
				border-left: 1px solid #38414e;    /* ALMOST BLACK */
				margin-bottom: 0;
				overflow: hidden;
				padding-top: 0.875rem;
				position: absolute;
				right: 0;
				width: 2.50rem;
				height: inherit;
			}
				.global-search.open form {
					width: 21rem;
				}
				.global-search input[type="search"],
				.global-search button {
				}
				.global-search input[type="search"] {
					float: left;
					opacity: 0;
					padding: 0;
					-moz-transition: opacity 0.2s ease-in-out;
					-webkit-transition: opacity 0.2s ease-in-out;
					transition: opacity 0.2s ease-in-out;
					width: 0;
					height: 0;
				}
				.global-search.open input[type="search"] {
					opacity: 1;
					padding: 0 0.50rem;
					width: 18rem;
					height: 2em;
				}
					.global-search input[type="search"]:-moz-placeholder {
						color: #262d36;   /* ALMOST BLACK */
					}
					.global-search input[type="search"]::-moz-placeholder {
						color: #262d36;   /* ALMOST BLACK */
					}
					.global-search input[type="search"]:-ms-input-placeholder {
						color: #262d36;   /* ALMOST BLACK */
						line-height: 1;
					}
					.global-search input[type="search"]::-webkit-input-placeholder {
						color: #262d36;   /* ALMOST BLACK */
					}
				.global-search button {
					float: right;
					width: 2.50rem;
				}
					.global-search button *[data-icon] {
						margin: 0;
						vertical-align: middle;
					}
	
		/* ------------------------ mini-basket ------------------------ */
		.mini-basket {
			border: solid #38414e;   /* ALMOST BLACK */
			border-width: 0 1px;
			padding-left: 1rem;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
			.mini-basket *[data-icon] {
				font-size: 1.25rem;
				line-height: normal;
				margin-right: 0.25rem;
				vertical-align: middle;
			}
			.mini-basket:hover {
				background: #017dc7;  /* CUSTOM :: LIGHT BLUE */
			}
				.mini-basket a:hover:after {
					border: 0 none;
					margin-left: 0;
				}
	
				.mini-basket-container {
					box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
					float: none;
					position: absolute;
					top: -1000rem;
					right: 0;
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					z-index: 1001;
				}
					.mini-basket-container.open {
						top: 0;
					}
						@media screen and (min-width: 768px) {
							.mini-basket-container {
								right: 0.75rem;
							}
						}
					.mini-basket-content {
						background: #fff;    /* WHITE */
						cursor: default;
						padding-bottom: 0.50rem;
					}
						.mini-basket-content h5 {
							line-height: 1;
							margin: 0.50rem 0;
						}
						.mini-basket-table-wrap {
							border: solid #cecece;  /* SILVER */
							border-width: 1px 0;
							font-size: 0.75rem;
							overflow: hidden;
							overflow-y: auto;
							max-height: 300px;
						}
							.mini-basket-row {
								border-top: 1px solid #cecece;   /* SILVER */
								padding: 0.50rem 0;
							}
								.mini-basket-row:first-child {
									border-top: none;
								}
								.mini-basket-row img {
									margin-top: 0.50rem;
								}
								.mini-basket-row button {
									font-size: 1.75rem;
									padding: 0;
								}
								.mini-basket-row button:hover {
									box-shadow: none;
								}
									.mini-basket-row button span[data-icon] {
										margin: 0;
									}
									.mini-basket-row button span[data-icon]:hover {
										color: #333;  /* ALMOST BLACK */
									}

	/* ------------------------ main-header ------------------------ */
	.main-header {
		font-size: 0.75rem;
		padding: 0.75rem 0;
		z-index: 1;
	}
		@media only screen and (max-width: 767px) {
			.header.stuck .main-header {
				padding: 0;
			}
		}
		.main-header .breaker {
			height: 1.75rem;
		}
	
		/* ------------------------ masthead ------------------------ */
		.masthead {
			display: block;
		}
			@media only screen and (max-width: 767px) {
				.header.stuck .masthead {
					display: none;
				}
			}
	

/*
------------------------------- =NAVIGATION BAR ------------------------------- */
.navigation-bar {
	height: 85px;
	text-align: right;
}
	@media only screen and (min-width: 1168px) {
		.navigation-bar {
			height: 120px;
		}
	}
	.navigation-set {
		height: 0;
		opacity: 0;
		padding: 0;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
		@media only screen and (min-width: 768px) {
			.navigation-set {
				opacity: 1;
				max-width: 1170px;
				height: auto;
			}
		}
		.navigation-set li {
			display: inline-block;
			font-size: 1.125rem;
			height: 2.50em;
			line-height: 2.50;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			text-align: left;
			white-space: nowrap;
		}
			.navigation-set li a {
				display: block;
				padding: 0 1rem;
				text-decoration: none;
				text-transform: uppercase;
			}
			.navigation-set li:hover > span a {
				color: inherit;
			}
				.navigation-set li:hover > span a:after {
					background: #017dc7;   /* UNDERLINES UNDER CATEGORY ++ CUSTOM :: LIGHT BLUE */
					content: '';
					display: block;
					height: 0.125rem;
					position: relative;
					bottom: 0.50rem;
				}

	/* ------------------------ first sub-level ------------------------ */
	.navigation-set li ul {
		display: none;
		margin: 0;
		min-width: 100%;
		padding: 0;
		position: absolute;
		left: 0;
		z-index: 999;
	}
	.navigation-set li:hover ul {
		background: #f2f2f2;  /* BOX THAT SUB CATEGORIES APPEAR IN ++ CUSTOM :: LIGHT SILVER */ 
		border: 1px solid  #c51230;  /* CUSTOM :: RED */
		border-radius: 1rem 0.25rem;
		box-shadow: 0 3px 6px -3px rgba(0, 0, 0, .3);
		display: block;
		padding: 0.50rem 0;
	}
		.navigation-set li ul li {
			display: block;
			font-size: 0.875rem;
			position: relative;
		}
			.navigation-set li ul li a {
				padding-right: 4rem;
				padding-left: 1.50rem;
				text-transform: none;
			}
				.navigation-set li ul li:hover > span a:after {
					background: #017dc7;  /* CUSTOM :: LIGHT BLUE */
					bottom: 0.25rem;
					width: 1rem;
				}
	
		/* ------------------------ second and subsequent sub-levels ------------------------ */
		.navigation-set li:hover ul ul {
			display: none;
		}
			.navigation-set li ul li ul {
				display: none;
				position: absolute;
				top: 0;
				left: 100%;
			}
			.navigation-set li ul li:hover > ul {
				display: block;
			}
	
	/* ------------------------ horizontal-mega-menu ------------------------ */
	.navigation-set.horizontal-mega-menu li ul li {
		display: inline-block;
		height: auto;
		vertical-align: top;
	}
		.navigation-set.horizontal-mega-menu li ul li ul {
			display: block;
			position: relative;
			top: auto;
			left: auto;
		}
			.navigation-set.horizontal-mega-menu li ul li ul li {
				display: block;
			}

	/* ------------------------ vertical-fly-out ------------------------ */
	.vertical-fly-out li {
		display: block;
	}
		.vertical-fly-out li ul {
			top: 0;
			left: 100%;
		}

	/* ------------------------ single-navigation-column ------------------------ */
	.single-navigation-column {
		display: inline-block;
		padding-right: 1rem;
		vertical-align: top;
	}
		.single-navigation-column li {
			display: block;
			font-size: 0.75rem;
			height: auto;
			line-height: 1.75;
		}
			.single-navigation-column .single-navigation-title {
				font-size: 1rem;
				font-weight: 700;
				height: 2em;
				line-height: 2;
				margin-bottom: 0.25rem;
				text-transform: uppercase;
			}
			.single-navigation-column li a {
				padding: 0;
			}
			.single-navigation-column li:hover > a {
				background: transparent;
				color: #7fdbff;  /* AQUA */
			}

	/* ------------------------ mobile off-canvas navigation ------------------------ */
	.mobile-menu {
		-webkit-backface-visibility: hidden; /* improves performance issues on mobile */
		background: #262d36;  /* ALMOST BLACK */
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
		-webkit-perspective: 1000; /* improves performance issues on mobile */
		position: fixed;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 9999;
	}
		.mobile-menu-top,
		.mobile-menu-bottom {
			left: 0;
			width: 100%;
			height: 100%;
		}
		.mobile-menu-top {
			top: -100%;
		}
			.mobile-menu-top-open .mobile-menu-top {
				top: 0
			}
		.mobile-menu-right,
		.mobile-menu-left {
			top: 0;
			width: 16rem;
			height: 100%;
		}
		.mobile-menu-right {
			right: -16rem;
		}
			.mobile-menu-right-open .mobile-menu-right {
				right: 0
			}
		.mobile-menu-bottom {
			bottom: -100%;
		}
			.mobile-menu-bottom-open .mobile-menu-bottom {
				bottom: 0
			}
		.mobile-menu-left {
			left: -16rem;
		}
			.mobile-menu-left-open .mobile-menu-left {
				left: 0
			}
		.mobile-menu-header {
			border-bottom: 1px solid #38414e;   /* ALMOST BLACK */
			color: #f1f1f1;   /* ALMOST WHITE */
			font-size: 1rem;
			line-height: 3;
			margin: 0;
			overflow: hidden;
			padding: 0 1rem;
			text-align: center;
			vertical-align: middle;
		}
			.mobile-menu-header .close-mobile-menu {
				display: inline-block;
				float: right;
				font-size: 2rem;
				line-height: 1.5;
				opacity: .50;
				text-decoration: none;
				vertical-align: middle;
			}

		/* ------------------------ Menu Transitions ------------------------ */
		.mobile-navigation,
		.wrap {
			-webkit-backface-visibility: hidden; /* improves performance issues on mobile */
			-webkit-perspective: 1000; /* improves performance issues on mobile */
		}

		/* ------------------------ Site Overlay ------------------------ */
		.site-overlay {
			background: transparent;
			display: none;
		}
			.mobile-menu-active .site-overlay {
				background: rgba(0, 0, 0, 0.5);
				display: block;
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 9000;
			}

		/* ------------------------ Menu Appearance ------------------------ */
		.mobile-navigation-bar .column {
			color: #2b2b2b;  /* ALMOST BLACK */
			cursor: pointer;
			line-height: 2.50rem;
			text-transform: uppercase;
		}
		
		@media only screen and (max-width: 864px) {
			.mobile-navigation-header {
				color: #fff;   /* WHITE */
				height: 3rem;
				line-height: 3rem;
				vertical-align: middle;
				text-align: center;
			}
				.mobile-navigation-header a {
					color: #fff;  /* WHITE */
					cursor: pointer;
					display: block;
					font-size: 0.75rem;
					height: 100%;
					line-height: 1;
					padding-top: 0.625rem;
					text-decoration: none;
				}
					.mobile-navigation-header a span {
						font-size: 1rem;
					}
					.mobile-navigation-header a small {
						display: inline-block;
						font-size: 0.625rem;
						width: 100%;
					}
			.mobile-navigation-search {
				margin: 0;
			}
				.mobile-navigation-search input[type="search"] {
					border-color: transparent;
				}
				.mobile-navigation-search .button *[data-icon] {
					margin: 0;
				}
			.mobile-navigation {
				width:200%;
				-webkit-overflow-scrolling: touch;
				-webkit-tap-highlight-color:transparent;
			}
				.mobile-navigation ul {
					display: block;
					float: left;
					opacity: 1;
					overflow: hidden;
					position: relative;
					table-layout: auto;
					-webkit-tap-highlight-color: transparent;
					text-align:  left;
					-webkit-transform: translateZ(0);
					transform: translateZ(0);
					-moz-transition: all 0.3s;
					-webkit-transition: all 0.3s;
					transition: all 0.3s;
					width: 50%;
					height: 100%;
					z-index: 0;
				}
					.mobile-navigation ul li > ul {
						display: none;
					}
					.mobile-navigation ul li {
						background: #262d36;  /* ALMOST BLACK */
						border-bottom: 1px solid #38414e;  /* DARK GREY */
						display: table;
						overflow-x: hidden;
						width: 100%;
					}
						.mobile-navigation ul li span {
							border: none;
							color: #fff;   /* WHITE */
							cursor: pointer;
							display: block;
							font-size: 0.75rem;
							line-height: 3.50rem;
							overflow: hidden;
							padding: 0;
							-moz-transition: none;
							-webkit-transition: none;
							transition: none;
							width: 100%;
							min-height: 3.50rem;
						}
							.mobile-navigation ul li span.parent {
								display: table-cell;
								width: 80%;
							}
							.mobile-navigation ul li span.next {
								border-left: 1px solid #444;    /* ALMOST BLACK */
								display: table-cell;
								width: 20%;
								text-align: center;
							}
								.mobile-navigation ul li span.next:active {
									background: transparent;
								}
							.mobile-navigation ul li span.back {
								max-width: none;
							}
							.mobile-navigation ul li span a {
								background: none;
								border: 0 none;
								box-shadow: none;
								color: #fff;    /* WHITE */
								cursor: pointer;
								display: inline-block;
								font-size: 0.75rem;
								font-weight: 700;
								line-height: 1.5;
								overflow: hidden;
								padding-left: 1rem;
								text-decoration: none;
								text-transform: uppercase;
								vertical-align: middle;
								white-space: normal;
								width: 100%;
							}
							.mobile-navigation ul li:hover > ul {
								display: none;
							}
							.mobile-navigation ul li:hover > span,
							.mobile-navigation ul li:hover > span a {
								background-color: transparent;
								box-shadow: none;
							}
							.mobile-navigation ul li:hover > span:active {
								-webkit-transform: translateZ(0);
								transform: translateZ(0);
								background-color: transparent;
								-moz-transition: all 0.3s;
								-webkit-transition: all 0.3s;
								transition: all 0.3s;
							}
							.mobile-navigation .navigation-set li:hover > span a:after {
								display: none;
							}
					.mobile-navigation ul.hide {
						overflow: hidden;
						margin-left: -50%;
						white-space: nowrap;
					}
						.mobile-navigation ul.hide li,
						.mobile-navigation ul.hide li span {
							overflow: hidden;
						}
					.mobile-navigation .navigation-trail {
						height: 3.50rem;
					}
						.mobile-navigation .navigation-trail span {
							cursor: default;
							display: table-cell;
							font-size: 0.75rem;
							line-height: 1.5;
							padding: 0 1rem;
							text-align: left;
							text-indent: 0;
							vertical-align: middle;
						}
		}


/*
------------------------ =MAIN ------------------------ */
main { 
	background: #fff;    /* WHITE */
}
	.main-content {
	}
		.hdft-header,
		.hdft-footer,
		.prod-ctgy-hdft-header,
		.prod-ctgy-hdft-footer,
		.content-item,
		.page-title {
			clear: both;
		}


	/*
	------------------------ =COLUMN-LEFT ------------------------ */
	.column-left {
	}
		.single-column .column-left {
			display: none;
		}
	
		/* ------------------------ category tree navigation ------------------------ */
		.category-tree {
			border: 1px solid #ddd;    /* SILVER */
			margin-bottom: 3rem;
		}
			.category-tree-heading {
				background: #fafafa;
				border-bottom: 1px solid #ddd; /* SILVER */
				font-size: 1.50rem;
				line-height: 2;
				margin: 0;
				padding-left: 1rem;
				text-transform: uppercase;
			}
			.category-tree ul {
				padding: 1rem 1.50rem;
			}
				.category-tree ul li {
					list-style: none;
				}
					.category-tree .level-1 {
						font-size: 1.125rem;
						line-height: 2;
						text-transform: uppercase;
					}
					.category-tree .level-2,
					.category-tree .level-3 {
						font-size: 0.875rem;
						line-height: 2.50;
						padding-left: 1.50rem;
					}
					.category-tree .level-3 {
						padding-left: 2.50rem;
					}
				.category-tree a {
					display: block;
					text-decoration: none;
				}
					.category-tree a span {
						display: inline-block;
						margin-right: 0.25rem;
					}
	
	
	/*
	------------------------ =COLUMN RIGHT ------------------------ */
	.column-right {
		min-height: 30rem;
	}
		.single-column .row .column-right {
			border: none;
			left: auto;
			width: 100%;
		}
	
		/* ------------------------ page titles ------------------------ */
		.page-title {
		}
	
		/* ------------------------ breadcrumbs ------------------------ */
		.breadcrumbs {
			clear: both;
			font-size: 0.75rem;
			line-height: 3;
			margin-bottom: 0.75rem;
		}
			.breadcrumbs li {
				display: inline-block;
			}
				.breadcrumbs a {
					margin: 0 0.50rem;
					text-decoration: none
				}
					.breadcrumbs li:first-child a {
						margin-left: 0;
					}
				.breadcrumbs .current-item {
					color: #1f242c;  /* ALMOST BLACK */
					font-weight: 600;
					margin: 0 0.50rem;
				}


/*
------------------------ =BOTTOM WRAP ------------------------ */
.bottom-wrap {
	clear: both; /* important - do not remove */
	height: 0;
}


/*
------------------------ =FOOTER ------------------------ */
.footer {
	color: #fff;  /* WHITE */
	font-size: 0.875rem;
	padding: 1em;
}
	.footer h4 {
		color: #fff;  /* WHITE */
		margin-bottom: 1rem;
		text-transform: uppercase;
	}
	.footer p {
		max-width: 90%;
	}
	.footer ul {
		margin-bottom: 1rem;
	}
	.footer a {
		color: #fff;  /* WHITE */
		display: block;
		line-height: 2;
	}
	.footer a:hover {
		color: #c51230;  /* CUSTOM :: RED */
	}
	@media screen and (min-width: 768px) {
		.footer {
			padding: 2em 0 2.75em;
		}
			.footer h4 {
				margin-top: 1rem;
				margin-bottom: 1.75rem;
			}
	}
	
		/* ------------------------ footer-social ------------------------ */
		.footer-social a {
			display: inline-block;
			font-size: 1rem;
			line-height: 2;
			margin: 0 0.75rem 0.75rem 0;
			text-align: center;
			vertical-align: middle;
			width: 2.50em;
			height: 2.50em;
		}
			.footer-social a:before {
				line-height: 2.50;
			}
			.footer-social a:hover {
				color: #fff;   /* WHITE */
				opacity: 0.75;
			}


/*
------------------------ =DISCLAIMERS ------------------------ */
.disclaimers {
	border: solid #38414e;   /* ALMOST BLACK */
	border-width: 1px 0;
	color: #fff;   /* WHITE */
	font-size: 0.625rem;
	line-height: 3;
	margin-bottom: 3rem;
}
	@media screen and (min-width: 768px) {
		.disclaimers {
			border: 0 none;
			height: 6em;
			line-height: 6;
			margin-bottom: 0;
		}
	}


/*
------------------------ =MOBILE FOOTER ------------------------ */
.mobile-footer {
	box-shadow: 0 -2px 4px 2px rgba(51, 51, 51, .2);
	height: 3rem;
	line-height: 3rem;
	position: fixed;
	bottom: 0;
	width: 100%;
}
	.mobile-footer div {
		border-left: 1px solid #38414e;  /* ALMOST BLACK */
		color: #fff;  /* WHITE */
		cursor: default;
		font-size: 0.75rem;
		height: 100%;
		line-height: 1;
		padding-top: 0.625rem;
	}
		.mobile-footer div:first-child {
			border: none;
		}
		.mobile-footer a {
			color: #fff;  /* WHITE */
			display: block;
			text-decoration: none;
		}
		.mobile-footer span {
			font-size: 1rem;
		}
		.mobile-footer small {
			display: inline-block;
			font-size: 0.625rem;
			width: 100%;
		}

	/* ------------------------ mobile-footer-links ------------------------ */
	.mobile-footer-links ul {
		width: 100%;
		max-height: 90%;
	}
		.mobile-footer-links ul li {
			border-bottom: 1px solid #38414e;  /* ALMOST BLACK */
			display: table;
			line-height: 2.50rem;
			width: 100%;
		}
			.mobile-footer-links ul li a {
				color: #f1f1f1;  /* LIGHT SILVER */
				cursor: pointer;
				display: block;
				font-size: 0.75rem;
				overflow: hidden;
				padding: 0 1rem;
				text-decoration: none;
				text-transform: uppercase;
				vertical-align: middle;
				white-space: normal;
			}
