html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
body > * {
	flex-shrink: 0;
}
body
{
	font-family: 'Lato', Helvetica, Arial, Sans-Serif;
	background-color: #fff;
	color: #15303f;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
}
.clear {
	clear: both;
}
/* --- LINKS ------------ */
a { color: inherit; }
a:link, a:visited, .link a:link, .link a:visited {
	color: #ed2825;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus, a:active, .link a:hover, .link a:focus, .link a:active {
	color: #333;
	text-decoration: none;
}
.link-alt a:link, .link-alt a:visited {
	color: #333;
}
.link-alt a:hover, .link-alt a:active {
	color: #ed2825;
}
.link-white > a:link, .link-white > a:visited {
	color: #fff;
}
.link-white > a:hover, .link-white > a:focus {
	color: #ed2825;
}
.link-gray > a:link, .link-gray > a:visited {
	color: #bebebe;
}
.link-gray > a:hover, .link-gray > a:focus {
	color: #ed2825;
}
.link-red > a:link, .link-red > a:visited, .link-red > a {
	color: #ed2825;
	text-decoration: none;
	cursor: pointer;
}
.link-red > a:hover, .link-red > a:focus, .link-red:hover {
	color: #333;
	text-decoration: none;
}
.link-redalt > a:link, .link-red > a:visited {
	color: #ed2825;
	text-decoration: none;
	cursor: pointer;
}
.link-redalt > a:hover, .link-red > a:focus {
	color: #fff;
	text-decoration: none;
}
.link-lighten:hover > img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.link-saturate > img {
	filter: saturate(00%);
	-webkit-filter: saturate(00%);
	-moz-filter: saturate(00%);
	-o-filter: saturate(00%);
	-ms-filter: saturate(00%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.link-saturate:hover > img {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
}

/* --- TYPOGRAPHY --------- */
.type-xs {
	font-size: 11px;
	font-weight: 300;
}
.type-sm {
	font-size: 14px;
	font-weight: 300;
}
.type-xm {
	font-size: 16px;
	font-weight: 300;
}
.type-md {
	font-size: 18px;
	font-weight: 300;
}
.type-mx {
	font-size: 19px;
	font-weight: 300;
}
.type-lg {
	font-size: 24px;
	font-weight: 300;
}
.type-social {
	font-size: 55px;
}
.type-dark {
	color: #444;
}
.type-gray {
	color: #999;
}
.type-white {
	color: #fff;
}
.type-red {
	color: #ed2825;
}
.type-sm-mobile {
	font-size: 14px;
	font-weight: 300;
}
.title-line {
	font-size: 27px;
	font-weight: 300;
}
.type-leadership {
	font-size: 19px;
	font-weight: 700;
}
.type-thin {
	font-weight: 300;
}
h1 {
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}
h4 {
	font-weight: 600;
	padding: 0;
	margin: 0;
}
/* --- TEXT IMAGE ------------ */
h5 {
	color: #888;
	font-size: 25px;
	letter-spacing: 0px;
	font-weight: 600;
	position: absolute;
	width: 100%;
	padding-left: 15px;
	padding-right: 23px;
	/*text-shadow: 2px 2px #e5e5e5;*/
}
h6 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	top: 82%;
	left: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	/*text-shadow: 2px 2px #e5e5e5;*/
}
.text-image h5 {
	text-align: right;
	top: 6%;
}
.textimage {
	position: relative; 
	width: 100%; /* for IE 6 */
	background-color: #999;
}
/*
.textimage > img {
	filter: saturate(40%);
	-webkit-filter: saturate(40%);
	-moz-filter: saturate(40%);
	-o-filter: saturate(40%);
	-ms-filter: saturate(40%);
}
.textimage:hover > img {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}
*/
.home-buttons h3 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-right: 20px;
	border-left-style: solid;
	border-left-color: #999;
	border-left-width: 3px;
}

/* --- BUTTONS ------------ */
.button-blue {
	background-color: #0093cf;
}
.button-blue:hover {
	background-color: #14abe9;
	color: #fff;
}
.button-green {
	background-color: #9cb43a;
}
.button-green:hover {
	background-color: #adc54d;
	color: #fff;
}
.button-gray {
	background-color: #999999;
}
.button-gray:hover {
	background-color: #b5b5b5;
	color: #fff;
}
.button-red {
	background-color: #ed2825;
}
.button-red:hover {
	background-color: #fd4a47;
	color: #fff;
}

/* --- PADDING ------------ */
.pad-none {
	padding: 0px;
}
.pad-no-sides {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-3-sides {
	padding-right: 3px;
	padding-left: 3px;
}
.pad-5-sides {
	padding-right: 5px;
	padding-left: 5px;
}
.pad-10-sides {
	padding-left: 10px;
	padding-right: 10px;
}
.pad-40-sides {
	padding-left: 35px;
	padding-right: 35px;
}
.pad-4 {
	padding-top: 4px;
}
.pad-5 {
	padding-top: 5px;
}
.pad-6 {
	padding-top: 6px;
}
.pad-8 {
	padding-top: 8px;
}
.pad-10 {
	padding-top: 10px;
}
.pad-15 {
	padding-top: 15px;
}
.pad-20 {
	padding-top: 20px;
}
.pad-30 {
	padding-top: 30px;
}
.pad-40 {
	padding-top: 40px;
}
.pad-60 {
	padding-top: 60px;
}
.pad-100 {
	padding-top: 100px;
}
.pad-h3 {
	padding-top: 13px;
}
.pad-modal {
	padding-left: 40px;
	padding-right: 40px;
}

/* --- BORDERS --------- */
.border-bottom {
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
.border-bottom-gray {
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-bottom-width: 1px;
}
.border-all {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.border-none {
	border: 0;
}
.border-no-sides {
	border-left-width: 0;
	border-right-width: 0;
	border-radius: 0 !important;
}
.border-no-top {
	border-top-width: 0;
	border-radius: 0 !important;
}
.square {
	border-radius: 0 !important;
}
.border-test {
	border: 1px solid #ed2825 !important;
}

/* --- NAVBAR --------- */
.navbar-toggle {
	border: 0;
}
.navbar-toggle .icon-bar {
	height: 4px;
	border-radius: 2px;
	background-color: #e3e3e3 !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: #222 !important;
}
.navbar-default .navbar-nav > li > a:link, .navbar-default .navbar-nav > li > a:visited {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ed2825;
}
.navbar-default {
	background-image: url('../media/img/bg-texture.png');
	background-repeat: repeat;
	height: 84px;
	border: 0;
	color: #fff;
}
.navbar-brand {
	padding: 0;
}
.video-height {
	height: 505px;
}

/* --- CAROUSEL ---------*/
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators > li {
	border-color: rgba(255,255,255, 0.0);
	background: rgba(255,255,255, 0.4);
	padding-left: 13px;
	padding-right: 13px;
	padding-top:3px;
	padding-bottom:0px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius:0;
	height: 4px;
}
.carousel-indicators .active {
	border-color: rgba(237,40,37, .9);
	background: rgba(237,40,37, .9);
	margin-left: 5px;
	margin-right: 5px;
	height: 5px;
}
.carousel-control {
	display: none;
}
.map-us {
	width: 100%;
	height: 780px;
}
.map-ca {
	width: 100%;
	height: 1070px;
	padding-left: 6%;
	padding-right: 6%;
}

.navbar-right {
	float: right;
}

/* --- NAVBAR MENU --------- */
.menu-button {
	font-size: 19px;
	font-weight: 700;
	padding-top: 13px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 7px;
	cursor: pointer;
}
.menu-button > a:link {
	color: #fff !important;
}
.menu-button > a:hover {
	color: #ed2825;
}
.menu-button:hover {
	color: #ed2825;
	cursor: pointer;
	background-image: url('../media/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 54px;
}
.menu-products:hover + #menu-products {
	color: #ed2825;
	background-image: url('../media/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 54px;
}
.menu-explore:hover + #menu-explore {
	color: #ed2825;
	background-image: url('../media/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 54px;
}
.menu-about:hover + #menu-about {
	color: #ed2825;
	background-image: url('../media/img/arrow.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 54px;
}
.menu {
	background: rgb(24, 24, 24);
	background: rgba(24, 24, 24, 0.96);
	font-weight: 400;
	position: absolute;
	top: 55px;
	z-index: 9999;
	padding-top: 26px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	/*
	-webkit-box-shadow: 5px 5px 7px 0px #333;
	-moz-box-shadow:    5px 5px 7px 0px #333;
	box-shadow:         3px 3px 12px 0px #333;
	*/
}
.language {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 9999;
	color: #333;
	padding-bottom: 10px;
	padding-left: 54px;
}
.region {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 9999;
	color: #333;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menu h2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: rgb(68, 68, 68); /* FOR NON-RGBA BROWSERS */
	background-color: rgba(68, 68, 68, 0.5);
}
.dealer-locator {
	background-color: rgba(68, 68, 68, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.menu-products {
	display: none;
	left: -237px;
}
.menu-explore {
	display: none;
	left: -363px;
}
.menu-about {
	display: none;
	left: -472px;
}
.show-products:hover > .menu-products {
	display: block;
}
.show-explore:hover > .menu-explore {
	display: block;
}
.show-about:hover > .menu-about {
	display: block;
}

/* --- PRODUCT FINDER ---------*/
.product-finder {
	height: 40px;
	width: 240px;
	background-color: #222;
	padding-top: 5px;
	padding-left: 5px;
}
.product-finder-button {
	font-size: 18px;
	background-color: #222;
	border: 0;
	float: right;
	padding-right: 14px;
	padding-left: 0px;
	padding-top: 5px;
	outline: 0;
}
.product-finder-input {
	color: #e3e3e3;
	background-color: #222;
	border: 0;
	width: 190px;
	float: left;
	border-right: 2px;
	border-right-style: solid;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
}
.product-finder-mobile {
	background-color: #555;
	width: 240px !important;
}
.product-finder-button-mobile {
	background-color: #555;
	font-size: 18px;
	padding-right: 14px;
	padding-top: 5px;
}
.product-finder-input-mobile {
	background-color: #555;
	color: #fff;
	width: 190px !important;
}

/* --- BREADCRUMBS ---------*/
.breadcrumb > .active {
	color: #ed2825;
}

.footer {
	background-color: #222;
	padding-bottom: 20px;
	flex-grow: 1;
}

/* --- PRODUCT INFO TAB TRIANGLES ---------*/
.tri-down {
	position: relative;
	margin-bottom: 2em;
	border-bottom: 1px solid #aaa;
	background: #fff;
	padding-bottom: 15px;
}
.tri-down:before, .tri-down:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}
.tri-down:before {
	bottom: -16px;
	border-top-color: #aaa;
	border-width: 16px;
}
.tri-down:after {
	bottom: -15px;
	border-top-color: #fff;
	border-width: 15px;
}
.tri-down-1:before {
	left: 27px;
}
.tri-down-1:after {
	left: 28px;
}
.tri-down-2:before {
	left: 99px;
}
.tri-down-2:after {
	left: 100px;
}
.tri-down-3:before {
	left: 181px;
}
.tri-down-3:after {
	left: 182px;
}
.tri-down-4:before {
	left: 283px;
}
.tri-down-4:after {
	left: 284px;
}
.thumb-box {
	min-height: 245px;
}
/* --- PAGINATION ------------ */
.pagination > li > a, .pagination > li > a:link, a:visited {
	color: #ed2825;
	text-decoration: none;
	cursor: pointer;
}
.pagination > li > a:hover, .pagination > li > a:focus {
	color: #333;
	text-decoration: none;
}
.pagination > li > a {
	border-radius: 0 !important;
}
/* --- ANSIFL1 TABLE --- */
.ansifl1 {
	font-size: 20px;
	font-weight: 600;
	border: 2px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border-spacing: 0px;
	border-collapse: separate;
}
.ansifl1 th {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding: 10px;
	text-align: center;
}
.ansifl1 td {
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
	text-align: center;
}
.ansi-def {
	border: 2px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-spacing: 0px;
	border-collapse: separate;
}
.ansi-def th {
	background-color: #000;
	padding: 10px;
}
.ansi-def td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid black;
}

/* --- NOROW BOXES ------------ */
.norow-search {
	height: 265px;
}
.norow-dealers {
	height: 220px;
}
.norow-news {
	height: 270px;
}
.norow-press {
	height: 125px;
}
.norow-video {
	height: 290px;
}
.norow-doc {
	height: 340px;
}
.norow-mightalsolike {
	height: 325px;
}
.modal.modal-wide .modal-dialog {
	width: 80%;
	max-width: 1160px;
}
.modal-title-config {
	font-size: 26px;
	font-weight: 600;
}
@media only screen and (max-width: 1200px) {
	.norow-search {
		height: 295px;
	}
	.norow-news {
		height: 290px;
	}
	.norow-press {
		height: 145px;
	}
	.norow-video {
		height: 250px;
	}
	.norow-doc {
		height: 360px;
	}
	h5 {
		font-size: 21px;
		padding-right: 19px;
	}
	.map-ca {
		height: 870px;
	}
}
@media only screen and (max-width: 1115px) {
	.ansifl1 {
		font-size: 13px;
		font-weight: 400;
	}
	.ansifl1 th {
		font-size: 12px;
		font-weight: 300;
		padding: 5px;
	}
	.ansifl1 td {
		padding: 2px;
	}
	.type-md {
		font-size: 11px;
	}
	.map-us {
		height: 655px;
	}
}
.scrollable-menu {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
	.product-finder-input {
		width: 125px;
		padding-left: 5px;
		font-size: 13px;
	}
	.product-finder {
		width: 170px;
	}
	.product-finder-input-es {
		width: 84px;
	}
	.product-finder-es {
		width: 129px;
	}
	.product-finder-button {
		font-size: 16px;
		padding-right: 12px;
		padding-top: 7px;
	}
	.type-social {
		font-size: 48px;
	}
	.norow-news {
		height: 310px;
	}
	.norow-press {
		height: auto;
	}
	.norow-doc {
		height: 295px;
	}
	.map-us {
		height: 505px;
	}
	.map-ca {
		height: 650px;
	}
	h5 {
		font-size: 23px;
		padding-right: 23px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-default {
		background-image: none !important;
		background-color: #222;
		height: 50px;
	}
	.navbar > .container {
		max-width: 100%;
		padding: 0;
		background-color: #222;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		border: 0px;
	}
	.navbar-brand {
		height: 50px;
	}
	.product-finder {
		width: 170px;
	}
	.product-finder-button {
		font-size: 15px;
		padding-right: 12px;
		padding-top: 7px;
	}
	.collapsing, .in {
		text-align: right;
		border: 0; 
		clear: both;
		float: right;
		padding-right: 40px;
	}
	.pad-sides-mobile {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pad-none-mobile {
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.sub-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.type-leadership {
		font-size: 16px;
		font-weight: 600;
	}
	.mobile-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	h1 {
		font-size: 34px;
		font-weight: 900;
		letter-spacing: -1px;
		padding: 0;
		margin: 0;
	}
	h5 {
		font-size: 20px;
		padding-right: 20px;
	}
	.title-line {
		font-size: 26px;
		font-weight: 300;
	}
	.video-height {
		height: 315px;
	}
	.carousel-indicators {
		bottom: -10px;
	}
	.carousel-indicators > li {
		margin-left: 3px;
		margin-right: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top:0px;
		padding-bottom:0px;
		height: 3px;
	}
	.carousel-indicators .active {
		background: #ed2825;
		margin-left: 2px;
		margin-right: 2px;
	}
	.map-us {
		height: 580px;
	}
	.map-ca {
		height: 620px;
	}
	.norow-video {
		height: 330px;
	}
	.norow-doc {
		height: 360px;
	}
	.map-us {
		height: 485px;
	}
	.modal.modal-wide .modal-dialog {
		width: 99%;
	}
	.pad-modal {
		padding-left: 0px;
		padding-right: 0px;
	}
	.modal-title-config {
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	h5 {
		font-size: 19px;
		padding-right: 18px;
	}
	.map-ca {
		height: 510px;
	}
}
@media only screen and (max-width: 600px) {
	.norow-video {
		height: 270px;
	}
	.norow-doc {
		height: 320px;
	}
	h5 {
		font-size: 15px;
	}
	.map-us {
		height: 360px;
	}
	.map-ca {
		height: 480px;
	}
}
@media only screen and (max-width: 480px) {
	.norow-video {
		height: 270px;
	}
	.norow-doc {
		height: 270px;
	}
	h5 {
		font-size: 13px;
		padding-right: 16px;
	}
	.map-us {
		height: 290px;
	}
	.map-ca {
		height: 360px;
	}
}
@media only screen and (max-width: 413px) {
	.ansifl1 {
		font-size: 12px;
		font-weight: 400;
	}
	.ansifl1 th {
		font-size: 11px;
		font-weight: 300;
		padding: 4px;
	}
	.ansifl1 td {
		padding: 2px;
	}
	.type-md {
		font-size: 10px;
	}
	.video-height {
		height: 215px;
	}
	.norow-mightalsolike {
		height: 290px;
	}
	h5 {
		font-size: 11px;
	}
	.map-ca {
		padding-left: 0px;
		padding-right: 0px;
		height: 340px;
	}
}
@media only screen and (max-width: 380px) {
	.tri-down-1:before {
	left: 17px;
	}
	.tri-down-1:after {
		left: 18px;
	}
	.tri-down-2:before {
		left: 69px;
	}
	.tri-down-2:after {
		left: 70px;
	}
	.tri-down-3:before {
		left: 135px;
	}
	.tri-down-3:after {
		left: 136px;
	}
	.tri-down-4:before {
		left: 220px;
	}
	.tri-down-4:after {
		left: 221px;
	}
	.type-sm-mobile {
		font-size: 11px;
		font-weight: 300;
	}
	.type-leadership {
		font-size: 15px;
		font-weight: 600;
	}
	.norow-search {
		height: 250px;
	}
	.norow-news {
		height: 290px;
	}
	.norow-video {
		height: 230px;
	}
	.norow-doc {
		height: 235px;
	}
	.norow-mightalsolike {
		height: 275px;
	}
	h5 {
		font-size: 11px;
		padding-right: 15px;
	}
	.map-us {
		height: 225px;
	}
	.map-ca {
		height: 300px;
	}
}
@media only screen and (max-width: 320px) {
	.norow-search {
		height: 220px;
	}
	.norow-news {
		height: 260px;
	}
	.norow-mightalsolike {
		height: 305px;
	}
	.map-ca {
		height: 240px;
	}
}
.back-to-top {
	display: none;
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #999;
	font-size: 60px;
}
.up-arrow {
	display: block;
	background: none;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: rgba(237, 40, 37, 0.7);
	font-size: 60px;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
#preview {
	position: absolute;
	background: none;
	padding: 0px;
	display: none;
	color: #333;
	cursor: default !important;
}
.box-test {
	width: 100%;
	height: 200px;
	background-color: #ccc;
}

.rating { 
	border: none;
	float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: #ddd; 
	float: right; 
}

.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover,  
.rating:not(:checked) > label:hover ~ label { color: #ed2825;  }

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: #fd4a47;  } 