@charset "UTF-8";

.button,
.button.active,
.button.is-active,
.button:focus,
button:active,
button:focus {
	outline: 0
}


a,
abbr,
acronym,
body {
	color: #4f4f4f
}

a:focus,
a:hover,
cite {
	color: #a5a5a5
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	padding: 0
}

textarea {
	height: auto;
	min-height: 50px
}

table {
	border-spacing: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

body {
	cursor: auto;
	padding: 0;
	font-family: open-sans, Arial, Helvetica, sans-serif;
	line-height: 1.5
}

a:hover {
	cursor: pointer
}

select {
	width: 100%
}
html {
	font-size: 16px
}

@media (min-width:320px) {
	html {
		font-size: 16px
	}
}

@media (min-width:768px) {
	html {
		font-size: 16px
	}
}

@media (min-width:1280px) {
	html {
		font-size: 16px
	}
}

a {
	background-color: transparent;
	line-height: inherit;
	text-decoration: underline
}
p {
	margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2d2d;
	font-family: ingra-condensed, Arial, Helvetica, sans-serif;
	letter-spacing: .25px;
	margin-bottom: .75rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #989898;
	font-size: 60%;
	line-height: 0
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 25px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 15px
}

h6 {
	font-size: 13px
}


b,
em,
i,
small,
strong {
	line-height: inherit
}

dl,
dl dd,
ol,
ul {
	margin-bottom: 1.5rem
}

hr {
	box-sizing: content-box;
	border-width: 1px 0 0;
	height: 0;
	margin: 2rem 0 1.9375rem
}

.form-input[type=search],
.slick-slider {
	box-sizing: border-box
}

small {
	font-size: 60%
}

dl,
ol,
ul {
	list-style-position: outside
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.2rem;
	margin-bottom: 0
}

ol,
ul {
	margin-left: 1.15rem
}

dl dt {
	font-weight: 700;
	margin-bottom: .375rem
}

abbr,
acronym {
	border-bottom: 1px dotted #dfdfdf;
	cursor: help;
	font-size: 90%;
	text-transform: uppercase
}

.table,
.table-tfoot,
.table-thead {
	border: 1px solid #e8e8e8
}

abbr {
	text-transform: none
}

.form-label small,
.page-heading,
.switch-label,
h5,
h6 {
	text-transform: uppercase
}

blockquote,
blockquote p {
	font-size: 22px;
	line-height: 29px
}

.icon,
.icon svg {
	display: inline-block
}

.icon {
	height: 1rem;
	width: 1rem
}

.icon svg {
	fill: #4f4f4f;
	height: 100%;
	vertical-align: top;
	width: 100%
}


.dropdown-menu-item a {
	display: block;
	padding: .375rem;
	margin: -.375rem
}

.form {
	margin: 0 0 1.5rem
}

.form-fieldset {
	border-width: 0;
	margin: 0;
	padding: 0
}

.form-legend {
	background: 0 0;
	border: solid #454545;
	border-width: 0 0 1px;
	line-height: 32px;
	margin-bottom: .75rem;
	padding: 0;
	width: 100%
}

.form-input,
.form-select.radius {
	border-radius: 0
}

.form-label {
	color: #666;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: .5rem
}

.form-input,
.form-select {
	font-family: inherit;
	margin: 0
}

.form-label small {
	color: #989898;
	font-size: .625rem;
	vertical-align: bottom
}

.form-input {
	appearance: none;
	background-color: #fff;
	color: #454545;
	font-size: 1rem;
	font-smoothing: antialiased;
	height: 3rem;
	padding: .75rem 1rem;
	transition: border-color .1s ease-out;
	width: 100%
}

.form-input:disabled {
	background-color: #fff;
	color: #a5a5a5;
	cursor: not-allowed
}

.form-input[readonly] {
	background-color: #f8f8f8;
	border-color: #454545;
	color: #989898;
	cursor: text
}

.form-body,
.form-checkbox[disabled]+.form-label::before,
.form-radio[disabled]+.form-label::before,
.form-select,
.form-select:disabled {
	background-color: #fff
}

.form-row {
	max-width: none;
	width: auto
}

.form-row:after,
.form-row:before {
	content: " ";
	display: table
}

.form-row .form-field {
	padding-left: .75rem;
	padding-right: .75rem;
	float: left;
	max-width: none
}

@media (min-width:320px) {
	.form-row--half .form-field {
		width: 50%
	}
	.form-row--third .form-field {
		width: 33.33333%
	}
	.form-row--quarter .form-field {
		width: 25%
	}
	.tab {
		float: left
	}
}

.form-field {
	display: block;
	margin: 0 0 2rem;
	max-width: none
}

.form-field:after,
.form-field:before {
	content: " ";
	display: table
}

.form-select[multiple] {
	height: auto
}

.form-select[multiple] option {
	padding: 5px
}

.form-checkbox,
.form-radio {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-checkbox+.form-label,
.form-radio+.form-label {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .375rem;
	padding-left: 1.875rem;
	position: relative;
	vertical-align: baseline;
	width: 100%
}

.form-checkbox+.form-label::after,
.form-checkbox+.form-label::before,
.form-radio+.form-label::after,
.form-radio+.form-label::before {
	content: "";
	display: block;
	position: absolute;
	transition: all 50ms ease-out
}

.switch-label,
.switch-toggle,
.switch-toggle::before {
	transition: all .1s ease-out
}

.form-checkbox+.form-label::before,
.form-radio+.form-label::before {
	background-color: #fff;
	border: solid #dfdfdf;
	border-width: 1px;
	height: 1rem;
	left: 0;
	width: 1rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
	height: .875rem;
	left: 1px;
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	width: .875rem
}

.form-checkbox:checked+.form-label::after,
.form-radio:checked+.form-label::after {
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1)
}

.form-checkbox[disabled]+.form-label,
.form-radio[disabled]+.form-label {
	cursor: default
}

.form-checkbox+.form-label::before {
	border-radius: 0
}

.form-checkbox+.form-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: rgba(79, 79, 79, .999);
	content: "";
	font-size: .875rem;
	line-height: 1;
	text-align: center
}

.form-radio+.form-label::before {
	border-radius: 50%
}

.form-radio+.form-label::after {
	background: rgba(79, 79, 79, .999);
	border: 3px solid #fff;
	border-radius: .875rem
}

.form-input.has-action {
	float: left;
	padding-right: 2.875rem
}

.form-input.has-action+.button--inputAction {
	background: 0 0;
	border: 0;
	border-radius: 0;
	float: left;
	height: 2.875rem;
	margin: .0625rem 0 0 -2.9375rem;
	width: 2.875rem
}

.form-input.has-icon {
	float: left;
	padding-right: 2.25rem
}

.form-input.has-icon+.icon {
	height: 3rem;
	margin-left: -2.25rem;
	width: 1.25rem
}

.form-prefixPostfix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.form-prefixPostfix .form-input {
	-ms-flex: 1;
	flex: 1
}

.form-prefixPostfix .button {
	height: 3rem
}

.form-prefixPostfix-input {
	border-radius: 0
}

@media (min-width:481px) {
	.form-actions {
		text-align: left
	}
	.form-actions>* {
		vertical-align: baseline;
		width: auto
	}
	.form-actions--fixed {
		background: #fff;
		border-top: 1px solid #454545;
		bottom: 0;
		left: 0;
		padding: 1.5rem 2rem;
		position: fixed;
		right: 0;
		text-align: right;
		z-index: 20
	}
}

.actionBar .buttonGroup,
.alertBox-column,
.slick-dots li button {
	vertical-align: middle
}

.alertBox,
.breadcrumb:before,
.panel,
.tab {
	position: relative
}

.form-input-indicator {
	height: 1.375rem;
	width: 1.375rem;
	float: left;
	margin: 0 0 0 -1.875rem;
	position: relative;
	top: .625rem
}

.form-field-errors,
.form-field-errors ol,
.form-field-errors ul {
	margin-bottom: 0;
	list-style: none
}

.form-prefixPostfix .form-input-indicator {
	top: 0
}

.form-field-errors {
	margin-left: 0;
	margin-top: .1875rem
}

.form-inlineMessage {
	line-height: 24px;
	margin: .375rem 0 -.5rem;
	width: 100%
}

.form-field--error .form-input,
.form-field--success .form-input,
.form-field--warning .form-input {
	float: left
}

.form-field--success .form-checkbox+.form-label::before,
.form-field--success .form-input,
.form-field--success .form-prefixPostfix-label,
.form-field--success .form-radio+.form-label::before,
.form-field--success .form-select {
	border-color: #69d66f
}

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
	color: #69d66f
}

.form-field--error .form-checkbox+.form-label::before,
.form-field--error .form-input,
.form-field--error .form-prefixPostfix-label,
.form-field--error .form-radio+.form-label::before,
.form-field--error .form-select {
	border-color: #ff7d7d
}

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
	color: #ff7d7d
}

.form-field--error .form-input-indicator>svg {
	fill: #ff7d7d
}

.form-field--warning .form-checkbox+.form-label::before,
.form-field--warning .form-input,
.form-field--warning .form-prefixPostfix-label,
.form-field--warning .form-radio+.form-label::before,
.form-field--warning .form-select {
	border-color: #d4cb49
}

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
	color: #d4cb49
}

.breadcrumb,
.breadcrumb a {
	color: #01579b
}

.form-field--warning .form-input-indicator>svg {
	fill: #d4cb49
}

.panel-header {
	background-color: #f2f2f2;
	margin: 0;
	padding: 1.5rem 2rem 0
}

.panel-title {
	line-height: 1.5;
	margin: 0
}

.panel-body {
	margin-bottom: 1.5rem;
	padding: 1rem 2rem 1.5rem;
	background: #f2f2f2
}

.panel-body>:first-child {
	margin-top: 0
}

.panel-body>:last-child {
	margin-bottom: 0
}

.breadcrumbs {
	list-style: none;
	margin-left: 0;
	overflow: hidden
}

.breadcrumb {
	font-size: 16px;
	margin: 0;
	line-height: 1.5
}

.breadcrumb.current,
.breadcrumb.current a {
	color: #989898;
	cursor: default
}

.breadcrumb.unavailable,
.breadcrumb.unavailable a {
	color: #a5a5a5
}

.breadcrumb.unavailable a:focus,
.breadcrumb.unavailable:focus,
.breadcrumb.unavailable:hover,
.breadcrumb.unavailable:hover a {
	color: #a5a5a5;
	cursor: not-allowed;
	text-decoration: none
}

.breadcrumb:before {
	color: #989898;
	content: "/";
	margin: 0;
	top: 1px
}

.breadcrumb:first-child:before {
	content: " ";
	margin: 0
}

.breadcrumb::before {
	margin: 0 .5rem
}

@media (min-width:481px) {
	.breadcrumb::before {
		margin: 0 .5rem
	}
}

.breadcrumb-label {
	cursor: pointer
}

.breadcrumb-label:hover {
	color: #4f4f4f
}

.breadcrumb.is-active>.breadcrumb-label {
	color: #989898
}

.breadcrumb.is-unavailable>.breadcrumb-label {
	color: #a5a5a5;
	cursor: default
}

.tabs {
	border-bottom: 1px solid #e8e8e8;
	margin: 0
}

.tabs:after,
.tabs:before {
	content: " ";
	display: table
}

.tab {
	border-bottom: #fff;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

.tab-title {
	color: #989898;
	display: block;
	font-size: 15px
}

.tab-title:hover {
	color: #4f4f4f
}

.tab.is-active .tab-title {
	color: #4f4f4f;
	font-weight: 700
}

@media (min-width:320px) {
	.tabs--vertical {
		border-bottom: 0;
		float: left;
		margin: 0 0 1.5rem;
		max-width: 20%;
		width: 20%
	}
}

.tabs--vertical .tab {
	float: none
}

.tabs-contents {
	margin-bottom: 1.5rem
}

.navBar ol ol,
.navBar ol ul,
.navBar ul ol,
.navBar ul ul,
.navList ol ol,
.navList ol ul,
.navList ul ol,
.navList ul ul {
	margin-bottom: 0;
	list-style: none
}

.tabs-contents:after,
.tabs-contents:before {
	content: " ";
	display: table
}

@media (min-width:320px) {
	.tabs-contents--vertical {
		float: left;
		max-width: 80%;
		padding-left: 1.5rem;
		width: 80%
	}
	.tabs-contents--vertical>.tab-content {
		padding: 0 1.5rem
	}
}

.tab-content {
	display: none;
	padding: 1.5rem 0
}

.tab-content.is-active {
	display: block
}

.no-js .tab-content {
	display: block;
	float: none
}

.navBar-section:after,
.navBar-section:before,
.navBar:after,
.navBar:before {
	content: " ";
	display: table
}

.navBar ol,
.navBar ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navBar ol li,
.navBar ul li {
	margin: 0;
	padding: 0
}

.navBar-section {
	float: left
}

.navBar-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navBar-section+.navBar-section {
	margin-left: 1.5rem
}

@media (min-width:320px) {
	.navBar-item {
		float: left
	}
	.modal {
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.navBar-action,
.navBar-item {
	display: block
}

.navList-section:after,
.navList-section:before,
.navList:after,
.navList:before {
	display: table;
	content: " "
}

.navBar-action {
	color: #2d2d2d;
	font-size: 15px;
	padding: .75rem
}

.navList ol,
.navList ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navList ol li,
.navList ul li {
	margin: 0;
	padding: 0
}

.navList-section:after {
	clear: both
}

.navList-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navList-section+.navList-section {
	margin-top: 1.5rem
}

.navList-action,
.navList-item {
	display: block
}

.navList-action {
	color: #4f4f4f;
	font-size: 15px;
	padding: .1875rem 0
}

.pagination-list {
	display: block;
	margin-left: 0
}

.pagination-list li {
	color: #989898;
	font-size: 1rem;
	margin-left: .375rem;
	display: block
}

.pagination-list li a,
.pagination-list li button {
	border-radius: 0;
	transition: background-color .3s ease-out;
	background: 0 0;
	color: #989898;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: inherit;
	padding: .3125rem .5rem
}

li.pagination-item {
	cursor: pointer
}

li.pagination-item:first-child {
	margin-left: 0
}

li.pagination-item a:hover {
	color: #4f4f4f
}

li.pagination-item--current a,
li.pagination-item--current button {
	color: #4f4f4f;
	cursor: default
}

.alertBox {
	border-style: none;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .75rem;
	padding: .75rem 1.125rem;
	transition: opacity .3s ease-out;
	background-color: #e8e8e8;
	border-color: #e8e8e8
}

.alertBox .icon {
	height: 1.25rem;
	width: 1.25rem
}

.alertBox .button {
	margin: 0 0 0 .75rem
}

.alertBox--info {
	background-color: #666;
	border-color: #666
}

.alertBox--info svg {
	fill: #dfdfdf
}

.alertBox--success {
	background-color: #d5ffd8;
	border-color: #d5ffd8;
	color: #fff
}

.alertBox--success svg {
	fill: #69d66f
}

.alertBox--warning {
	background-color: #fffdea;
	border-color: #fffdea;
	color: #fff
}

.alertBox--warning svg {
	fill: #d4cb49
}

.alertBox--error {
	background-color: #fdd;
	border-color: #fdd;
	color: #fff
}

.alertBox--error svg {
	fill: #ff7d7d
}

.alertBox-close svg,
.breadcrumb-label:hover svg {
	fill: #4f4f4f
}

.alertBox-column {
	display: table-cell;
	text-align: center
}

.alertBox-icon {
	padding-right: 1.125rem
}

.alertBox-message {
	margin: 0;
	text-align: left;
	width: 100%
}

.alertBox-heading {
	margin: 0
}

.alertBox-close {
	cursor: pointer;
	padding-left: 1.125rem
}

.alertBox-close .icon {
	height: 1.25rem;
	width: 1.25rem
}

.accordion {
	border-width: 1px;
	margin: 0 0 1.5rem
}

.accordion:after,
.accordion:before {
	content: " ";
	display: table
}

.accordion-navigation {
	display: block;
	margin-bottom: 0!important;
	border: solid #e8e8e8;
	border-width: 1px 0;
	cursor: pointer
}

.accordion-navigation.is-open>a {
	background: #fff;
	color: #2d2d2d
}

.accordion-navigation>a {
	background: #fff;
	color: #4f4f4f;
	padding: 1.875rem;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.accordion-navigation>a:hover {
	background: #f2f2f2
}

.accordion-navigation .accordion-title {
	padding: 1.5rem 1.875rem
}

.accordion-title {
	font-weight: 700;
	line-height: 24px
}

.accordion-content {
	display: none;
	padding: 2rem
}

.accordion-content.is-open {
	display: block
}

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open>a {
	color: #69d66f
}

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open>a {
	color: #ff7d7d
}

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open>a {
	color: #d4cb49
}

body.has-activeModal {
	overflow: hidden
}

.modal-background {
	background: #2d2d2d;
	background: rgba(45, 45, 45, .95);
	bottom: 0;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1004;
	left: 0
}

.has-activeModal .modal-background {
	display: block
}

.modal {
	border-radius: 0;
	display: none;
	width: 100%;
	z-index: 1005;
	background-color: #fff;
	border: 0 solid #e8e8e8;
	box-shadow: none;
	position: fixed
}

@media only screen and (max-width:320px) {
	.modal {
		min-height: 100vh
	}
}

.modal .column,
.modal .columns {
	min-width: 0
}

.modal>:first-child {
	margin-top: 0
}

.modal>:last-child {
	margin-bottom: 0
}

@media only screen and (min-width:320px) {
	.modal {
		left: 0;
		margin: 0 auto;
		max-width: 80%;
		right: 0;
		width: 900px;
		top: 50%!important
	}
}

.modal--large {
	max-height: 90%;
	width: 1280px
}

.modal--small {
	width: 500px
}

.modal-header {
	border-bottom: 1px solid #e8e8e8;
	padding: 1rem 0;
	position: relative
}

.modal-header-title {
	margin: 0
}

.modal-body>:last-child {
	margin-bottom: 0
}


body,
html {
	height: auto
}

body {
	background: #969696 !important;
	margin: 0!important;
	font-size: 1rem
}

.button {
	line-height: 1rem
}

.button+.button {
	margin-left: 0
}

.button[disabled] {
	cursor: not-allowed
}

.button--icon svg {
	fill: #4f4f4f
}
.accordion .navList,
.accordion-content .form:only-child {
	margin-bottom: 0
}

.tab-title {
	padding: 1.125rem 0;
	text-align: center;
	text-decoration: none
}

@media (min-width:320px) {
	.tab-title {
		text-align: left
	}
}

.card-body,
.form-actions,
.form-option-variant {
	text-align: center
}

@media (min-width:768px) {
	.hide-page-mob {
		display: inline-block!important
	}
	.button+.button {
		margin-left: .75rem
	}
	.tab {
		border-top-color: #fff;
		float: left
	}
	.tab.is-active {
		border: 1px solid #e8e8e8;
		border-bottom: 1px solid #fff
	}
	.tab-title {
		padding: .75rem 1.5rem
	}
}

.tab-content.has-jsContent {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden
}

.tab-content.has-jsContent.is-active {
	height: auto;
	overflow: visible;
	padding: 1.5rem 0;
	visibility: visible
}

.accordion {
	border-radius: 0;
	box-shadow: none
}

.accordion-content {
	border: 0
}

.accordion-title {
	margin: 0
}

.accordion-navigation {
	margin-top: -1px;
	position: relative;
	text-decoration: none
}

.accordion--navList .accordion-content {
	padding: 1rem
}

@media (min-width:768px) {
	.accordion--navList {
		border: 0
	}
	.accordion--navList .accordion-block,
	.sidebarBlock+.accordion--navList {
		margin-top: 2rem
	}
	.accordion--navList .accordion-content {
		padding: 0
	}
	.accordion--navList .accordion-navigation {
		background-position: right 0 top 50%;
		border: 0
	}
}

.accordion--navList .accordion-title {
	font-weight: 400;
	padding: 1rem;
	text-decoration: none;
	text-transform: inherit
}

.accordion--navList .accordion-indicator {
	fill: #a5a5a5
}

.accordion--navList .accordion-navigation-actions {
	right: 1rem;
	top: 1.1875rem
}

@media (min-width:768px) {
	.accordion--navList .accordion-title {
		margin-bottom: .75rem;
		margin-top: 0;
		padding: 0
	}
	.accordion--navList .accordion-indicator {
		visibility: hidden
	}
	.accordion--navList .accordion-navigation-actions {
		right: 0;
		top: 0
	}
}

.accordion-block:first-child {
	margin-top: 0
}

.accordion-block:first-child .accordion-navigation,
.accordion-block:last-child .accordion-content,
.accordion-block:last-child .accordion-navigation {
	border-radius: 0
}

.accordion-block:last-child .accordion-navigation {
	border-bottom-width: 0
}

.accordion-block:last-child .accordion-navigation.is-open {
	border-bottom-width: 1px;
	border-radius: 0
}

.accordion-navigation-actions {
	position: absolute;
	right: 1.875rem;
	top: 1.5rem
}

.accordion-navigation-actions>a {
	color: #989898;
	vertical-align: middle
}

.accordion-navigation-actions>a:hover,
.alertBox {
	color: #4f4f4f
}

.inlineList--labels {
	margin-bottom: 0;
	margin-left: -.75rem
}

.inlineList--labels>li {
	margin-bottom: .75rem;
	margin-left: .75rem
}

.alertBox {
	border-radius: 4px
}

.alertBox-icon .icon {
	height: 1.5625rem;
	width: 1.5625rem
}

.alertBox--info {
	color: #fff
}

.alertBox--info .alertBox-close svg {
	fill: #dfdfdf
}

.form-row {
	margin: 0
}

.form-row .form-field {
	width: 100%
}

.form--hiddenLabels .form-label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.form-inlineMessage {
	display: block
}

.form-field--error .form-input {
	float: none
}

.form-field--error .form-inlineMessage:before {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	height: .875rem;
	left: -.125rem;
	margin-right: .0625rem;
	position: relative;
	top: .1875rem;
	width: .875rem
}

.form-field--success .form-input[type=text] {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
	background-position: right .6875rem center;
	background-repeat: no-repeat;
	padding-right: 3rem
}

.form-checkbox+.form-label:last-child,
.form-radio+.form-label:last-child {
	display: block;
	margin-bottom: -.3125rem
}

.form-checkbox+.form-label::after,
.form-radio+.form-label::after {
	top: .25rem
}

.form-checkbox+.form-label::before,
.form-radio+.form-label::before {
	top: .1875rem
}

.form-actions {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
	display: block
}

.form-actions:after,
.form-actions:before {
	content: " ";
	display: table
}

.form-actions .button,
.form-actions a,
.form-actions input {
	vertical-align: top;
	width: 100%
}

@media (min-width:320px) {
	.form-actions {
		margin-top: 1.5rem
	}
	.form-actions .button,
	.form-actions a,
	.form-actions input {
		margin-bottom: 0;
		width: auto
	}
}

.form-actions .button+.button,
.form-actions .button+a,
.form-actions .button+input,
.form-actions a+.button,
.form-actions a+a,
.form-actions a+input,
.form-actions input+.button,
.form-actions input+a,
.form-actions input+input {
	margin-top: .75rem
}

@media (min-width:320px) {
	.form-actions .button+.button,
	.form-actions .button+a,
	.form-actions .button+input,
	.form-actions a+.button,
	.form-actions a+a,
	.form-actions a+input,
	.form-actions input+.button,
	.form-actions input+a,
	.form-actions input+input {
		margin: 0 0 0 .75rem
	}
}

.form-label--alternate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: .75rem
}

.form-select--date {
	width: initial
}

.form-select--date+.form-select--date {
	margin-left: .375rem
}

.form-select--date,
.form-select--small {
	background-size: 1.125rem;
	font-size: 13px;
	height: 2.25rem;
	line-height: 1rem;
	max-width: 20rem;
	padding: .5625rem 2rem .5625rem .75rem
}

.form-select--short {
	max-width: 6rem;
	width: 4.5rem
}

.form-file {
	margin-bottom: .5rem
}

.form-fileDescription {
	color: #a5a5a5;
	font-size: 13px
}

.form-field-group {
	border: 1px solid #dfdfdf;
	border-radius: 0;
	padding: 1.5rem
}

.form-column {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

@media (min-width:320px) {
	.form-column {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
	.form-row--half>.form-field:nth-child(odd) {
		clear: left
	}
}

.header .form-prefixPostfix input[type=submit],
.part-number .form-prefixPostfix label {
	display: none
}

.form-prefixPostfix {
	position: relative
}

.form-prefixPostfix svg {
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer
}

.form-prefixPostfix.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
	display: block;
	width: 100%
}

@media (min-width:768px) {
	.form-prefixPostfix .button,
	.form-prefixPostfix .form-input {
		width: auto
	}
}

.form-prefixPostfix .form-inlineMessage {
	margin-bottom: .375rem
}

@media (min-width:1280px) {
	.form-prefixPostfix .form-inlineMessage {
		margin-bottom: 0
	}
}

.form-prefixPostfix-button--postfix {
	margin: .75rem 0 0;
	-ms-flex-order: 1;
	order: 1
}

@media (min-width:1280px) {
	.form-prefixPostfix-button--postfix {
		margin: 0 0 0 .75rem;
		-ms-flex-order: 0;
		order: 0
	}
}

.form-increment .button {
	margin: 0;
	padding: .1875rem .3125rem
}

.form-input--incrementTotal {
	border: 0!important;
	box-shadow: none!important;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #767676;
	height: auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 2.1875rem
}

.form-option {
	border: 1px solid #dfdfdf;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	margin-bottom: .5rem;
	margin-right: .5rem;
	padding: 1px
}

.navList-action--checkbox.is-disabled,
.navUser-or,
.ribbon {
	cursor: default
}

.form-option:hover {
	border-color: #989898
}

.form-radio:checked+.form-option {
	border-color: #4f4f4f;
	box-shadow: 0 0 0 1px #4f4f4f
}

.form-option-variant {
	display: inline-block;
	font-size: 1rem;
	min-width: 2.375rem;
	padding: 1px .375rem;
	pointer-events: none
}

.form-option-variant--color,
.form-option-variant--pattern {
	min-width: initial;
	padding: 0
}

.form-option-variant--pattern {
	background-position: center;
	background-repeat: no-repeat
}

.form-input--small {
	font-size: 13px;
	height: 2.25rem;
	line-height: 1rem;
	padding: .5625rem .75rem
}

.form-minMaxRow {
	margin-left: -.375rem;
	margin-right: -.375rem
}

.form-minMaxRow:after,
.form-minMaxRow:before {
	content: " ";
	display: table
}

.form-minMaxRow .form-field {
	width: 33.33333%;
	float: left;
	margin-bottom: 0;
	padding-left: .375rem;
	padding-right: .375rem
}

.form-minMaxRow .button {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.account--addReturn-row:after,
.banner:after,
.cart-item,
.cart-item-info,
.facetedSearch-toggle:after,
.navUser-section:after,
.navUser:after,
.productCarousel:after,
.productView-info:after,
.productView-options:after,
.productView-thumbnails:after,
.quickView:after,
.socialLinks:after {
	clear: both
}

[data-product-attribute] .form-option {
	overflow: hidden;
	position: relative
}

[data-product-attribute] .form-option.unavailable {
	background-color: #ddd;
	opacity: .3
}

[data-product-attribute] .form-option.unavailable:before {
	background-color: #000;
	content: "";
	height: 2px;
	left: -5px;
	position: absolute;
	top: 11px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 141%
}

[data-product-attribute=set-radio] .unavailable,
[data-product-attribute=product-list] .unavailable {
	opacity: .6;
	text-decoration: line-through
}

.card-title>a,
.navBar-action,
.navList-action,
.navUser-action {
	text-decoration: none
}

.form-input {
	border: 1px solid #a8a8a8;
	box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, .16)
}

.card .brand-name {
	color: #01579b;
	font-size: 14px;
	font-weight: 500
}

@media (min-width:768px) {
	.card .brand-name {
		font-size: 16px
	}
}

.card .card-title a {
	font-size: 14px;
	color: #01579b;
	font-weight: 600;
	font-family: open-sans, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

@media (min-width:768px) {
	.card .card-title a {
		font-size: 15px
	}
}

.card .price--withoutTax {
	color: #333;
	font-size: 14px;
	font-weight: 700
}

@media (min-width:768px) {
	.navBar--sub .navBar-item {
		display: inline-block
	}
	.navBar--sub .navBar-item.is-active {
		border-bottom: 1px solid #4f4f4f
	}
	.navBar--sub .navBar-item.navBar-item--separate {
		border-left: 1px solid #989898;
		margin: 0;
		padding-left: .75rem
	}
}

.navBar--sub .navBar-action {
	color: #989898;
	font-size: 1rem;
	padding: 0
}

.navBar--sub .navBar-action:hover {
	color: #4f4f4f
}

.loadingOverlay {
	background-color: rgba(255, 255, 255, .9);
	display: none;
	z-index: 20
}

.icons-svg-sprite {
	display: none
}

.actionBar-section .form-field {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	overflow: hidden
}

.actionBar-section .form-field:hover {
	border-color: #989898
}

.actionBar-section .form-label {
	color: #444;
	font-size: 16px;
	line-height: 2.125rem;
	margin-bottom: 0;
	padding-left: .75rem
}

.actionBar-section .form-input,
.actionBar-section .form-select {
	border: 0;
	padding-left: .1875rem;
	width: auto
}

.actionBar-section .form-input,
.actionBar-section .form-label,
.actionBar-section .form-select {
	display: inline-block
}

.navUser-section:after,
.navUser-section:before,
.navUser:after,
.navUser:before {
	content: " ";
	display: table
}

.actionBar-section .form-select {
	color: #444;
	height: 40px;
	font-size: 16px
}

.has-ribbon {
	position: relative
}

.navUser,
.ribbon {
	position: absolute;
	right: 0
}

.ribbon {
	background-color: #454545;
	color: #fff;
	margin: -.6875rem -.6875rem 0 0;
	padding: .0625rem 1rem;
	top: 0;
	z-index: 1
}

.navUser {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 26px;
	width: 100%;
	z-index: 5
}

.navUser .dropdown-menu.is-open:after,
.navUser .dropdown-menu.is-open:before {
	width: 0;
	content: "";
	display: block;
	position: absolute
}

.navUser ol,
.navUser ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.navUser ol ol,
.navUser ol ul,
.navUser ul ol,
.navUser ul ul {
	list-style: none;
	margin-bottom: 0
}

.navUser ol li,
.navUser ul li {
	margin: 0;
	padding: 0
}

.navUser-section {
	float: left
}

.navUser-section--alt {
	float: right;
	margin-left: 1.5rem
}

.navUser-section+.navUser-section {
	margin-left: 1.5rem
}

.navUser-action,
.navUser-item {
	display: block
}

@media (min-width:768px) {
	.navUser {
		padding: 0 1.5rem 0 8px;
		position: relative;
		right: auto;
		top: auto;
		-ms-transform: none;
		transform: none;
		z-index: 50
	}
}

.navUser .dropdown-menu {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
	position: absolute
}

.navUser .dropdown-menu.is-open:before {
	border: 10px inset;
	height: 0;
	border-color: transparent transparent #e8e8e8;
	border-bottom-style: solid;
	bottom: 100%;
	left: .75rem
}

.navUser .dropdown-menu.is-open:after {
	border: 8px inset;
	height: 0;
	border-color: transparent transparent #fff;
	border-bottom-style: solid;
	bottom: 100%;
	left: .875rem
}

.navUser-action--quickSearch.is-open,
.navUser-or {
	position: relative
}

.navUser-action {
	color: #4f4f4f;
	padding: 14px .75rem .5rem
}

.navUser-action.is-open,
.navUser-action:hover {
	color: #a5a5a5
}

.navUser-action .icon {
	height: .5rem;
	width: .5rem;
	margin: -1px 0 0 .1875rem
}

.navUser-action svg {
	width: 20px;
	height: 18px
}

.navUser-action--storeCredit+.dropdown-menu {
	max-width: 18.75rem;
	padding: 0 10px 0 5px
}

.navUser-action--storeCredit+.dropdown-menu:before {
	left: 8.75rem!important
}

.navUser-action--storeCredit+.dropdown-menu:after {
	left: 8.875rem!important
}

.navUser-action-divider {
	border-right: 1px solid #e8e8e8;
	color: #989898;
	display: inline-block;
	padding: 0 1.25rem 0 0;
	text-decoration: none
}

.navUser-item {
	display: none
}

@media (min-width:768px) {
	.navUser-item {
		display: block
	}
	.navUser-item.navUser-item--social {
		margin-top: .3125rem;
		padding-right: .3125rem
	}
	.navUser-item.navUser-item--divider {
		font-size: 1.5625rem;
		margin-top: .5rem;
		padding-left: .125rem
	}
}

.navUser-item--cart {
	display: block
}

.navUser-item--cart .navUser-action {
	color: #4f4f4f
}

.navUser-item--cart .navUser-action.is-open,
.navUser-item--cart .navUser-action:hover {
	color: #a5a5a5
}

.navUser-item--cart .dropdown-menu {
	max-width: 20rem
}

.navUser-item--cart .dropdown-menu.is-open:after,
.navUser-item--cart .dropdown-menu.is-open:before {
	left: auto
}

.navUser-item--cart .dropdown-menu.is-open:before {
	right: .75rem
}

.navUser-item--cart .dropdown-menu.is-open:after {
	right: .875rem
}

.navUser-item-cartLabel {
	display: none
}

@media (min-width:320px) {
	.navUser-item {
		float: left
	}
	.navUser-item-cartLabel {
		display: inline
	}
}

.navUser-item--compare {
	display: none
}

.navUser-item--compare.show {
	display: block
}

.navUser-item--account .navUser-action,
.navUser-or {
	display: inline-block
}

.navUser-item--account .navUser-or+.navUser-action {
	margin-right: -.5rem
}

.navUser-or {
	color: #4f4f4f;
	margin: 0 -.75rem;
	padding: 0 2px;
	z-index: 1
}

.navUser-action--quickSearch.is-open:before {
	border: 10px inset;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent #e8e8e8;
	border-bottom-style: solid;
	bottom: 0;
	left: 50%;
	position: absolute;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.dropdown--quickSearch {
	background-color: #e8e8e8;
	padding: 1.5rem 0
}

@media (min-width:320px) {
	.dropdown--quickSearch {
		padding: 3rem
	}
}

.dropdown--quickSearch.is-open {
	left: 0!important;
	right: 0!important;
	width: 100%!important;
	z-index: 50
}

.dropdown--quickSearch .form {
	margin: auto;
	max-width: 30rem
}

.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
	margin-bottom: 0
}

.dropdown--quickSearch .form-input {
	font-size: 20px;
	height: unset
}

.dropdown--quickSearch .productGrid {
	padding: 1.5rem 0 0
}

@media (min-width:320px) {
	.dropdown--quickSearch .productGrid {
		padding: 3rem 0 0
	}
}

.countPill {
	color: #1687c8;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;
	vertical-align: top
}

.cart-txt,
.top-countPill {
	font-weight: 600;
	font-size: 14px
}

.countPill--positive {
	display: inline-block
}

.countPill--alt {
	background-color: #dfdfdf;
	color: #454545
}

.top-countPill {
	color: #fff
}

.cart-txt {
	color: #fff;
	vertical-align: top
}

.cart-txt:active,
.cart-txt:focus,
.cart-txt:hover {
	text-decoration: underline
}

.heroCarousel-slide a,
.navPages-action,
.socialLinks .icon,
.tag a {
	text-decoration: none
}

.navPage-childList,
.navPages .navPage-subMenu-list {
	border-left: 1px solid #dfdfdf;
	margin: .375rem .75rem;
	padding-left: .75rem
}

.has-activeNavPages {
	overflow: hidden;
	-webkit-overflow-scrolling: auto
}

.navPages-container {
	background: 0 0;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	z-index: 10
}

@media (min-width:768px) {
	.navPages-container {
		background: 0 0;
		display: inline-block;
		height: auto;
		padding: 0;
		position: absolute;
		left: auto;
		right: 0;
		top: 20px;
		vertical-align: top
	}
}

@media (min-width:1280px) {
	.navPages-container {
		width: 400px;
		right: calc(50% - 200px)
	}
}

.navPages-container.is-open {
	display: block;
	z-index: 10;
	top: 126px
}

.navPages {
	background-color: #01579b;
	overflow-y: auto;
	padding: 0
}

@media (min-width:768px) {
	.navPages-section:after,
	.navPages-section:before,
	.navPages:after,
	.navPages:before {
		content: " ";
		display: table
	}
	.navPages-section:after,
	.navPages:after {
		clear: both
	}
	.navPages {
		margin: 0 auto;
		max-width: 75rem;
		width: 100%;
		background: 0 0;
		font-size: 0;
		overflow-y: visible;
		text-align: center
	}
	.navPages ol,
	.navPages ul {
		list-style: none;
		margin: 0;
		padding: 0
	}
	.navPages ol ol,
	.navPages ol ul,
	.navPages ul ol,
	.navPages ul ul {
		list-style: none;
		margin-bottom: 0
	}
	.navPages ol li,
	.navPages ul li {
		margin: 0;
		padding: 0
	}
	.navPages-section {
		float: left
	}
	.navPages-section--alt {
		float: right;
		margin-left: 1.5rem
	}
	.navPages-section+.navPages-section {
		margin-left: 1.5rem
	}
	.navPages-action,
	.navPages-item {
		display: block
	}
}

@media (min-width:768px) and (min-width:320px) {
	.navPages-item {
		float: left
	}
}

.navPages ul {
	list-style: none
}

.navPages .navPage-subMenu-list {
	border-left: 0;
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

@media (min-width:768px) {
	.navPages .navPage-subMenu-list {
		max-width: 75rem;
		width: 100%;
		border-left: 0;
		margin: auto;
		padding-left: 0
	}
	.navPages .navPage-subMenu-list:after,
	.navPages .navPage-subMenu-list:before {
		content: " ";
		display: table
	}
	.navPages .navPage-subMenu-list:after {
		clear: both
	}
	.navPages-list {
		display: inline-block;
		float: none
	}
}

.navPages-list {
	margin: 0
}

.navPages-list .navPages-item {
	padding: 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.navPages-list-depth-max.subMenu-is-open .is-hidden {
	display: none
}

@media (min-width:768px) {
	.navPages-list .navPages-item {
		padding: 0;
		border-bottom: 0
	}
	.navPages-list-depth-max.subMenu-is-open .is-hidden {
		display: inline-block
	}
}

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
	display: none
}

.navPages-action-depth-max.has-subMenu.is-open {
	border-bottom: 1px solid #dfdfdf;
	text-align: center
}

@media (min-width:768px) {
	.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
		display: inline-block
	}
	.navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
	.navPages-action-depth-max.has-subMenu.is-open {
		border-bottom: 0;
		text-align: left
	}
}

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
	border: 1px solid #d6cdc0;
	border-radius: 4px;
	float: left;
	height: 35px;
	margin-top: -10px;
	padding: 11.7px;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 35px
}

@media (min-width:768px) {
	.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
		height: .5rem;
		width: .5rem;
		border: 0;
		border-radius: 0;
		float: none;
		margin-top: 0;
		padding: 0;
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}

.navPages-action-depth-max.has-subMenu.is-open svg {
	height: 9.6px;
	width: 9.6px
}

.navPages-action {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: .75rem 0;
	position: relative;
	text-transform: uppercase
}

@media (min-width:768px) {
	.navPages-action-depth-max.has-subMenu.is-open svg {
		height: 100%;
		width: 100%
	}
	.navPages-action {
		color: #000;
		display: inline-block;
		padding: .75rem 1.125rem 1.125rem
	}
	.navPages-action.is-open {
		background-color: #f2f2f2
	}
	.navPages-action.is-open svg {
		fill: #a5a5a5;
		stroke: #a5a5a5
	}
	.navPages-action svg {
		display: none
	}
}

.navPages-action:hover {
	color: #a5a5a5
}

.navPages-action:hover svg {
	fill: #a5a5a5;
	stroke: #a5a5a5
}

.navPages-action svg {
	fill: #fff;
	stroke: #fff;
	stroke-width: 1.5px;
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 13px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 18px
}

.navPages-action--storeCredit {
	color: #989898
}

.navPages-action--compare {
	display: none
}

.navPages-action--compare.show {
	display: block
}

.navPages-action-moreIcon {
	height: .5rem;
	width: .5rem;
	margin-left: .375rem;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (min-width:768px) {
	.navPages-action-moreIcon {
		-ms-transform: none;
		transform: none
	}
}

.has-subMenu.is-open .navPages-action-moreIcon {
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navPage-childList {
	display: none
}

@media (min-width:768px) {
	.navPage-childList {
		border: 0;
		display: block
	}
}

.navPage-childList.is-open {
	display: block
}

.navPage-subMenu {
	display: none
}

@media (min-width:768px) {
	.navPage-subMenu {
		background-color: #f2f2f2;
		padding: 1.5rem 1.5rem 2.25rem!important;
		position: absolute;
		text-align: left
	}
	.navPage-subMenu.is-open {
		display: block;
		left: 0;
		width: 100%
	}
	.navPage-subMenu .navPages-action-moreIcon {
		display: none
	}
	.has-subMenu.is-root+.navPage-subMenu-horizontal {
		border-left: 0;
		left: inherit;
		margin: auto;
		top: inherit;
		width: 13.4375rem
	}
}

.navPage-subMenu.is-open {
	display: block
}

@media (min-width:768px) {
	.navPage-subMenu-horizontal.is-open {
		border-left: 1px solid #dfdfdf;
		display: inherit;
		height: 15.125rem;
		margin-left: 13.4375rem;
		padding: 0!important;
		top: 0;
		width: 14.4375rem
	}
	.navPage-subMenu-horizontal .navPages-action-moreIcon {
		display: inline-block;
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.navPage-subMenu-item {
		width: 25%;
		float: left;
		padding: 0 .75rem!important
	}
	.navPage-subMenu-item .navPages-action {
		text-transform: none;
		width: 100%
	}
	.navPage-subMenu-item>.navPage-subMenu-action {
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 1.125rem
	}
	.navPage-subMenu-item-child .navPage-subMenu-action,
	.navPage-subMenu-item-parent .navPage-subMenu-action {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%
	}
	.navPage-subMenu-item-child .navPage-subMenu-action.is-open,
	.navPage-subMenu-item-child .navPage-subMenu-action:hover,
	.navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
	.navPage-subMenu-item-parent .navPage-subMenu-action:hover {
		background: #c8bdb2;
		color: #000;
		font-weight: 500;
		opacity: .3
	}
}

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
	width: 100%
}

.navPage-subMenu-action {
	padding: .75rem 0
}

@media (min-width:768px) {
	.navPage-subMenu-action {
		padding: .75rem 0 1.125rem
	}
}

.navPage-childList-action {
	font-weight: 400;
	padding: 0 0 .375rem
}

.navPages-quickSearch {
	display: block;
	vertical-align: top;
	padding: 13px 10px 20px
}

@media (min-width:1280px) {
	.navPages-quickSearch {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 5px;
		width: 320px
	}
}

.navPages-quickSearch .form {
	margin: 0
}

.navPages-quickSearch .form-field {
	margin-bottom: 0
}

.navPages-quickSearch .form-field .form-input {
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding-right: 36px
}

.navPages-quickSearch .form-field .button {
	display: none
}

.navPages-list--user {
	background-color: rgba(0, 0, 0, .2)
}

@media (min-width:768px) {
	.navPages-list--user {
		display: none
	}
}

.navPages-list--user .navPages-item .inline-link,
.tag,
.tag a {
	display: inline-block
}

.navPages-list--user .navPages-item {
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.navPages-list--user .navPages-item .navPages-action {
	text-transform: none;
	font-weight: 400
}

.navPages-list--user .navPages-item span {
	color: #fff;
	padding: 0 7px
}

.navPages-list--user #currencySelection2 {
	background-color: #fff
}

.navPages-list--user #currencySelection2 .dropdown-menu-item {
	padding: 0
}

.navPages-list--user #currencySelection2 a {
	padding: .75rem 1.5rem
}

.tags {
	list-style: none;
	margin-left: 0;
	font-size: 0;
	text-align: center
}

.tags ol,
.tags ul {
	list-style: none;
	margin-bottom: 0
}

.tag {
	font-size: 1rem
}

.tag a {
	color: #989898;
	padding: .375rem .5rem
}

.socialLinks,
.socialLinks li {
	padding: 0;
	margin: 0
}

.tag a:hover {
	color: #4f4f4f
}

.socialLinks {
	list-style: none;
	line-height: 37px
}

.socialLinks:after,
.socialLinks:before {
	content: " ";
	display: table
}

.socialLinks ol,
.socialLinks ul {
	list-style: none;
	margin-bottom: 0
}

.socialLinks .icon {
	height: 1.25rem;
	width: 1.25rem;
	margin: 0
}

.socialLinks .icon:hover svg {
	fill: #a5a5a5
}

.socialLinks .icon svg {
	fill: #4f4f4f
}

.socialLinks-item {
	display: inline-block;
	font-size: 0
}

.socialLinks .socialLinks-item {
	margin-bottom: .375rem;
	margin-right: .75rem
}

.socialLinks .socialLinks-item:last-child {
	margin-right: 0
}

.socialLinks--alt .icon {
	height: 1.3125rem;
	width: 1.3125rem
}

.socialLinks--alt svg {
	fill: #989898
}

.heroCarousel {
	margin-bottom: 4.5rem;
	margin-top: -1.5rem
}

.js .heroCarousel {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .6s ease-out
}

.heroCarousel.slick-initialized {
	max-height: 62.5rem;
	opacity: 1
}

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
	top: 20%
}

.heroCarousel .slick-next {
	right: 15px
}

.heroCarousel .slick-prev {
	left: 15px
}

.heroCarousel .slick-dots {
	bottom: .5rem
}

.heroCarousel .slick-dots li {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.heroCarousel-slide {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.heroCarousel-content {
	background-color: #fff;
	padding: .75rem 1.5rem 3rem;
	text-align: center
}

@media (min-width:768px) {
	.heroCarousel {
		margin-top: -2.5rem
	}
	.heroCarousel .slick-next,
	.heroCarousel .slick-prev {
		top: 50%
	}
	.heroCarousel .slick-next {
		right: 25px
	}
	.heroCarousel .slick-prev {
		left: 25px
	}
	.heroCarousel .slick-dots {
		bottom: 1.5rem
	}
	.heroCarousel-image {
		visibility: hidden
	}
	.heroCarousel-content {
		background-color: #fff;
		background-color: rgba(255, 255, 255, .9);
		left: 0;
		margin: 0 auto;
		padding: 2.25rem;
		position: absolute;
		right: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 43.75rem
	}
	.heroCarousel-content.heroCarousel-content--empty {
		background-color: transparent
	}
}

.heroCarousel-title {
	color: #2d2d2d;
	font-size: 20px;
	margin-top: 0
}

@media (min-width:768px) {
	.heroCarousel-title {
		font-size: 50px
	}
}

.heroCarousel-description {
	color: #2d2d2d;
	font-size: 12px
}

@media (min-width:320px) {
	.heroCarousel-description {
		font-size: 13px
	}
}

.heroCarousel-action {
	margin: 0
}

@media (min-width:768px) {
	.heroCarousel-description {
		font-size: 15px
	}
	.heroCarousel-action {
		margin-top: 1.5rem
	}
	.writeReview-form,
	.writeReview-productDetails {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
}

@media (min-width:1280px) {
	.productView-brand {
		font-size: 20px
	}
}

.productView-brand a {
	color: #989898
}

.productView-brand a:hover {
	color: #4f4f4f
}

.productView-price {
	padding: 0;
	margin: 23px 0 14px
}

.productView-price .price-section--saving {
	font-size: 15px
}

.productView-price abbr {
	border: 0;
	color: inherit;
	font-size: inherit
}

.productView-price .superscript-dollar {
	vertical-align: top;
	color: #1e88e5!important;
	font-size: 10px;
	font-weight: 500;
	line-height: 25px
}

.productView-price .price--withoutTax {
	color: #1e88e5;
	font-size: 24px;
	font-weight: 700
}

.productView-price .free-ship {
	color: #1e88e5;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:768px) {
	.productView-price .free-ship {
		font-size: 16px
	}
}

.productView-reviewLink {
	display: inline-block;
	margin-left: .75rem;
	vertical-align: middle
}

.productView-reviewLink+.productView-reviewLink {
	display: block;
	margin-left: auto
}


.video.is-active,
.video:hover {
	color: #454545;
	opacity: 1
}

.video-figure {
	margin-right: 1.875rem
}

.video-title {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: none
}

.video-description {
	font-size: 1rem;
	margin-bottom: 0
}

.previewCart {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%
}

@media (min-width:768px) {
	.previewCart .productView {
		width: 75%;
		float: left;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0 .75rem
	}
	.previewCart .productView-image {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 58.33333%;
		float: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.previewCart .productView-image--cart {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin: 0 auto;
		width: auto
	}
	.previewCart .productView-details {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 41.66667%;
		float: left
	}
}

.previewCart .productView-title {
	margin-top: 0
}

.previewCartCheckout {
	background: #f2f2f2;
	padding: 1rem;
	text-align: center
}

@media (min-width:768px) {
	.previewCartCheckout {
		width: 25%;
		float: right;
		padding: 1.5rem
	}
}

.previewCartCheckout .button {
	display: block;
	margin: 0;
	width: 100%
}

.previewCartCheckout .button+.button,
.previewCartCheckout .button+p {
	margin-top: .75rem
}

.previewCartCheckout-price {
	display: block;
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.previewCartCheckout-subtotal {
	display: block;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

.previewCartCheckout-additionalCheckoutButtons p {
	float: none!important;
	margin: .5rem 0
}

.suggestiveCart {
	display: none;
	text-align: center
}

@media (min-width:768px) {
	.suggestiveCart {
		display: block
	}
}

.maintenanceNotice {
	background-color: #fffdea;
	box-shadow: 0 0 5px #a5a5a5;
	color: #454545;
	left: 1.125rem;
	padding: 1rem 1.3125rem;
	position: fixed;
	top: 1.125rem;
	width: 24rem;
	z-index: 500
}

.maintenanceNotice>:last-child {
	margin-bottom: 0
}

.maintenanceNotice a {
	color: #454545
}

.maintenanceNotice-header {
	font-family: ingra-condensed;
	margin: 0 0 .75rem
}

.account-product-detail-heading,
.account-product-subtitle,
.header-logo-text {
	font-family: Arial, Helvetica, sans-serif
}

.cookieMessage {
	background: #e8e8e8;
	color: #454545;
	display: none
}

.cookieMessage .button {
	width: 100%
}

@media (min-width:768px) {
	.cookieMessage .button {
		vertical-align: middle;
		width: 25%
	}
	.cookieMessage-container {
		width: 83.33333%
	}
}

.cookieMessage-container {
	margin: 0 auto;
	padding: 1.5rem
}

@media (min-width:1280px) {
	.cookieMessage .button {
		vertical-align: top
	}
	.cookieMessage-container {
		width: 58.33333%
	}
}

@media (min-width:768px) {
	.cookieMessage-text {
		display: inline-block;
		padding: 0 .75rem;
		vertical-align: middle;
		width: 66.66667%
	}
}

.login-form,
.new-customer {
	padding-right: .75rem;
	float: left
}

.login-form,
.new-customer,
.new-customer-fact {
	padding-left: .75rem
}

.login {
	margin: 3rem auto 6rem;
	max-width: 56.25rem
}

.login-row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%
}

.login-row:after,
.login-row:before {
	content: " ";
	display: table
}

.login-row:after {
	clear: both
}

.login-form {
	width: 100%
}

@media (min-width:768px) {
	.login-row {
		margin-top: 6rem
	}
	.login-form {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left;
		margin-top: 3rem
	}
}

.new-customer {
	width: 100%
}

.new-customer-intro {
	margin-bottom: 0
}

.new-customer-fact-list {
	margin-left: 3rem
}

.search-suggestion {
	margin-bottom: 2rem
}

.search-suggestion>:last-child {
	margin-bottom: 0
}

.suggestion-title {
	margin-top: 0;
	text-transform: inherit
}

.advancedSearch-form {
	margin-bottom: 3rem
}

.advancedSearch-form .form-row {
	margin-bottom: -1.5rem
}

.quickSearchResults {
	margin-top: 1.5rem
}

.quickSearchResults .modal-close {
	display: none
}

@media (min-width:768px) {
	.new-customer {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 50%;
		float: left
	}
	.quickSearchResults {
		margin-top: 0
	}
	.quickSearchResults .modal-close {
		display: block
	}
}

.advancedSearch-separator {
	display: none
}

.advancedSearch-title {
	margin: 0 0 1.5rem;
	text-transform: inherit
}

.search-price-range label {
	display: inline
}

.search-price-range label input {
	display: block;
	padding-left: 1.5rem
}

@media (min-width:320px) {
	.search-price-range label input {
		display: inline;
		width: 6rem
	}
	.search-price-range label span {
		display: inline;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.category-suggestion-list {
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	list-style-type: none
}

.category-suggestion-list:after,
.category-suggestion-list:before {
	content: " ";
	display: table
}

.category-suggestion {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 33.33333%;
	float: left;
	font-size: 15px
}

.search-refine {
	margin-left: 1.5rem
}

.quickSearchMessage {
	font-size: 28px;
	margin: 1.5rem 0 0;
	text-align: center
}

.navBar--account {
	display: none
}

@media (min-width:768px) {
	.navBar--account {
		display: block
	}
}

.account-heading {
	margin: 0;
	padding-bottom: 1rem
}

.account-list {
	list-style: none;
	margin-left: 0
}

.account-listItem {
	padding: 1.5rem 0;
	position: relative
}

.account-listItem img {
	width: 100%
}

.account-listItem .account-product-image {
	width: auto
}

.account-listShipping {
	font-weight: 700;
	padding: 2rem 0
}

.account-listShipping .account-listShipping-title {
	margin: 0;
	text-transform: inherit
}

.account-product:after,
.account-product:before {
	content: " ";
	display: table
}

.account-product-figure {
	float: left;
	margin-right: .75rem
}

.account-product-figure>img {
	display: block
}

.account-product-figure--opposite {
	float: right;
	margin-left: .75rem;
	margin-right: 0
}

.account-product-body:after,
.account-product-body:before {
	content: " ";
	display: table
}

.account-product-figure {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 2rem 0 0;
	position: relative;
	width: 70px
}

.account-product-download {
	border-radius: 50%;
	height: 2.0625rem;
	padding: 0;
	position: absolute;
	right: -.75rem;
	top: -.75rem;
	width: 2.0625rem;
	z-index: 1
}

.account-product-download .icon {
	height: 1.5rem;
	margin-top: .375rem;
	width: 1.5rem
}

.account-product-download svg {
	fill: #fff
}

.account-product-body {
	overflow: hidden;
	padding-bottom: 3.5rem;
	position: relative
}

.account-product-body .definitionList {
	font-size: 15px;
	margin-bottom: 0
}

.account-product-title {
	margin: 0 0 .1875rem;
	text-transform: inherit
}

.account-product-title+.definitionList {
	margin-top: .75rem
}

.account-product-subtitle {
	color: #a5a5a5;
	font-size: 15px;
	margin: -.1875rem 0 1rem;
	text-transform: inherit
}

.account-product-price {
	float: right;
	font-size: 15px
}

.account-product-description+.definitionList {
	margin: -1.375rem 0 1.5rem
}

.account-product-refundQty {
	color: #a5a5a5;
	margin-bottom: 0
}

.account-product-details {
	margin: 0 -.75rem;
	max-width: none;
	width: auto
}

.account-product-details:after,
.account-product-details:before {
	content: " ";
	display: table
}

.account-product-detail {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

.account-product-detail+.account-product-detail {
	margin-top: 1rem
}

@media (min-width:320px) {
	.account-product-body {
		padding-bottom: 0
	}
	.account-product-detail {
		width: 33.33333%
	}
	.account-product-detail+.account-product-detail {
		margin-top: 0
	}
	.account-product-detail+.account-product-detail--full {
		margin-top: 1.5rem
	}
}

@media (min-width:1280px) {
	.account-product-detail {
		width: 25%
	}
	.account-product-detail--large {
		width: 50%
	}
	.account-product--alignMiddle .account-product-checkItem {
		left: -2.5rem
	}
}

.account-product-detail--full {
	width: 100%
}

.account-product-detail-heading {
	color: #989898;
	font-size: 12px;
	margin: 0 0 .375rem
}

.account-product--alignMiddle {
	display: table;
	width: 100%
}

.account-product--alignMiddle .account-product-checkItem {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 2rem
}

.account-product--alignMiddle .account-product-checkItem .form-label {
	height: 1.5rem;
	margin: 0;
	padding: 0;
	width: 1.5rem
}

.account-product--alignMiddle .account-product-body,
.account-product--alignMiddle .account-product-figure {
	display: table-cell
}

.account-product--alignMiddle .account-product-figure {
	float: none;
	margin-right: 0
}

.account-product--alignMiddle .account-product-body {
	padding-left: 2rem;
	vertical-align: middle
}

@media (min-width:1280px) {
	.account-product--alignMiddle .account-product-figure {
		left: -2rem
	}
	.account-product--alignMiddle .account-product-body {
		padding-left: 0
	}
}

.account-orderTotal {
	float: right;
	font-size: 15px;
	margin-top: -1.5rem;
	width: 66.66667%
}

.account-orderTotal-key,
.account-orderTotal-value {
	margin: 0;
	padding: 1.5rem 0
}

.account-orderTotal-key {
	color: #989898;
	float: left;
	font-weight: 400
}

.account-orderTotal-key:last-of-type {
	position: relative;
	top: .3125rem
}

.account-orderTotal-value {
	text-align: right
}

.account-orderTotal-value:last-child {
	border-bottom: 0;
	font-size: 20px
}

.account-orderStatus {
	bottom: 0;
	left: 0;
	position: absolute
}

.account-orderStatus-label {
	background-color: #bfbfbf;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 .375rem;
	padding: .1875rem .5rem
}

.account-orderStatus-action {
	color: #989898;
	display: inline-block;
	font-size: 12px;
	letter-spacing: .25px;
	margin-left: .75rem;
	text-align: right;
	text-decoration: underline;
	vertical-align: top
}

.header-logo>a,
.site-logo {
	text-decoration: none
}

@media (min-width:320px) {
	.account-orderStatus {
		float: right;
		position: inherit;
		text-align: right
	}
	.account-orderStatus-action {
		display: block;
		margin-left: 0
	}
}

.account-orderStatus-action:hover {
	color: #4f4f4f
}

.account .pagination {
	color: #a5a5a5;
	margin-top: 3rem;
	text-align: center
}

.account-message .is-read {
	color: #a5a5a5
}

.account-sidebar-block {
	font-size: 15px
}

.account-sidebar-block+.account-sidebar-block {
	margin-top: 3rem
}

.account-sidebar-block .account-heading {
	margin-bottom: 1.5rem
}

.account-downloadsList ol,
.account-downloadsList ul,
.account-order-address ol,
.account-order-address ul {
	margin-bottom: 0;
	list-style: none
}

.account-order-address {
	list-style: none;
	margin-left: 0
}

.account-reorder-form {
	display: inline-block
}

.order-payments-description {
	color: #4f4f4f;
	font-weight: 400;
	margin-top: 1.5rem
}

.account-downloads-summary {
	border-bottom: 1px solid #e8e8e8;
	font-size: 15px;
	padding-bottom: 1.5rem
}

.account-downloadsList {
	list-style: none;
	margin-left: 0
}

.account-downloadsItem {
	margin-bottom: 1.5rem
}

.account-downloadsItem>:first-child {
	margin-top: 0
}

.account-downloadsItem>:last-child {
	margin-bottom: 0
}

.account-downloadsItem-title {
	color: #989898;
	font-size: 15px;
	margin-bottom: .1875rem;
	text-transform: inherit
}

#my-menu .mm-panels .mm-panel .mm-listview li a,
#my-menu .mm-panels .mm-panel .mm-listview li span,
.header-logo-text {
	text-transform: uppercase
}

.account-downloadsItem-description {
	margin-bottom: 0
}

.account-downloadsItem-availability {
	color: #989898
}

.wishlists-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem
}

.wishlist-header {
	display: none;
	text-align: center
}

.modal .wishlist-header {
	display: block
}

.wishlist-form {
	margin: 0 auto;
	width: 100%;
	max-width: 34.375rem
}

.wishlist-form:after,
.wishlist-form:before {
	content: " ";
	display: table
}

.wishlist-form .form-field {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
	float: left
}

.share-wishlist {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	text-align: center
}

.icon--ratingEmpty svg {
	fill: #dfdfdf
}

.icon--ratingFull svg {
	fill: #454545
}

.rating--small {
	display: inline-block
}

.rating--small .icon {
	height: .875rem;
	width: .875rem;
	margin-top: -3px
}

.apple-pay-checkout-button {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 60%;
	border-radius: .25rem;
	cursor: pointer;
	display: none;
	max-height: 4rem;
	min-height: 2rem;
	min-width: 8.375rem;
	padding: 1.5rem;
	background-color: #000;
	background-image: -webkit-named-image(apple-pay-logo-white)
}

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
	margin-top: .75rem
}

.apple-pay-supported .apple-pay-checkout-button {
	display: block
}

@media (min-width:320px) {
	.apple-pay-supported .apple-pay-checkout-button {
		display: inline-block;
		float: right
	}
}

.previewCartCheckout .apple-pay-checkout-button {
	display: block;
	float: none;
	margin-top: .75rem
}

.shadow-header .header {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	padding-bottom: 10px
}

@media (min-width:1280px) {
	.shadow-header .header {
		padding-bottom: 12px!important
	}
}

.shadow-override .header {
	border-bottom: 0!important;
	box-shadow: none!important;
	padding-bottom: 0!important
}

.header {
	top: 0;
	width: 100%;
	z-index: 20;
	position: relative;
}

.header.is-open {
	height: 100%
}

.site-logo img {
	padding: 14px 0 5px 22px
}

@media (min-width:768px) {
	.header {
		overflow: visible;
		position: relative
	}
	.header.is-open {
		height: auto
	}
	.site-logo img {
		padding: 18px 0 0 22px
	}
}

.site-logo #mobile-logo {
	display: inline-block;
	width: 115px;
	height: 59px
}

.site-logo #desk-logo {
	display: none
}

.header-logo {
	font-size: 0;
	margin: 0 3.4375rem;
	text-align: center
}

@media (min-width:320px) {
	.header-logo {
		margin-left: 5.15625rem;
		margin-right: 5.15625rem
	}
}

@media (min-width:768px) {
	.site-logo #mobile-logo {
		display: none
	}
	.site-logo #desk-logo {
		display: inline-block
	}
	.header-logo {
		margin: 4rem auto 4.5rem;
		padding: 0
	}
	.header.fixed .header-logo {
		background-color: #e8e8e8;
		margin: 0;
		padding: .375rem 0;
		position: absolute;
		top: 0;
		width: 100%
	}
}

.header-logo>a {
	color: #4f4f4f;
	display: inline-block;
	padding: .75rem 0;
	position: relative;
	width: 100%;
	z-index: 20
}

.header-logo>a:after,
.header-logo>a:before {
	content: " ";
	display: table
}

.header-logo>a:active,
.header-logo>a:hover {
	color: #a5a5a5
}

.header-logo--left {
	text-align: left
}

.header-logo--right {
	text-align: right
}

@media (min-width:768px) {
	.header-logo>a {
		background: 0 0;
		border-bottom: 0;
		display: inline;
		padding: 0
	}
	.header-logo--left {
		margin-left: 2.5rem
	}
	.header-logo--right {
		margin-right: 2.5rem
	}
}

.header-logo-text {
	display: block;
	font-size: 20px;
	letter-spacing: .3125rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: .1875rem 0;
	text-overflow: ellipsis;
	white-space: nowrap
}

#nextopia-main,
.parts-wrapper .button,
.pop-brands a,
.top-header .free-shipping {
	font-family: open-sans, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

@media (min-width:320px) {
	.header-logo-text {
		font-size: 22px;
		letter-spacing: .5625rem;
		padding-bottom: 0;
		padding-top: 0
	}
}

@media (min-width:768px) {
	.header-logo-text {
		display: inline;
		font-size: 28px;
		margin-left: 0;
		margin-right: -.5625rem;
		max-width: none;
		overflow: auto;
		white-space: normal
	}
	.header.fixed .header-logo-text {
		font-size: 25px
	}
}

.jstree-anchor,
.jstree-node {
	white-space: nowrap
}

.header-logo-image {
	max-height: 1.9375rem
}

.mobileMenu-toggle {
	height: 3.4375rem;
	display: inline-block;
	font-size: 0;
	right: 0;
	overflow: hidden;
	padding: 0 1.125rem;
	position: absolute;
	z-index: 50;
	cursor: pointer;
	width: 4.4375rem
}

.mobileMenu-toggle.is-open {
	background-color: #eee;
	height: 3.75rem
}

@media (min-width:768px) {
	.header-logo-image {
		max-height: none
	}
	.mobileMenu-toggle {
		display: none
	}
}

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.mobileMenu-toggle .mobileMenu-toggleIcon::before {
	background: #2d2d2d;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: transform .1s ease-in, top .1s ease-in 150ms, bottom .1s ease-in 150ms;
	width: 30px
}

.mobileMenu-toggle .mobileMenu-toggleIcon {
	top: 30px;
	transition: background-color 10ms ease-in .1s
}

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
	top: -.5rem
}

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
	bottom: -.5rem
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
	background-color: transparent;
	transition-delay: .1s
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after,
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
	background-color: #2d2d2d;
	bottom: auto;
	top: auto;
	transition: transform .1s ease-in 150ms, top .1s ease-in, bottom .1s ease-in
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
	top: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.top-header {
	font-size: 0;
	height: 38px;
	background-color: #01579b
}

.top-header .free-shipping {
	color: #fff;
	margin: 0;
	text-align: center;
	vertical-align: top;
	display: block;
	line-height: 38px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase
}

@media (min-width:768px) {
	.top-header {
		height: 48px
	}
	.top-header .free-shipping {
		text-align: left;
		padding-left: 20px;
		display: inline-block;
		line-height: 48px;
		width: 50%;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase
	}
}

.top-header .right {
	display: none;
	margin: 0;
	font-size: 14px;
	vertical-align: top
}

.top-header .right .header-links,
.top-header .right .navUser {
	display: inline-block;
	vertical-align: top
}

@media (min-width:768px) {
	.top-header .right {
		display: inline-block;
		width: 50%;
		height: 48px;
		text-align: right
	}
	.mobile-cart {
		display: none
	}
}

.top-header .right .header-links #help {
	margin-right: 20px
}

.top-header .right .header-links #account {
	margin-right: 12px
}

.top-header .right .header-links a {
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	font-size: 14px;
	padding: 10px 0;
	font-weight: 600
}

.top-header .right .header-links a:active,
.top-header .right .header-links a:focus,
.top-header .right .header-links a:hover {
	text-decoration: underline
}

#v-dropdown li a,
.mobile-cart,
.vehicle-grid ul li>a {
	text-decoration: none
}

.top-header .right .header-links span {
	color: #fff;
	font-size: 10px
}

.top-header .right .navUser {
	width: auto
}

.top-header .right .navUser .dropdown-menu {
	width: 250px;
	position: absolute;
	top: 45px;
	background-color: #fff
}

.mobile-cart {
	position: absolute;
	right: 71px;
	padding: 20px 13px 10px
}

.mobile-cart svg {
	width: 26px;
	height: 24px
}

#nav-desk ul li {
	display: inline-block;
	vertical-align: top
}

#nav-desk .vmenu-link {
	position: relative
}

#nav-desk .vmenu-link .vmenu-container {
	position: absolute;
	background-color: #fff;
	padding: 20px;
	font-size: 0;
	width: 80vw;
	box-shadow: 0 27px 50px 0 rgba(0, 0, 0, .47)
}

#nav-desk .vmenu-link .vmenu-container::before {
	content: " ";
	background: #fff;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	margin-top: -25px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	left: 50%;
	margin-left: -10px
}

#nav-desk .vmenu-link .vmenu-container li {
	width: 33%;
	font-size: 16px
}

#nav-desk .vmenu-link .vmenu-container li ul li {
	display: block
}

#mm-0>.mm-navbar,
#my-menu::before,
#my-menu:not(.mm-menu) {
	display: none
}

.mm-panels>#mm-0 {
	padding-top: 0
}

#my-menu {
	width: 100%;
	left: auto!important;
	max-width: none!important;
	right: auto!important;
	top: 170px!important
}

@media (min-width:768px) {
	#my-menu::before {
		display: block
	}
}

#my-menu .mm-title {
	color: #fff
}

#my-menu .mm-panels {
	background-color: #01579b
}

#my-menu .mm-panels .mm-panel {
	padding-left: 0;
	padding-right: 0
}

#my-menu .mm-panels .mm-panel .mm-navbar,
#my-menu .mm-panels .mm-panel li::after {
	border-color: rgba(255, 255, 255, .25)
}

#my-menu .mm-panels .mm-panel .mm-listview {
	margin: 0;
	line-height: 30px
}

#my-menu .mm-panels .mm-panel .mm-listview li {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	max-height: 50px
}

#my-menu .mm-panels .mm-panel .mm-listview li::after {
	border: 0
}

#my-menu .mm-panels .mm-panel .mm-listview li span+a {
	padding: 0
}

.mm-btn::before,
.mm-next::after {
	border-color: #fff!important
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	height: 0!important
}

.btm-nav {
	padding-left: 20px!important;
	background-color: rgba(0, 0, 0, .2)
}

.btm-nav a {
	text-transform: capitalize!important;
	padding: 10px 0!important
}

.btm-nav span {
	text-transform: none!important
}

.btm-nav .inline-this {
	display: inline-block;
	padding: 10px 0!important
}

#mm-blocker {
	display: none!important
}

.v-toggle {
	cursor: pointer;
	position: relative
}

#v-dropdown {
	margin: 75px 0 0;
	text-align: center;
	background-color: #fff;
	font-size: 0;
	width: 100%;
	max-width: 1280px;
	position: absolute;
	padding: 40px 0 0;
	box-shadow: 0 27px 50px 0 rgba(0, 0, 0, .47);
	display: none
}

#v-dropdown li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	margin-bottom: 30px;
	width: 20%
}

@media (min-width:768px) {
	#v-dropdown {
		margin-top: 13px;
		z-index: 999
	}
	#v-dropdown::before {
		content: " ";
		background: #fff;
		height: 20px;
		width: 20px;
		display: block;
		position: absolute;
		margin-top: -50px;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 60px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc
	}
	#v-dropdown li {
		border-bottom: 8px solid transparent;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (min-width:768px) and (min-width:1280px) {
	#v-dropdown::before {
		left: 55%
	}
	#v-dropdown li {
		width: 240px
	}
	#v-dropdown li:active,
	#v-dropdown li:focus,
	#v-dropdown li:hover {
		border-bottom: 8px solid #1e88e5
	}
}

.error-page .form-prefixPostfix .form-input,
.page {
	width: auto
}

#v-dropdown li h3 {
	color: #01579b;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 10px;
	text-align: center
}

#v-dropdown li h3:active,
#v-dropdown li h3:focus,
#v-dropdown li h3:hover {
	color: #1e88e5
}

@media (min-width:1280px) {
	#v-dropdown li h3 {
		font-size: 24px
	}
}

#v-dropdown li h3 img {
	max-height: 154px;
	display: block;
	margin: 0 auto 15px
}

.open-v {
	display: none!important;
	cursor: default
}

@media (min-width:768px) {
	.open-v {
		display: block!important;
		border-top: 1px solid #ccc
	}
}

#maintenance-notice,
.error-page .form-prefixPostfix label input[type=submit],
.error-page .form-prefixPostfix svg {
	display: none
}

#cart-preview-dropdown {
	top: 48px!important
}

.error-page .form-prefixPostfix .button {
	width: auto;
	margin-top: 0
}

nav#my-menu,
nav#my-menu.mm-menu.mm-offcanvas.mm-autoheight.mm-dropdown.mm-tip.mm-opened.mm-tiptop.mm-tipleft {
	max-height: none!important
}

#my-menu .mm-panels a,
#my-menu .mm-panels span {
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

#my-menu li {
	height: 50px
}

.max-wrap {
	position: relative;
	max-width: 960px;
	margin: 0 auto
}

.page {
	max-width: none;
	margin: 0
}

.page:after,
.page:before {
	content: " ";
	display: table
}

.atv:before,
.motorcycle:before,
.personal-watercraft:before,
.scooter:before,
.snowmobile:before,
.toolbar-wrap:after,
.top-banner div.banner-text:before,
.top-banner:before {
	content: ""
}

.page-content,
.page-content--full {
	width: 100%;
	float: left;
	padding: 0 20px
}

@media (min-width:768px) {
	.page-content--centered {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 66.66667%;
		margin-left: auto;
		margin-right: auto;
		float: none
	}
}

.page-content--textCenter {
	text-align: center
}

.page-sidebar {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 20px
}

@media (min-width:768px) {
	.page-sidebar,
	.page-sidebar+.page-content {
		padding-left: .75rem;
		padding-right: .75rem;
		float: left
	}
	.page-sidebar {
		margin-top: 20px;
		margin-bottom: 75px;
		width: 33%
	}
	.page-sidebar+.page-content {
		width: 67%
	}
}

@media screen and (min-width:960px) {
	.page-sidebar {
		width: 25%
	}
	.page-sidebar+.page-content {
		width: 75%
	}
}

.top-banner {
	margin-top: 0px;
	z-index: 1;
	/* padding-bottom: 55%; */
	display: block;
	overflow: hidden;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.top-banner:before {
	display: block;
	/* padding-bottom: 35% */
}

@media (min-width:768px) {
/*	.top-banner {
		margin-top: -160px;
		padding-bottom: 300px;
		min-height: 400px;
		background-size: cover;
		-moz-background-size: cover
	}
	.top-banner:before {
		content: "";
		display: block;
		padding-bottom: 205px
	}*/
}

@media (min-width:1280px) {
	.page-sidebar {
		width: 20%
	}
	.page-sidebar+.page-content {
		width: 80%
	}
	.top-banner {
		margin-top: -75px;
		min-height: 400px;
		max-height: 1060px;
		/* background: url(../img/hq-main-banner-desk.jpg) 50% 50% no-repeat; */
		background-size: cover;
		-moz-background-size: cover
	}
	.top-banner:before {
		content: "";
		display: block;
		padding-bottom: 256px
	}
}

@media screen and (min-width:1940px) {
	.top-banner:before {
		content: "";
		display: block;
		padding-bottom: 360px
	}
}

.top-banner div.banner-text {
	text-align: center;
	z-index: 9999
}

.top-banner div.banner-text:before {
	background-color: transparent;
	display: inline-block;
	/* box-shadow: 0 0 86px 100px rgba(0, 0, 0, .5); */
	z-index: -1;
	position: relative;
	top: 100px
}

.top-banner div.banner-text h1 {
	color: #fff;
	margin: 20px 0 18px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 32px;
	line-height: 30px
}

@media (min-width:768px) {
	.top-banner div.banner-text h1 {
		font-size: 62px;
		line-height: 55px;
		margin-bottom: 23px
	}
}

@media (min-width:1280px) {
	.top-banner div.banner-text h1 {
		font-size: 72px;
		line-height: 68px;
		margin-bottom: 25px
	}
}

.top-banner div.banner-text h1 span.sub-header {
	display: block;
	font-size: 20px
}

@media (min-width:768px) {
	.top-banner div.banner-text h1 span.sub-header {
		font-size: 36px
	}
}

@media (min-width:1280px) {
	.top-banner div.banner-text h1 span.sub-header {
		font-size: 40px
	}
}

.top-banner div.banner-text p.sub-text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 26px;
	max-width: 271px
}

@media (min-width:768px) {
	.top-banner div.banner-text p.sub-text {
		font-size: 20px;
		line-height: 34px;
		max-width: 624px;
		margin-bottom: 70px
	}
}

.top-banner div.banner-text div.scroll-box {
	display: inline-block;
	cursor: default
}

@media (min-width:1280px) {
	.top-banner div.banner-text p.sub-text {
		font-size: 22px;
		max-width: none;
		width: 643px;
		margin-bottom: 108px
	}
	.top-banner div.banner-text div.scroll-box {
		cursor: pointer
	}
}

.top-banner div.banner-text p.start-below {
	color: rgba(255, 255, 255, .7);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px
}

.top-banner div.banner-text svg {
	width: 33px;
	height: 19px;
	fill: rgba(255, 255, 255, .7)
}

@media (min-width:768px) {
	.category-page .part-finder,
	.home-page .part-finder {
		height: 325px;
		padding: 50px 50px 74px
	}
	.parts-wrapper {
		box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .4)
	}
}

@media (min-width:1280px) {
	.category-page .part-finder,
	.home-page .part-finder {
		height: 302px;
		padding: 50px 80px 74px
	}
}

.category-page .part-finder #pf-placeholder,
.home-page .part-finder #pf-placeholder {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #01579b;
	cursor: pointer;
	background-color: #f7f7f7;
	height: 50px;
	width: 100%;
	border: 1px solid #01579b;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-indent: 7px;
	font-weight: 600;
	pointer-events: none
}

.category-page .part-finder input,
.home-page .part-finder input {
	margin-top: 20px
}

.category-page .part-finder .button,
.home-page .part-finder .button {
	background-color: #41aaff
}

.parts-wrapper {
	font-size: 0;
	background-color: #fff
}

@media (min-width:1280px) {
	.parts-wrapper {
		margin-top: -150px
	}
}

.parts-wrapper .form-field {
	margin: 0
}

.parts-wrapper .button {
	display: inline-block;
	width: 170px;
	height: 50px;
	border: 0;
	border-radius: 2px;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	font-size: 18px
}

.parts-wrapper .form-prefixPostfix {
	display: block
}

.parts-wrapper .form-prefixPostfix svg {
	display: none
}

.parts-wrapper .form-prefixPostfix .form-input {
	width: 100%
}

@media screen and (max-width:768px) {
	.info-page .part-finder {
		padding-bottom: 74px!important
	}
}

.part-finder,
.part-number {
	position: relative;
	text-align: center;
	vertical-align: top;
	height: 100%;
	z-index: 1
}

.part-finder h2,
.part-number h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 15px
}

@media (min-width:768px) {
	.info-page .part-finder {
		width: 55%
	}
	.part-finder,
	.part-number {
		width: 50%;
		display: inline-block
	}
	.part-finder h2,
	.part-number h2 {
		font-size: 30px
	}
}

.part-finder svg,
.part-number svg {
	width: 60px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -30px
}

.part-finder {
	background-color: #01579b;
	padding: 50px 20px 74px
}

@media (min-width:768px) {
	.part-finder {
		padding: 50px 50px 74px
	}
}

@media (min-width:1280px) {
	.part-finder {
		padding: 50px 80px 74px
	}
}

.part-finder h2 {
	color: #fff
}

.part-finder .button {
	margin-bottom: 0
}

.part-finder iframe {
	min-height: 405px;
	width: 100%
}

.part-finder form {
	position: relative
}

.part-finder form svg {
	fill: #01579b;
	top: 11px;
	right: 10px;
	left: auto;
	width: 28px;
	height: 28px;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.part-number {
	background-color: #fff;
	box-shadow: 0 1px 30px 0 rgba(0, 0, 0, .4);
	padding: 50px 0 17px
}

.part-number h2 {
	color: #000
}

.part-number .form {
	margin: 0 20px 1.5rem
}

@media (min-width:768px) {
	.part-number {
		box-shadow: none
	}
	.part-number .form {
		margin: 0 50px 1.5rem
	}
}

@media (min-width:1280px) {
	.part-number .form {
		margin: 0 80px 1.5rem
	}
}

.part-number .no-find-wrapper {
	border-top: none
}

.part-number .no-find-wrapper p {
	font-size: 15px;
	line-height: 15px;
	color: #767676;
	font-weight: 500;
	padding: 10px 0 7px;
	margin: 0
}

@media (min-width:1280px) {
	.part-number .no-find-wrapper p {
		font-size: 16px;
		line-height: 16px;
		display: inline-block
	}
	.vgbg {
		margin-top: -375px
	}
}

.part-number .no-find-wrapper a,
.part-number .no-find-wrapper span {
	font-size: 16px;
	color: #1e88e5;
	text-decoration: none;
	font-weight: 600
}

.part-number .no-find-wrapper a {
	padding: 5px
}

.part-number .button {
	background-color: #01579b
}

.vgbg {
	display: none
}

.vgbg span {
	display: block;
	min-height: 375px
}

@media (min-width:768px) {
	.vgbg {
		display: block;
		margin-top: -375px
	}
	.vgbg span {
		background: url(../img/vehicle-grid-background.jpg) 50% 50% no-repeat;
		background-size: cover
	}
}

@media screen and (min-width:1900px) {
	.vgbg span {
		background: url(../img/vehicle-grid-background.jpg) 50% 60% no-repeat;
		background-size: cover
	}
}

@media screen and (min-width:1940px) {
	.vgbg span {
		background: url(../img/vehicle-grid-background.jpg) 50% 70% no-repeat;
		background-size: cover
	}
}

@media screen and (min-width:1980px) {
	.vgbg span {
		background: url(../img/vehicle-grid-background.jpg) 50% 100% no-repeat;
		background-size: cover
	}
}

.vehicle-grid {
	text-align: center;
	font-size: 0;
	padding: 0 20px;
	margin-top: 60px
}

@media (min-width:768px) {
	.vehicle-grid {
		margin-top: -200px
	}
}

@media (min-width:1280px) {
	.vgbg span {
		min-height: 375px
	}
	.vehicle-grid {
		margin-top: -280px
	}
	.vehicle-grid li:nth-child(2) {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc
	}
	.vehicle-grid li:nth-child(3n+2) {
		border-left: 1px solid #ccc
	}
}

.vehicle-grid ul li:active>ul,
.vehicle-grid ul li:focus>ul,
.vehicle-grid ul li:hover>ul,
.vehicle-grid ul li>ul:active,
.vehicle-grid ul li>ul:focus,
.vehicle-grid ul li>ul:hover {
	border-color: #1e88e5
}

.vehicle-grid h1 {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 5px
}

@media (min-width:768px) {
	.vehicle-grid h1 {
		font-size: 40px;
		line-height: 70px;
		font-weight: 800
	}
}

@media (min-width:1280px) {
	.vehicle-grid h1 {
		font-size: 48px
	}
}

.vehicle-grid p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 auto 40px
}

@media (min-width:768px) {
	.vehicle-grid p {
		font-size: 18px;
		line-height: 28px;
		max-width: 600px;
		margin: 0 auto 79px
	}
}

@media (min-width:1280px) {
	.vehicle-grid p {
		font-size: 18px;
		line-height: 28px;
		max-width: 55%;
		margin: 0 auto 96px
	}
}

.vehicle-grid ul {
	margin: 0;
	list-style: none
}

.vehicle-grid ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0 20px;
	margin-bottom: 43px
}

.vehicle-grid ul li>a:active,
.vehicle-grid ul li>a:focus,
.vehicle-grid ul li>a:hover {
	color: #1e88e5;
	text-decoration: underline;
	font-weight: 600
}

.vehicle-grid ul li h3 {
	text-align: center;
	text-transform: uppercase;
	color: #01579b;
	margin: 0 0 16px
}

.vehicle-grid ul li img {
	max-height: 100px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.vehicle-grid ul li h3 {
		text-align: left;
		font-size: 24px
	}
	.vehicle-grid ul li h3:active,
	.vehicle-grid ul li h3:focus,
	.vehicle-grid ul li h3:hover {
		color: #1e88e5
	}
	.vehicle-grid ul li img {
		max-height: 154px
	}
}

.vehicle-grid ul li>ul {
	font-size: 0;
	margin: 0 5px;
	text-align: left
}

@media (min-width:1280px) {
	.vehicle-grid ul li {
		width: 33%
	}
	.vehicle-grid ul li img {
		max-height: 215px
	}
	.vehicle-grid ul li>ul {
		padding-left: 5px;
		border-bottom: 8px solid #ccc;
		height: 170px
	}
}

.vehicle-grid ul li>ul>li {
	text-align: left;
	border: 0!important;
	width: 50%;
	display: none;
	margin-bottom: 8px;
	font-size: 12px;
	padding: 0
}

.vehicle-grid ul li>ul>li>a {
	color: #000;
	text-decoration: none;
	border: 0!important;
	font-size: 14px
}

.head-img-wrap {
	border-bottom: 8px solid #ccc;
	padding-bottom: 24px
}

.pop-brands {
	font-size: 0;
	text-align: center;
	padding: 0 20px 100px
}

.pop-brands h1 {
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	font-size: 30px;
	line-height: 30px
}

@media (min-width:768px) {
	.pop-brands h1 {
		font-size: 40px;
		line-height: 70px
	}
}

@media (min-width:1280px) {
	.vehicle-grid ul li>ul>li {
		display: inline-block
	}
	.head-img-wrap {
		border: 0
	}
	.pop-brands h1 {
		font-size: 48px
	}
}

.pop-brands p {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto 32px
}

@media (min-width:768px) {
	.pop-brands p {
		font-size: 18px;
		line-height: 28px;
		max-width: 635px;
		margin-bottom: 77px
	}
}

@media (min-width:1280px) {
	.pop-brands p {
		max-width: 715px;
		margin-bottom: 30px
	}
}

.pop-brands ul {
	list-style: none;
	margin: 0 0 34px
}

.pop-brands ul li {
	display: inline-block;
	width: 50%;
	margin-bottom: 0
}

@media (min-width:768px) {
	.pop-brands ul li {
		width: 33%
	}
}

@media (min-width:1280px) {
	.pop-brands ul li {
		width: 15%
	}
}

.pop-brands ul li img {
	max-width: 80px;
	margin: 0 auto
}

.pop-brands a {
	font-size: 18px;
	line-height: 41px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #1687c8;
	width: 200px;
	height: 50px;
	border: 4px solid #1687c8;
	font-weight: 700;
	transition: all .15s linear
}

.pop-brands a:hover {
	color: #fff;
	background-color: #1687c8
}

.category-landing-page .landing-heading {
	text-transform: uppercase;
	text-align: left;
	color: #000;
	font-weight: 800;
	margin: 17px 0 20px;
	font-size: 30px;
	line-height: 30px;
	padding-left: 20px
}

@media (min-width:768px) {
	.pop-brands ul li img {
		max-width: 120px
	}
	.category-landing-page .landing-heading {
		text-align: center;
		padding-left: 0;
		margin: 17px 0 53px;
		font-size: 48px;
		line-height: 70px
	}
}

.category-landing-page .sub-cat-list {
	font-size: 0;
	margin: 0 0 70px;
	border-bottom: 4px solid #01579b
}

@media (min-width:768px) {
	.category-landing-page .sub-cat-list {
		border: 0;
		vertical-align: top;
		margin-bottom: 90px;
		text-align: center
	}
}

.category-landing-page .sub-cat-list .sub-cat-card {
	padding: 13px 0 13px 20px;
	border-top: 1px solid #ccc;
	position: relative
}

@media (min-width:768px) {
	.category-landing-page .sub-cat-list .sub-cat-card {
		border: 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-bottom: 37px
	}
}

.category-landing-page .sub-cat-list .sub-cat-card a {
	text-decoration: none;
	color: #333;
	font-weight: 500
}

.category-landing-page .sub-cat-list .sub-cat-card a:active,
.category-landing-page .sub-cat-list .sub-cat-card a:focus,
.category-landing-page .sub-cat-list .sub-cat-card a:hover {
	color: #1e88e5
}

.category-landing-page .sub-cat-list .sub-cat-card a .sub-cat-img {
	display: none;
	width: 140px;
	height: 140px;
	margin: 0 auto 16px;
	position: relative
}

@media (min-width:768px) {
	.category-landing-page .sub-cat-list .sub-cat-card a .sub-cat-img {
		display: inline-block
	}
}

.category-landing-page .sub-cat-list .sub-cat-card a .sub-cat-img img {
	display: none
}

@media (min-width:768px) {
	.category-landing-page .sub-cat-list .sub-cat-card a .sub-cat-img img {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%
	}
	.category-landing-page .sub-cat-list .sub-cat-card a svg {
		display: none
	}
}

.category-landing-page .sub-cat-list .sub-cat-card a p {
	line-height: 18px;
	font-size: 16px;
	font-weight: 600;
	margin: 0
}

.category-landing-page .sub-cat-list .sub-cat-card a svg {
	fill: #999;
	transition: all .15s ease;
	stroke-width: 1.5px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 10px
}

.category-landing-page .parts-wrapper {
	margin: 0
}

.category-landing-page .description-wrap {
	background-color: #f7f7f7;
	padding: 35px 20px 90px
}

@media (min-width:768px) {
	.category-landing-page .description-wrap {
		padding: 57px 35px 86px
	}
}

@media (min-width:1280px) {
	.category-landing-page .description-wrap {
		padding: 240px 20px 94px;
		margin-top: -182px
	}
}

.category-landing-page .description-wrap h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 23px
}

.category-landing-page .description-wrap p {
	color: #000;
	line-height: 30px
}

.category-landing-page .description-wrap :last-child {
	margin-bottom: 0
}

.atv {
	padding-bottom: 17%;
	display: block;
	overflow: hidden;
	background: url(../img/atv-lbanner-desk.jpg) 50% 50% no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.atv:before {
	display: block;
	padding-bottom: 35%
}

@media (min-width:768px) {
	.atv {
		padding-bottom: 19%;
		min-height: 400px;
		max-height: 400px;
		background: url(../img/atv-lbanner-desk.jpg) 75% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.atv:before {
		content: "";
		display: block;
		padding-bottom: 33%
	}
}

@media (min-width:1280px) {
	.atv {
		padding-bottom: 5%;
		min-height: 400px;
		max-height: 1060px;
		background: url(../img/atv-lbanner-desk.jpg) 50% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.atv:before {
		content: "";
		display: block;
		padding-bottom: 20%
	}
}

.motorcycle {
	padding-bottom: 17%;
	display: block;
	overflow: hidden;
	background: url(../img/motorcycle-lbanner-desk.jpg) 50% 50% no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.motorcycle:before {
	display: block;
	padding-bottom: 35%
}

@media (min-width:768px) {
	.motorcycle {
		padding-bottom: 19%;
		min-height: 400px;
		max-height: 400px;
		background: url(../img/motorcycle-lbanner-desk.jpg) 75% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.motorcycle:before {
		content: "";
		display: block;
		padding-bottom: 33%
	}
}

@media (min-width:1280px) {
	.motorcycle {
		padding-bottom: 5%;
		min-height: 400px;
		max-height: 1060px;
		background: url(../img/motorcycle-lbanner-desk.jpg) 50% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.motorcycle:before {
		content: "";
		display: block;
		padding-bottom: 20%
	}
}

.personal-watercraft {
	padding-bottom: 17%;
	display: block;
	overflow: hidden;
	background: url(../img/watercraft-lbanner-desk.jpg) 50% 50% no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.personal-watercraft:before {
	display: block;
	padding-bottom: 35%
}

@media (min-width:768px) {
	.personal-watercraft {
		padding-bottom: 19%;
		min-height: 400px;
		max-height: 400px;
		background: url(../img/watercraft-lbanner-desk.jpg) 75% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.personal-watercraft:before {
		content: "";
		display: block;
		padding-bottom: 33%
	}
}

@media (min-width:1280px) {
	.personal-watercraft {
		padding-bottom: 5%;
		min-height: 400px;
		max-height: 1060px;
		background: url(../img/watercraft-lbanner-desk.jpg) 50% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.personal-watercraft:before {
		content: "";
		display: block;
		padding-bottom: 20%
	}
}

.scooter {
	padding-bottom: 17%;
	display: block;
	overflow: hidden;
	background: url(../img/scooter-lbanner-desk.jpg) 50% 50% no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.scooter:before {
	display: block;
	padding-bottom: 35%
}

@media (min-width:768px) {
	.scooter {
		padding-bottom: 19%;
		min-height: 400px;
		max-height: 400px;
		background: url(../img/scooter-lbanner-desk.jpg) 75% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.scooter:before {
		content: "";
		display: block;
		padding-bottom: 33%
	}
}

@media (min-width:1280px) {
	.scooter {
		padding-bottom: 5%;
		min-height: 400px;
		max-height: 1060px;
		background: url(../img/scooter-lbanner-desk.jpg) 50% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.scooter:before {
		content: "";
		display: block;
		padding-bottom: 20%
	}
}

.snowmobile {
	padding-bottom: 17%;
	display: block;
	overflow: hidden;
	background: url(../img/snow-lbanner-desk.jpg) 50% 50% no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	position: relative
}

.snowmobile:before {
	display: block;
	padding-bottom: 35%
}

@media (min-width:768px) {
	.snowmobile {
		padding-bottom: 19%;
		min-height: 400px;
		max-height: 400px;
		background: url(../img/snow-lbanner-desk.jpg) 75% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.snowmobile:before {
		content: "";
		display: block;
		padding-bottom: 33%
	}
}

@media (min-width:1280px) {
	.snowmobile {
		padding-bottom: 5%;
		min-height: 400px;
		max-height: 1060px;
		background: url(../img/snow-lbanner-desk.jpg) 50% 50% no-repeat;
		background-size: cover;
		-moz-background-size: cover
	}
	.snowmobile:before {
		content: "";
		display: block;
		padding-bottom: 20%
	}
}

.category-list-page .actionBar {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.category-list-page .actionBar {
		margin-bottom: 73px
	}
}

.category-list-page .actionBar .form-field {
	border: 1px solid #b2b2b2;
	border-radius: 2px;
	margin: 0
}

.category-list-page .list-heading {
	text-align: left;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	margin: 17px 0 20px;
	font-size: 30px;
	line-height: 30px;
	padding-left: 20px
}

@media (min-width:768px) {
	.category-list-page .list-heading {
		text-align: center;
		padding-left: 0;
		margin: 17px 0 53px;
		font-size: 48px;
		line-height: 70px
	}
}

.category-list-page .brand-list {
	font-size: 0;
	margin: 0;
	border-bottom: 4px solid #01579b
}

@media (min-width:768px) {
	.category-list-page .brand-list {
		border: 0;
		vertical-align: top;
		margin-bottom: 67px;
		text-align: center
	}
}

.category-list-page .brand-list .brand-card {
	padding: 13px 0 13px 20px;
	border-top: 1px solid #ccc;
	position: relative
}

@media (min-width:768px) {
	.category-list-page .brand-list .brand-card {
		border: 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-bottom: 37px
	}
}

.category-list-page .brand-list .brand-card a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	display: block
}

.category-list-page .brand-list .brand-card a:active,
.category-list-page .brand-list .brand-card a:focus,
.category-list-page .brand-list .brand-card a:hover {
	color: #1e88e5
}

.category-list-page .brand-list .brand-card a .brand-img {
	display: none;
	width: 140px;
	height: 140px;
	margin: 0 auto 16px;
	position: relative
}

@media (min-width:768px) {
	.category-list-page .brand-list .brand-card a .brand-img {
		display: inline-block
	}
}

.category-list-page .brand-list .brand-card a .brand-img img {
	display: none
}

@media (min-width:768px) {
	.category-list-page .brand-list .brand-card a .brand-img img {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%
	}
	.category-list-page .brand-list .brand-card a svg {
		display: none
	}
}

.category-list-page .brand-list .brand-card a p {
	line-height: 18px;
	font-size: 16px;
	margin: 0
}

.category-list-page .brand-list .brand-card a svg {
	fill: #999;
	transition: all .15s ease;
	stroke-width: 1.5px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 10px
}

.category-list-page .description-wrap {
	padding: 40px 20px 105px
}

@media screen and (min-width:580px) {
	.category-list-page .productGrid .product {
		width: 33%
	}
}


.body.account-settings-page .button--primary,
.body.address-page .button--primary,
.body.info-page .button--primary,
.body.info-page.contact-us .button--primary,
.body.login-page .button--primary,
.body.messages-page .button--primary,
.body.register-page .button--primary,
.body.wishlist-page .button--primary {
	color: #fff;
	background-color: #01579b!important;
	border-color: #01579b!important;
	font-weight: 700
}

.body.account-settings-page .button--primary.active,
.body.account-settings-page .button--primary.is-active,
.body.account-settings-page .button--primary:focus,
.body.account-settings-page .button--primary:hover,
.body.address-page .button--primary.active,
.body.address-page .button--primary.is-active,
.body.address-page .button--primary:focus,
.body.address-page .button--primary:hover,
.body.info-page .button--primary.active,
.body.info-page .button--primary.is-active,
.body.info-page .button--primary:focus,
.body.info-page .button--primary:hover,
.body.info-page.contact-us .button--primary.active,
.body.info-page.contact-us .button--primary.is-active,
.body.info-page.contact-us .button--primary:focus,
.body.info-page.contact-us .button--primary:hover,
.body.login-page .button--primary.active,
.body.login-page .button--primary.is-active,
.body.login-page .button--primary:focus,
.body.login-page .button--primary:hover,
.body.messages-page .button--primary.active,
.body.messages-page .button--primary.is-active,
.body.messages-page .button--primary:focus,
.body.messages-page .button--primary:hover,
.body.register-page .button--primary.active,
.body.register-page .button--primary.is-active,
.body.register-page .button--primary:focus,
.body.register-page .button--primary:hover,
.body.wishlist-page .button--primary.active,
.body.wishlist-page .button--primary.is-active,
.body.wishlist-page .button--primary:focus,
.body.wishlist-page .button--primary:hover {
	background-color: #666;
	border-color: #666;
	color: #fff
}

.body.account-settings-page .button--primary:active,
.body.address-page .button--primary:active,
.body.info-page .button--primary:active,
.body.info-page.contact-us .button--primary:active,
.body.login-page .button--primary:active,
.body.messages-page .button--primary:active,
.body.register-page .button--primary:active,
.body.wishlist-page .button--primary:active {
	border: 1px solid #989898;
	color: #fff
}

#acc-created {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.shipping-info-wrap h1 {
		font-size: 48px;
		text-align: center
	}
	#acc-created {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

#acc-created a.button.button--primary {
	background: #1e88e5;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: open-sans
}

.footer {
	background-color: #01579b
}

.info-page+.footer {
	margin-top: 0
}

@media screen and (max-width:320px) {
	.form-prefixPostfix .button {
		-ms-flex: 2;
		flex: 2
	}
}

.footer-info {
	font-size: 0
}

.footer-info article[data-section-type=newsletterSubscription] {
	padding: 30px 20px 35px;
	display: block;
	width: 100%;
	text-align: left
}

.footer-info article[data-section-type=newsletterSubscription] h5 {
	font-size: 20px;
	line-height: 30px;
	margin: 0
}

.footer-info article[data-section-type=newsletterSubscription] p {
	line-height: 30px;
	display: none
}

@media (min-width:768px) {
	.footer-info article[data-section-type=newsletterSubscription] p {
		font-size: 14px
	}
}

.footer-info article[data-section-type=newsletterSubscription] .form .form-field {
	margin: 30px 0 0;
	max-width: 500px
}

.footer-info article[data-section-type=newsletterSubscription] .form input[type=email] {
	height: 40px;
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
	background-color: #f7f7f7;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	border: none
}

.footer-info article[data-section-type=newsletterSubscription] .form input[type=submit] {
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #fff;
	background-color: #41aaff;
	margin: 0;
	width: auto;
	padding: 0 10px;
	font-family: open-sans, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

.footer-info article[data-section-type=footer-webPages] {
	font-size: 0;
	margin-bottom: 0;
	padding: 0 20px 33px
}

@media (min-width:768px) {
	.footer-info article[data-section-type=footer-webPages] {
		padding: 30px 20px
	}
}

.footer-info article[data-section-type=footer-webPages] h5 {
	font-size: 20px;
	line-height: 30px;
	margin: 0
}

.footer-info article[data-section-type=footer-webPages] ul {
	padding-top: 27px
}

.footer-info article[data-section-type=footer-webPages] ul li {
	width: 50%;
	display: inline-block;
	margin-bottom: 20px
}

.footer-info article[data-section-type=footer-webPages] ul li a {
	font-size: 14px
}

.footer-info article[data-section-type=footer-webPages] ul li a:active,
.footer-info article[data-section-type=footer-webPages] ul li a:focus,
.footer-info article[data-section-type=footer-webPages] ul li a:hover {
	text-decoration: underline;
	color: #fff
}

@media (min-width:768px) {
	.footer-info-col--right {
		left: 0;
		padding: 0;
		text-align: right
	}
}

.blog .socialLinks,
.blog .tags,
.footer-copyright,
.homepage-why-us,
.why-us {
	text-align: center
}

.footer-info-heading {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase
}

.footer-info-list {
	list-style: none;
	margin-left: 0
}

.footer-info-list a {
	color: #fff;
	text-decoration: none
}

.footer-info-list a:hover {
	color: #4f4f4f
}

.bottom-fc {
	padding-bottom: 13px
}

@media (min-width:768px) {
	.bottom-fc {
		padding-bottom: 20px
	}
	.footer-copyright>.powered-by {
		display: inline-block
	}
}

.footer-copyright {
	line-height: 18px;
	padding: 0 10px;
	font-size: 12px
}

.footer-copyright:active,
.footer-copyright:focus,
.footer-copyright:hover {
	text-decoration: underline;
	color: #fff
}

.footer-copyright>.powered-by {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 13px 0;
}

.footer-copyright a {
	color: #fff;
	text-decoration: none;
	margin-right: 4px
}

.footer-copyright a:hover {
	color: #aaa
}

.footer-payment-icons {
	height: 2.5rem;
	margin-top: 1.5rem
}

@media (min-width:768px) {
	.footer-payment-icons {
		margin-top: 3rem
	}
}

.footer-payment-icons .footer-payment-icon {
	height: 100%;
	margin: .375rem;
	vertical-align: middle;
	width: 3.125rem
}

.footer-payment-icons svg {
	fill: #4f4f4f
}

.footer-geotrust-ssl-seal table {
	margin: auto
}


.left-footer,
.why-us ul li {
	display: inline-block
}

@media (min-width:1280px) {
	.homepage-why-us ul li p {
		max-width: 80%
	}
}

.why-us {
	font-size: 0;
	background-color: #1e88e5
}

.why-us ul {
	list-style: none;
	margin: 0;
	padding: 0 20px
}

.why-us ul li {
	width: 50%;
	position: relative;
	vertical-align: top
}

@media (min-width:768px) {
	.why-us ul li {
		width: 25%
	}
	.why-us ul li svg {
		position: absolute;
		top: -35px;
		left: 50%;
		margin-left: -30px
	}
}

.why-us ul li svg {
	width: 60px;
	height: 70px
}

.why-us ul li h3 {
	font-size: 22px;
	line-height: 25px;
	margin: 0 auto
}

.why-us ul .top-two {
	padding: 48px 0 27px
}

.why-us ul .top-two svg {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -30px
}

.why-us ul .bottom-two {
	padding: 0 0 27px
}

.why-us ul .bottom-two svg {
	margin-bottom: 13px
}

@media (min-width:768px) {
	.why-us ul li h3 {
		max-width: 50%
	}
	.why-us ul .bottom-two {
		padding: 48px 0 27px
	}
	.left-footer {
		width: 50%
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
	height: 100%
}

.blog {
	margin-bottom: 1.5rem
}

@media (min-width:768px) {
	.blog {
		margin: auto;
		width: 100%
	}
}

.blog .tags {
	margin-top: 3rem
}

.blog-title {
	font-size: 22px;
	margin: 0 1.5rem .375rem
}

.blog-title a {
	text-decoration: none
}

.blog-author,
.blog-date {
	color: #989898;
	text-align: center
}

.blog-author {
	margin-bottom: 2.5rem
}

.blog-post {
	font-size: 15px;
	text-align: left
}

.body.blog-post {
	margin: 0 auto;
	max-width: 660px;
	padding: 20px
}

.blog-thumbnail {
	margin: 0 0 2rem
}

.blog-post-figure {
	display: block;
	margin: auto;
	text-align: center
}

.blog-post-body {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%
}

.blog-content .blog,
.blog-content .blog .blog-post-body,
.blog-content .blog .socialLinks {
	text-align: left
}

.blog-page main {
	font-size: 0
}

.blog-sidebar {
	width: 100%;
	display: inline-block
}

@media (min-width:768px) {
	.blog-sidebar {
		width: 25%
	}
}

.blog-sidebar h1 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #2d2d2d;
	margin: 14px 0
}

.blog-sidebar .blogList {
	margin: 0;
	list-style: none
}

.blog-sidebar .blogList .blogList-item {
	border-top: 1px solid #ccc
}

.blog-sidebar .blogList .blogList-item:last-child {
	border-bottom: 1px solid #ccc
}

.blog-sidebar .blogList .blogList-item .blogList-action {
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 11px 20px;
	text-decoration: none;
	text-transform: capitalize;
	position: relative
}

.blog-sidebar .blogList .blogList-item .blogList-action svg {
	width: 24px;
	height: 24px;
	fill: #666;
	float: right;
	margin-top: -2px
}

.blog-content {
	width: 100%;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.blog-content {
		width: 75%;
		display: inline-block;
		vertical-align: top;
		border: 1px solid #e5e5e5;
		box-shadow: 1px 2px 6px 1px rgba(29, 31, 23, .16);
		margin-bottom: 60px
	}
}

.blog-content .blog {
	background-color: #fff;
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid #ddd
}

.blog-content .blog:last-child {
	border: 0
}

.blog-content .blog .blog-post-figure {
	margin-bottom: 20px
}

.blog-content .blog .blog-post-figure .blog-thumbnail {
	margin: 0 auto;
	height: 120px;
	width: 120px;
	position: relative
}

.blog-content .blog .blog-post-figure .blog-thumbnail img {
	max-height: 120px;
	max-width: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:768px) {
	.blog-content .blog {
		padding: 39px 20px 49px
	}
	.blog-content .blog .blog-post-figure {
		display: inline-block;
		float: right
	}
	.blog-content .blog .blog-post-figure .blog-thumbnail {
		height: 240px;
		width: 240px
	}
	.blog-content .blog .blog-post-figure .blog-thumbnail img {
		max-height: 240px;
		max-width: 240px
	}
	.blog-content .blog .blog-post-body {
		width: calc(100% - 250px);
		margin: 0
	}
}

.blog-content .blog .blog-post-body .blog-header .blog-title {
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 10px
}

@media (min-width:768px) {
	.blog-content .blog .blog-post-body .blog-header .blog-title {
		margin-bottom: 17px
	}
}

.blog-content .blog .blog-post-body .blog-header .blog-title a {
	color: #222
}

.blog-content .blog .blog-post-body .blog-header .blog-date {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.blog-content .blog .blog-post-body .blog-header .blog-date {
		margin-bottom: 21px
	}
}

.blog-content .blog .blog-post-body .blog-post {
	color: #222;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 28px
}

article.blog li.socialLinks-item.socialLinks-item--pinterest {
	width: 1.42857rem;
	display: inline-block
}

article.blog li.socialLinks-item.socialLinks-item--google_plusone,
article.blog span.at_PinItButton {
	display: none
}

article.blog .addthis_toolbox.addthis_32x32_style {
	display: block;
	width: 100%
}

.blog-post img {
	margin-bottom: 20px
}

.body.blog-page .pagination {
	background: #fff
}

.body.blog-page {
	margin-bottom: 50px
}

@media (min-width:768px) {
	.body.blog-page {
		margin-bottom: 100px
	}
}

.sidebarBlock+.sidebarBlock {
	border-top: 1px solid #e8e8e8;
	margin-top: 2rem;
	padding-top: 2rem
}

.sidebarBlock-heading {
	margin-top: 0;
	text-transform: inherit
}

.brandGrid {
	list-style: none;
	margin: 0 -.75rem;
	max-width: none;
	width: auto
}

.brandGrid ol,
.brandGrid ul {
	list-style: none;
	margin-bottom: 0
}

.brandGrid:after,
.brandGrid:before {
	content: " ";
	display: table
}

.brandGrid:after {
	clear: both
}

.brandGrid .brand {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: top
}

.brandGrid .brand .card-title {
	text-align: center
}

.brands-page .pagination {
	display: none
}

.brands-page .brands-heading {
	text-transform: uppercase;
	text-align: left;
	color: #000;
	font-weight: 800;
	margin: 17px 0 20px;
	font-size: 30px;
	line-height: 30px;
	padding-left: 20px
}

@media (min-width:768px) {
	.brandGrid .brand {
		width: 25%
	}
	.brands-page .brands-heading {
		text-align: center;
		padding-left: 0;
		margin: 17px 0 53px;
		font-size: 48px;
		line-height: 70px
	}
	.brands-page .brandGrid {
		display: block;
		vertical-align: top;
		text-align: center
	}
}

.brands-page .brandGrid {
	font-size: 0;
	margin: 0 0 50px
}

.brands-page .brandGrid .brand {
	position: relative
}

@media (min-width:768px) {
	.brands-page .brandGrid .brand {
		padding: 0;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-bottom: 37px
	}
}

.brands-page .brandGrid .brand .card .card-figure {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 16px;
	position: relative
}

.brands-page .brandGrid .brand .card .card-figure a {
	text-decoration: none;
	color: #000;
	font-weight: 500
}

.brands-page .brandGrid .brand .card .card-figure a .card-image {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

.brands-page .brandGrid .brand .card .card-title a {
	line-height: 18px;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #000
}

.brand-page .actionBar {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.brand-page .actionBar {
		margin-bottom: 73px
	}
}

.brand-page .actionBar .form-field {
	border: 1px solid #b2b2b2;
	border-radius: 2px;
	margin: 0
}

.brand-page .page-heading {
	text-align: left;
	text-transform: uppercase;
	color: #000;
	font-weight: 800;
	margin: 17px 0 20px;
	font-size: 30px;
	line-height: 30px;
	padding-left: 20px
}

@media (min-width:768px) {
	.brand-page .page-heading {
		text-align: center;
		padding-left: 0;
		margin: 17px 0 53px;
		font-size: 48px;
		line-height: 70px
	}
}

.brand-page .brand-list {
	font-size: 0;
	margin: 0;
	border-bottom: 4px solid #01579b
}

@media (min-width:768px) {
	.brand-page .brand-list {
		border: 0;
		vertical-align: top;
		margin-bottom: 67px;
		text-align: center
	}
}

.brand-page .brand-list .brand-card {
	padding: 13px 0 13px 20px;
	border-top: 1px solid #ccc;
	position: relative
}

@media (min-width:768px) {
	.brand-page .brand-list .brand-card {
		border: 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		margin-bottom: 37px
	}
}

.brand-page .brand-list .brand-card a {
	text-decoration: none;
	color: #000;
	font-weight: 500
}

.brand-page .brand-list .brand-card a .brand-img {
	display: none;
	width: 140px;
	height: 140px;
	margin: 0 auto 16px;
	position: relative
}

@media (min-width:768px) {
	.brand-page .brand-list .brand-card a .brand-img {
		display: inline-block
	}
}

.brand-page .brand-list .brand-card a .brand-img img {
	display: none
}

@media (min-width:768px) {
	.brand-page .brand-list .brand-card a .brand-img img {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%
	}
	.brand-page .brand-list .brand-card a svg {
		display: none
	}
}

.brand-page .brand-list .brand-card a p {
	line-height: 18px;
	font-size: 18px;
	margin: 0
}

.brand-page .brand-list .brand-card a svg {
	fill: #999;
	transition: all .15s ease;
	stroke-width: 1.5px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 10px
}

.brand-page .description-wrap {
	padding: 40px 20px 105px
}

@media (min-width:768px) {
	.brand-page .description-wrap {
		padding: 50px 0 105px
	}
	.brand-page .page-sidebar {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.brand-page .page-sidebar {
		width: 25%
	}
}

@media (min-width:1280px) {
	.brand-page .page-sidebar {
		width: 20%
	}
}

@media (min-width:768px) {
	.brand-page .page-content {
		width: 67%
	}
}

@media screen and (min-width:960px) {
	.brand-page .page-content {
		width: 75%
	}
}

@media (min-width:1280px) {
	.brand-page .page-content {
		width: calc(100% - 256px)
	}
}

@media screen and (min-width:580px) {
	.brand-page .productGrid .product {
		width: 33%
	}
}

.brand-page .productGrid .product {
	margin-bottom: 20px;
	width: 50%!important
}

.brand-page .productGrid .product:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.brand-page .productGrid .product {
		width: 50%!important
	}
}

@media screen and (min-width:960px) {
	.brand-page .productGrid .product {
		width: 33%!important
	}
}

@media (min-width:1280px) {
	.brand-page .productGrid .product {
		width: 25%!important
	}
}

.brand-page .card {
	margin: 0;
	overflow: hidden
}

.brand-page .card .card-figure {
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	height: 130px
}

.brand-page .card .card-figure .card-image {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 5px auto;
	max-height: 120px;
	max-width: 120px
}

@media only screen and (min-width:450px) {
	.brand-page .card .card-figure {
		height: 140px
	}
	.brand-page .card .card-figure .card-image {
		max-height: 130px;
		max-width: 130px
	}
}

@media only screen and (min-width:640px) {
	.brand-page .card .card-figure {
		height: 160px
	}
	.brand-page .card .card-figure .card-image {
		max-height: 140px;
		max-width: 140px
	}
}

@media only screen and (min-width:768px) {
	.brand-page .card .card-figure {
		height: 180px
	}
	.brand-page .card .card-figure .card-image {
		max-height: 160px;
		max-width: 160px
	}
}

@media only screen and (min-width:992px) {
	.brand-page .card .card-figure {
		height: 200px
	}
	.brand-page .card .card-figure .card-image {
		max-height: 190px;
		max-width: 190px
	}
}

@media only screen and (min-width:1200px) {
	.brand-page .card .card-figure {
		height: 220px
	}
	.brand-page .card .card-figure .card-image {
		max-height: 210px;
		max-width: 210px
	}
}

.brand-page .card .card-body {
	height: 120px;
	min-height: 115px;
	padding: 10px 2px;
	word-wrap: break-word
}

@media (min-width:768px) {
	.brand-page .card .card-body {
		height: 140px
	}
}

.brand-page .card .card-body .card-title {
	line-height: 22px;
	height: 70px;
	margin: 0;
	overflow: hidden
}

.productGrid {
	list-style: none;
	margin: 0 -.75rem 1.5rem;
	max-width: none;
	width: auto;
	font-size: 0
}

.productGrid ol,
.productGrid ul {
	list-style: none;
	margin-bottom: 0
}

.productGrid:after,
.productGrid:before {
	content: " ";
	display: table
}

.productGrid:after {
	clear: both
}

.productGrid .product {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 50%;
	float: none;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top
}

@media (min-width:320px) {
	.productGrid .product {
		width: 50%
	}
}

@media (min-width:768px) {
	.productGrid .product {
		width: 25%
	}
}

.productMasonry {
	column-count: 2;
	column-fill: auto;
	column-gap: 1.25rem;
	margin: 0 0 1.5rem;
	overflow: hidden
}

@media (min-width:320px) {
	.page-sidebar+.page-content .productGrid .product {
		width: 33.33333%
	}
	.productMasonry {
		column-count: 3
	}
}

.productMasonry .product {
	break-inside: avoid;
	display: block;
	margin-bottom: 3rem;
	padding: 0;
	width: 100%
}

.productMasonry .card {
	margin: 0
}

.no-csscolumns .productMasonry {
	list-style: none;
	margin: 0 -.75rem;
	max-width: none;
	width: auto;
	font-size: 0
}

.no-csscolumns .productMasonry ol,
.no-csscolumns .productMasonry ul,
.productList ol,
.productList ul {
	margin-bottom: 0;
	list-style: none
}

.no-csscolumns .productMasonry:after,
.no-csscolumns .productMasonry:before {
	content: " ";
	display: table
}

.no-csscolumns .productMasonry:after {
	clear: both
}

.no-csscolumns .productMasonry .product {
	padding-left: .75rem;
	padding-right: .75rem;
	width: 25%;
	float: none;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top
}

.no-csscolumns .productMasonry .card {
	margin: 0
}

@media (min-width:768px) {
	.productMasonry {
		column-count: 4
	}
	.no-csscolumns .productGrid--maxCol6 .product {
		width: 16.66667%
	}
	.csscolumns .productGrid--maxCol6 {
		column-count: 6
	}
	.no-csscolumns .productGrid--maxCol3 .product {
		width: 33.33333%
	}
	.csscolumns .productGrid--maxCol3 {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 100%;
		float: left
	}
	.csscolumns .productGrid--maxCol3 .product {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 33.33333%;
		float: none
	}
}

.productList {
	list-style: none;
	margin-left: 0
}

.productList .product+.product {
	margin-top: 4rem
}

@media (min-width:320px) {
	.listItem {
		margin: 0 -.75rem;
		max-width: none;
		width: auto;
		display: table
	}
	.listItem:after,
	.listItem:before {
		content: " ";
		display: table
	}
	.listItem:after {
		clear: both
	}
	.listItem-body,
	.listItem-figure {
		display: table-cell;
		vertical-align: top
	}
}

.listItem-figure {
	margin: 0 0 1.5rem
}

@media (min-width:320px) and (min-width:320px) {
	.listItem-figure {
		padding-left: .75rem;
		padding-right: .75rem;
		width: 25%
	}
}

.listItem-image {
	width: 100%
}

@media (min-width:320px) {
	.listItem-figure {
		margin-bottom: 0
	}
	.listItem-body {
		padding-left: 1.25rem;
		padding-right: .75rem;
		width: 75%
	}
}

@media (min-width:1280px) {
	.listItem-body,
	.listItem-figure {
		vertical-align: middle
	}
	.listItem-content {
		display: table
	}
	.listItem-actions,
	.listItem-details {
		display: table-cell;
		vertical-align: top
	}
	.listItem-details {
		padding-right: 6rem
	}
	.listItem-details>:last-child {
		margin-bottom: 0
	}
}

.listItem-rating {
	margin-bottom: .375rem
}

.listItem-brand {
	color: #a5a5a5;
	font-size: 1rem;
	margin: 0 0 .1875rem
}

@media (min-width:768px) {
	.listItem-brand {
		font-size: 15px;
		margin-bottom: 0
	}
}

.listItem-title {
	font-size: 15px;
	margin: 0 0 .1875rem
}

.listItem-title>a {
	text-decoration: none
}

.listItem-price {
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.listItem-price,
	.listItem-title {
		font-size: 20px
	}
}

.listItem-actions .button {
	margin-bottom: 0
}

@media (min-width:1280px) {
	.listItem-actions {
		vertical-align: middle;
		width: 22%
	}
	.listItem-actions .button--compare {
		font-size: 13px;
		padding: .5625rem 1.5rem
	}
	.listItem-actions .button {
		width: 100%
	}
	.listItem-actions .button+.button {
		margin: .75rem 0 0
	}
	.page-sidebar+.page-content .productList .listItem-details {
		padding-right: 3rem
	}
	.page-sidebar+.page-content .productList .listItem-actions {
		width: 30%
	}
}

.productView-details,
.productView-images {
	padding-left: 1rem;
	padding-right: 1rem;
	float: none
}

.productView {
	max-width: none;
	width: auto;
	margin: 0
}

.productView:after,
.productView:before {
	content: " ";
	display: table
}

.productView:after {
	clear: both
}

.modal .productView {
	padding-bottom: 0;
	padding-top: 0
}

.productView--quickView .socialLinks-item--print {
	display: none
}

.productView-images {
	width: 100%;
	display: inline-block
}

@media (min-width:768px) {
	.productView-images {
		width: 50%
	}
	.productView-description {
		font-weight: 500;
		margin: 0 0 100px
	}
}

@media screen and (min-width:900px) {
	.productView-images {
		width: 60%
	}
}

.productView-details {
	width: 100%
}

.productView-description {
	width: 100%;
	padding: 37px 20px;
	border: 1px solid #ddd;
	float: none;
	font-size: 15px;
	text-align: left
}

@media screen and (min-width:900px) {
	.productView-description {
		width: 60%
	}
}

.productView-description h2 {
	text-transform: uppercase;
	margin-top: 0
}

.productView-description p {
	color: #000;
	font-size: 15px
}

.productView-wrapper {
	font-size: 0
}



.right-side {
	background-color: #fff;
	display: block;
	vertical-align: top;
	width: 100%;
	position: relative;
	transition: all .25s ease;
	top: 0;
	transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
	.right-side {
		min-width: 290px;
		width: 50%;
		display: inline-block;
		border: 1px solid #ddd;
		max-width: 498px
	}
}

@media screen and (min-width:900px) {
	.right-side {
		width: 40%
	}
}

.right-side .verify {
	background-color: #01579b;
	padding: 20px 27px
}

.right-side .verify img {
	display: inline-block;
	margin-right: 9px
}

.right-side .verify span {
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	max-width: 80%
}

@media (min-width:768px) {
	.right-side .verify {
		padding: 20px 22px
	}
	.right-side .verify span {
		vertical-align: middle
	}
}

.question-order {
	background-color: #f7f7f7;
	padding: 23px 20px 57px
}

.question-order h2 {
	margin: 0 0 19px;
	font-size: 18px;
	font-weight: 500
}
