.progress__track {
	border-color: #b3b3b3;
	border-radius: 10em;
	background-color: #f2f1eb;
	background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
	background-image: linear-gradient(#e7e7df, #f0f0f0);
	box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
	border: 1px #07629a solid;
	background: #057ec9;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
	background-size: 40px 40px;
	margin-top: -1px;
	margin-left: -1px;
	padding: 0 1px;
	height: 16px;
	border-radius: 10em;
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

[dir="rtl"] .progress__bar {
	margin-left: 0;
	margin-right: -1px;
	animation-direction: reverse;
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
}

@-webkit-keyframes animate-stripes {
	0% {
		background-position: 0 0, 0 0;
	}
	100% {
		background-position: 0 0, -80px 0;
	}
}

@-ms-keyframes animate-stripes {
	0% {
		background-position: 0 0, 0 0;
	}
	100% {
		background-position: 0 0, -80px 0;
	}
}

@keyframes animate-stripes {
	0% {
		background-position: 0 0, 0 0;
	}
	100% {
		background-position: 0 0, -80px 0;
	}
}

.action-links {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

[dir="rtl"] .action-links {
	margin-right: 0;
}

.action-links li {
	display: inline-block;
	margin: 0 0.3em;
}

.action-links li:first-child {
	margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
	margin-left: 0.3em;
	margin-right: 0;
}

.button-action {
	display: inline-block;
	line-height: 160%;
	padding: 0.2em 0.5em 0.3em;
	text-decoration: none;
}

.button-action:before {
	content: '+';
	font-weight: 900;
	margin-left: -0.1em;
	padding-right: 0.2em;
}

[dir="rtl"] .button-action:before {
	margin-left: 0;
	margin-right: -0.1em;
	padding-left: 0.2em;
	padding-right: 0;
}

.breadcrumb {
	padding-bottom: 0.5em;
}

.breadcrumb ol {
	margin: 0;
	padding: 0;
}

[dir="rtl"] .breadcrumb ol {
	margin-right: 0;
}

.breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li:before {
	content: ' \BB ';
}

.breadcrumb li:first-child:before {
	content: none;
}

.button,
.image-button {
	margin-left: 1em;
	margin-right: 1em;
}

.button:first-child,
.image-button:first-child {
	margin-left: 0;
	margin-right: 0;
}

.collapse-processed>summary {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.collapse-processed>summary:before {
	background: url(/core/misc/menu-expanded.png) 0 100% no-repeat;
	content: "";
	float: left;
	height: 1em;
	width: 1em;
}

[dir="rtl"] .collapse-processed>summary:before {
	background-position: 100% 100%;
	float: right;
}

.collapse-processed:not([open])>summary:before {
	background-position: 25% 35%;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

[dir="rtl"] .collapse-processed:not([open])>summary:before {
	background-position: 75% 35%;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.container-inline label:after,
.container-inline .label:after {
	content: ':';
}

.form-type-radios .container-inline label:after {
	content: '';
}

.form-type-radios .container-inline .form-type-radio {
	margin: 0 1em;
}

.container-inline .form-actions,
.container-inline.form-actions {
	margin-top: 0;
	margin-bottom: 0;
}

details {
	border: 1px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
}

details>.details-wrapper {
	padding: 0.5em 1.5em;
}

summary {
	cursor: pointer;
	padding: 0.2em 0.5em;
}

.exposed-filters .filters {
	float: left;
	margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.exposed-filters .form-item {
	margin: 0 0 0.1em 0;
	padding: 0;
}

.exposed-filters .form-item label {
	float: left;
	font-weight: normal;
	width: 10em;
}

[dir="rtl"] .exposed-filters .form-item label {
	float: right;
}

.exposed-filters .form-select {
	width: 14em;
}

.exposed-filters .current-filters {
	margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
	font-style: normal;
	font-weight: bold;
}

.exposed-filters .additional-filters {
	float: left;
	margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.field__label {
	font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
	float: left;
}

.field--label-inline .field__label,
.field--label-inline>.field__item,
.field--label-inline .field__items {
	padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
	padding-left: 0.5em;
	padding-right: 0;
}

.field--label-inline .field__label::after {
	content: ':';
}

form .field-multiple-table {
	margin: 0;
}

form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
	padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0;
	padding-left: 0.5em;
}

form .field-add-more-submit {
	margin: 0.5em 0 0;
}

.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
	font-size: 0.85em;
}

label.option {
	display: inline;
	font-weight: normal;
}

.form-composite>legend,
.label {
	display: inline;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
	margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
	margin-left: 0;
	margin-right: 2.4em;
}

.marker {
	color: #e00;
}

.form-required:after {
	content: '';
	vertical-align: super;
	display: inline-block;
	background-image: url(/core/misc/icons/ee0000/required.svg);
	background-repeat: no-repeat;
	background-size: 6px 6px;
	width: 6px;
	height: 6px;
	margin: 0 0.3em;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red;
}

.form-item--error-message:before {
	content: '';
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: sub;
	background: url(/core/misc/icons/e32700/error.svg) no-repeat;
	background-size: contain;
}

.icon-help {
	background: url(/core/misc/help.png) 0 50% no-repeat;
	padding: 1px 0 1px 20px;
}

[dir="rtl"] .icon-help {
	background-position: 100% 50%;
	padding: 1px 20px 1px 0;
}

.feed-icon {
	background: url(/core/misc/feed.svg) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
}

.form--inline .form-item {
	float: left;
	margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
	float: right;
	margin-right: 0;
	margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
	margin-right: 2%;
}

.form--inline .form-item-separator {
	margin-top: 2.3em;
	margin-right: 1em;
	margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
	margin-right: 0.5em;
	margin-left: 1em;
}

.form--inline .form-actions {
	clear: left;
}

[dir="rtl"] .form--inline .form-actions {
	clear: right;
}

.item-list .title {
	font-weight: bold;
}

.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

.item-list li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
}

[dir="rtl"] .item-list li {
	margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
	display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
	margin: 0;
}

button.link {
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

label button.link {
	font-weight: bold;
}

ul.inline,
ul.links.inline {
	display: inline;
	padding-left: 0;
}

[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
	padding-right: 0;
	padding-left: 15px;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

ul.links a.is-active {
	color: #000;
}

ul.menu {
	list-style: none outside;
	margin-left: 1em;
	padding: 0;
	text-align: left;
}

[dir="rtl"] ul.menu {
	margin-left: 0;
	margin-right: 1em;
	text-align: right;
}

.menu-item--expanded {
	list-style-image: url(/core/misc/menu-expanded.png);
	list-style-type: circle;
}

.menu-item--collapsed {
	list-style-image: url(/core/misc/menu-collapsed.png);
	list-style-type: disc;
}

[dir="rtl"] .menu-item--collapsed {
	list-style-image: url(/core/misc/menu-collapsed-rtl.png);
}

.menu-item {
	padding-top: 0.2em;
	margin: 0;
}

ul.menu a.is-active {
	color: #000;
}

.more-link {
	display: block;
	text-align: right;
}

[dir="rtl"] .more-link {
	text-align: left;
}

.pager__items {
	clear: both;
	text-align: center;
}

.pager__item {
	display: inline;
	padding: 0.5em;
}

.pager__item.is-active {
	font-weight: bold;
}

tr.drag {
	background-color: #fffff0;
}

tr.drag-previous {
	background-color: #ffd;
}

body div.tabledrag-changed-warning {
	margin-bottom: 0.5em;
}

tr.selected td {
	background: #ffc;
}

td.checkbox,
th.checkbox {
	text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
	text-align: center;
}

th.is-active img {
	display: inline;
}

td.is-active {
	background-color: #ddd;
}

div.tabs {
	margin: 1em 0;
}

ul.tabs {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}

.tabs>li {
	display: inline-block;
	margin-right: 0.3em;
}

[dir="rtl"] .tabs>li {
	margin-left: 0.3em;
	margin-right: 0;
}

.tabs a {
	display: block;
	padding: 0.2em 1em;
	text-decoration: none;
}

.tabs a.is-active {
	background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
	background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
	display: block;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.ui-dialog--narrow {
	max-width: 500px;
}

@media screen and (max-width:600px) {
	.ui-dialog--narrow {
		max-width: 95%;
		min-width: 95%;
	}
}

.messages {
	background: no-repeat 10px 17px;
	border: 1px solid;
	border-width: 1px 1px 1px 0;
	border-radius: 2px;
	padding: 15px 20px 15px 35px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

[dir="rtl"] .messages {
	border-width: 1px 0 1px 1px;
	background-position: right 10px top 17px;
	padding-left: 20px;
	padding-right: 35px;
	text-align: right;
}

.messages+.messages {
	margin-top: 1.538em;
}

.messages__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.messages__item+.messages__item {
	margin-top: 0.769em;
}

.messages--status {
	color: #325e1c;
	background-color: #f3faef;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
	background-image: url(/core/misc/icons/73b355/check.svg);
	box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
	border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
	box-shadow: 8px 0 0 #77b259;
	margin-left: 0;
}

.messages--warning {
	background-color: #fdf8ed;
	background-image: url(/core/misc/icons/e29700/warning.svg);
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
	color: #734c00;
	box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
	border-color: #f4daa6 transparent #f4daa6 #f4daa6;
	box-shadow: 8px 0 0 #e09600;
}

.messages--error {
	background-color: #fcf4f2;
	color: #a51b00;
	background-image: url(/core/misc/icons/e32700/error.svg);
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
	box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
	border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
	box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
	color: #a51b00;
}

.node--unpublished {
	background-color: #fff4f4;
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: a 2s infinite linear
}

.fa-pulse {
	animation: a 1s infinite steps(8)
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(#000, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(/themes/custom/cummins/fonts/fa-brands-400.eot);
	src: url(/themes/custom/cummins/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(/themes/custom/cummins/fonts/fa-brands-400.woff2) format("woff2"), url(/themes/custom/cummins/fonts/fa-brands-400.woff) format("woff"), url(/themes/custom/cummins/fonts/fa-brands-400.ttf) format("truetype"), url(/themes/custom/cummins/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(/themes/custom/cummins/fonts/fa-regular-400.eot);
	src: url(/themes/custom/cummins/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(/themes/custom/cummins/fonts/fa-regular-400.woff2) format("woff2"), url(/themes/custom/cummins/fonts/fa-regular-400.woff) format("woff"), url(/themes/custom/cummins/fonts/fa-regular-400.ttf) format("truetype"), url(/themes/custom/cummins/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 900;
	src: url(/themes/custom/cummins/fonts/fa-solid-900.eot);
	src: url(/themes/custom/cummins/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(/themes/custom/cummins/fonts/fa-solid-900.woff2) format("woff2"), url(/themes/custom/cummins/fonts/fa-solid-900.woff) format("woff"), url(/themes/custom/cummins/fonts/fa-solid-900.ttf) format("truetype"), url(/themes/custom/cummins/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: FontAwesome
}

.fa,
.fas {
	font-weight: 900
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

html {
	box-sizing: border-box;
	height: 100%
}

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

body {
	color: #4d4d4d;
	display: flex;
	flex-flow: column;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	min-height: 100%
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.link,
a {
	color: #da291c;
	text-decoration: none;
	transition: all .2s ease
}

.link:focus,
.link:hover,
a:focus,
a:hover {
	color: #a1140a;
	text-decoration: none
}

.link-with-arrow,
.white-button {
	background: #fff;
	color: #da291c;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	border: 2px solid #da291c
}

@media (min-width:768px) {
	.link-with-arrow,
	.white-button {
		font-size: 18px;
		line-height: 1;
		padding: 12px 50px 12px 14px
	}
}

@media (min-width:1024px) {
	.link-with-arrow,
	.white-button {
		line-height: 1;
		padding: 12px 14px
	}
}

.link-with-arrow:before,
.white-button:before {
	transition: all .2s ease;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

@media (min-width:768px) {
	.link-with-arrow:before,
	.white-button:before {
		width: 14px;
		height: 18px;
		margin: 0 2px 0 0
	}
}

.link-with-arrow:hover,
.white-button:hover {
	color: #a1140a
}

.link-with-arrow:hover:before,
.white-button:hover:before {
	background-position: 100%
}

.link-with-arrow {
	border: 0
}

.with-chevron {
	display: inline-block;
	color: #4d4d4d;
	padding-left: 15px;
	position: relative
}

.with-chevron:hover {
	color: #da291c
}

.with-chevron:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 26px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat 0;
	background-size: 6px 12px;
	transform: translateY(-50%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0 0;
	color: #4d4d4d;
	font-weight: 700;
	letter-spacing: -.01em
}

h1 {
	font-size: 2.875em
}

@media (min-width:768px) {
	h1 {
		font-size: 3em
	}
}

h2 {
	font-size: 2.25em
}

@media (min-width:768px) {
	h2 {
		font-size: 2.375em
	}
}

h3 {
	font-size: 1.875em
}

@media (min-width:768px) {
	h3 {
		font-size: 2em
	}
}

h4 {
	font-size: 1.375em
}

@media (min-width:768px) {
	h4 {
		font-size: 1.5em
	}
}

h5 {
	font-size: 1.125em
}

@media (min-width:768px) {
	h5 {
		font-size: 1.25em
	}
}

h6 {
	font-size: 1.125rem
}

p {
	margin: 1em 0 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6
}

p.overview-text {
	font-size: 1.125em;
	line-height: 1.5
}

del {
	text-decoration: line-through
}

blockquote {
	position: relative;
	height: auto;
	margin: 1em 0;
	padding: 1px 40px 0 1rem;
	color: #4d4d4d;
	font-size: 1.75em;
	font-style: italic;
	font-weight: 700;
	line-height: 32px
}

blockquote:before {
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -10px;
	left: -15px;
	background: url(/themes/custom/cummins/images/quotes-left.png) no-repeat left 3px;
	background-size: contain
}

@media (min-width:640px) {
	blockquote:before {
		width: 35px;
		height: 35px;
		left: 10px;
		top: 0
	}
}

@media (min-width:640px) {
	blockquote {
		height: auto;
		padding: 1rem 0 0 50px;
		background-size: 80px;
		font-size: 2.125em;
		line-height: 38px
	}
}

blockquote cite {
	font-size: 1rem;
	font-weight: 500;
	color: #7b7b7b;
	display: block;
	line-height: 1.4;
	margin-top: 5px
}

.feed-icon {
	display: block;
	margin: 25px 0 0
}

#page-wrapper img {
	display: block;
	max-width: 100%;
	height: auto
}

ol,
ol ol,
ul,
ul ul {
	margin: 0;
	padding: 0 0 0 24px
}

strong {
	font-weight: 700
}

::-moz-focus-inner {
	padding: 0;
	border: 0
}

:focus {
	outline: 0
}

.menu-item--collapsed,
.menu-item--expanded {
	list-style: none
}

img.center-align {
	display: block;
	margin: auto
}

img.left-align {
	float: left;
	margin: 10px 30px 10px 0
}

img.right-align {
	float: right;
	margin: 10px 30px 10px 0
}

a.top--70-anchor {
	position: relative;
	top: -70px
}

hr {
	width: 100%;
	border: 1px solid #da291c;
	margin: 1rem 0
}

.red-arrow-link {
	position: relative;
	padding: 0 0 0 .875rem;
	color: #4d4d4d;
	font-size: 1.25rem;
	font-weight: 600
}

.red-arrow-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 26px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain;
	transition: all .2s ease
}

.red-arrow-link:focus:before,
.red-arrow-link:hover:before {
	transform: translateX(3px)
}

.btn-red-primary {
	display: inline-flex;
	background-color: #da291c;
	color: #fff;
	padding: 15px 20px;
	border: 0;
	position: relative;
	cursor: pointer;
	transition: all .2s ease
}

.btn-red-primary span {
	margin-left: 20px;
	color: #fff;
	vertical-align: middle;
	position: relative
}

.btn-red-primary span:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -20px;
	width: 10px;
	height: 17px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 50%;
	background-size: contain;
	transition: left .2s ease
}

.btn-red-primary:hover {
	background-color: #a1140a
}

.btn-red-primary:hover span {
	color: #fff
}

.btn-red-primary:hover span:before {
	left: -15px
}

.btn-white-primary {
	display: inline-flex;
	background-color: #fff;
	color: #4d4d4d;
	padding: 15px 20px;
	border: 0;
	position: relative;
	cursor: pointer
}

.btn-white-primary span {
	margin-left: 20px;
	vertical-align: middle;
	position: relative
}

.btn-white-primary span:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -20px;
	width: 10px;
	height: 17px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain;
	transition: left .2s ease
}

.btn-white-primary:hover span {
	color: #4d4d4d
}

.btn-white-primary:hover span:before {
	left: -15px
}

a.link-as-red-button {
	display: inline-block;
	padding: 10px 17px 10px 32px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	transition: all .2s ease;
	text-transform: none;
	font-weight: 400
}

@media (min-width:768px) {
	a.link-as-red-button {
		font-size: 18px;
		line-height: 18px;
		background-size: 12px 18px
	}
}

@media (min-width:1024px) {
	a.link-as-red-button {
		font-size: 1.125em;
		font-weight: 500;
		line-height: 22px
	}
}

a.link-as-red-button:hover a.link-as-red-button:active {
	background-color: #a1140a;
	background-position: 16px
}

@media (min-width:1024px) {
	a.link-as-red-button {
		line-height: 28px
	}
}

a.link-as-red-button:hover {
	color: #fff
}

.btn-primary,
.btn-red {
	display: inline-block;
	padding: 10px 15px;
	background-color: #da291c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 2px;
	border: none;
	transition: all .24s ease-out;
	cursor: pointer
}

.btn-primary:focus,
.btn-primary:hover,
.btn-red:focus,
.btn-red:hover {
	background-color: #a1140a;
	color: #fff
}

.btn-default,
.btn-gray {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	background-image: linear-gradient(180deg, #fff, #efefef);
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 2px;
	transition: all .24s ease-out;
	cursor: pointer
}

.btn-default:focus,
.btn-default:hover,
.btn-gray:focus,
.btn-gray:hover {
	color: #2d2d2d;
	text-decoration: none;
	background-color: #efefef;
	background-image: none;
	transition: background-color .1s linear
}

.text-button {
	display: inline;
	background: none;
	color: #da291c;
	text-decoration: underline;
	border: none;
	transition: all .2s ease
}

.text-button:focus,
.text-button:hover {
	color: #a1140a
}

.modal {
	z-index: 1050;
	-webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
	transition: ransform .3s ease-out;
	transform: translateY(-25%)
}

.modal-dialog,
.modal.in .modal-dialog {
	transform: translate(0)
}

.modal-dialog {
	margin: 10px
}

.modal-content {
	border: 1px solid #7b7b7b;
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #efefef
}

.modal-header .close {
	margin-top: -2px;
	float: right;
	border: 0;
	font-size: 36px
}

@media (-ms-high-contrast:none) {
	.modal-header .close:after,
	::-ms-backdrop {
		content: "×"
	}
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	padding: 15px;
	max-height: 610px;
	max-height: 66vh;
	overflow-y: scroll
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #efefef
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-footer:after,
.modal-header:after {
	clear: both
}

.flex-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 2em
}

.flex-content h3,
.flex-content h4 {
	font-weight: 600;
	margin-bottom: 10px
}

@media (min-width:640px) {
	.flex-content {
		flex-wrap: nowrap
	}
	.flex-content .flex-content__col+.flex-content__image,
	.flex-content .flex-content__image+.flex-content__col {
		order: 2;
		margin-left: 30px
	}
}

.flex-content.--break-768 {
	flex-wrap: wrap
}

.flex-content.--break-768 .flex-content__image {
	max-width: 100%;
	max-height: 100%
}

.flex-content.--break-768 .flex-content__col.--over-half {
	width: 100%
}

.flex-content.--break-768 .flex-content__col+.flex-content__image,
.flex-content.--break-768 .flex-content__image+.flex-content__col {
	order: 1;
	margin-left: 0
}

@media (min-width:768px) {
	.flex-content.--break-768 {
		flex-wrap: nowrap
	}
	.flex-content.--break-768 .flex-content__col+.flex-content__image,
	.flex-content.--break-768 .flex-content__image+.flex-content__col {
		order: 2;
		margin-left: 30px
	}
	.flex-content.--break-768 .flex-content__col.--over-half {
		width: 66%
	}
}

.flex-content .flex-content__col,
.flex-content .flex-content__image {
	margin-left: 0;
	margin-right: 0
}

.flex-content .flex-content__image {
	flex: 0 1 auto;
	padding: 0!important;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	order: 1
}

.flex-content .flex-content__image.--fill {
	flex-grow: 1;
	max-width: 100%
}

.flex-content .flex-content__image.--fill img {
	margin-left: auto;
	margin-right: auto
}

.flex-content .flex-content__col {
	flex: 0 1 auto;
	order: 2
}

@media (min-width:640px) {
	.flex-content .flex-content__col {
		width: 70%
	}
}

.flex-content .flex-content__title.cummins-before h1:before {
	content: "Cummins";
	display: block;
	font-size: 24px;
	font-weight: 100;
	position: absolute;
	top: -10px
}

.flex-content .flex-content__title.with-arrow h1 {
	position: relative;
	display: inline-block;
	margin: .5rem 0 0;
	padding: 1rem 2rem;
	background: #fff;
	font-size: 1.875em;
	font-weight: 800;
	line-height: 1
}

@media (min-width:768px) {
	.flex-content .flex-content__title.with-arrow h1 {
		margin-top: .25rem;
		margin-right: -5rem;
		padding-left: 2.5rem;
		font-size: 2.25em
	}
}

.flex-content .flex-content__title.with-arrow h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

@media (min-width:768px) {
	.flex-content .flex-content__title.with-arrow h1:after {
		top: 2.25rem;
		border-width: 1.5rem 0 1.5rem 1.5rem;
		border-color: transparent transparent transparent #da291c;
		transform: translateY(-50%)
	}
}

.flex-content p.flex-content__text {
	font-size: 1.2em;
	line-height: 1.5
}

.flex-content.border-bottom {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #c6c6c6
}

.flex-wrapper {
	display: flex
}

#page,
#page-wrapper {
	flex: 1 0 auto;
	display: flex;
	flex-flow: column
}

#page-wrapper {
	overflow: hidden
}

#page {
	position: relative
}

.dialog-off-canvas-main-canvas {
	flex: 1 0 auto
}

.layout-main-wrapper {
	position: relative;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.layout-main-wrapper {
		/*padding-top: 71px*/
	}
}

.layout-main-wrapper .region-breadcrumb {
	display: none
}

.layout-main-wrapper .layout-main {
	position: relative
}

.not-front .layout-main-wrapper .main-content {
	margin-top: 30px
}

.not-front .section-highlighted h3 {
	margin: 0
}

@media (min-width:768px) {
	.not-card-page .layout-main-wrapper {
		padding-top: 2rem
	}
}

.iframeWrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 59.1954%;
	margin-top: 1rem
}

.iframeWrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.text-formatted figure {
	padding: 0;
	margin: 1rem 0
}

.text-formatted figure img {
	margin: 0!important
}

.text-formatted figure figcaption {
	font-size: 14px;
	line-height: 16px;
	color: #7b7b7b;
	padding: 10px 6px;
	font-weight: 600
}

.text-formatted a.link-as-red-button {
	display: inline-block;
	padding: 10px 17px 10px 32px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	transition: all .2s ease;
	text-transform: none;
	font-weight: 400
}

@media (min-width:768px) {
	.text-formatted a.link-as-red-button {
		font-size: 18px;
		line-height: 18px;
		background-size: 12px 18px
	}
}

@media (min-width:1024px) {
	.text-formatted a.link-as-red-button {
		font-size: 1.125em;
		font-weight: 500;
		line-height: 22px
	}
}

.text-formatted a.link-as-red-button:hover .text-formatted a.link-as-red-button:active {
	background-color: #a1140a;
	background-position: 16px
}

@media (min-width:1024px) {
	.text-formatted a.link-as-red-button {
		line-height: 28px
	}
}

.text-formatted ul {
	margin: 10px 0 25px
}

.text-formatted ul li {
	list-style-type: none;
	margin: 1rem 0;
	padding-left: 20px;
	position: relative
}

.text-formatted ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 0;
	background: #da291c
}

.text-formatted ul.no-bullets li {
	list-style-type: none
}

.text-formatted ul.no-bullets li:before {
	content: "";
	margin: 0
}

.text-formatted ul.no-padding {
	padding: 0
}

.text-formatted .comparison-grid ul li {
	list-style-type: disc
}

.text-formatted ol {
	counter-reset: a
}

.text-formatted ol li {
	list-style-type: none;
	margin: 1rem 0;
	display: block;
	position: relative;
	padding-left: 20px
}

.text-formatted ol li:before {
	position: absolute;
	content: counters(a, ".") " ";
	counter-increment: a;
	color: #da291c;
	margin: 0 10px 0 -30px;
	font-size: 1em;
	font-weight: 600;
	float: left;
	line-height: 18px;
	letter-spacing: -.8px
}

.text-formatted ol.no-bullets li {
	list-style-type: none
}

.text-formatted ol.no-bullets li:before {
	content: "";
	margin: 0
}

.text-formatted ol.no-padding {
	padding: 0
}

.text-formatted table {
	width: 100%;
	border-bottom: 2px solid #c6c6c6
}

.text-formatted table caption {
	color: #fff;
	background-color: #da291c;
	font-weight: 600;
	text-align: left;
	padding: .5em 1em
}

.text-formatted table thead tr td,
.text-formatted table thead tr th {
	color: #fff;
	padding: .125em .25em;
	background-color: #7b7b7b;
	text-align: left
}

@media (min-width:640px) {
	.text-formatted table thead tr td,
	.text-formatted table thead tr th {
		padding: .25em .5em
	}
}

@media (min-width:1024px) {
	.text-formatted table thead tr td,
	.text-formatted table thead tr th {
		padding: .5em 1em
	}
}

.text-formatted table tbody tr {
	border-bottom: 1px solid #c6c6c6
}

.text-formatted table tbody tr td {
	padding: .5em;
	font-size: .875em;
	text-align: left
}

@media (min-width:640px) {
	.text-formatted table tbody tr td {
		padding: .75em
	}
}

@media (min-width:768px) {
	.text-formatted table tbody tr td {
		padding: 1em;
		font-size: 1em
	}
}

.text-formatted table tbody tr:nth-child(odd) td {
	background-color: #efefef
}

.text-formatted table.responsive-text tbody tr td,
.text-formatted table.responsive-text thead tr td,
.text-formatted table.responsive-text thead tr th {
	padding: .5em
}

@media screen and (min-width:40rem) {
	.text-formatted table.responsive-text {
		font-size: .85vw
	}
}

@media screen and (min-width:1200px) {
	.text-formatted table.responsive-text {
		font-size: 10px
	}
}

@media (max-width:39.9375em) {
	.tablesaw-stack tbody tr {
		display: block;
		margin-bottom: .5em;
		background: #efefef
	}
	.tablesaw-stack tbody td,
	.tablesaw-stack tbody th {
		float: none!important;
		display: flex
	}
	.tablesaw-stack tbody td .tablesaw-cell-label,
	.tablesaw-stack tbody th .tablesaw-cell-label {
		flex: 0 0 30%;
		min-width: 130px
	}
	.tablesaw-stack tbody td .tablesaw-cell-content,
	.tablesaw-stack tbody th .tablesaw-cell-content {
		display: block;
		flex: 1 auto
	}
}

@media (min-width:40em) {
	.tablesaw-stack tbody tr {
		display: table-row;
		padding: 0;
		margin-bottom: 0;
		background: none
	}
	.tablesaw-stack tbody tr td {
		display: table-cell
	}
}

.tablesaw-stack.responsive-text tbody td .tablesaw-cell-content,
.tablesaw-stack.responsive-text tbody td .tablesaw-cell-label,
.tablesaw-stack.responsive-text tbody th .tablesaw-cell-content,
.tablesaw-stack.responsive-text tbody th .tablesaw-cell-label {
	width: 100%;
	max-width: none
}

form:after {
	content: "";
	display: table;
	clear: both
}

fieldset {
	padding: 0;
	margin: 1rem 0;
	border: none
}

.form-actions,
.form-item {
	margin-top: 0;
	margin-bottom: 1.5rem
}

.form-item,
.form-item label {
	position: relative
}

.form-item label {
	display: block;
	color: #7b7b7b;
	font-size: .875rem
}

@media (min-width:640px) {
	.form-item label {
		font-size: 1rem
	}
}

.form-item .description {
	padding: .25rem 0;
	font-size: .75rem;
	padding-left: .7em;
	padding-right: .7em;
	margin-bottom: 7px;
	font-weight: 400
}

.form-item.form-type-email input,
.form-item.form-type-password input,
.form-item.form-type-tel input,
.form-item.form-type-textfield input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 44px;
	padding: .5rem;
	margin-top: 0;
	color: #4d4d4d;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: .875em;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0
}

.form-item.form-type-email input::-ms-clear,
.form-item.form-type-password input::-ms-clear,
.form-item.form-type-tel input::-ms-clear,
.form-item.form-type-textfield input::-ms-clear {
	display: none
}

.form-item.form-type-email input.error,
.form-item.form-type-password input.error,
.form-item.form-type-tel input.error,
.form-item.form-type-textfield input.error {
	background-color: hsla(0, 100%, 92%, .25);
	border-color: #da291c;
	border-width: 0 0 2px
}

.form-item.form-type-email input:-ms-input-placeholder,
.form-item.form-type-password input:-ms-input-placeholder,
.form-item.form-type-tel input:-ms-input-placeholder,
.form-item.form-type-textfield input:-ms-input-placeholder {
	color: #7b7b7b
}

.form-item.form-type-email input::placeholder,
.form-item.form-type-password input::placeholder,
.form-item.form-type-tel input::placeholder,
.form-item.form-type-textfield input::placeholder {
	color: #7b7b7b
}

.form-item.form-type-email input:focus,
.form-item.form-type-password input:focus,
.form-item.form-type-tel input:focus,
.form-item.form-type-textfield input:focus {
	border-color: #da291c
}

@media (min-width:480px) {
	.form-item.form-type-email,
	.form-item.form-type-password,
	.form-item.form-type-tel,
	.form-item.form-type-textfield {
		font-size: 1em
	}
}

@media (min-width:640px) {
	.form-item.form-type-email,
	.form-item.form-type-password,
	.form-item.form-type-tel,
	.form-item.form-type-textfield {
		font-size: 1.125em
	}
}

.form-item .image-widget {
	border: 1px solid #c6c6c6
}

.form-item.form-type-file .form-file {
	padding: 0 0 1rem
}

.form-item.form-type-checkbox {
	margin-bottom: 1.5rem
}

.form-item.form-type-checkbox label {
	margin-bottom: .25rem
}

.form-item.form-type-checkbox input {
	float: left;
	width: auto;
	margin: 0 .5rem;
	padding: 0;
	color: #7b7b7b;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: .875em
}

.form-item.form-type-checkbox label.option {
	display: inline;
	vertical-align: 1px
}

@media (min-width:480px) {
	.form-item.form-type-checkbox {
		font-size: 1em
	}
}

@media (min-width:640px) {
	.form-item.form-type-checkbox {
		font-size: 1.125em
	}
}

.form-item.form-type-select .selectmodal {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 44px;
	padding: .5rem 1.5rem .5rem .5rem;
	background: transparent url(icon-arrow-grey-down.svg) no-repeat 100% 50%;
	background-size: 16px 8px;
	color: #4d4d4d;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: .875em;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0
}

.form-item.form-type-select select::-ms-expand {
	display: none
}

.form-item.form-type-select select.error {
	background-color: hsla(0, 100%, 92%, .25);
	border-color: #da291c;
	border-width: 0 0 2px
}

.form-item.form-type-select select:focus {
	border-color: #da291c
}

@media (min-width:480px) {
	.form-item.form-type-select select {
		font-size: 1em
	}
}

@media (min-width:640px) {
	.form-item.form-type-select select {
		font-size: 1.125em
	}
}

.form-item.form-type-textarea {
	margin-top: 0;
	margin-bottom: 1.5rem
}

.form-item.form-type-textarea label {
	margin-bottom: .375rem
}

.form-item.form-type-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0;
	padding: 16px 12px;
	color: #4d4d4d;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: .875em;
	border: 2px solid #4d4d4d;
	border-radius: 0
}

.form-item.form-type-textarea textarea.error {
	background-color: hsla(0, 100%, 92%, .25);
	border-color: #da291c
}

.form-item.form-type-textarea textarea:focus {
	border-color: #da291c
}

@media (min-width:480px) {
	.form-item.form-type-textarea textarea {
		font-size: 1em
	}
}

@media (min-width:640px) {
	.form-item.form-type-textarea textarea {
		font-size: 1.125em
	}
}

.form-item.webform-element--title-inline>label {
	flex: 0 0 auto;
	padding-right: .5rem
}

@media (min-width:480px) {
	.form-item.webform-element--title-inline {
		display: flex;
		align-items: center
	}
	.form-item.webform-element--title-inline input {
		flex: 1 0 auto;
		width: 100px
	}
	.form-item.webform-element--title-inline label {
		top: -1px
	}
}

.webform-counter-message {
	margin-top: .25rem;
	color: #7b7b7b;
	font-size: .875em;
	text-align: right
}

.webform-type-radios {
	margin-bottom: 1rem
}

.webform-type-radios .field-prefix .description {
	display: block;
	padding: 0;
	margin: 0 1.5rem .5rem 0;
	color: #7b7b7b;
	font-size: .875rem;
	font-weight: 500
}

@media (min-width:640px) {
	.webform-type-radios .field-prefix .description {
		font-size: 1rem
	}
}

.form-radios,
.form-radios .form-type-radio {
	display: flex;
	align-items: center
}

.form-radios .form-type-radio {
	float: none;
	width: auto;
	margin: 0 1rem .5rem 0
}

.form-radios .form-type-radio input {
	position: relative
}

.form-radios .form-type-radio label {
	padding-left: 6px;
	color: #7b7b7b
}

@media (min-width:640px) {
	.form-radios {
		display: flex
	}
}

input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0
}

input[type=submit] {
	display: inline-block;
	padding: 10px 17px 10px 32px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	transition: all .2s ease
}

@media (min-width:768px) {
	input[type=submit] {
		font-size: 18px;
		line-height: 18px;
		background-size: 12px 18px
	}
}

@media (min-width:1024px) {
	input[type=submit] {
		font-size: 1.125em;
		font-weight: 500;
		line-height: 22px
	}
}

input[type=submit]:hover input[type=submit]:active {
	background-color: #a1140a;
	background-position: 16px
}

.js input.form-autocomplete {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box!important;
	width: 100%;
	padding: .5rem 1.2rem .5rem .7rem;
	margin-top: 0;
	color: #7b7b7b;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.125em;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0
}

.form-required:after {
	width: 5px;
	height: 5px;
	margin: 0 .2rem;
	background-size: 5px 5px
}

.required-text {
	color: #da291c
}

#toolbar-administration {
	z-index: 9999999;
	display: none
}

@media (min-width:768px) {
	#toolbar-administration {
		display: block
	}
}

.action-links {
	margin: 0
}

.tabs ol li,
.tabs ul li {
	list-style-type: none!important;
	margin: 0!important;
	display: inline-block!important
}

.tabs ol li:before,
.tabs ul li:before {
	display: none
}

.contextual-region .contextual .contextual-links li:before {
	content: ""!important;
	margin: 0!important
}

.content-moderation-entity-moderation-form {
	display: none
}

.button,
.homepage__newsroom-view-more {
	padding: 14px 20px;
	margin: 0;
	font-size: .8125em;
	font-weight: 700;
	line-height: 1.1;
	border: none
}

.button--red {
	text-transform: uppercase;
	display: inline-block;
	border: none;
	background: #da291c;
	color: #fff
}

@media (min-width:768px) {
	.button--red {
		font-size: 18px;
		line-height: 18px;
		padding: 12px 50px 12px 14px
	}
}

@media (min-width:1024px) {
	.button--red {
		font-size: 22px;
		line-height: 22px;
		padding: 12px 14px
	}
}

.button--red:active,
.button--red:hover {
	background: #a1140a;
	color: #fff
}

.button--red:active:before,
.button--red:hover:before {
	background-position: 100%
}

.button--black {
	text-transform: uppercase;
	display: inline-block;
	border: none;
	background: #fff;
	color: #4d4d4d;
	background-color: #000;
	color: #fff
}

.button--black:active,
.button--black:hover {
	background: #da291c;
	background: #2d2d2d;
	color: #fff
}

.button--text {
	background-color: transparent;
	transition: background-color .2s
}

.button--text:active,
.button--text:hover {
	background-color: rgba(0, 0, 0, .05)
}

.button--white {
	text-transform: uppercase;
	display: inline-block;
	border: none;
	background: #fff;
	color: #4d4d4d
}

.button--white:active,
.button--white:hover {
	background: #da291c;
	color: #fff
}

.button--white-arrow-right:before {
	position: relative;
	content: "";
	width: 12px;
	height: 10px;
	top: 3px;
	margin: 0 4px 0 0;
	background-size: contain;
	transition: all .2s ease;
	float: left;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0
}

@media (min-width:768px) {
	.button--white-arrow-right:before {
		width: 14px;
		height: 1rem;
		top: -1px
	}
}

.button--white-arrow-right:active:before,
.button--white-arrow-right:hover:before {
	transform: translateX(.25rem)
}

.button--white-arrow-left:before {
	position: relative;
	content: "";
	width: 12px;
	height: 10px;
	top: 3px;
	margin: 0 4px 0 0;
	background-size: contain;
	transition: all .2s ease;
	float: left;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat 50%
}

@media (min-width:768px) {
	.button--white-arrow-left:before {
		width: 14px;
		height: 1rem;
		top: -1px
	}
}

.button--white-arrow-left:active:before,
.button--white-arrow-left:hover:before {
	transform: translateX(.25rem)
}

.button--white--arrow-right-after:after {
	position: relative;
	content: "";
	width: 12px;
	height: 10px;
	top: 3px;
	margin: 0 4px 0 0;
	background-size: contain;
	transition: all .2s ease;
	float: right;
	margin-left: 5px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0
}

@media (min-width:768px) {
	.button--white--arrow-right-after:after {
		width: 14px;
		height: 1rem;
		top: -1px;
		margin-left: 4px
	}
}

.button--white--arrow-right-after:active:after,
.button--white--arrow-right-after:hover:after {
	transform: translateX(.25rem)
}

.button--white-outline {
	text-transform: uppercase;
	display: inline-block;
	border: none;
	background: transparent none;
	border: 1px solid #fff;
	color: #fff
}

.button--white-outline[type=button] {
	-webkit-appearance: none
}

.button--white-outline:active,
.button--white-outline:focus,
.button--white-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000
}

.button--small {
	padding: .75rem;
	font-size: .6875rem;
	letter-spacing: .1em
}

.button--small:after,
.button--small:before {
	height: 12px;
	top: 0
}

.button--hover-lighten {
	transition: .3s
}

.button--hover-lighten:hover {
	margin-left: .5rem;
	transition: .2s
}

.button--text-normal {
	text-transform: none
}

.button--red-arrow-right {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease;
	color: #da291c;
	padding: 0 0 0 .825rem
}

.button--red-arrow-right:before {
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	float: left;
	margin: 0 4px 0 0
}

.button--red-arrow-right:hover {
	background: #a1140a;
	color: #fff
}

.button--red-arrow-right:hover:before {
	background-position: 100%
}

.button--red-arrow-right:focus:before,
.button--red-arrow-right:hover:before {
	transform: translateX(3px)
}

.button--red-arrow-right:focus a,
.button--red-arrow-right:hover a {
	color: #da291c
}

.button--red-arrow-right:before {
	top: 1px;
	left: 0;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain
}

.button--dark-grey-right:before,
.button--red-arrow-right:before {
	content: "";
	display: block;
	position: absolute;
	width: .5rem;
	height: 1rem;
	transition: all .2s ease
}

.button--dark-grey-right:before {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg) no-repeat 50%;
	background-size: contain
}

.hideonmobile {
	display: none
}

@media (min-width:1024px) {
	.hideonmobile {
		display: block
	}
}

.front .section-main-content,
.front .section-main-content .region-content {
	float: none
}

.page-node-type-case-study .layout-main-wrapper,
.page-node-type-newsroom-article .layout-main-wrapper,
.page-node-type-newsroom-event-article .layout-main-wrapper,
.page-node-type-newsroom-news-release .layout-main-wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.page-node-type-case-study .layout-main-wrapper:after,
.page-node-type-newsroom-article .layout-main-wrapper:after,
.page-node-type-newsroom-event-article .layout-main-wrapper:after,
.page-node-type-newsroom-news-release .layout-main-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.page-node-type-case-study article,
.page-node-type-newsroom-article article,
.page-node-type-newsroom-event-article article,
.page-node-type-newsroom-news-release article {
	padding-top: 1rem
}

/*.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 3.75rem;
	flex: 0 0 auto;
	background-image: linear-gradient(-180deg, #000 18%, transparent);
	overflow: visible;
	z-index: 80
}

.header:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	z-index: -1;
	transition: all .2s ease
}

.header.menu-hover:after,
.header:focus:after,
.header:hover:after {
	opacity: 1
}

.header.menu-open:after {
	background: #000;
	opacity: 1
}

.header .header-wrapper {
	display: flex;
	align-items: center;
	padding: .75rem 0 0 1rem;
	margin: 0 auto
}

.header .section-branding {
	order: 1
}

.header .section-primary-menu {
	order: 3;
	margin-right: .5rem
}

.header .section-secondary-menu {
	order: 2
}

.header .site-logo {
	display: block
}

.header .site-logo img {
	display: block;
	width: 39px;
	height: auto
}
*/
@media (min-width:640px) {
/*	.header {
		height: 5rem
	}
	.header .header-wrapper {
		padding: 1rem 0 0 1rem
	}
	.header .section-branding {
		flex: 0 0 52px;
		padding-bottom: 16px;
		margin-left: 2rem;
		margin-right: 1rem
	}
	.header .site-logo img {
		width: 52px
	}*/
}

@media (min-width:768px) {
	/*.header .header-wrapper {
		align-items: normal
	}
	.header .section-primary-menu {
		order: 2;
		margin-right: 0
	}
	.header .section-secondary-menu {
		order: 3
	}
	.header .section-secondary-menu .region-secondary-menu {
		display: flex;
		margin-top: .625rem
	}*/
}

@media (min-width:1400px) {
	/*.header .header-wrapper {
		padding: 1rem 2rem 0
	}*/
}

.card-page.sticky-nav .header,
.sticky-nav .header {
	position: fixed;
	top: 0;
	background: #000
}

.card-page.sticky-nav.desktop-view.adminimal-admin-toolbar .header,
.sticky-nav.desktop-view.adminimal-admin-toolbar .header {
	top: 79px
}

.desktop-view.adminimal-admin-toolbar .header {
	top: 71px
}

@media (min-width:768px) {
	.card-page .header {
		background: linear-gradient(-180deg, #000 18%, transparent)
	}
}

.site-footer {
	position: relative;
	background: #000;
	width: 100%;
	margin-top: auto;
	padding: 2.5rem 1rem;
	flex: 0 0 auto
}

.site-footer .footer-wrapper {
	margin: auto
}

@media (min-width:640px) {
	.section-footer-first .region.region-footer-first {
		display: flex
	}
}

.section-footer-second form {
	display: flex;
	width: 100%;
	max-width: 300px;
	margin: 2.5rem auto 0;
	font-size: .75rem;
	border: 1px solid #efefef
}

.section-footer-second form .form-item {
	width: 100%;
	margin: 0;
	padding: 0
}

.section-footer-second form .form-item input:-ms-input-placeholder {
	color: #efefef
}

.section-footer-second form .form-item input::placeholder {
	color: #efefef
}

.section-footer-second form .form-item label {
	font-size: 4vw;
	font-weight: 400;
	color: #fff;
	float: right;
	clear: both;
	margin: 0 0 10px;
	display: block
}

@media (min-width:480px) {
	.section-footer-second form .form-item label {
		font-size: 1em
	}
}

.section-footer-second form .form-item label:after {
	display: none
}

.section-footer-second form .form-item .form-email {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding-right: 0;
	padding-left: 10px;
	background: #000;
	color: #efefef;
	font-weight: 400;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.section-footer-second form .form-submit {
	height: 30px;
	padding: 0 20px;
	background: #efefef;
	color: #000;
	font-size: .75em;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	border: 0;
	transition: all .2s ease
}

.section-footer-second form .form-submit:active,
.section-footer-second form .form-submit:hover {
	background: #a1140a;
	color: #fff
}

@media (min-width:640px) {
	.section-footer-second {
		margin-top: 2.5rem
	}
	.section-footer-second .region-footer-second {
		position: relative;
		padding-right: 20.75rem
	}
	.section-footer-second form {
		margin: 0
	}
	.section-footer-second .block-cummins-util-news-block {
		position: absolute;
		right: 0;
		bottom: 0
	}
}

#block-footer-menu ul.menu {
	list-style: none;
	max-width: 430px;
	margin: 0 auto
}

#block-footer-menu .menu-item {
	margin-top: 2rem;
	padding-top: 0;
	text-align: center
}

#block-footer-menu .menu-item a {
	color: #fff;
	font-size: .8125em;
	font-weight: 700
}

#block-footer-menu .menu-item a:focus,
#block-footer-menu .menu-item a:hover {
	color: #da291c
}

#block-footer-menu .menu-item:first-child {
	margin-top: 0
}

@media (min-width:480px) {
	#block-footer-menu ul.menu {
		display: flex
	}
	#block-footer-menu .menu-item {
		margin: 0 1rem
	}
}

@media (min-width:640px) {
	#block-footer-menu ul.menu {
		justify-content: left
	}
	#block-footer-menu .menu-item {
		margin-left: .5rem;
		margin-right: .5rem
	}
	#block-footer-menu .menu-item:first-child {
		margin-left: 0
	}
}

@media (min-width:768px) {
	#block-footer-menu .menu-item {
		margin-left: 1rem;
		margin-right: 1rem
	}
}

#block-social {
	margin-top: 3.5rem;
	text-align: center
}

#block-social .field__item {
	display: flex;
	justify-content: center
}

#block-social .social-icon {
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	font-size: 0;
	margin: 0 0 0 1.25rem
}

#block-social .social-icon:first-child {
	margin-left: 0
}

#block-social .social-icon.social-twitter {
	background: url(/themes/custom/cummins/images/icons/icon-twitter.svg) no-repeat 50%
}

#block-social .social-icon.social-facebook {
	background: url(/themes/custom/cummins/images/icons/icon-facebook.svg) no-repeat 50%
}

#block-social .social-icon.social-youtube {
	background: url(/themes/custom/cummins/images/icons/icon-youtube.svg) no-repeat 50%
}

#block-social .social-icon.social-linkedin {
	background: url(/themes/custom/cummins/images/icons/icon-linkedin.svg) no-repeat 50%
}

#block-social .social-icon.social-instagram {
	background: url(/themes/custom/cummins/images/icons/icon-instagram.svg) no-repeat 50%
}

@media (min-width:640px) {
	#block-social {
		margin: 0 0 0 auto
	}
}

#block-copyrights {
	margin-top: 2.5rem;
	color: #fff;
	font-size: .625em;
	font-weight: 400
}

#block-copyrights.social-instagram {
	background: url(/themes/custom/cummins/images/icons/icon-instagram.svg) no-repeat 50%
}

@media (min-width:640px) {
	#block-copyrights {
		margin: .5rem 0 0 auto
	}
}

#block-footerlinks {
	margin-top: .5rem
}

#block-footerlinks ul.menu {
	margin: 0 auto;
	height: 10px;
	list-style: none;
	display: flex;
	justify-content: center
}

@media (min-width:640px) {
	#block-footerlinks ul.menu {
		justify-content: flex-start
	}
}

#block-footerlinks ul.menu li {
	margin: 0 .5rem;
	padding: 0
}

#block-footerlinks ul.menu li a {
	display: block;
	color: #fff;
	font-size: .625em;
	font-weight: 400;
	text-decoration: underline
}

@media (min-width:1024px) {
	#block-footerlinks ul.menu li a {
		font-size: .75em
	}
}

#block-footerlinks ul.menu li a:hover {
	color: #da291c
}

@media (min-width:640px) {
	#block-footerlinks ul.menu li:first-child {
		margin-left: 0
	}
}

.not-front.layout-no-sidebars .highlighted,
.not-front.layout-no-sidebars .highlighted.highlight-default,
.not-front.layout-sidebar-first .highlighted,
.not-front.layout-sidebar-first .highlighted.highlight-default {
	position: relative;
	height: 415px;
	background: #da291c url(/themes/custom/cummins/images/internal_header_red_background.jpg) no-repeat 50%;
	background-size: cover
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted,
	.not-front.layout-no-sidebars .highlighted.highlight-default,
	.not-front.layout-sidebar-first .highlighted,
	.not-front.layout-sidebar-first .highlighted.highlight-default {
		height: 365px
	}
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted,
	.not-front.layout-no-sidebars .highlighted .section-highlighted,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted,
	.not-front.layout-sidebar-first .highlighted .section-highlighted {
		padding-top: 30px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default.highlight-narrow,
.not-front.layout-no-sidebars .highlighted.highlight-narrow,
.not-front.layout-sidebar-first .highlighted.highlight-default.highlight-narrow,
.not-front.layout-sidebar-first .highlighted.highlight-narrow {
	height: 270px
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default.highlight-narrow,
	.not-front.layout-no-sidebars .highlighted.highlight-narrow,
	.not-front.layout-sidebar-first .highlighted.highlight-default.highlight-narrow,
	.not-front.layout-sidebar-first .highlighted.highlight-narrow {
		height: 300px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted,
.not-front.layout-no-sidebars .highlighted .section-highlighted,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted,
.not-front.layout-sidebar-first .highlighted .section-highlighted {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted:after,
.not-front.layout-no-sidebars .highlighted .section-highlighted:after,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted:after,
.not-front.layout-sidebar-first .highlighted .section-highlighted:after {
	content: "";
	display: table;
	clear: both
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted {
	position: absolute;
	display: block;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 0;
	padding: 0 .8rem;
	background: #4d4d4d;
	text-align: center;
	z-index: 0
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted {
		padding: 0
	}
}

@media (min-width:1200px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted {
		height: 125px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block {
	position: relative;
	max-width: 1200px;
	margin: 20px auto
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block:after,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block:after,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block:after,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block:after {
	content: "";
	display: table;
	clear: both
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: left
}

@media (min-width:640px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		font-size: 28px;
		line-height: 30px
	}
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		padding: 0 0 0 calc(33.89831% + .8rem)
	}
}

@media (min-width:1200px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		height: 90px;
		font-size: 36px;
		line-height: 40px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1 .datetime,
.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1 span.field--name-title,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 .datetime,
.not-front.layout-no-sidebars .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 span.field--name-title,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1 .datetime,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .region-highlighted .block-page-title-block h1 span.field--name-title,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 .datetime,
.not-front.layout-sidebar-first .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 span.field--name-title {
	padding: 0 .2rem
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image,
.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image,
.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image {
	position: relative;
	float: left;
	width: 100%;
	height: 216px;
	margin: 18px 0 0;
	overflow: hidden;
	z-index: 2;
	object-fit: cover;
	object-position: center
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image {
		float: left;
		width: 32.20339%;
		max-width: none;
		height: 260px;
		margin: 75px 0 0
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image img,
.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image img,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image img,
.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image img {
	position: absolute;
	width: 101%;
	min-width: 101%;
	max-width: none;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image img,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image img,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image img,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image img {
		width: auto;
		height: 100%
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image .video-embed-field-responsive-video,
.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image .video-embed-field-responsive-video,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image .video-embed-field-responsive-video,
.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image .video-embed-field-responsive-video {
	position: relative;
	top: 50%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	transform: translateY(-50%)
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .hero-image .video-embed-field-responsive-video iframe,
.not-front.layout-no-sidebars .highlighted .section-highlighted .hero-image .video-embed-field-responsive-video iframe,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .hero-image .video-embed-field-responsive-video iframe,
.not-front.layout-sidebar-first .highlighted .section-highlighted .hero-image .video-embed-field-responsive-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section,
.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section,
.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section {
	position: absolute;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 100%;
	height: 81px;
	bottom: 100px;
	padding: .5rem 1rem
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section:after,
.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section:after,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section:after,
.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section {
		bottom: 126px;
		padding: 0 0 0 33.89831%
	}
}

@media (min-width:1200px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section {
		bottom: 140px;
		padding: 0 0 0 406.77972px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h2,
.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h2,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h2,
.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1
}

@media (min-width:640px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h2 {
		font-size: 22px
	}
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h2 {
		padding-left: 2px;
		margin-left: 1rem
	}
}

@media (min-width:1200px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h2,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h2 {
		font-size: 25px
	}
}

.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h3,
.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h3,
.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h3,
.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h3 {
	padding: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	line-height: 1
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h3,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h3,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h3,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h3 {
		font-size: 38px;
		margin-left: 1rem
	}
}

@media (min-width:1200px) {
	.not-front.layout-no-sidebars .highlighted.highlight-default .section-highlighted .page-section h3,
	.not-front.layout-no-sidebars .highlighted .section-highlighted .page-section h3,
	.not-front.layout-sidebar-first .highlighted.highlight-default .section-highlighted .page-section h3,
	.not-front.layout-sidebar-first .highlighted .section-highlighted .page-section h3 {
		font-size: 46px;
		line-height: 1.2
	}
}

.not-front.layout-no-sidebars .layout-main,
.not-front.layout-sidebar-first .layout-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.not-front.layout-no-sidebars .layout-main:after,
.not-front.layout-sidebar-first .layout-main:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:768px) {
	.not-front.layout-no-sidebars .layout-main .main-content:not(.full-width),
	.not-front.layout-sidebar-first .layout-main .main-content:not(.full-width) {
		float: right;
		width: 66.1016949153%
	}
}

.not-front.layout-no-sidebars .layout-main .main-content .section-main-content .region-content,
.not-front.layout-sidebar-first .layout-main .main-content .section-main-content .region-content {
	padding: 1rem;
	margin-top: 0;
	background: #fff;
	overflow: visible;
	z-index: 99
}

.not-front.layout-no-sidebars .layout-main .main-content .section-main-content .region-content article .field--name-field-checklist-item p,
.not-front.layout-sidebar-first .layout-main .main-content .section-main-content .region-content article .field--name-field-checklist-item p {
	font-size: 14px
}

@media (min-width:1024px) {
	.not-front.layout-no-sidebars .layout-main .main-content .section-main-content .region-content article .field--name-field-checklist-item p,
	.not-front.layout-sidebar-first .layout-main .main-content .section-main-content .region-content article .field--name-field-checklist-item p {
		font-size: 16px
	}
}

.not-front.page-node-type-product-line .highlighted {
	border-bottom: 6px solid #a1140a;
	background: #2d2d2d url(/themes/custom/cummins/images/internal_header_grey_background.jpg) no-repeat 50%;
	background-size: cover;
	height: 335px
}

.not-front.page-node-type-product-line .highlighted .section-highlighted .hero-image {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 295px;
	float: left;
	margin: 20px 0;
	overflow: hidden
}

@media (min-width:768px) {
	.not-front.page-node-type-product-line .highlighted .section-highlighted .hero-image {
		width: 750px;
		margin: 0;
		height: 329px
	}
}

.not-front.page-node-type-product-line .highlighted .section-highlighted .hero-image img {
	width: 100%;
	height: 335px;
	position: relative;
	object-fit: cover
}

.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted {
	bottom: 0;
	left: 0;
	padding: 15px 25px;
	right: 0;
	width: 92%;
	height: 100px;
	margin: 0 auto -106px;
	float: none;
	z-index: 100;
	display: table
}

@media (min-width:768px) {
	.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted {
		width: calc(50% + 16.1vw);
		padding: 15px 20px 50px 25px;
		left: auto;
		margin: 0;
		z-index: 79
	}
}

@media (min-width:1200px) {
	.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted {
		width: calc(50% + 193px)
	}
}

.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted .block-page-title-block {
	height: auto;
	padding: 0;
	display: table-cell;
	vertical-align: middle
}

.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted .block-page-title-block h1.page-title {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 48px;
	line-height: 66px
}

@media (min-width:640px) {
	.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted .block-page-title-block h1.page-title {
		font-size: 72px
	}
}

@media (min-width:768px) {
	.not-front.page-node-type-product-line .highlighted .section-highlighted .region-highlighted .block-page-title-block h1.page-title {
		font-size: 80px;
		line-height: 76px
	}
}

.not-front.page-node-type-product-line .layout-main .main-content {
	margin-top: 90px
}

@media (min-width:768px) {
	.not-front.page-node-type-product-line .layout-main .main-content {
		margin-top: 0
	}
}

.not-front.page-node-type-product-line .layout-main .main-content .section-main-content .region-content {
	background: #fff;
	padding: 40px 30px 20px;
	margin-top: 0;
	overflow: visible;
	z-index: 99
}

.front.page-node-type-category-page .highlighted {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em 2em 1.5em;
	background: none
}

.front.page-node-type-category-page .highlighted .section-highlighted {
	display: block
}

.front.page-node-type-category-page .highlighted .section-highlighted .hero-image {
	margin-top: -1.75rem;
	padding-left: .5rem
}

.front.page-node-type-category-page .highlighted .section-highlighted .hero-image img {
	display: block;
	width: 100%;
	max-width: 100%
}

.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: .5rem 1rem;
	background: #fff;
	font-size: 1.875em;
	font-weight: 800;
	line-height: 1;
	border: .5rem solid #7b7b7b
}

.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after,
.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:before {
	content: "";
	display: block;
	position: absolute
}

.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:before {
	width: .5rem;
	height: 1.25em;
	left: -.5rem;
	top: 50%;
	background: #fff;
	transform: translateY(-50%)
}

.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after {
	left: -1.25rem;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.front.page-node-type-category-page .highlighted .product-line__header--content {
	margin-top: 2rem
}

.front.page-node-type-category-page .highlighted .request-a-quote {
	margin-top: 1.5em
}

@media (min-width:768px) {
	.front.page-node-type-category-page .highlighted {
		display: flex
	}
	.front.page-node-type-category-page .highlighted .section-highlighted {
		flex: 1 0 48%;
		margin-right: 1.5em
	}
	.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		font-size: 2em;
		border-width: .63rem
	}
	.front.page-node-type-category-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:before {
		width: .625rem;
		left: -.625rem
	}
	.front.page-node-type-category-page .highlighted .product-line__header--content {
		margin-top: 2.375rem
	}
}

.front.page-node-type-category-page .layout-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.front.page-node-type-category-page .layout-main:after {
	content: "";
	display: table;
	clear: both
}

.front.page-node-type-category-page .layout-main .main-content {
	margin-top: 2rem
}

@media (min-width:768px) {
	.front.page-node-type-category-page .layout-main .main-content:not(.full-width) {
		float: right;
		width: 66.1016949153%
	}
}

@media (min-width:768px) {
	.front.page-node-type-category-page .layout-main .main-content {
		margin-top: 0
	}
}

.front.page-node-type-market-page .layout-main,
.front.page-node-type-sub-market-page .layout-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem 0 1.5rem
}

.front.page-node-type-market-page .layout-main:after,
.front.page-node-type-sub-market-page .layout-main:after {
	content: "";
	display: table;
	clear: both
}

.front.page-node-type-market-page .layout-main .market-sidebar,
.front.page-node-type-sub-market-page .layout-main .market-sidebar {
	margin-top: 2.5rem
}

@media (min-width:640px) {
	.front.page-node-type-market-page .layout-main .main-content,
	.front.page-node-type-sub-market-page .layout-main .main-content {
		padding-right: 1rem
	}
	.front.page-node-type-market-page .layout-main .market-sidebar,
	.front.page-node-type-sub-market-page .layout-main .market-sidebar {
		-ms-grid-column: 2;
		grid-column: 2;
		margin-top: 0;
		-ms-grid-row-align: start;
		align-self: start
	}
	@supports (display:grid) {
		.front.page-node-type-market-page .layout-main .main-content,
		.front.page-node-type-sub-market-page .layout-main .main-content {
			padding-right: 0
		}
	}
}

@media (min-width:768px) {
	.front.page-node-type-market-page .layout-main,
	.front.page-node-type-sub-market-page .layout-main {
		display: -ms-grid;
		display: grid;
		grid-gap: 2rem;
		-ms-grid-columns: 5fr minmax(280px, 2fr);
		grid-template-columns: 5fr minmax(280px, 2fr)
	}
	.front.page-node-type-market-page .layout-main .main-content,
	.front.page-node-type-sub-market-page .layout-main .main-content {
		padding-right: 2rem
	}
	@supports (display:grid) {
		.front.page-node-type-market-page .layout-main .main-content,
		.front.page-node-type-sub-market-page .layout-main .main-content {
			padding-right: 0
		}
	}
}

@media (min-width:1024px) {
	.front.page-node-type-market-page .layout-main,
	.front.page-node-type-sub-market-page .layout-main {
		grid-gap: 3rem
	}
	.front.page-node-type-market-page .layout-main .main-content,
	.front.page-node-type-sub-market-page .layout-main .main-content {
		padding-right: 3rem
	}
	@supports (display:grid) {
		.front.page-node-type-market-page .layout-main .main-content,
		.front.page-node-type-sub-market-page .layout-main .main-content {
			padding-right: 0
		}
	}
}

.front.page-node-type-market-page .highlighted {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em 2em 2.5em;
	background: none
}

.front.page-node-type-market-page .highlighted .section-highlighted {
	position: relative;
	display: block;
	padding: 1.5rem 1.5rem 5rem;
	border: .5rem solid #7b7b7b;
	z-index: 1
}

.front.page-node-type-market-page .highlighted .section-highlighted:after,
.front.page-node-type-market-page .highlighted .section-highlighted:before {
	content: "";
	display: block;
	position: absolute
}

.front.page-node-type-market-page .highlighted .section-highlighted:before {
	width: .5rem;
	height: 3.5em;
	left: -.5rem;
	top: 3.625rem;
	background: #fff;
	transform: translateY(-50%)
}

.front.page-node-type-market-page .highlighted .section-highlighted:after {
	left: -1.25rem;
	top: 3.625rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.front.page-node-type-market-page .highlighted .section-highlighted .region-highlighted .breadcrumb ol li:last-child {
	display: none
}

.front.page-node-type-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 1.875em;
	font-weight: 800;
	line-height: 1
}

.front.page-node-type-market-page .highlighted .section-highlighted .block-cummins-rfq-callout a {
	display: block
}

.front.page-node-type-market-page .highlighted .hero-image {
	position: relative;
	margin-top: -4.5rem;
	padding: 0 3rem;
	z-index: 2
}

.front.page-node-type-market-page .highlighted .hero-image img {
	margin: 0 auto
}

.front.page-node-type-market-page .highlighted .block-cummins-rfq-callout a {
	display: none
}

@media (min-width:768px) {
	.front.page-node-type-market-page .highlighted {
		display: flex;
		align-items: flex-start;
		padding-bottom: 4rem
	}
	.front.page-node-type-market-page .highlighted .section-highlighted {
		margin-top: .75rem;
		padding-bottom: 2.25rem;
		padding-right: 11rem;
		border-width: .63rem
	}
	.front.page-node-type-market-page .highlighted .section-highlighted:before {
		width: .63rem;
		height: 4rem;
		left: -.63rem;
		top: 4rem
	}
	.front.page-node-type-market-page .highlighted .section-highlighted:after {
		left: -1.63rem;
		top: 4rem;
		border-width: 1.63rem 0 1.63rem 1.63rem;
		border-color: transparent transparent transparent #da291c;
		transform: translateY(-50%)
	}
	.front.page-node-type-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		font-size: 2.25em
	}
	.front.page-node-type-market-page .highlighted .section-highlighted .block-cummins-rfq-callout a {
		display: block;
		position: absolute;
		bottom: -2.5rem;
		left: 1.5rem;
		margin: 0
	}
	.front.page-node-type-market-page .highlighted .hero-image {
		flex: 1 0 22em;
		margin-top: 0;
		margin-left: -10.5rem;
		padding: 0
	}
	.front.page-node-type-market-page .highlighted .block-cummins-rfq-callout a {
		display: none
	}
}

@media (min-width:1024px) {
	.front.page-node-type-market-page .highlighted {
		padding-bottom: 3rem
	}
	.front.page-node-type-market-page .highlighted .section-highlighted {
		padding-bottom: 1.5rem
	}
	.front.page-node-type-market-page .highlighted .section-highlighted:before {
		top: 4.25rem;
		height: 5em
	}
	.front.page-node-type-market-page .highlighted .section-highlighted:after {
		top: 4.25rem;
		left: -1.625rem;
		border-width: 2.25rem 0 2.25rem 2.25rem
	}
}

.front.page-node-type-sub-market-page .highlighted {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 1.5rem 3rem;
	background: none
}

.front.page-node-type-sub-market-page .highlighted .section-highlighted {
	position: relative;
	display: block;
	padding: 0 0 2rem;
	z-index: 1
}

.front.page-node-type-sub-market-page .highlighted .section-highlighted .region-highlighted .breadcrumb li:last-child {
	display: none
}

.front.page-node-type-sub-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
	position: relative;
	display: inline-block;
	margin: .5rem 0 0;
	padding: 1rem 2rem;
	background: #fff;
	font-size: 1.875em;
	font-weight: 800;
	line-height: 1
}

.front.page-node-type-sub-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.front.page-node-type-sub-market-page .highlighted .section-highlighted .block-cummins-rfq-callout a {
	display: none
}

.front.page-node-type-sub-market-page .highlighted .block-cummins-rfq-callout a {
	margin: 2.5rem auto 0
}

.front.page-node-type-sub-market-page .highlighted .hero-image {
	position: relative;
	padding: 0 3rem;
	z-index: 2
}

.front.page-node-type-sub-market-page .highlighted .hero-image img {
	margin: 0 auto
}

.front.page-node-type-sub-market-page .highlighted .request-a-quote {
	margin: 2.5em auto 0
}

@media (min-width:768px) {
	.front.page-node-type-sub-market-page .highlighted {
		display: flex;
		padding-bottom: 4em
	}
	.front.page-node-type-sub-market-page .highlighted .section-highlighted {
		position: relative;
		padding-bottom: 5.5rem;
		padding-right: 12rem;
		z-index: 2
	}
	.front.page-node-type-sub-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		margin-top: .25rem;
		margin-right: -5rem;
		padding-left: 2.5rem;
		font-size: 2.25em
	}
	.front.page-node-type-sub-market-page .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after {
		top: 2.25rem;
		border-width: 1.5rem 0 1.5rem 1.5rem;
		border-color: transparent transparent transparent #da291c;
		transform: translateY(-50%)
	}
	.front.page-node-type-sub-market-page .highlighted .section-highlighted .block-cummins-rfq-callout a {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0
	}
	.front.page-node-type-sub-market-page .highlighted .section-highlighted .block-cummins-rfq-callout a .request-a-quote {
		margin: 0
	}
	.front.page-node-type-sub-market-page .highlighted .block-cummins-rfq-callout a {
		display: none
	}
	.front.page-node-type-sub-market-page .highlighted .hero-image {
		position: relative;
		flex: 1 0 64%;
		align-self: flex-start;
		margin-top: 0;
		margin-left: -10.5rem;
		padding: 0 0 45%;
		overflow: hidden;
		z-index: 1
	}
	.front.page-node-type-sub-market-page .highlighted .hero-image img {
		position: absolute;
		width: 100%;
		max-width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.front.page-node-type-sub-market-page .highlighted>.request-a-quote {
		display: none
	}
}

@media (min-width:1024px) {
	.front.page-node-type-sub-market-page .highlighted .section-highlighted:after {
		top: 4.25rem;
		left: -1.625rem;
		border-width: 2.25rem 0 2.25rem 2.25rem
	}
}

@media (min-width:640px) {
	.front.page-node-type-brochure-library {
		margin-top: 68px
	}
}

.front.page-node-type-brochure-library .layout-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem 0 1.5rem
}

.front.page-node-type-brochure-library .layout-main:after {
	content: "";
	display: table;
	clear: both
}

.front.page-node-type-brochure-library .layout-main .market-sidebar {
	margin-top: 2.5rem
}

@media (min-width:640px) {
	.front.page-node-type-brochure-library .layout-main .main-content {
		padding-right: 1rem
	}
	.front.page-node-type-brochure-library .layout-main .market-sidebar {
		-ms-grid-column: 2;
		grid-column: 2;
		margin-top: 0;
		-ms-grid-row-align: start;
		align-self: start
	}
	@supports (display:grid) {
		.front.page-node-type-brochure-library .layout-main .main-content {
			padding-right: 0
		}
	}
}

@media (min-width:768px) {
	.front.page-node-type-brochure-library .layout-main {
		display: -ms-grid;
		display: grid;
		grid-gap: 2rem;
		-ms-grid-columns: 5fr minmax(280px, 2fr);
		grid-template-columns: 5fr minmax(280px, 2fr)
	}
	.front.page-node-type-brochure-library .layout-main .main-content {
		padding-right: 2rem
	}
	@supports (display:grid) {
		.front.page-node-type-brochure-library .layout-main .main-content {
			padding-right: 0
		}
	}
}

@media (min-width:1024px) {
	.front.page-node-type-brochure-library .layout-main {
		grid-gap: 3rem
	}
	.front.page-node-type-brochure-library .layout-main .main-content {
		padding-right: 3rem
	}
	@supports (display:grid) {
		.front.page-node-type-brochure-library .layout-main .main-content {
			padding-right: 0
		}
	}
}

.front.page-node-type-brochure-library .highlighted {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 1.5rem 3rem;
	background: none
}

.front.page-node-type-brochure-library .highlighted .section-highlighted {
	position: relative;
	display: block;
	padding: 0 0 .5rem;
	z-index: 1
}

.front.page-node-type-brochure-library .highlighted .section-highlighted .region-highlighted .breadcrumb li:last-child {
	display: none
}

.front.page-node-type-brochure-library .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
	position: relative;
	display: inline-block;
	margin: .5rem 0 0;
	padding: 1rem 2rem;
	background: #fff;
	font-size: 1.875em;
	font-weight: 800;
	line-height: 1
}

.front.page-node-type-brochure-library .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.front.page-node-type-brochure-library .highlighted .section-highlighted .block-cummins-rfq-callout a {
	display: none
}

.front.page-node-type-brochure-library .highlighted .block-cummins-rfq-callout a {
	margin: 2.5rem auto 0
}

.front.page-node-type-brochure-library .highlighted .hero-image {
	position: relative;
	padding: 0 3rem;
	z-index: 2
}

.front.page-node-type-brochure-library .highlighted .hero-image img {
	margin: 0 auto
}

.front.page-node-type-brochure-library .highlighted .request-a-quote {
	margin: 2.5em auto 0
}

@media (min-width:768px) {
	.front.page-node-type-brochure-library .highlighted {
		display: flex;
		padding-bottom: 1em
	}
	.front.page-node-type-brochure-library .highlighted .section-highlighted {
		position: relative;
		padding-right: 12rem;
		z-index: 2
	}
	.front.page-node-type-brochure-library .highlighted .section-highlighted .region-highlighted .block-page-title-block h1 {
		margin-top: .25rem;
		margin-right: -5rem;
		padding-left: 2.5rem;
		font-size: 2.25em
	}
	.front.page-node-type-brochure-library .highlighted .section-highlighted .region-highlighted .block-page-title-block h1:after {
		top: 2.25rem;
		border-width: 1.5rem 0 1.5rem 1.5rem;
		border-color: transparent transparent transparent #da291c;
		transform: translateY(-50%)
	}
	.front.page-node-type-brochure-library .highlighted .section-highlighted .block-cummins-rfq-callout a {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0
	}
	.front.page-node-type-brochure-library .highlighted .section-highlighted .block-cummins-rfq-callout a .request-a-quote {
		margin: 0
	}
	.front.page-node-type-brochure-library .highlighted .block-cummins-rfq-callout a {
		display: none
	}
	.front.page-node-type-brochure-library .highlighted .hero-image {
		position: relative;
		flex: 1 0 64%;
		align-self: flex-start;
		margin-top: 0;
		margin-left: -10.5rem;
		padding: 0 0 30%;
		overflow: hidden;
		z-index: 1
	}
	.front.page-node-type-brochure-library .highlighted .hero-image img {
		position: absolute;
		width: 100%;
		max-width: 100%;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.front.page-node-type-brochure-library .highlighted>.request-a-quote {
		display: none
	}
}

@media (min-width:1024px) {
	.front.page-node-type-brochure-library .highlighted .section-highlighted:after {
		top: 4.25rem;
		left: -1.625rem;
		border-width: 2.25rem 0 2.25rem 2.25rem
	}
}

.not-front.page-with-header-text .highlighted.highlight-default,
.not-front.page-with-header-text .highlighted.highlight-narrow {
	height: 375px;
	background: #2d2d2d url(/themes/custom/cummins/images/internal_header_grey_background.jpg) no-repeat top;
	background-size: cover
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .hero-image,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .hero-image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 310px;
	margin: 60px 0 0;
	overflow: hidden;
	z-index: 2
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .hero-image,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .hero-image {
		float: left;
		width: 50%;
		max-width: none;
		height: 400px;
		margin: 70px 0 0
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .hero-image img,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .hero-image img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .hero-image img,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .hero-image img {
		bottom: auto
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0 1rem
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text {
		width: 50%;
		margin-top: 66px;
		padding: 0 1rem 0 30px
	}
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text {
		padding: 0 1rem 0 50px
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h1,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h1 {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h1,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h1 {
		color: #fff
	}
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h1,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h1 {
		font-size: 48px;
		line-height: 46px
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h3,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h3 {
	padding: 0;
	margin: 0;
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h3,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h3 {
		color: #fff
	}
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h3,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h3 {
		font-size: 32px;
		line-height: 36px
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h4,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h4 {
	font-size: 1.375em
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text h4,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text h4 {
		color: #fff
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p {
	padding: 0;
	margin: 0
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p.overview-text-one,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p.overview-text-one {
	margin: 1rem 0;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 24px
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p.overview-text-one,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p.overview-text-one {
		color: #fff;
		font-size: 18px;
		line-height: 24px
	}
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p.overview-text-one,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p.overview-text-one {
		margin: 20px 20px 1rem 0;
		font-size: 20px;
		line-height: 28px
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p.overview-text-two,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p.overview-text-two {
	margin: 1rem 0;
	color: #4d4d4d;
	font-size: 1em;
	line-height: 1.35em
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .page-header-text p.overview-text-two,
	.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .page-header-text p.overview-text-two {
		margin: 3em 0;
		font-size: 1.125em
	}
}

.not-front.page-with-header-text .highlighted.highlight-default .section-highlighted .region-highlighted,
.not-front.page-with-header-text .highlighted.highlight-narrow .section-highlighted .region-highlighted {
	display: none
}

.not-front.page-with-header-text .highlighted.highlight-narrow {
	height: 330px
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlight-narrow {
		height: 300px
	}
}

.not-front.page-with-header-text .layout-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.not-front.page-with-header-text .layout-main:after {
	content: "";
	display: table;
	clear: both
}

.not-front.page-with-header-text .layout-main .main-content {
	margin-top: 1rem
}

@media (min-width:768px) {
	.not-front.page-with-header-text .layout-main .main-content:not(.full-width) {
		float: right;
		width: 66.1016949153%
	}
}

@media (min-width:768px) {
	.not-front.page-with-header-text .layout-main .main-content {
		margin-top: 2rem
	}
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content {
	padding: 10px 20px;
	margin-top: 0;
	background: #fff;
	overflow: visible;
	z-index: 99
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--checkbox-block h3,
.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--checkbox-block p {
	color: #fff
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--checkbox-block p {
	font-weight: 100;
	line-height: 1.3
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--red-feature-block p {
	color: #fff;
	font-size: 16px
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--red-feature-block p a {
	color: #fff;
	text-decoration: underline
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--red-feature-block p.icon-phone {
	margin: 15px auto;
	font-size: 24px;
	font-weight: 100
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--red-feature-block p.icon-phone a {
	text-decoration: none
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--timeline-slider-description p {
	font-size: 16px;
	line-height: 1.3
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--timeline-slider-description p.centered {
	padding: 0 1rem;
	text-align: center
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--timeline-slider-description .field--name-field-text p {
		padding: 0 80px
	}
}

.not-front.page-with-header-text .layout-main .main-content .section-main-content .region-content article .paragraph--type--timeline-slider-description.background--1 p {
	color: #c6c6c6
}

.not-front.page-with-header-text .layout-main .main-content.full-width {
	clear: both;
	float: none;
	margin-top: 0
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content {
	margin-top: 0;
	padding-top: 0
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph {
	margin: 30px auto
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph h2 {
	margin-top: 30px;
	font-weight: 400
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph h2 {
		margin-top: 40px
	}
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph .paragraph {
	margin: 0
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph.paragraph--type--text-block {
		padding: 0 100px
	}
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph.paragraph--type--comparison-grid {
	margin: 20px auto
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph.paragraph--type--comparison-grid {
		margin-top: 80px
	}
}

.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph.paragraph--type--red-feature-block h2 {
	margin: 0
}

@media (min-width:1024px) {
	.not-front.page-with-header-text .layout-main .main-content.full-width .section-main-content .region-content .paragraph.paragraph--type--red-feature-block h2 {
		margin-top: 0
	}
}

.field--name-body>.field__item h1:first-child,
.field--name-body>.field__item h2:first-child,
.field--name-body>.field__item h3:first-child,
.field--name-body>.field__item h4:first-child,
.field--name-body>.field__item h5:first-child,
.field--name-body>.field__item h6:first-child,
.field--name-body>.field__item p:first-child {
	margin-top: 0
}

ul.manuals-documents-list {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	margin: 30px 0;
	padding: 0
}

@media (min-width:640px) {
	ul.manuals-documents-list {
		flex-flow: row nowrap
	}
}

@media (min-width:768px) {
	ul.manuals-documents-list {
		flex-flow: column wrap
	}
}

@media (min-width:1024px) {
	ul.manuals-documents-list {
		flex-flow: row nowrap
	}
}

ul.manuals-documents-list li {
	flex-grow: 1;
	margin: 0;
	padding: 0;
	background: #efefef url(/themes/custom/cummins/images/background-arrow-block.svg) no-repeat 100% 0;
	background-size: 60%;
	transition: all .2s ease
}

ul.manuals-documents-list li:nth-child(n+2) {
	margin: 14px 0 0
}

@media (min-width:640px) {
	ul.manuals-documents-list li:nth-child(n+2) {
		margin: 0 0 0 14px
	}
}

@media (min-width:768px) {
	ul.manuals-documents-list li:nth-child(n+2) {
		margin: 14px 0 0
	}
}

@media (min-width:1024px) {
	ul.manuals-documents-list li:nth-child(n+2) {
		margin: 0 0 0 14px
	}
}

ul.manuals-documents-list li:before {
	display: none
}

ul.manuals-documents-list li:hover {
	background-size: 70%
}

ul.manuals-documents-list li:hover a {
	color: #da291c
}

ul.manuals-documents-list li a {
	float: left;
	display: block;
	padding: 50px 20px 20px;
	color: #4d4d4d;
	font-size: 22px
}

ul.manuals-documents-list li a strong {
	font-size: 28px;
	font-weight: 600
}

ul.manuals-documents-list li a:before {
	content: "";
	float: left;
	width: 100%;
	height: 70px;
	margin: 0 0 10px;
	color: #da291c;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0
}

ul.manuals-documents-list li.documents-online a:before {
	background-image: url(/themes/custom/cummins/images/icons/icon-monitor.svg)
}

ul.manuals-documents-list li.local-dealer a:before {
	background-image: url(/themes/custom/cummins/images/icons/icon-pin.svg)
}

ul.manuals-documents-list li.call-email a:before {
	background-image: url(/themes/custom/cummins/images/icons/icon-phones.svg)
}

ul.manuals-documents-list li.coach a:before {
	background-image: url(/themes/custom/cummins/images/icons/bus.svg)
}

.content-video {
	max-width: 1200px;
	margin: 0 auto
}

.content-video-sizer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%
}

.content-video-sizer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.internal-title-section h1.title.page-title {
	font-size: 2em
}

.internal-title-section h2 {
	font-size: 1.3em;
	font-weight: 500
}

.internal-title-section h3 {
	font-size: 2.2em
}

@keyframes b {
	0% {
		margin-top: 100px
	}
	to {
		margin-top: 0
	}
}

.section-alert {
	width: 100%;
	overflow: hidden;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	background: #fff
}

.section-alert .region-alert {
	width: 100%;
	animation-name: b;
	animation-duration: 3s
}

.section-alert .region-alert .slick-slide,
.section-alert .region-alert .view-content {
	height: 70px;
	width: 100%
}

@media (min-width:640px) {
	.section-alert .region-alert .slick-slide,
	.section-alert .region-alert .view-content {
		height: 34px
	}
}

.section-alert .region-alert .slick-slide.alert,
.section-alert .region-alert .view-content.alert {
	background: #fff;
	color: #da291c
}

.section-alert .region-alert .slick-slide.notice,
.section-alert .region-alert .view-content.notice {
	background: #4d4d4d;
	color: #fff
}

.section-alert .region-alert .slick-slide.update,
.section-alert .region-alert .view-content.update {
	background: #fff;
	color: #4d4d4d
}

.section-alert .region-alert .slick-slide .slide__caption,
.section-alert .region-alert .view-content .slide__caption {
	font-weight: 700;
	font-size: 12px;
	margin: 0;
	text-align: center;
	padding: 10px 30px;
	display: inline-block;
	float: none;
	height: 70px;
	width: 100%
}

@media (min-width:640px) {
	.section-alert .region-alert .slick-slide .slide__caption,
	.section-alert .region-alert .view-content .slide__caption {
		height: 34px
	}
}

.section-alert .region-alert .slick-slide .slide__caption p,
.section-alert .region-alert .view-content .slide__caption p {
	padding: 0;
	margin: 0 0 0 6px;
	width: auto;
	display: inline-block;
	font-weight: 400
}

.section-alert .region-alert .slick-slide .slide__caption .slide__link,
.section-alert .region-alert .view-content .slide__caption .slide__link {
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	display: inline-block
}

.section-alert .region-alert .slick-slide .slide__caption .slide__link a,
.section-alert .region-alert .view-content .slide__caption .slide__link a {
	font-weight: 700;
	display: inline-block;
	line-height: 8px
}

.section-alert .region-alert .slick-slide .slide__caption .slide__link a:before,
.section-alert .region-alert .view-content .slide__caption .slide__link a:before {
	transition: all .2s ease;
	content: "";
	width: .5rem;
	height: .5rem;
	margin: 0 2px 0 0;
	display: inline-block;
	float: left;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat 0;
	background-size: contain
}

.section-alert .region-alert .slick-slide .slide__caption .slide__link a:hover,
.section-alert .region-alert .view-content .slide__caption .slide__link a:hover {
	color: #da291c
}

.section-alert .region-alert .slick-slide .slide__caption .slide__link a:hover:before,
.section-alert .region-alert .view-content .slide__caption .slide__link a:hover:before {
	background-position: 100%
}

.section-alert .region-alert .alert-dismiss {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 30px;
	height: 62px;
	display: block;
	text-indent: -100em;
	margin: 2px;
	background: url(/themes/custom/cummins/images/icons/icon-close-red.svg) no-repeat 50%;
	background-size: .5rem
}

@media (min-width:640px) {
	.section-alert .region-alert .alert-dismiss {
		height: 30px
	}
}

.section-alert .region-alert .alert-dismiss:hover {
	cursor: pointer
}

.desktop-view .section-alert {
	max-height: 35px
}

.mobile-view .section-alert {
	max-height: 72px
}

.eu-cookie-active footer.site-footer {
	padding-bottom: 116px
}

@media (min-width:360px) {
	.eu-cookie-active footer.site-footer {
		padding-bottom: 102px
	}
}

@media (min-width:477px) {
	.eu-cookie-active footer.site-footer {
		padding-bottom: 86px
	}
}

@media (min-width:596px) {
	.eu-cookie-active footer.site-footer {
		padding-bottom: 70px
	}
}

#sliding-popup {
	bottom: 0!important;
	padding: 1rem;
	background: #dcdcdc!important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

@supports (-ms-ime-align:auto) {
	#sliding-popup {
		bottom: 1.5rem!important
	}
}

@supports (-ms-high-contrast:none) {
	#sliding-popup {
		bottom: 1.5rem!important
	}
}

#sliding-popup .popup-content {
	position: relative;
	max-width: 860px;
	padding: 0
}

#sliding-popup .popup-content #popup-text {
	position: relative;
	max-width: 100%;
	margin: 0;
	padding-right: 3rem;
	padding-left: 22px
}

#sliding-popup .popup-content #popup-text:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 28px;
	top: 50%;
	left: 0;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 50%;
	background-size: contain;
	transform: translateY(-50%)
}

#sliding-popup .popup-content #popup-text h2 {
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1rem
}

#sliding-popup .popup-content #popup-text p {
	margin: 6px 0 0;
	padding: 0;
	color: #7b7b7b!important;
	font-size: 13px;
	line-height: 1rem
}

#sliding-popup .popup-content #popup-text p a {
	color: #7b7b7b;
	text-decoration: underline;
	white-space: nowrap
}

#sliding-popup .popup-content #popup-text p a:hover {
	color: #da291c
}

#sliding-popup .popup-content #popup-buttons {
	position: absolute;
	right: 0;
	top: 2px;
	margin: 0
}

#sliding-popup .popup-content #popup-buttons .agree-button {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	background: transparent;
	background-color: transparent;
	font-size: 0;
	font-weight: 100;
	text-shadow: none;
	border: 0;
	box-shadow: none
}

#sliding-popup .popup-content #popup-buttons .agree-button:before {
	content: "\00d7";
	display: block;
	width: 22px;
	height: 22px;
	background: #7b7b7b;
	color: #fff;
	font-size: 1.25rem;
	line-height: 22px;
	border-radius: 100px
}

#sliding-popup .popup-content #popup-buttons .agree-button:hover {
	background: transparent;
	background-color: transparent
}

#sliding-popup .popup-content #popup-buttons .agree-button:hover:before {
	background: #4d4d4d
}

#sliding-popup .popup-content #popup-buttons .find-more-button {
	display: none;
	margin-top: 0;
	padding: 8px 22px;
	color: #da291c;
	background: none;
	font-size: 11px;
	font-weight: 700;
	text-shadow: none;
	border: 0;
	border-radius: 0
}

#sliding-popup .popup-content #popup-buttons .find-more-button:hover {
	background: none;
	color: #4d4d4d
}

.breadcrumb {
	padding-bottom: 0;
	font-size: 1rem;
	margin: .5rem 0
}

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

.breadcrumb li {
	position: relative;
	display: inline-block;
	margin: 0 1rem 0 0;
	color: #7b7b7b;
	text-transform: capitalize
}

.breadcrumb li a {
	display: block;
	color: #7b7b7b;
	font-weight: 400
}

.breadcrumb li a:focus,
.breadcrumb li a:hover {
	color: #da291c
}

.breadcrumb li:before {
	content: " \BB ";
	position: absolute;
	left: -1rem
}

.breadcrumb li:first-child:before {
	content: ""
}

.breadcrumb li:last-child {
	display: none
}

#cboxWrapper {
	border-radius: 0
}

#cboxPrevious {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-left.svg) no-repeat 50%;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	transition: all .2s ease
}

#cboxPrevious:hover {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-left.svg) no-repeat 0;
	background-size: contain
}

#cboxNext {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-right.svg) no-repeat 50%;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	transition: all .2s ease
}

#cboxNext:hover {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-right.svg) no-repeat 100%;
	background-size: contain
}

#cboxCurrent {
	bottom: -1px
}

#cboxClose {
	background: url(/themes/custom/cummins/images/icons/icon-close-red.svg) no-repeat 50%;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	transition: all .2s ease
}

#cboxClose:hover {
	background: url(/themes/custom/cummins/images/icons/icon-close-red.svg) no-repeat 50%;
	background-size: 14px 14px
}

.title-tab-style {
	border-bottom: 4px solid #4d4d4d;
	margin: 40px 0 0;
	float: left;
	clear: both;
	width: 100%
}

.title-tab-style h3 {
	padding: 4px 10px;
	font-size: 20px;
	line-height: 1;
	background: #a1140a;
	color: #fff;
	padding: 7px 20px 5px 15px;
	display: inline-block;
	margin: 0
}

@media (min-width:1024px) {
	.title-tab-style h3 {
		font-size: 24px
	}
}

@media (min-width:480px) {
	.title-tab-style {
		width: 60%;
		clear: none
	}
}

@media (min-width:640px) {
	.title-tab-style {
		width: 70%
	}
}

@media (min-width:768px) {
	.title-tab-style {
		width: 63%
	}
}

@media (min-width:1024px) {
	.title-tab-style {
		width: 66%
	}
}

@media (min-width:1200px) {
	.title-tab-style {
		width: 70%
	}
}

.title-tab-style.tab-full {
	width: 100%!important
}

.care-badge {
	float: left;
	clear: none;
	width: 160px;
	margin: 30px 0 0 calc(50% - 80px)
}

@media (min-width:480px) {
	.care-badge {
		float: right;
		margin: 0
	}
}

@media (min-width:1024px) {
	.care-badge {
		width: 200px
	}
}

.contact-phones {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}

@media (min-width:640px) {
	.contact-phones {
		margin: -40px 0 0
	}
}

.contact-phones li {
	float: left;
	padding-right: 1.25rem
}

.contact-phones li:first-child,
.contact-phones li:nth-child(2) {
	width: 100%
}

@media (min-width:640px) {
	.contact-phones li:nth-child(2) {
		width: 50%
	}
}

.contact-phones li:nth-child(3) {
	width: 100%
}

@media (min-width:640px) {
	.contact-phones li:nth-child(3) {
		width: 50%
	}
}

.contact-phones li:nth-child(4) {
	width: 100%
}

.contact-phones li b,
.contact-phones li strong {
	font-weight: 600
}

.contact-phones li p {
	float: left;
	clear: both
}

.contact-phones li:before {
	display: none
}

.two-columns-line,
.two-columns-list {
	float: left;
	padding: 0;
	margin-top: 1.5rem;
	width: 100%
}

.two-columns-line li,
.two-columns-list li {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: 400
}

@media (min-width:640px) {
	.two-columns-line li,
	.two-columns-list li {
		margin-bottom: 30px
	}
}

.two-columns-line li div.two-boxes,
.two-columns-list li div.two-boxes {
	width: 100%;
	float: left;
	padding: 0 0 30px
}

@media (min-width:640px) {
	.two-columns-line li div.two-boxes,
	.two-columns-list li div.two-boxes {
		width: 50%;
		padding: 0 30px 0 0
	}
}

.two-columns-line li h3,
.two-columns-list li h3 {
	font-size: 1.5rem;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 400
}

.two-columns-line li a,
.two-columns-list li a {
	display: block;
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: 600;
	color: #da291c
}

.two-columns-line li a:hover,
.two-columns-list li a:hover {
	color: #a1140a
}

.two-columns-line li:before,
.two-columns-list li:before {
	display: none
}

.two-columns-line li {
	margin-bottom: 0
}

@media (min-width:640px) {
	.two-columns-line li {
		margin-bottom: 60px
	}
}

.two-columns-line li h3 {
	border-bottom: 1px solid #da291c;
	margin-bottom: 8px
}

.contact-message-form:after {
	content: "";
	display: table;
	clear: both
}

.contact-message-form .form-item {
	position: relative;
	float: left;
	width: 100%
}

.contact-message-form .form-item label {
	display: none;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0
}

.contact-message-form .form-item-field-title {
	border-bottom: 4px solid #4d4d4d;
	margin: 40px 0 0
}

.contact-message-form .form-item-field-title h3 {
	padding: 4px 10px;
	font-size: 20px;
	line-height: 1;
	background: #a1140a;
	color: #fff;
	padding: 7px 20px 5px 15px;
	display: inline-block;
	margin: 0
}

@media (min-width:1024px) {
	.contact-message-form .form-item-field-title h3 {
		font-size: 24px
	}
}

.contact-message-form .field--name-field-detailed-description,
.contact-message-form .field--name-field-serial-number {
	width: 100%
}

@media (min-width:640px) {
	.contact-message-form .field--name-field-company-name,
	.contact-message-form .field--name-field-describe-yourself,
	.contact-message-form .field--name-field-email-address,
	.contact-message-form .field--name-field-first-name,
	.contact-message-form .field--name-field-street-address {
		width: 49.1525423729%;
		float: left;
		margin-right: 1.6949152542%
	}
}

@media (min-width:640px) {
	.contact-message-form .field--name-field-application,
	.contact-message-form .field--name-field-city,
	.contact-message-form .field--name-field-country,
	.contact-message-form .field--name-field-job-title,
	.contact-message-form .field--name-field-last-name,
	.contact-message-form .field--name-field-phone {
		width: 49.1525423729%;
		float: left
	}
}

.contact-message-form .field--name-field-postal-code {
	width: 49.1525423729%;
	float: left;
	margin-right: 1.6949152542%
}

@media (min-width:640px) {
	.contact-message-form .field--name-field-postal-code {
		width: 23.7288135593%;
		float: left;
		margin-right: 1.6949152542%
	}
}

.contact-message-form .field--name-field-state-province {
	width: 49.1525423729%;
	float: left
}

@media (min-width:640px) {
	.contact-message-form .field--name-field-state-province {
		width: 23.7288135593%;
		float: left;
		margin-right: 1.6949152542%
	}
}

.contact-message-form .form-actions {
	float: left;
	width: 100%
}

.contact-message-form .form-actions #edit-preview {
	display: none
}

.leaving-dialog-wrapper {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: hsla(0, 0%, 100%, .95);
	width: 100%;
	height: 100%;
	z-index: 99999999;
	opacity: 0;
	transition: opacity .5s ease
}

.leaving-dialog-wrapper.show {
	visibility: visible;
	opacity: 1
}

.leaving-dialog-box {
	box-shadow: 0 6px 1rem 0 #c6c6c6;
	width: 90%;
	height: auto;
	margin: 1.25rem auto
}

@media (min-width:480px) {
	.leaving-dialog-box {
		width: 480px;
		margin: 150px auto
	}
}

.leaving-dialog-top {
	width: 100%;
	height: auto;
	background: #2d2d2d url(/themes/custom/cummins/images/arrow-background.svg) no-repeat -38px -7px;
	background-size: auto;
	margin: 0;
	padding: 18px 28px 18px 36px;
	float: left;
	clear: both;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
	word-wrap: break-word
}

@media (min-width:480px) {
	.leaving-dialog-top {
		padding: 28px 28px 28px 80px;
		font-size: 1.5rem;
		line-height: 30px;
		background: #2d2d2d url(/themes/custom/cummins/images/arrow-background.svg) no-repeat -4px -7px
	}
}

#leaving-dialog-redirecting-to {
	font-weight: 600
}

.leaving-dialog-bottom {
	background-color: #da291c;
	background-image: url(/themes/custom/cummins/images/cummins.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 1.25rem) calc(100% - 1rem);
	background-size: 40px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px 28px .5rem 36px;
	float: left;
	clear: both;
	color: #fff;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 100;
	word-wrap: break-word
}

@media (min-width:480px) {
	.leaving-dialog-bottom {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding: 6px 28px .5rem 80px
	}
}

.dialog-modal {
	overflow: hidden
}

.flip-tiles {
	display: flex;
	flex-flow: row wrap;
	margin: 2rem -.5rem
}

.flip-tiles>* {
	flex: 0 0 auto;
	width: 100%
}

@media (min-width:670px) {
	.flip-tiles>* {
		width: 50%
	}
}

.flip-tile {
	height: 18rem;
	margin: .5rem;
	position: relative
}

.flip-tile:hover .flip-tile-front {
	transform: rotateY(-180deg)
}

.flip-tile:hover .flip-tile-back {
	transform: rotateY(0)
}

@media (min-width:480px) and (max-width:669px) {
	.flip-tile:hover .flip-tile-front {
		transform: rotateX(-180deg)
	}
	.flip-tile:hover .flip-tile-back {
		transform: rotateX(0)
	}
}

.flip-tile-back,
.flip-tile-bg,
.flip-tile-contents,
.flip-tile-fg,
.flip-tile-front {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.flip-tile-bg {
	background: #c6c6c6 50%;
	background-size: cover
}

.flip-tile-bg.is-screened {
	background-blend-mode: screen, saturation, normal;
	background-color: #da291c;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.9, 0, .5, 1)
}

.flip-tile:hover .flip-tile-bg {
	opacity: 1;
	transition-timing-function: cubic-bezier(.5, 0, .1, 1)
}

.flip-tile-fg {
	align-items: flex-start;
	display: flex;
	flex-flow: column;
	padding: 1.5rem
}

.flip-tile-fg>* {
	flex: 0 0 auto
}

.flip-tile-contents {
	color: #fff;
	perspective: 1500px
}

.flip-tile-back,
.flip-tile-front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 1s cubic-bezier(.5, 0, .1, 1)
}

.flip-tile:hover .flip-tile-back,
.flip-tile:hover .flip-tile-front {
	transition-timing-function: cubic-bezier(.9, 0, .5, 1)
}

.flip-tile-front {
	cursor: pointer;
	transform: rotateY(0)
}

@media (min-width:480px) and (max-width:669px) {
	.flip-tile-front {
		transform: rotateX(0)
	}
}

.flip-tile-front .flip-tile-fg {
	display: flex;
	flex-flow: column;
	justify-content: flex-end
}

.flip-tile-back {
	transform: rotateY(180deg);
	background-color: #da291c
}

@media (min-width:480px) and (max-width:669px) {
	.flip-tile-back {
		transform: rotateX(180deg)
	}
}

.flip-tile-title {
	color: inherit;
	font-size: 1.25rem;
	letter-spacing: inherit;
	line-height: 1.25rem;
	font-weight: 700;
	margin: 0
}

.flip-tile-description {
	flex: 1 1 auto;
	font-size: 12px;
	line-height: 18px;
	margin: 1rem 0 auto;
	max-height: 126px;
	overflow: hidden;
	position: relative;
	text-overflow: clip;
	word-wrap: break-word
}

.flip-tile-description:after {
	background-image: linear-gradient(90deg, transparent, #da291c);
	bottom: 0;
	content: "";
	height: 18px;
	left: 30%;
	pointer-events: none;
	position: absolute;
	right: 0
}

.flip-tile-description table {
	display: none
}

.flip-tile-description a,
.flip-tile-description a:active,
.flip-tile-description a:focus,
.flip-tile-description a:hover {
	color: inherit;
	border-bottom: 1px dotted currentColor;
	opacity: .8
}

.flip-tile-description a:active,
.flip-tile-description a:focus,
.flip-tile-description a:hover {
	border-bottom-style: solid;
	opacity: 1
}

.flip-tile-description p,
.flip-tile-description p.overview-text {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 18px
}

.block-cummins-util-newsletter-block {
	margin-top: 40px
}

.block-cummins-util-newsletter-block h2 {
	padding-left: 22px;
	position: relative
}

.block-cummins-util-newsletter-block h2:before {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 50%;
	background-size: auto auto;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	left: 0;
	top: 3px;
	width: 12px
}

@media (min-width:1024px) {
	.block-cummins-util-newsletter-block .cummins-util-newsletter-form {
		padding-bottom: 100px
	}
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form legend {
	color: #7b7b7b;
	font-weight: 400
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item {
	margin: 15px 3% 0 0
}

@media (min-width:640px) {
	.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item {
		display: inline-block
	}
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item input {
	opacity: 0
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item .form-checkbox {
	opacity: 0;
	position: absolute
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item .form-checkbox,
.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item label {
	color: #7b7b7b;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	margin: 5px;
	vertical-align: middle
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item label {
	position: relative
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item .form-checkbox+label:before {
	background: #fff;
	border: 1px solid #2d2d2d;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 10px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	width: 12px
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item .form-checkbox:checked+label:before {
	background: #da291c;
	box-shadow: inset 0 0 0 1px #fff
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .webform-type-checkboxes .form-item .form-checkbox:checked:focus+label {
	outline: 1px solid #c6c6c6
}

@media (min-width:640px) {
	.block-cummins-util-newsletter-block .cummins-util-newsletter-form .form-item:not(.form-wrapper):not(.form-type-checkbox) {
		float: left;
		margin-right: 2%;
		width: 46%
	}
}

@media (min-width:640px) {
	.block-cummins-util-newsletter-block .cummins-util-newsletter-form .form-item-country {
		margin-left: 4%;
		clear: right
	}
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .form-submit {
	margin: 1em 0
}

.block-cummins-util-newsletter-block .cummins-util-newsletter-form .form-disclaimer {
	color: #7b7b7b;
	font-size: 11px;
	line-height: 1rem;
	margin: 10px 0
}

#edit-newsletters--wrapper legend {
	padding: 1.5em 0 .75em
}

footer .throbber {
	background: none!important
}

.webform-submission-form {
	position: relative
}

.form-response {
	position: fixed;
	background-color: hsla(0, 0%, 100%, .9);
	height: 100%;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: -100;
	opacity: 0;
	transition: all 1s ease
}

.form-response .form-response-info-wrapper {
	color: #2d2d2d;
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 1.25rem;
	opacity: 1;
	transition: all .28s ease
}

.form-response .form-response-info-wrapper .form-response-title {
	color: #2d2d2d;
	display: block;
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%
}

@media (min-width:768px) {
	.form-response .form-response-info-wrapper .form-response-title {
		font-size: 3.5em;
		float: left
	}
}

.form-response .form-response-info-wrapper .form-response-msg {
	font-size: 1em
}

.form-response .form-response-info-wrapper .form-response-msg ul {
	padding: 0
}

.form-response .form-response-info-wrapper .messages--error {
	background-image: none;
	background: transparent;
	box-shadow: none;
	border: 0;
	padding-left: 0
}

.form-response.open {
	top: 0;
	opacity: 1;
	z-index: 99999
}

.form-response.open .form-response-info-wrapper {
	opacity: 1
}

.form-response.open .chevron {
	left: 0!important
}

.form-response.success .chevron svg path {
	fill: #da291c
}

.form-response.error .form-response-info-wrapper {
	color: #da291c
}

.modal-content .webform-submission-form,
.response-container {
	position: relative
}

.modal-content .webform-submission-form .form-response,
.response-container .form-response {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1
}

.contact-form,
.customer-assistance #contact-message-customer-assistance-form,
.webform-submission-one-cummins-rfq-form,
.webform-submission-send-us-your-request-form {
	position: relative
}

.contact-form .form-response,
.customer-assistance #contact-message-customer-assistance-form .form-response,
.webform-submission-one-cummins-rfq-form .form-response,
.webform-submission-send-us-your-request-form .form-response {
	width: 100%;
	left: 0
}

#contact-message-customer-assistance-form:after {
	content: "";
	display: table;
	clear: both
}

.newsroom-subscribe-for-news-wrapper .form-response {
	display: block;
	background-color: hsla(0, 0%, 100%, .9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	width: 100%;
	z-index: -100;
	transition: all .5s ease
}

.newsroom-subscribe-for-news-wrapper .form-response.open {
	height: 100%;
	z-index: 5
}

@media (min-width:940px) {
	.webform-submission-send-us-your-request-form .form-response.open .form-response-chevron {
		left: -65%
	}
	.webform-submission-send-us-your-request-form .form-response.open .form-response-info-wrapper {
		left: 20%
	}
}

@media (min-width:1024px) {
	.webform-submission-send-us-your-request-form .form-response.open .form-response-chevron {
		left: -35%
	}
	.webform-submission-send-us-your-request-form .form-response.open .form-response-info-wrapper {
		left: 30%
	}
}

@media (min-width:1024px) {
	.cummins-util-newsletter-form {
		position: relative
	}
}

.cummins-util-newsletter-form .form-response.open {
	position: fixed
}

@media (min-width:1024px) {
	.cummins-util-newsletter-form .form-response.open {
		position: absolute
	}
}

.cummins-util-newsletter-form .form-response.open .form-response-info-wrapper {
	top: 30%
}

.page-form-response {
	width: 100%
}

#close-btn {
	fill: #2d2d2d;
	cursor: pointer
}

.close {
	margin-bottom: 1.25rem
}

.form-response-info-wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1
}

.form-response-info-wrapper .close {
	text-align: right
}

.form-response-info-wrapper .message-content {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 1.25rem;
	margin: 0 auto;
	justify-content: center;
	align-items: center
}

@media (min-width:1250px) {
	.form-response-info-wrapper .message-content {
		width: 54%
	}
}

.form-response-info-wrapper .message-content .chevron {
	position: relative;
	flex: 0 1 25%;
	width: 25%;
	height: auto;
	left: -100%;
	max-width: 200px;
	max-height: 200px;
	opacity: 1;
	transition: all .25s ease .15s;
	display: none
}

.form-response-info-wrapper .message-content .chevron svg {
	width: 200px;
	height: 200px
}

@media (min-width:640px) {
	.form-response-info-wrapper .message-content .chevron {
		display: block
	}
}

.form-response-info-wrapper .message-content .message {
	flex: 0 1 70%;
	opacity: 1;
	color: #4d4d4d
}

.form-response-info-wrapper .message-content .message h3 {
	color: #000;
	margin: 0 0 10px
}

.form-response-info-wrapper .message-content .message p {
	color: #000;
	font: 1.25rem;
	margin: 0
}

@media (min-width:640px) {
	.form-response-info-wrapper .message-content .message {
		margin-left: 25px
	}
}

.container-modal {
	display: none
}

.ie9 .repower-calculator-modal .inputs-wrapper {
	display: inline-table!important
}

.repower-calculator-modal.fancybox-content {
	padding: 1.25rem;
	max-width: 840px;
	font-family: Proxima Nova, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

@media (max-width:767px) {
	.repower-calculator-modal.fancybox-content {
		max-width: 100%
	}
}

.repower-calculator-modal.fancybox-content .input-prepend.input-append .add-on:first-child,
.repower-calculator-modal.fancybox-content .input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	border-radius: 3px 0 0 3px
}

.repower-calculator-modal.fancybox-content .input-append .add-on,
.repower-calculator-modal.fancybox-content .input-append .btn {
	margin-left: -1px
}

.repower-calculator-modal.fancybox-content .input-append .add-on,
.repower-calculator-modal.fancybox-content .input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 35px;
	min-width: 1rem;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #efefef;
	border: 1px solid #c6c6c6
}

.repower-calculator-modal.fancybox-content .input-append,
.repower-calculator-modal.fancybox-content .input-prepend {
	margin-bottom: 5px;
	font-size: 0;
	white-space: nowrap
}

.repower-calculator-modal.fancybox-content .input-mini {
	height: 35px;
	display: inline-block;
	padding: 4px 6px;
	position: relative;
	margin-bottom: 0;
	font-size: 14px;
	vertical-align: top;
	line-height: 25px
}

.repower-calculator-modal.fancybox-content .row {
	margin-top: 30px
}

.repower-calculator-modal.fancybox-content .columns-2 {
	display: inline-block;
	width: calc(50% - 10px)
}

.repower-calculator-modal.fancybox-content .columns-2:first-child {
	padding-right: 1.25rem
}

@media (max-width:767px) {
	.repower-calculator-modal.fancybox-content .columns-3 {
		margin-bottom: 30px;
		text-align: center
	}
	.repower-calculator-modal.fancybox-content .columns-3:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .columns-3 {
		float: left;
		width: calc(33% - 1.25rem);
		padding-right: 1.25rem
	}
	.repower-calculator-modal.fancybox-content .columns-3:last-child {
		padding-right: 0;
		padding-left: 1.25rem
	}
}

.repower-calculator-modal.fancybox-content .btns-calculator {
	text-align: center;
	margin-top: 15px
}

.repower-calculator-modal.fancybox-content .form-calculator {
	margin-top: 25px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

.repower-calculator-modal.fancybox-content .form-calculator .btn-primary {
	display: block
}

.repower-calculator-modal.fancybox-content .row-fluid [class*=span] {
	padding-left: 15px;
	padding-right: 15px
}

.repower-calculator-modal.fancybox-content .modal-title {
	text-align: center
}

.repower-calculator-modal.fancybox-content .modal-desc {
	text-align: center;
	font-size: 15px;
	line-height: 25px
}

@media (max-width:920px) {
	.repower-calculator-modal.fancybox-content .shifter,
	.repower-calculator-modal.fancybox-content .vehicle-info {
		flex: 0 1 100%
	}
	.repower-calculator-modal.fancybox-content .gears-inputs {
		flex: 0 1 auto;
		margin-right: auto
	}
	.repower-calculator-modal.fancybox-content .form-calculator {
		justify-content: flex-start
	}
}

.repower-calculator-modal.fancybox-content .gauge-cluster {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start
}

@media (max-width:767px) {
	.repower-calculator-modal.fancybox-content .gauge-cluster {
		flex-flow: column nowrap;
		align-items: center
	}
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .gauge-cluster canvas {
		margin: 0 1.25rem
	}
}

@media (max-width:767px) {
	.repower-calculator-modal.fancybox-content .gauge-cluster canvas {
		max-width: 240px;
		max-height: 240px;
		margin-top: 10px;
		margin-right: 0
	}
}

.repower-calculator-modal.fancybox-content .inputs-wrapper {
	display: flex;
	flex-flow: column wrap;
	max-height: 150px;
	height: 150px
}

.repower-calculator-modal.fancybox-content .inputs-wrapper .control-group {
	margin-right: .5rem
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .shifter {
		padding: 0 1.25rem
	}
}

.repower-calculator-modal.fancybox-content .shifter-container {
	text-align: left;
	line-height: 26px
}

.repower-calculator-modal.fancybox-content .shifter-container .gear {
	display: flex;
	align-items: center
}

.repower-calculator-modal.fancybox-content .shifter-container .gear:after {
	display: inline-block;
	visibility: hidden;
	content: "\f013";
	font-family: FontAwesome;
	margin-top: -5px;
	margin-left: 10px;
	font-weight: 700;
	color: red;
	font-size: 1.25rem
}

.repower-calculator-modal.fancybox-content .shifter-container .gear input {
	margin-right: 5px;
	margin-top: 0
}

.repower-calculator-modal.fancybox-content .shifter-container .gear.active:after {
	visibility: visible
}

.repower-calculator-modal.fancybox-content .disabled-section {
	opacity: .2;
	pointer-events: none
}

.repower-calculator-modal.fancybox-content .control-group {
	margin-bottom: 15px
}

.repower-calculator-modal.fancybox-content label {
	display: inline-block;
	cursor: pointer;
	font-weight: 700
}

.repower-calculator-modal.fancybox-content .form-section-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px
}

.repower-calculator-modal.fancybox-content .icon-question-sign {
	display: inline-block
}

.repower-calculator-modal.fancybox-content .tooltip {
	line-height: 1.4em
}

.repower-calculator-modal.fancybox-content .input-text,
.repower-calculator-modal.fancybox-content select {
	margin-left: 5px;
	margin-bottom: 0
}

.repower-calculator-modal.fancybox-content .input-mini {
	width: 54px
}

.repower-calculator-modal.fancybox-content .control-group,
.repower-calculator-modal.fancybox-content select {
	height: 35px
}

.repower-calculator-modal.fancybox-content .control-group label {
	font-size: 13px
}

.repower-calculator-modal.fancybox-content .vehicle-info {
	min-width: 300px
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .vehicle-info {
		padding: 0 1.25rem
	}
}

.repower-calculator-modal.fancybox-content .vehicle-info .well {
	background-color: #fff;
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #efefef;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 20px
}

.repower-calculator-modal.fancybox-content .vehicle-info input,
.repower-calculator-modal.fancybox-content .vehicle-info select {
	float: right;
	height: 30px;
	width: 90px;
	padding: 4px
}

.repower-calculator-modal.fancybox-content .outOfBounds,
.repower-calculator-modal.fancybox-content .validationError {
	margin-top: 14px;
	margin-bottom: 0;
	color: red;
	font-weight: 700;
	line-height: 1.2em;
	font-size: 9px
}

.repower-calculator-modal.fancybox-content .legend {
	margin: 25px auto 10px;
	text-align: center
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .legend {
		width: 310px;
		margin-bottom: 25px
	}
}

.repower-calculator-modal.fancybox-content .legend .key {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-right: 1.25rem
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .legend .key {
		margin-top: 10px
	}
}

.repower-calculator-modal.fancybox-content .legend .key:last-of-type {
	margin-right: 0
}

.repower-calculator-modal.fancybox-content .legend .color {
	width: 25px;
	height: 25px
}

.repower-calculator-modal.fancybox-content .legend .perf {
	background-color: #167f39
}

.repower-calculator-modal.fancybox-content .legend .eff {
	background-color: rgba(9, 128, 203, .84)
}

.repower-calculator-modal.fancybox-content .legend .title {
	flex: 0 1 auto;
	margin-left: 1.25rem
}

.repower-calculator-modal.fancybox-content .or-between {
	text-align: right;
	margin: 0 38px 7px 0
}

.repower-calculator-modal.fancybox-content .gears-inputs {
	padding-left: 1px;
	max-width: 300px
}

@media (min-width:768px) {
	.repower-calculator-modal.fancybox-content .gears-inputs {
		padding: 0 1.25rem
	}
}

.repower-calculator-modal.fancybox-content .gears-inputs .second {
	margin-left: 30px
}

.repower-calculator-modal.fancybox-content .gears-inputs label {
	font-weight: 400
}

.repower-calculator-modal.fancybox-content .gears-inputs .input-text {
	margin-left: 0
}

.repower-calculator-modal.fancybox-content .gears-inputs .add-on {
	min-width: 40px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px
}

.repower-calculator-modal.fancybox-content .gears-inputs .optional .add-on {
	background-color: transparent;
	color: #7b7b7b
}

.repower-calculator-modal.fancybox-content .placeholder-gauge {
	border-radius: 400px
}

.repower-calculator-modal.fancybox-content .icon-question-sign:before {
	content: "\f059";
	font-family: FontAwesome;
	font-style: normal
}

.repower-calculator-modal.fancybox-content .btn {
	background-image: none;
	transition: background-color .2s ease;
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #2d2d2d;
	text-shadow: 0 1px 1px hsla(0, 0%, 100%, .75);
	background-color: #efefef;
	background-image: linear-gradient(180deg, #fff, #efefef);
	background-repeat: repeat-x;
	border: 1px solid #c6c6c6;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
	line-height: 25px
}

.repower-calculator-modal.fancybox-content .btn-primary {
	background-color: #da291c;
	border-color: #da291c;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	color: #fff
}

.repower-calculator-modal.fancybox-content .btn.btn-secondary {
	background: #7b7b7b;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.homepage-slide-show {
	position: relative;
	margin: 0 auto;
	z-index: 1
}

.homepage-slide-show__viewbox {
	position: relative;
	height: 0;
	padding-bottom: 68.08511%;
	overflow: hidden
}

.homepage-slide-show__container {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	white-space: nowrap
}

.homepage-slide-show__slide {
	position: relative;
	overflow: hidden
}

@media (min-width:768px) {
	.homepage-slide-show__slide {
		height: 0;
		padding-bottom: 68.08511%
	}
}

.homepage-slide-show__image {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 68.08511%;
	background-position: 50%;
	background-size: cover
}

@media (min-width:768px) {
	.homepage-slide-show__image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		padding: 0
	}
}

.homepage-slide-show__video-sizer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 68.08511%
}

@media (min-width:768px) {
	.homepage-slide-show__video-sizer {
		position: static;
		height: auto;
		padding-bottom: 0
	}
}

.homepage-slide-show__video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (min-width:768px) {
	.homepage-slide-show__video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
}

.homepage-slide-show__title-wrap {
	padding: 2.5rem;
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	white-space: normal;
	transition: all .2s ease
}

.homepage-slide-show__title-wrap h4 {
	margin-top: 0;
	color: #fff;
	font-size: .625em;
	letter-spacing: .04em;
	line-height: 1.15;
	text-transform: uppercase
}

@media (min-width:1400px) {
	.homepage-slide-show__title-wrap h4 {
		font-size: .8125em
	}
}

@media (min-width:1680px) {
	.homepage-slide-show__title-wrap h4 {
		font-size: 1em
	}
}

.homepage-slide-show__title-wrap h3 {
	margin-top: .25em;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase
}

@media (min-width:1024px) {
	.homepage-slide-show__title-wrap h3 {
		font-size: 1.75em
	}
}

@media (min-width:1200px) {
	.homepage-slide-show__title-wrap h3 {
		font-size: 2.375em
	}
}

@media (min-width:1400px) {
	.homepage-slide-show__title-wrap h3 {
		font-size: 2.625em
	}
}

@media (min-width:1680px) {
	.homepage-slide-show__title-wrap h3 {
		font-size: 3.125em
	}
}

.homepage-slide-show__title-wrap p {
	font-size: .8125em
}

@media (min-width:1400px) {
	.homepage-slide-show__title-wrap p {
		font-size: .875em
	}
}

@media (min-width:1680px) {
	.homepage-slide-show__title-wrap p {
		font-size: 1em
	}
}

.homepage-slide-show__title-wrap:focus .button,
.homepage-slide-show__title-wrap:focus .homepage__newsroom-view-more,
.homepage-slide-show__title-wrap:hover .button,
.homepage-slide-show__title-wrap:hover .homepage__newsroom-view-more {
	background: #da291c;
	color: #fff
}

@media (min-width:768px) {
	.homepage-slide-show__title-wrap {
		position: absolute;
		left: 0;
		top: 50%;
		width: 60%;
		background-color: rgba(0, 0, 0, .6);
		transform: translateY(-50%)
	}
	.homepage-slide-show__title-wrap:focus,
	.homepage-slide-show__title-wrap:hover {
		background-color: rgba(0, 0, 0, .8)
	}
	.homepage-slide-show__title-wrap:focus .button,
	.homepage-slide-show__title-wrap:focus .homepage__newsroom-view-more,
	.homepage-slide-show__title-wrap:hover .button,
	.homepage-slide-show__title-wrap:hover .homepage__newsroom-view-more {
		background: #da291c;
		color: #fff
	}
}

@media (min-width:920px) {
	.homepage-slide-show__title-wrap {
		width: 50%
	}
}

@media (min-width:1200px) {
	.homepage-slide-show__title-wrap {
		width: 48%
	}
}

@media (min-width:1400px) {
	.homepage-slide-show__title-wrap {
		width: 44%
	}
}

@media (min-width:1680px) {
	.homepage-slide-show__title-wrap {
		width: 48%
	}
}

.homepage-slide-show__title-link {
	cursor: pointer
}

.homepage-slide-show__link-button {
	margin-top: 1.5rem
}

.homepage-slide-show__next,
.homepage-slide-show__prev {
	display: none
}

.homepage-slide-show__pagination {
	position: absolute;
	display: flex;
	bottom: 5.125rem;
	left: 1.375rem;
	padding: .5rem
}

.homepage-slide-show__pagination button {
	display: block;
	width: 2.25rem;
	height: 2.5rem;
	padding: 0;
	margin: 0 .25rem;
	background: none;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	border: none;
	opacity: .6;
	transition: all .2s ease
}

.homepage-slide-show__pagination button:active,
.homepage-slide-show__pagination button:hover {
	opacity: .9
}

.homepage-slide-show__pagination button.is-active {
	font-size: 2em;
	opacity: 1
}

.slide-show {
	position: relative;
	margin: 0 auto
}

.slide-show:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 922px;
	height: 1943px;
	background: url(/themes/custom/cummins/images/enthusiast-zone/grey-arrow.svg) no-repeat 50%;
	background-size: cover;
	transform: translateY(-50%);
	z-index: -1
}

.slide-show__viewbox {
	position: relative;
	height: 0;
	padding-bottom: 61.05%;
	margin-top: 1.5rem;
	overflow: hidden
}

.slide-show__container {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	white-space: nowrap
}

.slide-show__slide {
	display: inline-block
}

.slide-show__image,
.slide-show__slide {
	position: relative;
	height: 100%;
	width: 100%
}

.slide-show__image {
	display: block;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: 50%;
	transform: scale(.8)
}

.slide-show__image:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(225deg, transparent, rgba(0, 0, 0, .5))
}

.slide-show__title-wrap {
	display: none;
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	color: #fff;
	font-size: 1rem
}

.slide-show__slide-title {
	margin: 0 0 .5rem;
	color: #fff;
	font-size: 5em;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	z-index: 500
}

.slide-show__slide-sub-title {
	padding-left: .5rem;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0
}

.slide-show__next,
.slide-show__prev {
	position: absolute;
	display: none;
	width: 76px;
	height: 76px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s ease
}

.slide-show__next svg,
.slide-show__prev svg {
	display: block;
	width: 76px;
	height: 76px
}

.slide-show__next.is-inactive,
.slide-show__prev.is-inactive {
	opacity: .3;
	cursor: default
}

@media (min-width:768px) {
	.slide-show__next,
	.slide-show__prev {
		display: block
	}
}

.slide-show__next {
	right: 1rem;
	cursor: pointer
}

.slide-show__prev {
	left: 1rem;
	cursor: pointer
}

.slide-show__pagination {
	display: flex;
	justify-content: flex-end;
	padding: 1rem
}

.slide-show__pagination button {
	display: block;
	width: .75rem;
	height: .75rem;
	padding: 0;
	margin: 0 .75rem;
	background: #c6c6c6;
	border: none;
	border-radius: 50%
}

.slide-show__pagination button.is-active {
	background: #4d4d4d
}

.icon-large {
	position: relative;
	list-style: none;
	padding-left: 50px
}

.icon-large:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px
}

.icon-bullet {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin: 10px 0
}

.icon-bullet:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 18px;
	height: 18px
}

.not-front .layout-main-wrapper .main-content ul li.icon-bullet:before,
.not-front .layout-main-wrapper .main-content ul li.icon-large:before {
	content: " ";
	color: inherit
}

.icon-red-clock:before {
	background: url(/themes/custom/cummins/images/icons/icon-red-clock.svg) no-repeat 50%;
	background-size: 100%
}

.icon-red-check:before {
	background: url(/themes/custom/cummins/images/icons/icon-red-check.svg) no-repeat 50%;
	background-size: 100%
}

.icon-red-cost:before {
	background: url(/themes/custom/cummins/images/icons/icon-red-cost.svg) no-repeat 50%;
	background-size: 100%
}

.icon-red-leaf:before {
	background: url(/themes/custom/cummins/images/icons/icon-red-leaf.svg) no-repeat 50%;
	background-size: 100%
}

.icon-red-thumbs:before {
	background: url(/themes/custom/cummins/images/icons/icon-red-thumbs.svg) no-repeat 50%;
	background-size: 100%
}

.icon-small-red-thumbs:before {
	background: url(/themes/custom/cummins/images/icons/icon-small-red-thumbs.svg) no-repeat 50%;
	background-size: 100%
}

.icon-small-red-check:before {
	background: url(/themes/custom/cummins/images/icons/icon-small-red-check.svg) no-repeat 50%;
	background-size: 100%
}

.icon-phone {
	position: relative;
	padding: 0 30px
}

.icon-phone:before {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 8px;
	background: url(/themes/custom/cummins/images/icons/icon-phone.svg) no-repeat 50%;
	background-size: 100%
}

#big-nav_careers,
.collapse {
	display: none
}

.collapse.in {
	display: block
}

.header_link {
	position: relative;
	height: 4rem;
	padding: 0 0 1rem;
	margin: 0 .75rem;
	background: none;
	color: #fff;
	font-size: .8125em;
	font-weight: 500;
	line-height: 1;
	border: none;
	cursor: pointer
}

.header_link,
.header_link:after {
	display: block;
	transition: all .2s ease
}

.header_link:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	bottom: 20px;
	background: #fff
}

.header_link:focus,
.header_link:hover {
	color: #fff
}

.header_link.header_link-active:after {
	height: 2px;
	bottom: 24px
}

.small-nav .menu-item {
	padding: 0
}

.small-nav .menu-item-cta {
	display: none
}

.small-nav_holder {
	position: fixed;
	display: none;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .2s ease
}

@media (min-width:640px) {
	.small-nav_holder {
		top: 80px
	}
}

.small-nav_holder.collapsing {
	display: block;
	opacity: 0
}

.small-nav_holder.in {
	opacity: 1
}

.small-nav_header {
	position: relative;
	display: flex;
	padding: 1.25rem 0
}

.small-nav_toggle {
	position: relative;
	display: block;
	padding: .5rem .5rem .5rem 2rem;
	background: none;
	color: #fff;
	font-size: .6875rem;
	font-weight: 400;
	line-height: 1;
	border: 0;
	border-radius: 0;
	cursor: pointer
}

.small-nav_toggle svg {
	display: block;
	position: absolute;
	left: .5rem;
	top: 50%;
	transform: translateY(-50%)
}

.small-nav_close {
	padding-left: 1.5rem
}

.small-nav_close svg {
	left: 0;
	color: #000
}

.small-nav_menu_section {
	border-bottom: 1px solid #efefef
}

.small-nav_menu_section>.small-nav_menu_toggle {
	padding: 1.5rem 1rem;
	font-weight: 700
}

.small-nav_menu_toggle {
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem;
	background: none;
	color: #000;
	font-size: .875em;
	font-weight: 500;
	text-align: left;
	border: none;
	outline: none;
	cursor: pointer
}

.small-nav_menu_toggle .toggle-icon {
	position: absolute;
	display: block;
	width: .875rem;
	height: .875rem;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%)
}

.small-nav_menu_toggle .toggle-icon:after,
.small-nav_menu_toggle .toggle-icon:before {
	position: absolute;
	content: "";
	display: block;
	background-color: #000;
	transition: all .2s ease
}

.small-nav_menu_links .small-nav_menu_toggle .toggle-icon:after,
.small-nav_menu_links .small-nav_menu_toggle .toggle-icon:before {
	background-color: #7b7b7b
}

.small-nav_menu_toggle .toggle-icon:before {
	width: .875rem;
	height: 2px;
	top: .375rem
}

.small-nav_menu_toggle .toggle-icon:after {
	width: 2px;
	height: .875rem;
	left: .375rem;
	transform: scale(0)
}

.small-nav_menu_toggle:hover svg {
	color: inherit
}

.small-nav_menu_toggle:focus {
	outline: none
}

.small-nav_menu_toggle.collapsed .toggle-icon:after,
.small-nav_menu_toggle.toggle-link .toggle-icon:after {
	transform: scale(1)
}

.small-nav_menu_links {
	transition: all .2s ease
}

.small-nav_menu_links.open {
	max-height: 1000px
}

.small-nav_menu_links.collapse.in {
	margin-bottom: 1.5rem
}

.small-nav_menu_links.collapse.in .small-nav_menu_links {
	margin-bottom: 0
}

.small-nav_menu_links .menu-item-text-link {
	display: none
}

.small-nav_menu_links ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.small-nav_menu_links a {
	display: block;
	font-size: .875em
}

.small-nav_menu_links a:focus,
.small-nav_menu_links a:hover {
	color: #da291c
}

.small-nav_menu_links .small-nav_menu_toggle,
.small-nav_menu_links a {
	padding: 1rem 1.75rem;
	color: #4d4d4d;
	font-weight: 700
}

.small-nav_menu_links .small-nav_menu_links .small-nav_menu_toggle,
.small-nav_menu_links .small-nav_menu_links a {
	margin-left: 1.75rem;
	padding: 1rem 1.75rem;
	border-left: 2px solid #c6c6c6;
	font-weight: 500
}

.small-nav_menu_links .small-nav_menu_links .small-nav_menu_toggle {
	width: calc(100% - 1.75rem)
}

.small-nav_menu_links .small-nav_menu_links .small-nav_menu_links .small-nav_menu_toggle,
.small-nav_menu_links .small-nav_menu_links .small-nav_menu_links a {
	padding: 1rem 1.75rem 1rem 3.25rem
}

.small-nav_menu_links .sub-menu {
	background: #e1e1e1
}

.small-nav_menu_links .sub-menu li a {
	padding: 1rem 3rem
}

.region-primary-menu .contextual-region {
	position: static
}

.big-nav {
	display: none;
	order: 2;
	z-index: 1
}

@media (min-width:768px) {
	.header_logo {
		order: 1;
		position: relative;
		top: auto;
		left: auto;
		transform: none
	}
	.small-nav {
		display: none
	}
	.header_right-side {
		margin-left: auto
	}
	.big-nav,
	.header_account-link,
	.header_search-link {
		display: block
	}
}

@media (min-width:1024px) {
	.big-nav {
		margin-left: 1rem
	}
}

.big-nav_top-level {
	display: flex;
	z-index: 2
}

.big-nav_mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 10rem;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	z-index: 1
}

.big-nav_mega-menu.show-mega-menu {
	display: flex
}

#big-nav_products .big-nav_mega-menu_container .tab-nav {
	display: none;
	margin-left: 0;
	padding-left: 0;
	border-left: none
}

#big-nav_products .big-nav_mega-menu_container .tab-nav.show-tab-menu {
	display: flex
}

.big-nav_mega-menu_container {
	flex: 1 100%;
	display: flex;
	margin: 0 auto
}

.big-nav_mega-menu_tabs {
	flex-flow: column nowrap;
	flex: 1 0 184px;
	max-width: 184px;
	padding: .75rem 0;
	background: #000
}

.big-nav_mega-menu_tabs .tab_link {
	display: block;
	width: 100%;
	padding: 1.25rem 1.5rem;
	background: #000;
	color: #fff;
	font-size: .8125em;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	border: none
}

.big-nav_mega-menu_tabs .tab_link.tab_link-active,
.big-nav_mega-menu_tabs .tab_link:active,
.big-nav_mega-menu_tabs .tab_link:hover {
	background: #fff;
	color: #000;
	position: relative
}

.big-nav_mega-menu_tabs .tab_link.tab_link-active:after,
.big-nav_mega-menu_tabs .tab_link.tab_link-active:before,
.big-nav_mega-menu_tabs .tab_link:active:after,
.big-nav_mega-menu_tabs .tab_link:active:before,
.big-nav_mega-menu_tabs .tab_link:hover:after,
.big-nav_mega-menu_tabs .tab_link:hover:before {
	content: "";
	height: 25px;
	width: 35px;
	position: absolute;
	right: 0
}

.big-nav_mega-menu_tabs .tab_link.tab_link-active:after,
.big-nav_mega-menu_tabs .tab_link:active:after,
.big-nav_mega-menu_tabs .tab_link:hover:after {
	bottom: -25px
}

.big-nav_mega-menu_tabs .tab_link.tab_link-active:before,
.big-nav_mega-menu_tabs .tab_link:active:before,
.big-nav_mega-menu_tabs .tab_link:hover:before {
	top: -25px
}

.big-nav_mega-menu_tabs .button,
.big-nav_mega-menu_tabs .homepage__newsroom-view-more {
	display: block;
	margin: .9375rem 1.5rem;
	padding: .9375rem 1.5rem;
	background: #da291c;
	color: #fff;
	font-size: .625em;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase
}

.big-nav_tab_container {
	display: flex;
	flex: 1 auto;
	padding: 1rem
}

@media (min-width:1024px) {
	.big-nav_tab_container {
		padding: 1.5rem
	}
}

@media (min-width:1200px) {
	.big-nav_tab_container {
		padding: 2rem
	}
}

.big-nav_tab_container .tab-nav {
	display: flex;
	list-style: none;
	padding: 0
}

.big-nav_tab_container .tab-nav:not(:first-child) {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #c6c6c6
}

.big-nav_tab_container .tab-nav .menu-item {
	flex: 1 1 auto;
	padding-top: 0
}

.big-nav_tab_container .tab-nav>.menu-item>a,
.big-nav_tab_container .tab-nav>.menu-item>span {
	display: block;
	color: #000;
	font-size: .8125em;
	font-weight: 700;
	text-transform: uppercase
}

.big-nav_tab_container .tab-nav>.menu-item:not(:first-child) {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #c6c6c6
}

@media (min-width:880px) {
	.big-nav_tab_container .tab-nav>.menu-item:not(:first-child) {
		margin-left: 1.5rem;
		padding-left: 1.5rem
	}
}

@media (min-width:1024px) {
	.big-nav_tab_container .tab-nav>.menu-item:not(:first-child) {
		margin-left: 2rem;
		padding-left: 2rem
	}
}

.big-nav_tab_container .tab-nav>.menu-item.menu-item-cta {
	display: none;
	min-width: 240px;
	max-width: none;
	padding-left: 0;
	margin-left: auto;
	border-left: none
}

.big-nav_tab_container .tab-nav>.menu-item.menu-item-cta .button,
.big-nav_tab_container .tab-nav>.menu-item.menu-item-cta .homepage__newsroom-view-more {
	display: block;
	width: 100%
}

@media (min-width:1024px) {
	.big-nav_tab_container .tab-nav>.menu-item.menu-item-cta {
		display: block
	}
}

.big-nav_tab_container .tab-nav .sub-menu {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: (auto)[8];
	grid-template-rows: repeat(8, auto);
	grid-column-gap: 2rem;
	grid-auto-flow: column;
	list-style: none;
	padding: 0;
	margin-top: .25rem;
	overflow: hidden
}

.big-nav_tab_container .tab-nav .sub-menu li {
	margin-top: .75rem;
	max-width: 180px
}

.big-nav_tab_container .tab-nav .sub-menu li:first-child:after {
	display: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.big-nav_tab_container .tab-nav .sub-menu li:first-child {
		-ms-grid-column: 1;
		-ms-grid-row: 1
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(2) {
		-ms-grid-column: 1;
		-ms-grid-row: 2
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 3
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-row: 4
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 5
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(6) {
		-ms-grid-column: 1;
		-ms-grid-row: 6
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 7
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(8) {
		-ms-grid-column: 1;
		-ms-grid-row: 8;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(9) {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(10) {
		-ms-grid-column: 2;
		-ms-grid-row: 3;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(11) {
		-ms-grid-column: 2;
		-ms-grid-row: 4;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(12) {
		-ms-grid-column: 2;
		-ms-grid-row: 5;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(13) {
		-ms-grid-column: 2;
		-ms-grid-row: 6;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(14) {
		-ms-grid-column: 2;
		-ms-grid-row: 7;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(15) {
		-ms-grid-column: 2;
		-ms-grid-row: 8;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(16) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(17) {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(18) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(19) {
		-ms-grid-column: 3;
		-ms-grid-row: 4;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(20) {
		-ms-grid-column: 3;
		-ms-grid-row: 5;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(21) {
		-ms-grid-column: 3;
		-ms-grid-row: 6;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(22) {
		-ms-grid-column: 3;
		-ms-grid-row: 7;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(23) {
		-ms-grid-column: 3;
		-ms-grid-row: 8;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(24) {
		-ms-grid-column: 4;
		-ms-grid-row: 1;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(25) {
		-ms-grid-column: 4;
		-ms-grid-row: 2;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(26) {
		-ms-grid-column: 4;
		-ms-grid-row: 3;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(27) {
		-ms-grid-column: 4;
		-ms-grid-row: 4;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(28) {
		-ms-grid-column: 4;
		-ms-grid-row: 5;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(29) {
		-ms-grid-column: 4;
		-ms-grid-row: 6;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(30) {
		-ms-grid-column: 4;
		-ms-grid-row: 7;
		padding-left: .75rem
	}
	.big-nav_tab_container .tab-nav .sub-menu li:nth-child(31) {
		-ms-grid-column: 4;
		-ms-grid-row: 8;
		padding-left: .75rem
	}
}

.big-nav_tab_container .tab-nav .sub-menu li:nth-child(8n+1):after {
	content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	width: .0625rem;
	height: 100vh;
	background: #e8e8e8
}

.big-nav_tab_container .tab-nav .sub-menu a {
	display: block;
	color: #000;
	font-size: .6875em;
	font-weight: 500;
	transition: all .2s ease
}

.big-nav_tab_container .tab-nav .sub-menu a:focus,
.big-nav_tab_container .tab-nav .sub-menu a:hover {
	color: #da291c
}

@media (min-width:880px) {
	.big-nav_tab_container .tab-nav .sub-menu a {
		font-size: .75em
	}
}

.mega-menu_section {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	border-left: 1px solid #efefef
}

.mega-menu_section>.menu-item {
	flex: 1 1 25%;
	max-width: 25%
}

.mega-menu_section:first-child {
	padding-left: 0;
	border-left: none
}

.mega-menu_section .sub-menu {
	list-style: none
}

.shop-menu_activity,
.shop-menu_outlet {
	display: none;
	flex: 0 0 auto
}

@media (min-width:1024px) {
	.shop-menu_activity,
	.shop-menu_outlet {
		display: flex
	}
}

.mega-menu_list,
.mega-menu_section>.menu-item {
	list-style: none;
	margin: 0;
	padding: 0 1.5rem 1.5rem
}

.mega-menu_list>a,
.mega-menu_list>li span,
.mega-menu_section>.menu-item>a,
.mega-menu_section>.menu-item>li span {
	color: #000;
	font-size: .6875rem;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap
}

.mega-menu_list .sub-menu,
.mega-menu_list li ul,
.mega-menu_section>.menu-item .sub-menu,
.mega-menu_section>.menu-item li ul {
	list-style: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	padding: 0;
	margin: 0
}

.mega-menu_list .sub-menu li,
.mega-menu_list li ul li,
.mega-menu_section>.menu-item .sub-menu li,
.mega-menu_section>.menu-item li ul li {
	padding: .15rem 0
}

.mega-menu_list .sub-menu li a,
.mega-menu_list li ul li a,
.mega-menu_section>.menu-item .sub-menu li a,
.mega-menu_section>.menu-item li ul li a {
	color: #4a4a4a;
	font-size: .875rem;
	white-space: nowrap;
	transition: all .2s ease
}

.mega-menu_list .sub-menu li a:focus,
.mega-menu_list .sub-menu li a:hover,
.mega-menu_list li ul li a:focus,
.mega-menu_list li ul li a:hover,
.mega-menu_section>.menu-item .sub-menu li a:focus,
.mega-menu_section>.menu-item .sub-menu li a:hover,
.mega-menu_section>.menu-item li ul li a:focus,
.mega-menu_section>.menu-item li ul li a:hover {
	color: #fff
}

.mega-menu-cta {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 15rem;
	height: 17.5rem;
	padding: 1.25rem;
	background-color: #7b7b7b;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff
}

.mega-menu-cta h3 {
	color: #fff;
	font-size: 1.125em;
	font-weight: 700
}

.mega-menu-cta+.mega-menu-cta {
	margin-right: 1rem
}

.menu-item-text_link span {
	display: none
}

@media (min-width:768px) {
	.menu-item-text_link span {
		display: block
	}
}

.menu-item-text_link .menu-item-text-link .field--name-field-link {
	display: block
}

@media (min-width:768px) {
	.menu-item-text_link .menu-item-text-link .field--name-field-link {
		display: none
	}
}

.menu-item-text_link .menu-item-text-link .field--name-field-content {
	margin-top: 1rem
}

.menu-item-text_link .menu-item-text-link .field--name-field-content p {
	display: none
}

@media (min-width:768px) {
	.menu-item-text_link .menu-item-text-link .field--name-field-content p {
		display: block;
		font-size: .8rem;
		color: #000
	}
}

.menu-item-text_link .menu-item-text-link .field--name-field-content a:last-of-type {
	display: none;
	margin-top: 1rem;
	padding-bottom: .5rem;
	color: #000;
	font-size: .6875rem;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #da291c
}

@media (min-width:768px) {
	.menu-item-text_link .menu-item-text-link .field--name-field-content a:last-of-type {
		display: inline-block
	}
}

.menu-item-cta {
	display: none;
	width: 240px;
	display: flex;
	flex-direction: column;
	position: relative
}

@media (min-width:768px) {
	.menu-item-cta {
		display: block
	}
}

.menu-item-cta .field--name-field-image {
	position: relative
}

.menu-item-cta .field--name-field-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .45)
}

.menu-item-cta .field--name-field-headline {
	font-size: 1.1rem;
	top: 25%
}

.menu-item-cta .field--name-field-description,
.menu-item-cta .field--name-field-headline {
	max-width: 90%;
	font-weight: 400;
	position: absolute;
	left: 5%;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 1
}

.menu-item-cta .field--name-field-description {
	line-height: 2;
	top: 40%;
	font-size: .8rem
}

.menu-item-cta .field--name-field-link {
	width: 100%;
	background: #da291c;
	padding: 1rem
}

.menu-item-cta .field--name-field-link .field__item {
	text-align: center
}

.menu-item-cta .field--name-field-link a {
	text-transform: uppercase;
	font-size: .8rem;
	color: #fff
}

.menu-item-cta .field--name-field-link:hover {
	background: #fff;
	transition: .3s
}

.menu-item-cta .field--name-field-link:hover a {
	color: #da291c
}

@media (min-width:768px) {
	#tab_link-product-finder {
		background: #da291c;
		color: #fff;
		width: 80%;
		margin-top: .5rem;
		margin-left: 10%;
		text-transform: uppercase;
		font-weight: 400;
		padding: 1rem;
		text-align: center
	}
	#tab_link-product-finder:hover {
		background: #fff;
		color: red;
		transition: .3s
	}
}

#big-nav_parts-and-service .big-nav_tab_container,
#big-nav_support .big-nav_tab_container {
	justify-content: space-evenly
}

#big-nav_support .tab-nav {
	max-width: 200px
}

.messages {
	margin: 1rem 0
}

.messages__item+.messages__item {
	margin-top: .5rem
}

.news-affix__items {
	counter-reset: b
}

.article-affixnav-readnow-btn .fill,
.article-affixnav-readnow-btn .mask,
.article-affixnav-readnow-btn .shadow,
.article-affixnav-readnow-item-progress .fill,
.article-affixnav-readnow-item-progress .mask,
.article-affixnav-readnow-item-progress .shadow {
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	background-clip: padding-box
}

.article-affixnav-readnow-btn .fill,
.article-affixnav-readnow-btn .mask,
.article-affixnav-readnow-item-progress .fill,
.article-affixnav-readnow-item-progress .mask {
	border-radius: 50%;
	background-clip: padding-box
}

.article-affixnav-readnow-btn .mask,
.article-affixnav-readnow-item-progress .mask {
	clip: rect(0, 50px, 50px, 25px)
}

.article-affixnav-readnow-btn .mask .fill,
.article-affixnav-readnow-item-progress .mask .fill {
	clip: rect(0, 25px, 50px, 0);
	background-color: #0980cb
}

.article-affixnav-readnow-btn:before,
.article-affixnav-readnow-item-progress:before {
	content: counter(b);
	counter-increment: b;
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 50%;
	background-clip: padding-box;
	background-color: #2d2d2d;
	position: absolute;
	margin-left: 4px;
	margin-top: 4px;
	font-size: 1.5rem;
	line-height: 30px;
	max-height: none;
	text-align: center;
	line-height: 42px;
	z-index: 10
}

.article-affixnav-readnow-btn[data-progress="0"] .fill,
.article-affixnav-readnow-btn[data-progress="0"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="0"] .mask.full,
.article-affixnav-readnow-btn[data-progress="1"] .fill,
.article-affixnav-readnow-btn[data-progress="1"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="1"] .mask.full,
.article-affixnav-readnow-btn[data-progress="2"] .fill,
.article-affixnav-readnow-btn[data-progress="2"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="2"] .mask.full,
.article-affixnav-readnow-btn[data-progress="3"] .fill,
.article-affixnav-readnow-btn[data-progress="3"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="3"] .mask.full,
.article-affixnav-readnow-btn[data-progress="4"] .fill,
.article-affixnav-readnow-btn[data-progress="4"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="4"] .mask.full,
.article-affixnav-readnow-btn[data-progress="5"] .fill,
.article-affixnav-readnow-btn[data-progress="5"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="5"] .mask.full,
.article-affixnav-readnow-btn[data-progress="6"] .fill,
.article-affixnav-readnow-btn[data-progress="6"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="6"] .mask.full,
.article-affixnav-readnow-btn[data-progress="7"] .fill,
.article-affixnav-readnow-btn[data-progress="7"] .fill.fix,
.article-affixnav-readnow-btn[data-progress="7"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="0"] .fill,
.article-affixnav-readnow-item-progress[data-progress="0"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="0"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="1"] .fill,
.article-affixnav-readnow-item-progress[data-progress="1"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="1"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="2"] .fill,
.article-affixnav-readnow-item-progress[data-progress="2"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="2"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="3"] .fill,
.article-affixnav-readnow-item-progress[data-progress="3"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="3"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="4"] .fill,
.article-affixnav-readnow-item-progress[data-progress="4"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="4"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="5"] .fill,
.article-affixnav-readnow-item-progress[data-progress="5"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="5"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="6"] .fill,
.article-affixnav-readnow-item-progress[data-progress="6"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="6"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="7"] .fill,
.article-affixnav-readnow-item-progress[data-progress="7"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="7"] .mask.full {
	transform: rotate(0deg)
}

.article-affixnav-readnow-btn[data-progress="8"] .fill,
.article-affixnav-readnow-btn[data-progress="8"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="8"] .fill,
.article-affixnav-readnow-item-progress[data-progress="8"] .mask.full {
	transform: rotate(14.4deg)
}

.article-affixnav-readnow-btn[data-progress="8"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="8"] .fill.fix {
	transform: rotate(28.8deg)
}

.article-affixnav-readnow-btn[data-progress="9"] .fill,
.article-affixnav-readnow-btn[data-progress="9"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="9"] .fill,
.article-affixnav-readnow-item-progress[data-progress="9"] .mask.full {
	transform: rotate(16.2deg)
}

.article-affixnav-readnow-btn[data-progress="9"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="9"] .fill.fix {
	transform: rotate(32.4deg)
}

.article-affixnav-readnow-btn[data-progress="10"] .fill,
.article-affixnav-readnow-btn[data-progress="10"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="10"] .fill,
.article-affixnav-readnow-item-progress[data-progress="10"] .mask.full {
	transform: rotate(18deg)
}

.article-affixnav-readnow-btn[data-progress="10"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="10"] .fill.fix {
	transform: rotate(36deg)
}

.article-affixnav-readnow-btn[data-progress="11"] .fill,
.article-affixnav-readnow-btn[data-progress="11"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="11"] .fill,
.article-affixnav-readnow-item-progress[data-progress="11"] .mask.full {
	transform: rotate(19.8deg)
}

.article-affixnav-readnow-btn[data-progress="11"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="11"] .fill.fix {
	transform: rotate(39.6deg)
}

.article-affixnav-readnow-btn[data-progress="12"] .fill,
.article-affixnav-readnow-btn[data-progress="12"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="12"] .fill,
.article-affixnav-readnow-item-progress[data-progress="12"] .mask.full {
	transform: rotate(21.6deg)
}

.article-affixnav-readnow-btn[data-progress="12"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="12"] .fill.fix {
	transform: rotate(43.2deg)
}

.article-affixnav-readnow-btn[data-progress="13"] .fill,
.article-affixnav-readnow-btn[data-progress="13"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="13"] .fill,
.article-affixnav-readnow-item-progress[data-progress="13"] .mask.full {
	transform: rotate(23.4deg)
}

.article-affixnav-readnow-btn[data-progress="13"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="13"] .fill.fix {
	transform: rotate(46.8deg)
}

.article-affixnav-readnow-btn[data-progress="14"] .fill,
.article-affixnav-readnow-btn[data-progress="14"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="14"] .fill,
.article-affixnav-readnow-item-progress[data-progress="14"] .mask.full {
	transform: rotate(25.2deg)
}

.article-affixnav-readnow-btn[data-progress="14"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="14"] .fill.fix {
	transform: rotate(50.4deg)
}

.article-affixnav-readnow-btn[data-progress="15"] .fill,
.article-affixnav-readnow-btn[data-progress="15"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="15"] .fill,
.article-affixnav-readnow-item-progress[data-progress="15"] .mask.full {
	transform: rotate(27deg)
}

.article-affixnav-readnow-btn[data-progress="15"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="15"] .fill.fix {
	transform: rotate(54deg)
}

.article-affixnav-readnow-btn[data-progress="16"] .fill,
.article-affixnav-readnow-btn[data-progress="16"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="16"] .fill,
.article-affixnav-readnow-item-progress[data-progress="16"] .mask.full {
	transform: rotate(28.8deg)
}

.article-affixnav-readnow-btn[data-progress="16"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="16"] .fill.fix {
	transform: rotate(57.6deg)
}

.article-affixnav-readnow-btn[data-progress="17"] .fill,
.article-affixnav-readnow-btn[data-progress="17"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="17"] .fill,
.article-affixnav-readnow-item-progress[data-progress="17"] .mask.full {
	transform: rotate(30.6deg)
}

.article-affixnav-readnow-btn[data-progress="17"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="17"] .fill.fix {
	transform: rotate(61.2deg)
}

.article-affixnav-readnow-btn[data-progress="18"] .fill,
.article-affixnav-readnow-btn[data-progress="18"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="18"] .fill,
.article-affixnav-readnow-item-progress[data-progress="18"] .mask.full {
	transform: rotate(32.4deg)
}

.article-affixnav-readnow-btn[data-progress="18"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="18"] .fill.fix {
	transform: rotate(64.8deg)
}

.article-affixnav-readnow-btn[data-progress="19"] .fill,
.article-affixnav-readnow-btn[data-progress="19"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="19"] .fill,
.article-affixnav-readnow-item-progress[data-progress="19"] .mask.full {
	transform: rotate(34.2deg)
}

.article-affixnav-readnow-btn[data-progress="19"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="19"] .fill.fix {
	transform: rotate(68.4deg)
}

.article-affixnav-readnow-btn[data-progress="20"] .fill,
.article-affixnav-readnow-btn[data-progress="20"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="20"] .fill,
.article-affixnav-readnow-item-progress[data-progress="20"] .mask.full {
	transform: rotate(36deg)
}

.article-affixnav-readnow-btn[data-progress="20"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="20"] .fill.fix {
	transform: rotate(72deg)
}

.article-affixnav-readnow-btn[data-progress="21"] .fill,
.article-affixnav-readnow-btn[data-progress="21"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="21"] .fill,
.article-affixnav-readnow-item-progress[data-progress="21"] .mask.full {
	transform: rotate(37.8deg)
}

.article-affixnav-readnow-btn[data-progress="21"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="21"] .fill.fix {
	transform: rotate(75.6deg)
}

.article-affixnav-readnow-btn[data-progress="22"] .fill,
.article-affixnav-readnow-btn[data-progress="22"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="22"] .fill,
.article-affixnav-readnow-item-progress[data-progress="22"] .mask.full {
	transform: rotate(39.6deg)
}

.article-affixnav-readnow-btn[data-progress="22"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="22"] .fill.fix {
	transform: rotate(79.2deg)
}

.article-affixnav-readnow-btn[data-progress="23"] .fill,
.article-affixnav-readnow-btn[data-progress="23"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="23"] .fill,
.article-affixnav-readnow-item-progress[data-progress="23"] .mask.full {
	transform: rotate(41.4deg)
}

.article-affixnav-readnow-btn[data-progress="23"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="23"] .fill.fix {
	transform: rotate(82.8deg)
}

.article-affixnav-readnow-btn[data-progress="24"] .fill,
.article-affixnav-readnow-btn[data-progress="24"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="24"] .fill,
.article-affixnav-readnow-item-progress[data-progress="24"] .mask.full {
	transform: rotate(43.2deg)
}

.article-affixnav-readnow-btn[data-progress="24"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="24"] .fill.fix {
	transform: rotate(86.4deg)
}

.article-affixnav-readnow-btn[data-progress="25"] .fill,
.article-affixnav-readnow-btn[data-progress="25"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="25"] .fill,
.article-affixnav-readnow-item-progress[data-progress="25"] .mask.full {
	transform: rotate(45deg)
}

.article-affixnav-readnow-btn[data-progress="25"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="25"] .fill.fix {
	transform: rotate(90deg)
}

.article-affixnav-readnow-btn[data-progress="26"] .fill,
.article-affixnav-readnow-btn[data-progress="26"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="26"] .fill,
.article-affixnav-readnow-item-progress[data-progress="26"] .mask.full {
	transform: rotate(46.8deg)
}

.article-affixnav-readnow-btn[data-progress="26"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="26"] .fill.fix {
	transform: rotate(93.6deg)
}

.article-affixnav-readnow-btn[data-progress="27"] .fill,
.article-affixnav-readnow-btn[data-progress="27"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="27"] .fill,
.article-affixnav-readnow-item-progress[data-progress="27"] .mask.full {
	transform: rotate(48.6deg)
}

.article-affixnav-readnow-btn[data-progress="27"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="27"] .fill.fix {
	transform: rotate(97.2deg)
}

.article-affixnav-readnow-btn[data-progress="28"] .fill,
.article-affixnav-readnow-btn[data-progress="28"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="28"] .fill,
.article-affixnav-readnow-item-progress[data-progress="28"] .mask.full {
	transform: rotate(50.4deg)
}

.article-affixnav-readnow-btn[data-progress="28"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="28"] .fill.fix {
	transform: rotate(100.8deg)
}

.article-affixnav-readnow-btn[data-progress="29"] .fill,
.article-affixnav-readnow-btn[data-progress="29"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="29"] .fill,
.article-affixnav-readnow-item-progress[data-progress="29"] .mask.full {
	transform: rotate(52.2deg)
}

.article-affixnav-readnow-btn[data-progress="29"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="29"] .fill.fix {
	transform: rotate(104.4deg)
}

.article-affixnav-readnow-btn[data-progress="30"] .fill,
.article-affixnav-readnow-btn[data-progress="30"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="30"] .fill,
.article-affixnav-readnow-item-progress[data-progress="30"] .mask.full {
	transform: rotate(54deg)
}

.article-affixnav-readnow-btn[data-progress="30"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="30"] .fill.fix {
	transform: rotate(108deg)
}

.article-affixnav-readnow-btn[data-progress="31"] .fill,
.article-affixnav-readnow-btn[data-progress="31"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="31"] .fill,
.article-affixnav-readnow-item-progress[data-progress="31"] .mask.full {
	transform: rotate(55.8deg)
}

.article-affixnav-readnow-btn[data-progress="31"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="31"] .fill.fix {
	transform: rotate(.31turn)
}

.article-affixnav-readnow-btn[data-progress="32"] .fill,
.article-affixnav-readnow-btn[data-progress="32"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="32"] .fill,
.article-affixnav-readnow-item-progress[data-progress="32"] .mask.full {
	transform: rotate(57.6deg)
}

.article-affixnav-readnow-btn[data-progress="32"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="32"] .fill.fix {
	transform: rotate(.32turn)
}

.article-affixnav-readnow-btn[data-progress="33"] .fill,
.article-affixnav-readnow-btn[data-progress="33"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="33"] .fill,
.article-affixnav-readnow-item-progress[data-progress="33"] .mask.full {
	transform: rotate(59.4deg)
}

.article-affixnav-readnow-btn[data-progress="33"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="33"] .fill.fix {
	transform: rotate(.33turn)
}

.article-affixnav-readnow-btn[data-progress="34"] .fill,
.article-affixnav-readnow-btn[data-progress="34"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="34"] .fill,
.article-affixnav-readnow-item-progress[data-progress="34"] .mask.full {
	transform: rotate(61.2deg)
}

.article-affixnav-readnow-btn[data-progress="34"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="34"] .fill.fix {
	transform: rotate(.34turn)
}

.article-affixnav-readnow-btn[data-progress="35"] .fill,
.article-affixnav-readnow-btn[data-progress="35"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="35"] .fill,
.article-affixnav-readnow-item-progress[data-progress="35"] .mask.full {
	transform: rotate(63deg)
}

.article-affixnav-readnow-btn[data-progress="35"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="35"] .fill.fix {
	transform: rotate(126deg)
}

.article-affixnav-readnow-btn[data-progress="36"] .fill,
.article-affixnav-readnow-btn[data-progress="36"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="36"] .fill,
.article-affixnav-readnow-item-progress[data-progress="36"] .mask.full {
	transform: rotate(64.8deg)
}

.article-affixnav-readnow-btn[data-progress="36"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="36"] .fill.fix {
	transform: rotate(.36turn)
}

.article-affixnav-readnow-btn[data-progress="37"] .fill,
.article-affixnav-readnow-btn[data-progress="37"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="37"] .fill,
.article-affixnav-readnow-item-progress[data-progress="37"] .mask.full {
	transform: rotate(.6deg)
}

.article-affixnav-readnow-btn[data-progress="37"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="37"] .fill.fix {
	transform: rotate(.37turn)
}

.article-affixnav-readnow-btn[data-progress="38"] .fill,
.article-affixnav-readnow-btn[data-progress="38"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="38"] .fill,
.article-affixnav-readnow-item-progress[data-progress="38"] .mask.full {
	transform: rotate(68.4deg)
}

.article-affixnav-readnow-btn[data-progress="38"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="38"] .fill.fix {
	transform: rotate(.38turn)
}

.article-affixnav-readnow-btn[data-progress="39"] .fill,
.article-affixnav-readnow-btn[data-progress="39"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="39"] .fill,
.article-affixnav-readnow-item-progress[data-progress="39"] .mask.full {
	transform: rotate(70.2deg)
}

.article-affixnav-readnow-btn[data-progress="39"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="39"] .fill.fix {
	transform: rotate(.39turn)
}

.article-affixnav-readnow-btn[data-progress="40"] .fill,
.article-affixnav-readnow-btn[data-progress="40"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="40"] .fill,
.article-affixnav-readnow-item-progress[data-progress="40"] .mask.full {
	transform: rotate(72deg)
}

.article-affixnav-readnow-btn[data-progress="40"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="40"] .fill.fix {
	transform: rotate(144deg)
}

.article-affixnav-readnow-btn[data-progress="41"] .fill,
.article-affixnav-readnow-btn[data-progress="41"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="41"] .fill,
.article-affixnav-readnow-item-progress[data-progress="41"] .mask.full {
	transform: rotate(73.8deg)
}

.article-affixnav-readnow-btn[data-progress="41"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="41"] .fill.fix {
	transform: rotate(.41turn)
}

.article-affixnav-readnow-btn[data-progress="42"] .fill,
.article-affixnav-readnow-btn[data-progress="42"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="42"] .fill,
.article-affixnav-readnow-item-progress[data-progress="42"] .mask.full {
	transform: rotate(75.6deg)
}

.article-affixnav-readnow-btn[data-progress="42"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="42"] .fill.fix {
	transform: rotate(.42turn)
}

.article-affixnav-readnow-btn[data-progress="43"] .fill,
.article-affixnav-readnow-btn[data-progress="43"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="43"] .fill,
.article-affixnav-readnow-item-progress[data-progress="43"] .mask.full {
	transform: rotate(77.4deg)
}

.article-affixnav-readnow-btn[data-progress="43"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="43"] .fill.fix {
	transform: rotate(154.8deg)
}

.article-affixnav-readnow-btn[data-progress="44"] .fill,
.article-affixnav-readnow-btn[data-progress="44"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="44"] .fill,
.article-affixnav-readnow-item-progress[data-progress="44"] .mask.full {
	transform: rotate(79.2deg)
}

.article-affixnav-readnow-btn[data-progress="44"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="44"] .fill.fix {
	transform: rotate(.44turn)
}

.article-affixnav-readnow-btn[data-progress="45"] .fill,
.article-affixnav-readnow-btn[data-progress="45"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="45"] .fill,
.article-affixnav-readnow-item-progress[data-progress="45"] .mask.full {
	transform: rotate(81deg)
}

.article-affixnav-readnow-btn[data-progress="45"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="45"] .fill.fix {
	transform: rotate(162deg)
}

.article-affixnav-readnow-btn[data-progress="46"] .fill,
.article-affixnav-readnow-btn[data-progress="46"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="46"] .fill,
.article-affixnav-readnow-item-progress[data-progress="46"] .mask.full {
	transform: rotate(82.8deg)
}

.article-affixnav-readnow-btn[data-progress="46"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="46"] .fill.fix {
	transform: rotate(165.6deg)
}

.article-affixnav-readnow-btn[data-progress="47"] .fill,
.article-affixnav-readnow-btn[data-progress="47"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="47"] .fill,
.article-affixnav-readnow-item-progress[data-progress="47"] .mask.full {
	transform: rotate(84.6deg)
}

.article-affixnav-readnow-btn[data-progress="47"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="47"] .fill.fix {
	transform: rotate(.47turn)
}

.article-affixnav-readnow-btn[data-progress="48"] .fill,
.article-affixnav-readnow-btn[data-progress="48"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="48"] .fill,
.article-affixnav-readnow-item-progress[data-progress="48"] .mask.full {
	transform: rotate(86.4deg)
}

.article-affixnav-readnow-btn[data-progress="48"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="48"] .fill.fix {
	transform: rotate(172.8deg)
}

.article-affixnav-readnow-btn[data-progress="49"] .fill,
.article-affixnav-readnow-btn[data-progress="49"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="49"] .fill,
.article-affixnav-readnow-item-progress[data-progress="49"] .mask.full {
	transform: rotate(88.2deg)
}

.article-affixnav-readnow-btn[data-progress="49"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="49"] .fill.fix {
	transform: rotate(.49turn)
}

.article-affixnav-readnow-btn[data-progress="50"] .fill,
.article-affixnav-readnow-btn[data-progress="50"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="50"] .fill,
.article-affixnav-readnow-item-progress[data-progress="50"] .mask.full {
	transform: rotate(90deg)
}

.article-affixnav-readnow-btn[data-progress="50"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="50"] .fill.fix {
	transform: rotate(180deg)
}

.article-affixnav-readnow-btn[data-progress="51"] .fill,
.article-affixnav-readnow-btn[data-progress="51"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="51"] .fill,
.article-affixnav-readnow-item-progress[data-progress="51"] .mask.full {
	transform: rotate(91.8deg)
}

.article-affixnav-readnow-btn[data-progress="51"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="51"] .fill.fix {
	transform: rotate(.51turn)
}

.article-affixnav-readnow-btn[data-progress="52"] .fill,
.article-affixnav-readnow-btn[data-progress="52"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="52"] .fill,
.article-affixnav-readnow-item-progress[data-progress="52"] .mask.full {
	transform: rotate(93.6deg)
}

.article-affixnav-readnow-btn[data-progress="52"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="52"] .fill.fix {
	transform: rotate(.52turn)
}

.article-affixnav-readnow-btn[data-progress="53"] .fill,
.article-affixnav-readnow-btn[data-progress="53"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="53"] .fill,
.article-affixnav-readnow-item-progress[data-progress="53"] .mask.full {
	transform: rotate(95.4deg)
}

.article-affixnav-readnow-btn[data-progress="53"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="53"] .fill.fix {
	transform: rotate(.53turn)
}

.article-affixnav-readnow-btn[data-progress="54"] .fill,
.article-affixnav-readnow-btn[data-progress="54"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="54"] .fill,
.article-affixnav-readnow-item-progress[data-progress="54"] .mask.full {
	transform: rotate(97.2deg)
}

.article-affixnav-readnow-btn[data-progress="54"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="54"] .fill.fix {
	transform: rotate(.54turn)
}

.article-affixnav-readnow-btn[data-progress="55"] .fill,
.article-affixnav-readnow-btn[data-progress="55"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="55"] .fill,
.article-affixnav-readnow-item-progress[data-progress="55"] .mask.full {
	transform: rotate(99deg)
}

.article-affixnav-readnow-btn[data-progress="55"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="55"] .fill.fix {
	transform: rotate(198deg)
}

.article-affixnav-readnow-btn[data-progress="56"] .fill,
.article-affixnav-readnow-btn[data-progress="56"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="56"] .fill,
.article-affixnav-readnow-item-progress[data-progress="56"] .mask.full {
	transform: rotate(100.8deg)
}

.article-affixnav-readnow-btn[data-progress="56"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="56"] .fill.fix {
	transform: rotate(201.6deg)
}

.article-affixnav-readnow-btn[data-progress="57"] .fill,
.article-affixnav-readnow-btn[data-progress="57"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="57"] .fill,
.article-affixnav-readnow-item-progress[data-progress="57"] .mask.full {
	transform: rotate(102.6deg)
}

.article-affixnav-readnow-btn[data-progress="57"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="57"] .fill.fix {
	transform: rotate(.57turn)
}

.article-affixnav-readnow-btn[data-progress="58"] .fill,
.article-affixnav-readnow-btn[data-progress="58"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="58"] .fill,
.article-affixnav-readnow-item-progress[data-progress="58"] .mask.full {
	transform: rotate(104.4deg)
}

.article-affixnav-readnow-btn[data-progress="58"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="58"] .fill.fix {
	transform: rotate(208.8deg)
}

.article-affixnav-readnow-btn[data-progress="59"] .fill,
.article-affixnav-readnow-btn[data-progress="59"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="59"] .fill,
.article-affixnav-readnow-item-progress[data-progress="59"] .mask.full {
	transform: rotate(106.2deg)
}

.article-affixnav-readnow-btn[data-progress="59"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="59"] .fill.fix {
	transform: rotate(.59turn)
}

.article-affixnav-readnow-btn[data-progress="60"] .fill,
.article-affixnav-readnow-btn[data-progress="60"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="60"] .fill,
.article-affixnav-readnow-item-progress[data-progress="60"] .mask.full {
	transform: rotate(108deg)
}

.article-affixnav-readnow-btn[data-progress="60"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="60"] .fill.fix {
	transform: rotate(216deg)
}

.article-affixnav-readnow-btn[data-progress="61"] .fill,
.article-affixnav-readnow-btn[data-progress="61"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="61"] .fill,
.article-affixnav-readnow-item-progress[data-progress="61"] .mask.full {
	transform: rotate(109.8deg)
}

.article-affixnav-readnow-btn[data-progress="61"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="61"] .fill.fix {
	transform: rotate(.61turn)
}

.article-affixnav-readnow-btn[data-progress="62"] .fill,
.article-affixnav-readnow-btn[data-progress="62"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="62"] .fill,
.article-affixnav-readnow-item-progress[data-progress="62"] .mask.full {
	transform: rotate(.31turn)
}

.article-affixnav-readnow-btn[data-progress="62"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="62"] .fill.fix {
	transform: rotate(.62turn)
}

.article-affixnav-readnow-btn[data-progress="63"] .fill,
.article-affixnav-readnow-btn[data-progress="63"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="63"] .fill,
.article-affixnav-readnow-item-progress[data-progress="63"] .mask.full {
	transform: rotate(113.4deg)
}

.article-affixnav-readnow-btn[data-progress="63"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="63"] .fill.fix {
	transform: rotate(.63turn)
}

.article-affixnav-readnow-btn[data-progress="64"] .fill,
.article-affixnav-readnow-btn[data-progress="64"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="64"] .fill,
.article-affixnav-readnow-item-progress[data-progress="64"] .mask.full {
	transform: rotate(.32turn)
}

.article-affixnav-readnow-btn[data-progress="64"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="64"] .fill.fix {
	transform: rotate(.64turn)
}

.article-affixnav-readnow-btn[data-progress="65"] .fill,
.article-affixnav-readnow-btn[data-progress="65"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="65"] .fill,
.article-affixnav-readnow-item-progress[data-progress="65"] .mask.full {
	transform: rotate(117deg)
}

.article-affixnav-readnow-btn[data-progress="65"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="65"] .fill.fix {
	transform: rotate(234deg)
}

.article-affixnav-readnow-btn[data-progress="66"] .fill,
.article-affixnav-readnow-btn[data-progress="66"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="66"] .fill,
.article-affixnav-readnow-item-progress[data-progress="66"] .mask.full {
	transform: rotate(.33turn)
}

.article-affixnav-readnow-btn[data-progress="66"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="66"] .fill.fix {
	transform: rotate(.66turn)
}

.article-affixnav-readnow-btn[data-progress="67"] .fill,
.article-affixnav-readnow-btn[data-progress="67"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="67"] .fill,
.article-affixnav-readnow-item-progress[data-progress="67"] .mask.full {
	transform: rotate(120.6deg)
}

.article-affixnav-readnow-btn[data-progress="67"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="67"] .fill.fix {
	transform: rotate(241.2deg)
}

.article-affixnav-readnow-btn[data-progress="68"] .fill,
.article-affixnav-readnow-btn[data-progress="68"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="68"] .fill,
.article-affixnav-readnow-item-progress[data-progress="68"] .mask.full {
	transform: rotate(.34turn)
}

.article-affixnav-readnow-btn[data-progress="68"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="68"] .fill.fix {
	transform: rotate(.68turn)
}

.article-affixnav-readnow-btn[data-progress="69"] .fill,
.article-affixnav-readnow-btn[data-progress="69"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="69"] .fill,
.article-affixnav-readnow-item-progress[data-progress="69"] .mask.full {
	transform: rotate(124.2deg)
}

.article-affixnav-readnow-btn[data-progress="69"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="69"] .fill.fix {
	transform: rotate(248.4deg)
}

.article-affixnav-readnow-btn[data-progress="70"] .fill,
.article-affixnav-readnow-btn[data-progress="70"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="70"] .fill,
.article-affixnav-readnow-item-progress[data-progress="70"] .mask.full {
	transform: rotate(126deg)
}

.article-affixnav-readnow-btn[data-progress="70"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="70"] .fill.fix {
	transform: rotate(252deg)
}

.article-affixnav-readnow-btn[data-progress="71"] .fill,
.article-affixnav-readnow-btn[data-progress="71"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="71"] .fill,
.article-affixnav-readnow-item-progress[data-progress="71"] .mask.full {
	transform: rotate(127.8deg)
}

.article-affixnav-readnow-btn[data-progress="71"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="71"] .fill.fix {
	transform: rotate(.71turn)
}

.article-affixnav-readnow-btn[data-progress="72"] .fill,
.article-affixnav-readnow-btn[data-progress="72"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="72"] .fill,
.article-affixnav-readnow-item-progress[data-progress="72"] .mask.full {
	transform: rotate(.36turn)
}

.article-affixnav-readnow-btn[data-progress="72"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="72"] .fill.fix {
	transform: rotate(.72turn)
}

.article-affixnav-readnow-btn[data-progress="73"] .fill,
.article-affixnav-readnow-btn[data-progress="73"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="73"] .fill,
.article-affixnav-readnow-item-progress[data-progress="73"] .mask.full {
	transform: rotate(131.4deg)
}

.article-affixnav-readnow-btn[data-progress="73"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="73"] .fill.fix {
	transform: rotate(.73turn)
}

.article-affixnav-readnow-btn[data-progress="74"] .fill,
.article-affixnav-readnow-btn[data-progress="74"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="74"] .fill,
.article-affixnav-readnow-item-progress[data-progress="74"] .mask.full {
	transform: rotate(.37turn)
}

.article-affixnav-readnow-btn[data-progress="74"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="74"] .fill.fix {
	transform: rotate(.74turn)
}

.article-affixnav-readnow-btn[data-progress="75"] .fill,
.article-affixnav-readnow-btn[data-progress="75"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="75"] .fill,
.article-affixnav-readnow-item-progress[data-progress="75"] .mask.full {
	transform: rotate(135deg)
}

.article-affixnav-readnow-btn[data-progress="75"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="75"] .fill.fix {
	transform: rotate(270deg)
}

.article-affixnav-readnow-btn[data-progress="76"] .fill,
.article-affixnav-readnow-btn[data-progress="76"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="76"] .fill,
.article-affixnav-readnow-item-progress[data-progress="76"] .mask.full {
	transform: rotate(.38turn)
}

.article-affixnav-readnow-btn[data-progress="76"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="76"] .fill.fix {
	transform: rotate(.76turn)
}

.article-affixnav-readnow-btn[data-progress="77"] .fill,
.article-affixnav-readnow-btn[data-progress="77"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="77"] .fill,
.article-affixnav-readnow-item-progress[data-progress="77"] .mask.full {
	transform: rotate(138.6deg)
}

.article-affixnav-readnow-btn[data-progress="77"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="77"] .fill.fix {
	transform: rotate(.77turn)
}

.article-affixnav-readnow-btn[data-progress="78"] .fill,
.article-affixnav-readnow-btn[data-progress="78"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="78"] .fill,
.article-affixnav-readnow-item-progress[data-progress="78"] .mask.full {
	transform: rotate(.39turn)
}

.article-affixnav-readnow-btn[data-progress="78"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="78"] .fill.fix {
	transform: rotate(.78turn)
}

.article-affixnav-readnow-btn[data-progress="79"] .fill,
.article-affixnav-readnow-btn[data-progress="79"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="79"] .fill,
.article-affixnav-readnow-item-progress[data-progress="79"] .mask.full {
	transform: rotate(142.2deg)
}

.article-affixnav-readnow-btn[data-progress="79"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="79"] .fill.fix {
	transform: rotate(284.4deg)
}

.article-affixnav-readnow-btn[data-progress="80"] .fill,
.article-affixnav-readnow-btn[data-progress="80"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="80"] .fill,
.article-affixnav-readnow-item-progress[data-progress="80"] .mask.full {
	transform: rotate(144deg)
}

.article-affixnav-readnow-btn[data-progress="80"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="80"] .fill.fix {
	transform: rotate(288deg)
}

.article-affixnav-readnow-btn[data-progress="81"] .fill,
.article-affixnav-readnow-btn[data-progress="81"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="81"] .fill,
.article-affixnav-readnow-item-progress[data-progress="81"] .mask.full {
	transform: rotate(145.8deg)
}

.article-affixnav-readnow-btn[data-progress="81"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="81"] .fill.fix {
	transform: rotate(.81turn)
}

.article-affixnav-readnow-btn[data-progress="82"] .fill,
.article-affixnav-readnow-btn[data-progress="82"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="82"] .fill,
.article-affixnav-readnow-item-progress[data-progress="82"] .mask.full {
	transform: rotate(.41turn)
}

.article-affixnav-readnow-btn[data-progress="82"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="82"] .fill.fix {
	transform: rotate(.82turn)
}

.article-affixnav-readnow-btn[data-progress="83"] .fill,
.article-affixnav-readnow-btn[data-progress="83"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="83"] .fill,
.article-affixnav-readnow-item-progress[data-progress="83"] .mask.full {
	transform: rotate(149.4deg)
}

.article-affixnav-readnow-btn[data-progress="83"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="83"] .fill.fix {
	transform: rotate(298.8deg)
}

.article-affixnav-readnow-btn[data-progress="84"] .fill,
.article-affixnav-readnow-btn[data-progress="84"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="84"] .fill,
.article-affixnav-readnow-item-progress[data-progress="84"] .mask.full {
	transform: rotate(.42turn)
}

.article-affixnav-readnow-btn[data-progress="84"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="84"] .fill.fix {
	transform: rotate(.84turn)
}

.article-affixnav-readnow-btn[data-progress="85"] .fill,
.article-affixnav-readnow-btn[data-progress="85"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="85"] .fill,
.article-affixnav-readnow-item-progress[data-progress="85"] .mask.full {
	transform: rotate(153deg)
}

.article-affixnav-readnow-btn[data-progress="85"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="85"] .fill.fix {
	transform: rotate(306deg)
}

.article-affixnav-readnow-btn[data-progress="86"] .fill,
.article-affixnav-readnow-btn[data-progress="86"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="86"] .fill,
.article-affixnav-readnow-item-progress[data-progress="86"] .mask.full {
	transform: rotate(154.8deg)
}

.article-affixnav-readnow-btn[data-progress="86"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="86"] .fill.fix {
	transform: rotate(309.6deg)
}

.article-affixnav-readnow-btn[data-progress="87"] .fill,
.article-affixnav-readnow-btn[data-progress="87"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="87"] .fill,
.article-affixnav-readnow-item-progress[data-progress="87"] .mask.full {
	transform: rotate(156.6deg)
}

.article-affixnav-readnow-btn[data-progress="87"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="87"] .fill.fix {
	transform: rotate(.87turn)
}

.article-affixnav-readnow-btn[data-progress="88"] .fill,
.article-affixnav-readnow-btn[data-progress="88"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="88"] .fill,
.article-affixnav-readnow-item-progress[data-progress="88"] .mask.full {
	transform: rotate(.44turn)
}

.article-affixnav-readnow-btn[data-progress="88"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="88"] .fill.fix {
	transform: rotate(.88turn)
}

.article-affixnav-readnow-btn[data-progress="89"] .fill,
.article-affixnav-readnow-btn[data-progress="89"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="89"] .fill,
.article-affixnav-readnow-item-progress[data-progress="89"] .mask.full {
	transform: rotate(160.2deg)
}

.article-affixnav-readnow-btn[data-progress="89"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="89"] .fill.fix {
	transform: rotate(320.4deg)
}

.article-affixnav-readnow-btn[data-progress="90"] .fill,
.article-affixnav-readnow-btn[data-progress="90"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="90"] .fill,
.article-affixnav-readnow-item-progress[data-progress="90"] .mask.full {
	transform: rotate(162deg)
}

.article-affixnav-readnow-btn[data-progress="90"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="90"] .fill.fix {
	transform: rotate(324deg)
}

.article-affixnav-readnow-btn[data-progress="91"] .fill,
.article-affixnav-readnow-btn[data-progress="91"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="91"] .fill,
.article-affixnav-readnow-item-progress[data-progress="91"] .mask.full {
	transform: rotate(163.8deg)
}

.article-affixnav-readnow-btn[data-progress="91"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="91"] .fill.fix {
	transform: rotate(.91turn)
}

.article-affixnav-readnow-btn[data-progress="92"] .fill,
.article-affixnav-readnow-btn[data-progress="92"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="92"] .fill,
.article-affixnav-readnow-item-progress[data-progress="92"] .mask.full {
	transform: rotate(165.6deg)
}

.article-affixnav-readnow-btn[data-progress="92"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="92"] .fill.fix {
	transform: rotate(331.2deg)
}

.article-affixnav-readnow-btn[data-progress="93"] .fill,
.article-affixnav-readnow-btn[data-progress="93"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="93"] .fill,
.article-affixnav-readnow-item-progress[data-progress="93"] .mask.full {
	transform: rotate(167.4deg)
}

.article-affixnav-readnow-btn[data-progress="93"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="93"] .fill.fix {
	transform: rotate(.93turn)
}

.article-affixnav-readnow-btn[data-progress="94"] .fill,
.article-affixnav-readnow-btn[data-progress="94"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="94"] .fill,
.article-affixnav-readnow-item-progress[data-progress="94"] .mask.full {
	transform: rotate(.47turn)
}

.article-affixnav-readnow-btn[data-progress="94"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="94"] .fill.fix {
	transform: rotate(.94turn)
}

.article-affixnav-readnow-btn[data-progress="95"] .fill,
.article-affixnav-readnow-btn[data-progress="95"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="95"] .fill,
.article-affixnav-readnow-item-progress[data-progress="95"] .mask.full {
	transform: rotate(171deg)
}

.article-affixnav-readnow-btn[data-progress="95"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="95"] .fill.fix {
	transform: rotate(342deg)
}

.article-affixnav-readnow-btn[data-progress="96"] .fill,
.article-affixnav-readnow-btn[data-progress="96"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="96"] .fill,
.article-affixnav-readnow-item-progress[data-progress="96"] .mask.full {
	transform: rotate(172.8deg)
}

.article-affixnav-readnow-btn[data-progress="96"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="96"] .fill.fix {
	transform: rotate(345.6deg)
}

.article-affixnav-readnow-btn[data-progress="97"] .fill,
.article-affixnav-readnow-btn[data-progress="97"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="97"] .fill,
.article-affixnav-readnow-item-progress[data-progress="97"] .mask.full {
	transform: rotate(174.6deg)
}

.article-affixnav-readnow-btn[data-progress="97"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="97"] .fill.fix {
	transform: rotate(.97turn)
}

.article-affixnav-readnow-btn[data-progress="98"] .fill,
.article-affixnav-readnow-btn[data-progress="98"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="98"] .fill,
.article-affixnav-readnow-item-progress[data-progress="98"] .mask.full {
	transform: rotate(.49turn)
}

.article-affixnav-readnow-btn[data-progress="98"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="98"] .fill.fix {
	transform: rotate(.98turn)
}

.article-affixnav-readnow-btn[data-progress="99"] .fill,
.article-affixnav-readnow-btn[data-progress="99"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="99"] .fill,
.article-affixnav-readnow-item-progress[data-progress="99"] .mask.full {
	transform: rotate(178.2deg)
}

.article-affixnav-readnow-btn[data-progress="99"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="99"] .fill.fix {
	transform: rotate(.99turn)
}

.article-affixnav-readnow-btn[data-progress="100"] .fill,
.article-affixnav-readnow-btn[data-progress="100"] .mask.full,
.article-affixnav-readnow-item-progress[data-progress="100"] .fill,
.article-affixnav-readnow-item-progress[data-progress="100"] .mask.full {
	transform: rotate(180deg)
}

.article-affixnav-readnow-btn[data-progress="100"] .fill.fix,
.article-affixnav-readnow-item-progress[data-progress="100"] .fill.fix {
	transform: rotate(1turn)
}

.news-affix__item.completed .article-affixnav-readnow-btn .fill,
.news-affix__item.completed .article-affixnav-readnow-btn .mask.full,
.news-affix__item.completed .article-affixnav-readnow-item-progress .fill,
.news-affix__item.completed .article-affixnav-readnow-item-progress .mask.full {
	transform: rotate(180deg)
}

.news-affix__item.completed .article-affixnav-readnow-btn .fill.fix,
.news-affix__item.completed .article-affixnav-readnow-item-progress .fill.fix {
	transform: rotate(1turn)
}

.landing-page #main {
	max-width: 100%
}

.landing-page #content {
	margin: 0;
	padding: 0
}

.landing-page #content p {
	line-height: 1.5;
	margin-bottom: 2rem;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400
}

@media (min-width:1024px) {
	.landing-page #content p {
		font-size: inherit;
		line-height: inherit;
		font-size: 1.5rem
	}
}

.landing-page .region.region-content {
	padding: 0!important
}

.landing-page .landing-page-hero-section {
	position: relative
}

.landing-page .landing-page-hero-section__image {
	width: 100%;
	display: block;
	background-size: cover;
	margin-bottom: 1.5rem
}

@media (min-width:480px) {
	.landing-page .landing-page-hero-section__image {
		height: 200px
	}
}

@media (min-width:768px) {
	.landing-page .landing-page-hero-section__image {
		height: 200px
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-hero-section__image {
		height: 350px;
		position: relative
	}
}

@media (min-width:1200px) {
	.landing-page .landing-page-hero-section__image {
		height: 400px;
		position: relative
	}
}

.landing-page .landing-page-hero-section__title-wrapper {
	position: absolute;
	background-color: rgba(220, 18, 3, .9);
	width: 95%;
	max-width: 95%;
	min-height: 60%;
	left: 2.5%;
	top: 1rem;
	position: relative
}

@supports (mix-blend-mode:multiply) {
	.landing-page .landing-page-hero-section__title-wrapper {
		background-color: hsla(0, 0%, 100%, .4)
	}
}

@supports (mix-blend-mode:multiply) {
	.landing-page .landing-page-hero-section__title-wrapper:before {
		content: " ";
		background-color: #da291c;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		mix-blend-mode: multiply
	}
}

@supports (isolation:isolate) {
	.landing-page .landing-page-hero-section__title-wrapper a,
	.landing-page .landing-page-hero-section__title-wrapper h1,
	.landing-page .landing-page-hero-section__title-wrapper h2,
	.landing-page .landing-page-hero-section__title-wrapper h3,
	.landing-page .landing-page-hero-section__title-wrapper p {
		isolation: isolate
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-hero-section__title-wrapper {
		left: 2rem;
		bottom: -2rem;
		max-width: 66%;
		min-height: 60%;
		top: 30%;
		position: absolute
	}
}

.landing-page .landing-page-hero-section__title {
	padding: 2rem;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 800
}

@media (min-width:480px) {
	.landing-page .landing-page-hero-section__title {
		font-size: 1.875rem
	}
}

@media (min-width:640px) {
	.landing-page .landing-page-hero-section__title {
		font-size: 2.25rem
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-hero-section__title {
		font-size: 3.5rem;
		line-height: 4.5rem
	}
}

@media (min-width:1200px) {
	.landing-page .landing-page-hero-section__title {
		font-size: 4rem
	}
}

.landing-page .landing-page-video {
	position: relative;
	margin-top: 2rem;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	padding: 2rem;
	padding: 0 1rem
}

@media (min-width:768px) {
	.landing-page .landing-page-video iframe {
		top: 1rem;
		right: 1rem;
		bottom: 1rem;
		left: 1rem
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-video iframe {
		top: 2rem;
		right: 2rem;
		bottom: 2rem;
		left: 2rem
	}
}

.landing-page .landing-page-body {
	border: none;
	padding: 1rem
}

@media (min-width:480px) {
	.landing-page .landing-page-body {
		margin: 6rem 3rem;
		padding: 1rem
	}
}

@media (min-width:768px) {
	.landing-page .landing-page-body {
		margin: 0 6rem 3rem
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-body {
		border-left: 2px solid #da291c;
		padding-left: 1rem;
		margin: 4rem
	}
}

.landing-page .landing-page-section {
	position: relative;
	display: inherit;
	padding: 0;
	margin: 1rem
}

@media (min-width:640px) {
	.landing-page .landing-page-section {
		margin: 2rem
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-section {
		padding: 0 2rem;
		margin: 2rem 0;
		display: flex;
		align-items: stretch
	}
}

.landing-page .landing-page-section--video {
	margin: 0 1rem
}

.landing-page .landing-page-section--webform {
	margin: 0 2rem
}

.landing-page .landing-page-section__image {
	width: 100%;
	display: block;
	background-size: cover;
	min-height: 500px
}

@media (min-width:1024px) {
	.landing-page .landing-page-section__image {
		width: 50%;
		-ms-grid-row-align: center;
		align-self: center
	}
}

.landing-page .landing-page-section__subtitle {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5rem
}

@media (min-width:480px) {
	.landing-page .landing-page-section__subtitle {
		font-size: 1.875rem
	}
}

@media (min-width:640px) {
	.landing-page .landing-page-section__subtitle {
		font-size: 2.25rem
	}
}

.landing-page .landing-page-section__desc p {
	color: #fff!important
}

.landing-page .landing-page-section__content-wrapper {
	margin: 0;
	padding: 2rem
}

@media (min-width:1024px) {
	.landing-page .landing-page-section__content-wrapper {
		width: 50%
	}
}

.landing-page .landing-page-section__content-wrapper a {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease;
	color: #da291c;
	font-weight: 800;
	font-size: 1.2rem;
	line-height: 1
}

.landing-page .landing-page-section__content-wrapper a:before {
	transition: all .2s ease;
	content: "";
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

.landing-page .landing-page-section__content-wrapper a:hover {
	background: #a1140a;
	color: #fff
}

.landing-page .landing-page-section__content-wrapper a:hover:before {
	background-position: 100%
}

.landing-page .landing-page-section__content-wrapper a:before {
	height: 1rem;
	width: 10px
}

.landing-page .landing-page-section--0 {
	display: inherit
}

.landing-page .landing-page-section--0 .landing-page-section__image {
	position: absolute
}

@media (min-width:640px) {
	.landing-page .landing-page-section--0 .landing-page-section__image {
		position: relative
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--0 .landing-page-section__image {
		position: relative
	}
}

.landing-page .landing-page-section--0 .landing-page-section__content-wrapper {
	position: absolute;
	background-color: rgba(220, 18, 3, .9);
	width: 95%;
	right: -2.5%;
	top: 2rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

@supports (mix-blend-mode:multiply) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper {
		background-color: hsla(0, 0%, 100%, .4)
	}
}

@supports (mix-blend-mode:multiply) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper:before {
		content: " ";
		background-color: #da291c;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		mix-blend-mode: multiply
	}
}

@supports (isolation:isolate) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper a,
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper h1,
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper h2,
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper h3,
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper p {
		isolation: isolate
	}
}

.landing-page .landing-page-section--0 .landing-page-section__content-wrapper .landing-page-section__subtitle {
	margin-top: 2rem;
	max-width: 100%
}

.landing-page .landing-page-section--0 .landing-page-section__content-wrapper .landing-page-section__desc {
	max-width: 100%
}

@media (min-width:640px) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper {
		right: 2.5%;
		height: 100%;
		position: absolute
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper {
		top: 2rem;
		right: 2rem;
		height: 100%;
		width: 66%;
		padding: 0 2rem 0 18%
	}
}

@media (min-width:1200px) {
	.landing-page .landing-page-section--0 .landing-page-section__content-wrapper {
		padding: 0 2rem 0 20%
	}
}

.landing-page .landing-page-section--1 {
	margin: 4rem 2rem 2rem
}

.landing-page .landing-page-section--1:before {
	height: 2px;
	display: block;
	width: 85%;
	background: #da291c;
	content: "";
	margin: 0 auto 4rem
}

@media (min-width:480px) {
	.landing-page .landing-page-section--1:before {
		display: none
	}
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--1 {
		margin: 8rem auto
	}
	.landing-page .landing-page-section--1:before {
		display: none
	}
}

.landing-page .landing-page-section--1 .landing-page-section__image {
	order: 2
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--1 .landing-page-section__image {
		-ms-grid-row-align: center;
		align-self: center
	}
}

.landing-page .landing-page-section--1 .landing-page-section__content-wrapper .landing-page-section__subtitle {
	color: #000!important
}

.landing-page .landing-page-section--1 .landing-page-section__content-wrapper .landing-page-section__desc {
	padding-bottom: 1.5rem;
	border-bottom: none
}

.landing-page .landing-page-section--1 .landing-page-section__content-wrapper .landing-page-section__desc p {
	color: #000!important
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--1 .landing-page-section__content-wrapper .landing-page-section__desc {
		border-bottom: 2px solid #da291c
	}
}

.landing-page .landing-page-section--2 .landing-page-section__image {
	background-position: 50%;
	min-height: 100%
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--2 .landing-page-section__image {
		-ms-grid-row-align: stretch;
		align-self: stretch
	}
}

.landing-page .landing-page-section--2 .landing-page-section__content-wrapper {
	background-color: #da291c;
	position: relative;
	top: -4px
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--2 .landing-page-section__content-wrapper {
		top: inherit;
		padding: 4rem
	}
}

.landing-page .landing-page-below-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto
}

@media (min-width:1024px) {
	.landing-page .landing-page-below-section {
		height: 40vh
	}
}

.landing-page .landing-page-below-section__image {
	max-width: 300px
}

@media (min-width:1024px) {
	.landing-page .landing-page-below-section__image {
		max-width: 550px
	}
}

.landing-page-webform {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	padding: 2rem
}

.landing-page-webform h2 {
	border-bottom: 2px solid #da291c;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	text-transform: uppercase;
	color: #000
}

@media (min-width:480px) {
	.landing-page-webform h2 {
		font-size: 1.875rem
	}
}

@media (min-width:640px) {
	.landing-page-webform h2 {
		font-size: 2.25rem
	}
}

.landing-page-webform label,
.landing-page-webform p {
	color: #000
}

.landing-page-webform [data-drupal-selector=edit-actions] {
	clear: both
}

.landing-page-newsroom__title {
	text-align: right;
	background: #da291c;
	width: 100%;
	margin: 1rem auto;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 2rem;
	float: right;
	color: #fff
}

@media (min-width:480px) {
	.landing-page-newsroom__title {
		font-size: 1.875rem
	}
}

@media (min-width:640px) {
	.landing-page-newsroom__title {
		font-size: 2.25rem
	}
}

@media (min-width:1024px) {
	.landing-page-newsroom__title {
		width: 80%;
		margin: 2rem auto
	}
}

.landing-page-newsroom [id^=block-views-block-always-on-block] {
	max-width: 1200px;
	margin: 0 auto
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center
}

@media (min-width:640px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content {
		flex-direction: row
	}
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
	background: #efefef;
	background-size: 100%;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px
}

@media (min-width:480px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
		background-size: 60%
	}
}

@media (min-width:640px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
		width: 23.7288135593%;
		float: left;
		margin-right: 1.6949152542%;
		margin-bottom: 0;
		background-size: 350%
	}
}

@media (min-width:768px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
		background-size: 250%
	}
}

@media (min-width:1024px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
		background-size: 150%
	}
}

@media (min-width:1200px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row {
		background-size: 100%
	}
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row:hover .views-field-field-hero-image img {
	transform: scale(1.1);
	filter: none
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row:hover .views-field-title a {
	color: #da291c;
	text-transform: none
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image {
	position: relative;
	overflow: hidden;
	background: #da291c;
	height: 200px
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image .field-content {
	position: absolute;
	width: 150%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image img {
	height: auto
}

@media (min-width:640px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image,
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image img {
		height: 110px
	}
}

@media (min-width:768px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image {
		height: 140px
	}
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image img {
		height: auto
	}
}

@media (min-width:1024px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image {
		height: 180px
	}
}

@media (min-width:1200px) {
	.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image {
		height: 200px
	}
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-field-hero-image img {
	transition: all .2s ease;
	filter: grayscale(100%)
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-title a {
	font-size: 1em;
	line-height: 1.3;
	color: #4d4d4d;
	background: #efefef;
	padding: 8px 16px 12px;
	display: block;
	min-height: 100px;
	text-transform: none
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-title a:before {
	display: none
}

.landing-page-newsroom [id^=block-views-block-always-on-block] .view-content .views-row .views-field-title a:hover {
	color: #da291c
}

@media (min-width:1024px) {
	.landing-page .landing-page-section--3 {
		display: block
	}
}

.pager ul.pager__items {
	padding-left: 0
}

.pager ul.pager__items li.pager__item:before {
	content: ""
}

.paragraph--type--paragraph-break {
	width: 100%;
	border-top: 4px solid #da291c;
	border-bottom: 4px solid #da291c;
	background: #efefef;
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: 400;
	padding: 10px 20px
}

.paragraph--type--carousel {
	margin: 40px 0;
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%
}

@media (min-width:1200px) {
	.paragraph--type--carousel {
		margin: 40px 0 40px -30px;
		width: 100%
	}
}

.paragraph--type--carousel .field--name-field-title {
	background: #4d4d4d;
	float: left;
	padding: .5rem 14px;
	width: 100%;
	height: 54px;
	display: table
}

@media (min-width:1200px) {
	.paragraph--type--carousel .field--name-field-title {
		width: 340px
	}
}

.paragraph--type--carousel .field--name-field-title .field__item {
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 18px;
	color: #fff;
	width: 60%
}

@media (min-width:640px) {
	.paragraph--type--carousel .field--name-field-title .field__item {
		font-size: 1.25em;
		line-height: 1.25rem
	}
}

@media (min-width:1024px) {
	.paragraph--type--carousel .field--name-field-title .field__item {
		font-size: 1.625em;
		line-height: 26px
	}
}

.paragraph--type--carousel .slick {
	width: 100%;
	float: left;
	margin: 0;
	position: relative
}

.paragraph--type--carousel .slick .slick-list .slick-track {
	overflow-y: visible;
	height: 600px
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .slick-list .slick-track {
		height: 430px
	}
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide {
	display: flex;
	flex-direction: column
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .paragraph--type--carousel-slide {
		flex-direction: row
	}
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info {
	order: 1;
	background: #da291c;
	padding: 20px 20px 95px;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info {
		width: 340px;
		margin: 50px 0 0 30px;
		position: absolute;
		padding: 25px 1.25rem 95px 30px
	}
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-subject-area {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25rem;
	color: #fff;
	float: left;
	clear: both
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-title {
	background: none;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 10px;
	width: auto
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-title .field__item {
	font-weight: 700;
	font-size: 2.25em;
	line-height: 34px;
	color: #fff
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-description {
	font-weight: 400;
	font-size: 1em;
	line-height: 22px;
	color: #fff;
	float: left;
	clear: both
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-description p {
	color: #fff!important;
	padding: 0;
	margin: 0!important;
	font-size: 1em!important;
	line-height: 22px!important
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link {
	margin: 0 30px 30px 0;
	position: absolute;
	bottom: 0
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link a {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease;
	font-size: .8125em
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link a:before {
	transition: all .2s ease;
	content: "";
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link a:hover {
	background: #a1140a;
	color: #fff
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link a:hover:before {
	background-position: 100%
}

@media (min-width:640px) {
	.paragraph--type--carousel .slick .paragraph--type--carousel-slide .carousel-info .field--name-field-link a {
		font-size: 1em
	}
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .field--name-field-image {
	order: 2;
	width: auto;
	height: 280px;
	overflow: hidden;
	display: block
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .paragraph--type--carousel-slide .field--name-field-image {
		height: 320px
	}
}

.paragraph--type--carousel .slick .paragraph--type--carousel-slide .field--name-field-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center right;
	float: right
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .paragraph--type--carousel-slide .field--name-field-image img {
		height: 320px
	}
}

.paragraph--type--carousel .slick .slick__arrow {
	position: absolute;
	top: 26px;
	left: 0;
	width: 108px;
	margin: -54px 0 0 calc(100% - 108px)
}

@media (min-width:1200px) {
	.paragraph--type--carousel .slick .slick__arrow {
		margin: -54px 0 0 340px
	}
}

.paragraph--type--carousel .slick .slick__arrow .slick-arrow {
	transition: all .2s ease;
	width: 54px;
	height: 54px;
	border-radius: 0;
	overflow: hidden;
	text-indent: -500px
}

.paragraph--type--carousel .slick .slick__arrow .slick-arrow:before {
	display: none
}

.paragraph--type--carousel .slick .slick__arrow .slick-prev {
	left: 0;
	background: #a1140a url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat 50%;
	background-size: 25px 30px
}

.paragraph--type--carousel .slick .slick__arrow .slick-prev:hover {
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat 50%;
	background-size: 25px 30px;
	background-position: 0
}

.paragraph--type--carousel .slick .slick__arrow .slick-next {
	right: -1px;
	background: #a1140a url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 50%;
	background-size: 25px 30px
}

.paragraph--type--carousel .slick .slick__arrow .slick-next:hover {
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 50%;
	background-size: 25px 30px;
	background-position: 25px
}

.paragraph--type--carousel .slick-slider {
	top: -1rem
}

.paragraph--type--checkbox-block {
	background: url(/themes/custom/cummins/images/background-checkboxes.svg) no-repeat 50% #2d2d2d;
	background-size: 100%;
	color: #fff
}

.paragraph--type--checkbox-block h2 {
	text-align: center;
	color: #fff;
	padding: 40px 1rem 0;
	font-weight: 200
}

.paragraph--type--checkbox-block .field--name-field-checklist-item {
	padding: 0 1rem 1.25rem;
	max-width: 760px;
	margin: 0 auto
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-checklist-item {
		padding: 0 0 1rem 1.25rem
	}
}

.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item {
	padding: 1rem 0 1rem 60px;
	position: relative
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item {
		padding-left: 90px
	}
}

.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item h3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item h3 {
		font-size: 24px
	}
}

.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item p {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 100
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item p {
		font-size: 16px
	}
}

.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item p a {
	color: #fff;
	text-decoration: underline
}

.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: url(/themes/custom/cummins/images/icons/icon-checkbox.svg) no-repeat 50%;
	background-size: 100%
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-checklist-item .field__item:before {
		width: 62px;
		height: 62px
	}
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .img-offset .field--name-field-checklist-item {
		padding: 0 0 1rem 140px
	}
}

.paragraph--type--checkbox-block .field--name-field-link {
	text-align: center;
	padding-bottom: 40px
}

.paragraph--type--checkbox-block .field--name-field-link a {
	background: #da291c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 12px 14px;
	text-transform: capitalize;
	border: none;
	transform: all .2s ease;
	padding: 1rem 1.25rem
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-link a {
		font-size: 16px;
		line-height: 16px
	}
}

.paragraph--type--checkbox-block .field--name-field-link a:before {
	transition: all .2s ease;
	content: "";
	width: 20px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: 7px 14px;
	float: left;
	margin: 0
}

@media (min-width:768px) {
	.paragraph--type--checkbox-block .field--name-field-link a:before {
		width: 14px;
		height: 14px
	}
}

.paragraph--type--checkbox-block .field--name-field-link a:hover {
	background: #a1140a;
	color: #fff;
	text-decoration: none
}

.paragraph--type--checkbox-block .field--name-field-link a:hover:before {
	background-position: 50%
}

@media (min-width:768px) {
	.paragraph--type--checkbox-block .field--name-field-link a {
		font-size: 1rem;
		line-height: 1rem
	}
}

@media (min-width:1024px) {
	.paragraph--type--checkbox-block .field--name-field-link a {
		font-size: 18px;
		line-height: 18px
	}
	.paragraph--type--checkbox-block .field--name-field-link a:before {
		height: 1rem
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item {
	display: flex;
	flex-direction: column;
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	margin-bottom: 20px
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item {
		flex-direction: row;
		min-height: 200px;
		align-items: stretch;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		margin-bottom: 0
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid {
	display: flex;
	flex: 1;
	padding: 10px 1.25rem
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid {
		padding: 15px 1.25rem
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid ul {
	padding-left: 20px
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid ul li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0;
	padding-left: 0
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid ul li {
		margin: 1rem 0
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid ul li:before {
	display: none
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid {
		width: 33%
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.item {
	display: flex;
	order: 1;
	padding-bottom: 30px
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.item h4 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	padding-top: .5rem;
	margin-top: 20px
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.item {
		background: #efefef;
		padding-bottom: 40px
	}
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.item h4 {
		margin-top: 10px
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.cummins-data {
	display: flex;
	order: 2;
	background: #fff;
	color: #2d2d2d
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.cummins-data>div:before {
	content: "CUMMINS RECON ENGINES";
	display: block;
	font-weight: 600
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.cummins-data {
		position: relative;
		border-left: 2px solid #da291c;
		border-right: 2px solid #da291c
	}
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.cummins-data>div:before {
		display: none
	}
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.uncertified-data {
	display: flex;
	order: 3;
	color: #7b7b7b
}

.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.uncertified-data>div:before {
	content: "UNCERTIFIED BUILDS & REPAIRS";
	display: block;
	font-weight: 600
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.uncertified-data {
		position: relative;
		background: #efefef;
		color: #2d2d2d
	}
	.paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.uncertified-data>div:before {
		display: none
	}
}

.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child {
	border-top: 2px solid #efefef
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child {
		border-top: 0
	}
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child>.paragraph--type--comparison-item .cummins-data {
		border-top: 2px solid #da291c
	}
	.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child>.paragraph--type--comparison-item .cummins-data:before {
		content: "Cummins ReCon Engines";
		position: absolute;
		top: -36px;
		font-size: 22px;
		font-weight: 800
	}
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child>.paragraph--type--comparison-item .uncertified-data:before {
		content: "vs. \00a0 \00a0  Uncertified Rebuilds & Repairs";
		position: absolute;
		top: -36px;
		left: -10px;
		font-size: 22px;
		font-weight: 400
	}
}

@media (min-width:1024px) {
	.paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:last-child>.paragraph--type--comparison-item .cummins-data {
		border-bottom: 2px solid #da291c
	}
}

.holset-reman .paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.cummins-data>div:before {
	content: "GENUINE HOLSET REMAN"
}

.holset-reman .paragraph--type--comparison-grid .paragraph--type--comparison-item .comparison-grid.uncertified-data>div:before {
	content: "WILL-FIT TURBOS"
}

@media (min-width:1024px) {
	.holset-reman .paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child>.paragraph--type--comparison-item .cummins-data:before {
		content: "Genuine Holset Reman"
	}
}

@media (min-width:1024px) {
	.holset-reman .paragraph--type--comparison-grid>.field--name-field-comparison-item>.field__item:first-child>.paragraph--type--comparison-item .uncertified-data:before {
		content: "vs. \00a0 \00a0  Will-Fit Turbos"
	}
}

.paragraph--type--cta-nav-bar {
	background: #2d2d2d;
	padding: 10px 15px 20px;
	margin-bottom: 60px
}

@media (min-width:1024px) {
	.paragraph--type--cta-nav-bar {
		padding: 10px 15px
	}
}

.paragraph--type--cta-nav-bar .field__item {
	display: block
}

.paragraph--type--cta-nav-bar .field__item a {
	display: block;
	color: #fff;
	padding: 12px 14px
}

@media (min-width:1024px) {
	.paragraph--type--cta-nav-bar .field__item {
		display: inline
	}
	.paragraph--type--cta-nav-bar .field__item a {
		display: inline-block;
		font-size: 18px;
		font-weight: 100
	}
	.paragraph--type--cta-nav-bar .field__item a:hover {
		text-decoration: underline
	}
}

.paragraph--type--cta-nav-bar .field__item:last-of-type a {
	margin: 10px 0 0 15px
}

@media (min-width:1024px) {
	.paragraph--type--cta-nav-bar .field__item:last-of-type {
		float: right
	}
}

.paragraph--type--cta-nav-bar .field__item:last-of-type a {
	background: #da291c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 12px 14px;
	text-transform: capitalize;
	border: none;
	transform: all .2s ease;
	margin-top: 2px
}

@media (min-width:1024px) {
	.paragraph--type--cta-nav-bar .field__item:last-of-type a {
		font-size: 16px;
		line-height: 16px
	}
}

.paragraph--type--cta-nav-bar .field__item:last-of-type a:before {
	transition: all .2s ease;
	content: "";
	width: 20px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: 7px 14px;
	float: left;
	margin: 0
}

@media (min-width:768px) {
	.paragraph--type--cta-nav-bar .field__item:last-of-type a:before {
		width: 14px;
		height: 14px
	}
}

.paragraph--type--cta-nav-bar .field__item:last-of-type a:hover {
	background: #a1140a;
	color: #fff;
	text-decoration: none
}

.paragraph--type--cta-nav-bar .field__item:last-of-type a:hover:before {
	background-position: 50%
}

.paragraph--type--general-callout {
	width: 100%;
	height: 500px;
	padding: 60px 40px;
	display: block;
	position: relative;
	margin: 1em 0
}

@media (min-width:480px) {
	.paragraph--type--general-callout {
		padding: 100px 40px;
		height: 400px
	}
}

.paragraph--type--general-callout .field--name-field-title h2 {
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 2.25em;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #fff!important
}

.paragraph--type--general-callout .field--name-field-title h2:after {
	content: "";
	display: table;
	clear: both
}

.paragraph--type--general-callout .field--name-field-description {
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 10px 0 0
}

.paragraph--type--general-callout .field--name-field-description p {
	margin: 0;
	padding: 0;
	color: #fff!important
}

.paragraph--type--general-callout .field--name-field-link {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 40px 0 0
}

.paragraph--type--general-callout .field--name-field-link .field__item a {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease
}

.paragraph--type--general-callout .field--name-field-link .field__item a:before {
	transition: all .2s ease;
	content: "";
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

.paragraph--type--general-callout .field--name-field-link .field__item a:hover {
	background: #a1140a;
	color: #fff
}

.paragraph--type--general-callout .field--name-field-link .field__item a:hover:before {
	background-position: 100%
}

.paragraph--type--general-callout .field--name-field-image {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0
}

@media (min-width:480px) {
	.paragraph--type--general-callout .field--name-field-image {
		height: 400px
	}
}

.paragraph--type--general-callout .field--name-field-image .field__item div[class^=_] {
	width: 100%;
	height: 500px;
	background-size: cover
}

@media (min-width:480px) {
	.paragraph--type--general-callout .field--name-field-image .field__item div[class^=_] {
		height: 400px
	}
}

.paragraph--type--history-picture {
	display: block;
	min-height: auto;
	margin: 40px 0;
	position: relative;
	background: url(/themes/custom/cummins/images/grey-stroke.svg) no-repeat center 26px;
	background-size: 90%
}

@media (min-width:640px) {
	.paragraph--type--history-picture {
		margin: 1rem 0 50px
	}
}

@media (min-width:1024px) {
	.paragraph--type--history-picture {
		min-height: 600px
	}
}

.paragraph--type--history-picture .field--name-field-title {
	background: #da291c;
	color: #fff;
	padding: 1rem 26px;
	margin-left: 0;
	position: absolute;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	display: table;
	height: 80px;
	width: 100%
}

@media (min-width:640px) {
	.paragraph--type--history-picture .field--name-field-title {
		height: 104px;
		font-size: 52px;
		width: 260px;
		margin-left: 10px
	}
}

.paragraph--type--history-picture .field--name-field-title small {
	font-size: 1.25rem;
	line-height: 28px;
	float: left;
	clear: both;
	width: 100%
}

.paragraph--type--history-picture .field--name-field-title .field__item {
	display: table-cell;
	vertical-align: bottom
}

.paragraph--type--history-picture .field--name-field-image {
	margin-top: 80px;
	float: left
}

@media (min-width:640px) {
	.paragraph--type--history-picture .field--name-field-image {
		margin-top: 70px
	}
}

.paragraph--type--history-picture .field--name-field-description {
	width: 100%;
	float: right;
	margin: 0;
	position: relative;
	background: #fff;
	border-top: 4px solid #da291c;
	border-bottom: 4px solid #c6c6c6;
	padding: 0 26px 1.125rem
}

@media (min-width:640px) {
	.paragraph--type--history-picture .field--name-field-description {
		width: 70%;
		margin: -50px 30px 0 0
	}
}

.paragraph--type--history-picture .field--name-field-description p {
	font-size: 18px!important;
	line-height: 24px!important;
	color: #4d4d4d!important;
	font-weight: 300!important
}

.paragraph--type--history-picture .field--name-field-description p a {
	font-weight: 600!important
}

.paragraph--type--image-link {
	margin: 30px 0
}

.paragraph--type--image-link .field--name-field-link a {
	float: left;
	padding: 4px 10px;
	background: #da291c;
	color: #fff;
	font-size: 18px;
	line-height: 30px
}

@media (min-width:640px) {
	.paragraph--type--image-link .field--name-field-link a {
		font-size: 1.5rem
	}
}

.paragraph--type--image-link .field--name-field-link a:hover {
	background: #a1140a
}

.paragraph--type--image-slideshow {
	margin-bottom: 3em;
	border-bottom: 1px solid #a1140a
}

.paragraph--type--image-slideshow .slick {
	position: relative
}

.paragraph--type--image-slideshow .slick .slick__arrow {
	position: absolute;
	bottom: 0;
	right: 0
}

.paragraph--type--image-slideshow .slick .slick__arrow button {
	color: #fff;
	text-align: center;
	padding: .5em .85em;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	transition: all .2s ease
}

.paragraph--type--image-slideshow .slick .slick__arrow button.slick-prev {
	background: #a1140a url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat;
	background-size: 5px 10px;
	background-position: 50%
}

.paragraph--type--image-slideshow .slick .slick__arrow button.slick-prev:hover {
	background-color: #da291c;
	background-position: 12px
}

.paragraph--type--image-slideshow .slick .slick__arrow button.slick-next {
	background: #a1140a url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat;
	background-size: 5px 10px;
	background-position: 50%
}

.paragraph--type--image-slideshow .slick .slick__arrow button.slick-next:hover {
	background-color: #da291c;
	background-position: 18px
}

.paragraph--type--image-slideshow .field--name-field-image figure figcaption {
	display: none
}

.paragraph--type--image-slideshow .caption {
	font-size: 14px!important;
	line-height: 1rem!important;
	font-weight: 300!important;
	color: #c6c6c6!important;
	margin: 10px!important;
	padding: 0!important
}

.paragraph--type--timeline-slider-description {
	margin: 1rem 0;
	padding: 1.25rem
}

.paragraph--type--timeline-slider-description .field--name-field-text,
.paragraph--type--timeline-slider-description h2 {
	text-align: center
}

.paragraph--type--timeline-slider-description .views-field-field-image-with-description h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px
}

.paragraph--type--timeline-slider-description .views-field-field-image-with-description p {
	font-size: 14px;
	line-height: 1.3;
	padding-right: 20px
}

@media (min-width:1024px) {
	.paragraph--type--timeline-slider-description .views-field-field-image-with-description p {
		padding-right: 100px
	}
}

.paragraph--type--timeline-slider-description.background--1 {
	background: #2d2d2d;
	color: #fff
}

.paragraph--type--timeline-slider-description.background--1 h2,
.paragraph--type--timeline-slider-description.background--1 h4 {
	color: #fff
}

.paragraph--type--timeline-slider-description.background--1 #timeline #issues {
	border-top: 4px solid #fff
}

@media (min-width:1024px) {
	.paragraph--type--timeline-slider-description {
		padding: 1.25rem 100px
	}
}

.paragraph--type--showcase {
	width: 100%;
	margin: 40px 0;
	float: left;
	clear: both;
	overflow: auto
}

.paragraph--type--showcase .field--name-field-title {
	font-weight: 700;
	color: #fff;
	background: #4d4d4d;
	padding: 25px;
	float: left;
	clear: both;
	width: 100%;
	position: relative
}

@media (min-width:640px) {
	.paragraph--type--showcase .field--name-field-title {
		padding: 10px 15px
	}
}

@media (min-width:1024px) {
	.paragraph--type--showcase .field--name-field-title {
		padding: 10px 14px;
		max-width: 370px;
		position: absolute;
		margin: 1rem 0 0 calc(50% - 280px)
	}
}

@media (min-width:1200px) {
	.paragraph--type--showcase .field--name-field-title {
		margin: 1rem 0 0 calc(50% - 250px)
	}
}

.paragraph--type--showcase .field--name-field-title h2.field__item {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin: 0
}

.paragraph--type--showcase .showcase-info {
	background: #da291c;
	color: #fff;
	padding: 25px;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media (min-width:640px) {
	.paragraph--type--showcase .showcase-info {
		width: 50%;
		clear: none;
		padding: 1.25rem 30px;
		height: 330px
	}
}

@media (min-width:1024px) {
	.paragraph--type--showcase .showcase-info {
		width: 50%;
		clear: none;
		padding: 120px 30px 1.25rem;
		height: 350px
	}
}

.paragraph--type--showcase .showcase-info .field--name-field-description {
	font-size: 1rem;
	line-height: 22px
}

.paragraph--type--showcase .showcase-info .field--name-field-description p {
	margin: 0!important;
	padding: 0;
	color: #fff!important;
	font-size: 1rem!important;
	line-height: 22px!important
}

.paragraph--type--showcase .showcase-info .field--name-field-link {
	margin: 1rem 0 0
}

.paragraph--type--showcase .showcase-info .field--name-field-link a {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease
}

.paragraph--type--showcase .showcase-info .field--name-field-link a:before {
	transition: all .2s ease;
	content: "";
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

.paragraph--type--showcase .showcase-info .field--name-field-link a:hover {
	background: #a1140a;
	color: #fff
}

.paragraph--type--showcase .showcase-info .field--name-field-link a:hover:before {
	background-position: 100%
}

.paragraph--type--showcase .field--name-field-image {
	width: 100%;
	height: 70vw;
	overflow: hidden;
	display: block;
	float: left;
	clear: left
}

@media (min-width:640px) {
	.paragraph--type--showcase .field--name-field-image {
		width: 50%;
		height: 330px
	}
}

@media (min-width:1024px) {
	.paragraph--type--showcase .field--name-field-image {
		height: 350px
	}
}

.paragraph--type--showcase .field--name-field-image img {
	width: 100%;
	height: 70vw;
	object-fit: cover;
	object-position: center center
}

@media (min-width:640px) {
	.paragraph--type--showcase .field--name-field-image img {
		height: 330px
	}
}

@media (min-width:1024px) {
	.paragraph--type--showcase .field--name-field-image img {
		height: 350px
	}
}

.paragraph--type--slide,
.paragraph--type--slideshow,
.view-carousel-view,
.view-homepage-carousel {
	width: 100%;
	max-width: 100%!important;
	overflow: auto;
	cursor: default
}

.paragraph--type--slideshow .slick-slider,
.view-carousel-view .slick-slider,
.view-homepage-carousel .slick-slider {
	margin: 0
}

.paragraph--type--slideshow .paragraph--type--carousel-slide,
.paragraph--type--slideshow .paragraph--type--slide,
.view-carousel-view .paragraph--type--carousel-slide,
.view-carousel-view .paragraph--type--slide,
.view-homepage-carousel .paragraph--type--carousel-slide,
.view-homepage-carousel .paragraph--type--slide {
	height: 560px;
	padding: 184px 3% 10%
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide,
	.paragraph--type--slideshow .paragraph--type--slide,
	.view-carousel-view .paragraph--type--carousel-slide,
	.view-carousel-view .paragraph--type--slide,
	.view-homepage-carousel .paragraph--type--carousel-slide,
	.view-homepage-carousel .paragraph--type--slide {
		height: 560px;
		padding: 36px 3% 0 calc(50% - 66px)
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide,
	.paragraph--type--slideshow .paragraph--type--slide,
	.view-carousel-view .paragraph--type--carousel-slide,
	.view-carousel-view .paragraph--type--slide,
	.view-homepage-carousel .paragraph--type--carousel-slide,
	.view-homepage-carousel .paragraph--type--slide {
		padding-right: 0
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title,
.view-carousel-view .paragraph--type--slide .field--name-field-title,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title,
.view-homepage-carousel .paragraph--type--slide .field--name-field-title {
	position: relative;
	z-index: 3;
	padding: 0 1rem 0 30px;
	max-width: 100%
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title .field__item,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title .field__item,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title .field__item,
.view-carousel-view .paragraph--type--slide .field--name-field-title .field__item,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title .field__item,
.view-homepage-carousel .paragraph--type--slide .field--name-field-title .field__item {
	padding: 0
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title .field__item a,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title .field__item a,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title .field__item a,
.view-carousel-view .paragraph--type--slide .field--name-field-title .field__item a,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title .field__item a,
.view-homepage-carousel .paragraph--type--slide .field--name-field-title .field__item a {
	outline: none
}

@media (min-width:480px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title,
	.view-carousel-view .paragraph--type--slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-title {
		max-width: 400px
	}
}

@media (min-width:640px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title,
	.view-carousel-view .paragraph--type--slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-title {
		max-width: 460px
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title,
	.view-carousel-view .paragraph--type--slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-title {
		max-width: 560px;
		padding: 0 30px
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title h1,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title h1,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title h1,
.view-carousel-view .paragraph--type--slide .field--name-field-title h1,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title h1,
.view-homepage-carousel .paragraph--type--slide .field--name-field-title h1 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 36px;
	background: #da291c;
	padding: 0;
	display: inline;
	margin: 0;
	color: #fff;
	box-shadow: 14px 0 0 0 #da291c, -14px 0 0 0 #da291c;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}

@media (min-width:480px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title h1,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title h1,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title h1,
	.view-carousel-view .paragraph--type--slide .field--name-field-title h1,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title h1,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-title h1 {
		font-size: 36px;
		line-height: 50px
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title h1,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title h1,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title h1,
	.view-carousel-view .paragraph--type--slide .field--name-field-title h1,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title h1,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-title h1 {
		font-size: 48px;
		line-height: 62px
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-title h1 a,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-title h1 a,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-title h1 a,
.view-carousel-view .paragraph--type--slide .field--name-field-title h1 a,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-title h1 a,
.view-homepage-carousel .paragraph--type--slide .field--name-field-title h1 a {
	color: #fff
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-description,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-description,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-description,
.view-carousel-view .paragraph--type--slide .field--name-field-description,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-description,
.view-homepage-carousel .paragraph--type--slide .field--name-field-description {
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 1em;
	line-height: 18px;
	color: #fff;
	width: 100%;
	max-width: 370px;
	padding: 52px 28px 40px;
	margin: -36px 0 0;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, .8)
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-description,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-description,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-description,
	.view-carousel-view .paragraph--type--slide .field--name-field-description,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-description,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-description {
		font-size: 1.1875em;
		line-height: 1.5rem;
		max-width: 360px;
		padding: 110px 60px 40px 30px;
		margin: -96px 0 0
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-description,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-description,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-description,
	.view-carousel-view .paragraph--type--slide .field--name-field-description,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-description,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-description {
		font-size: 1.5em;
		line-height: 30px;
		max-width: 540px;
		padding: 110px 60px 40px 30px;
		margin: -96px 0 0
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-description p,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-description p,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-description p,
.view-carousel-view .paragraph--type--slide .field--name-field-description p,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-description p,
.view-homepage-carousel .paragraph--type--slide .field--name-field-description p {
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 0
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-description p a,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-description p a,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-description p a,
.view-carousel-view .paragraph--type--slide .field--name-field-description p a,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-description p a,
.view-homepage-carousel .paragraph--type--slide .field--name-field-description p a {
	color: #fff
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link,
.view-carousel-view .paragraph--type--slide .field--name-field-link,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link,
.view-homepage-carousel .paragraph--type--slide .field--name-field-link {
	position: relative;
	z-index: 3;
	margin: -18px 0 0 30px
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link,
	.view-carousel-view .paragraph--type--slide .field--name-field-link,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-link {
		margin: -26px 0 0 35px
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a,
.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a,
.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a {
	position: relative;
	background: #da291c;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 22px 7px;
	text-transform: uppercase;
	border: none;
	transform: all .2s ease
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a {
		font-size: 18px;
		line-height: 18px;
		padding: 12px 26px;
		font-weight: 600
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a {
		font-size: 22px;
		line-height: 22px;
		padding: 12px 26px
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a:before,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a:before,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 16px;
	height: 12px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 5px 10px;
	transform: translateY(-50%);
	transition: all .2s ease
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a:before,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
	.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a:before,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a:before,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a:before {
		width: 18px;
		height: 22px;
		background-size: 8px 15px
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a:hover,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover,
.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a:hover,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover,
.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a:hover {
	background: #a1140a
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover:before,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-link .field__item a:hover:before,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover:before,
.view-carousel-view .paragraph--type--slide .field--name-field-link .field__item a:hover:before,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-link .field__item a:hover:before,
.view-homepage-carousel .paragraph--type--slide .field--name-field-link .field__item a:hover:before {
	transform: translateY(-50%) translateX(20%)
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-image,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-image,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-image,
.view-carousel-view .paragraph--type--slide .field--name-field-image,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-image,
.view-homepage-carousel .paragraph--type--slide .field--name-field-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #2d2d2d
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-image,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-image,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-image,
	.view-carousel-view .paragraph--type--slide .field--name-field-image,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-image,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-image {
		background: url(/themes/custom/cummins/images/internal_header_grey_background.jpg) no-repeat 50%;
		background-size: cover
	}
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-image .field__item,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-image .field__item,
.view-carousel-view .paragraph--type--slide .field--name-field-image .field__item,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-image .field__item,
.view-homepage-carousel .paragraph--type--slide .field--name-field-image .field__item {
	overflow: visible
}

.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-image .field__item div,
.paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item div,
.view-carousel-view .paragraph--type--carousel-slide .field--name-field-image .field__item div,
.view-carousel-view .paragraph--type--slide .field--name-field-image .field__item div,
.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-image .field__item div,
.view-homepage-carousel .paragraph--type--slide .field--name-field-image .field__item div {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top
}

@media (min-width:768px) {
	.paragraph--type--slideshow .paragraph--type--carousel-slide .field--name-field-image .field__item div,
	.paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item div,
	.view-carousel-view .paragraph--type--carousel-slide .field--name-field-image .field__item div,
	.view-carousel-view .paragraph--type--slide .field--name-field-image .field__item div,
	.view-homepage-carousel .paragraph--type--carousel-slide .field--name-field-image .field__item div,
	.view-homepage-carousel .paragraph--type--slide .field--name-field-image .field__item div {
		background-position: 50%;
		height: 560px
	}
}

.paragraph--type--slideshow .slick__arrow,
.view-carousel-view .slick__arrow,
.view-homepage-carousel .slick__arrow {
	display: flex;
	width: auto;
	right: 50px;
	left: 50px;
	top: 54%;
	transform: translateY(207px)
}

@media (min-width:480px) {
	.paragraph--type--slideshow .slick__arrow,
	.view-carousel-view .slick__arrow,
	.view-homepage-carousel .slick__arrow {
		top: 56%
	}
}

@media (min-width:768px) {
	.paragraph--type--slideshow .slick__arrow,
	.view-carousel-view .slick__arrow,
	.view-homepage-carousel .slick__arrow {
		top: 50%;
		right: 50%;
		width: auto;
		left: auto;
		transform: translate(300px, 207px)
	}
}

@media (min-width:1024px) {
	.paragraph--type--slideshow .slick__arrow,
	.view-carousel-view .slick__arrow,
	.view-homepage-carousel .slick__arrow {
		transform: translate(475px, 207px)
	}
}

.paragraph--type--slideshow .slick__arrow .slick-prev,
.view-carousel-view .slick__arrow .slick-prev,
.view-homepage-carousel .slick__arrow .slick-prev {
	order: 1;
	float: left;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-bordered-left.svg) no-repeat 50%;
	margin-right: 5px
}

.paragraph--type--slideshow .slick__arrow .slick-prev:before,
.view-carousel-view .slick__arrow .slick-prev:before,
.view-homepage-carousel .slick__arrow .slick-prev:before {
	display: none
}

.paragraph--type--slideshow .slick__arrow .slick-next,
.view-carousel-view .slick__arrow .slick-next,
.view-homepage-carousel .slick__arrow .slick-next {
	order: 3;
	float: right;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-black-bordered-right.svg) no-repeat 50%;
	margin-left: 5px
}

.paragraph--type--slideshow .slick__arrow .slick-next:before,
.view-carousel-view .slick__arrow .slick-next:before,
.view-homepage-carousel .slick__arrow .slick-next:before {
	display: none
}

.paragraph--type--slideshow .slick__arrow .slick-arrow,
.view-carousel-view .slick__arrow .slick-arrow,
.view-homepage-carousel .slick__arrow .slick-arrow {
	position: relative;
	width: 1rem;
	height: 28px;
	top: 0;
	border-radius: 0
}

.paragraph--type--slideshow .slick__arrow .slick-dots,
.view-carousel-view .slick__arrow .slick-dots,
.view-homepage-carousel .slick__arrow .slick-dots {
	order: 2;
	width: 100%;
	position: static;
	float: left;
	padding: 0;
	transform: none;
	margin-top: -12px
}

@media (min-width:768px) {
	.paragraph--type--slideshow .slick__arrow .slick-dots,
	.view-carousel-view .slick__arrow .slick-dots,
	.view-homepage-carousel .slick__arrow .slick-dots {
		width: auto
	}
}

.paragraph--type--slideshow .slick__arrow .slick-dots li,
.view-carousel-view .slick__arrow .slick-dots li,
.view-homepage-carousel .slick__arrow .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 1px
}

.paragraph--type--slideshow .slick__arrow .slick-dots li button,
.view-carousel-view .slick__arrow .slick-dots li button,
.view-homepage-carousel .slick__arrow .slick-dots li button {
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	padding: 0;
	background: #c6c6c6;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border: 2px solid #4d4d4d;
	border-radius: 50%
}

.paragraph--type--slideshow .slick__arrow .slick-dots li button:before,
.view-carousel-view .slick__arrow .slick-dots li button:before,
.view-homepage-carousel .slick__arrow .slick-dots li button:before {
	display: none
}

.paragraph--type--slideshow .slick__arrow .slick-dots li.slick-active button,
.view-carousel-view .slick__arrow .slick-dots li.slick-active button,
.view-homepage-carousel .slick__arrow .slick-dots li.slick-active button {
	color: #fff;
	background: #000;
	border: 2px solid #fff
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet {
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	color: #4d4d4d;
	background-color: #c6c6c6;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25rem;
	text-align: center;
	border-color: #4d4d4d;
	border-width: 2px
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected,
.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:hover {
	background: #fff;
	border-color: #4d4d4d
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(0):before {
	content: "0"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:first-child::before {
	content: "1"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(2):before {
	content: "2"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(3):before {
	content: "3"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(4):before {
	content: "4"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(5):before {
	content: "5"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(6):before {
	content: "6"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(7):before {
	content: "7"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(8):before {
	content: "8"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(9):before {
	content: "9"
}

.rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:nth-child(10):before {
	content: "10"
}

.rev_slider_wrapper .hermes.tparrows.tp-leftarrow:hover:before,
.rev_slider_wrapper .hermes.tparrows.tp-rightarrow:hover:before {
	transform: translateX(0);
	opacity: 1
}

.rev_slider_wrapper .hermes.tparrows .tp-arr-allwrapper {
	width: 30px;
	height: 110px
}

.rev_slider_wrapper .hermes.tparrows .tp-arr-titleholder {
	display: none!important
}

.paragraph--view-mode--spotlight-one {
	width: 100%;
	max-width: 1200px
}

.paragraph--view-mode--spotlight-two {
	width: 100%;
	max-width: 1024px
}

.paragraph--view-mode--spotlight-one {
	margin-top: 80px;
	margin-bottom: 80px
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one {
		margin-top: 110px;
		margin-bottom: 110px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one {
		margin-top: 140px;
		margin-bottom: 140px
	}
}

.paragraph--view-mode--spotlight-one .field--name-field-image {
	position: relative;
	z-index: 1;
	width: 100%
}

.paragraph--view-mode--spotlight-one .field--name-field-image .field__item {
	width: 95%;
	height: 200px;
	float: left
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item {
		height: 400px
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item {
		height: 500px;
		width: 80%
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item {
		height: 650px
	}
}

.paragraph--view-mode--spotlight-one .field--name-field-image .field__item img {
	width: 100%;
	height: 200px;
	object-fit: cover
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item img {
		height: 400px
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item img {
		height: 500px
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image .field__item img {
		height: 650px
	}
}

.paragraph--view-mode--spotlight-one .field--name-field-image:after {
	content: "";
	width: 95%;
	height: 150px;
	background: #da291c;
	float: left;
	position: relative;
	z-index: -1;
	margin: -210px 0 0
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image:after {
		height: 200px;
		margin: -420px 0 0
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image:after {
		margin: -530px 0 0;
		height: 250px;
		width: 87%
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image:after {
		margin: -680px 0 0;
		height: 350px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .field--name-field-image:after {
		height: 400px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info {
	position: relative;
	z-index: 2;
	background: #fff;
	width: 82%;
	padding: 15px 15px 25px;
	display: inline-table;
	margin: -8px 28px 0;
	float: left
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info {
		width: 320px;
		margin: -380px 60px 0
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .spotlight-info {
		width: 380px;
		padding: 40px;
		margin: -470px 70px 0
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info {
		width: 440px;
		padding: 45px;
		margin: -620px 80px 0
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info {
		width: 540px;
		padding: 50px;
		margin: -620px 110px 0
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 4px solid #c6c6c6;
	border-bottom: 8px solid #c6c6c6;
	width: 100%;
	height: 70%
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info:after {
		display: none
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area {
	color: #000;
	font-size: .75em;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area {
		font-size: 1em;
		line-height: 1.25rem
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area {
		font-size: 1.25em;
		line-height: 1.5rem
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area {
		font-size: 1.375em;
		line-height: 26px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area {
		font-size: 1.5em;
		line-height: 30px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area:before {
	content: "";
	width: 14px;
	height: 10px;
	background: #000;
	display: block;
	float: left;
	margin: 0 1rem 0 -24px
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area:before {
		width: 18px;
		height: 1rem
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area:before {
		width: 1.5rem;
		height: 22px;
		margin: 0 1rem 0 -52px
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area:before {
		width: 30px;
		height: 26px;
		margin: 0 1rem 0 -60px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area:before {
		width: 36px;
		height: 30px;
		margin: 0 1rem 0 -68px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area .field__item {
	float: left;
	margin-left: -12px
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-subject-area .field__item {
		margin-left: -14px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 {
	color: #000;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.25rem;
	margin: 0
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 a {
	color: #000
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 {
		font-size: 1.5em;
		line-height: 28px
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 {
		font-size: 1.625em;
		line-height: 2rem
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 {
		font-size: 2.125em;
		line-height: 40px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-title h2 {
		font-size: 2.375em;
		line-height: 44px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description {
	color: #4d4d4d;
	font-size: .9375em;
	font-weight: 400;
	line-height: 17px;
	float: left;
	width: 100%;
	clear: both
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description a {
	color: #4d4d4d
}

@media (min-width:480px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description {
		font-size: 1em;
		line-height: 18px
	}
}

@media (min-width:640px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description {
		font-size: 1.125em;
		line-height: 22px
	}
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description {
		font-size: 1.25em;
		line-height: 1.5rem
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description {
		font-size: 1.375em;
		line-height: 36px;
		font-size: 1.5em;
		line-height: 30px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-description p {
	margin: 0;
	padding: 0
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link {
	float: left;
	width: 100%;
	clear: both;
	margin: 1rem 0 0;
	z-index: 30;
	position: relative
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a {
	background: #da291c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	border: none;
	transform: all .2s ease
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a {
		font-size: 18px;
		line-height: 18px;
		padding: 12px 50px 12px 14px
	}
}

@media (min-width:1024px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a {
		font-size: 20px;
		line-height: 20px
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:before {
	transition: all .2s ease;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

@media (min-width:768px) {
	.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:before {
		width: 14px;
		height: 18px;
		margin: 0 2px 0 0
	}
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:focus,
.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:hover {
	background: #a1140a;
	color: #fff
}

.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:focus:before,
.paragraph--view-mode--spotlight-one .spotlight-info .field--name-field-link a:hover:before {
	background-position: 100%
}

.field--name-field-paragraphs .field__item:nth-of-type(odd) .paragraph--view-mode--spotlight-one .field--name-field-image .field__item {
	float: left
}

.field--name-field-paragraphs .field__item:nth-of-type(2n) .paragraph--view-mode--spotlight-one .field--name-field-image .field__item,
.field--name-field-paragraphs .field__item:nth-of-type(odd) .paragraph--view-mode--spotlight-one .field--name-field-image:after,
.field--name-field-paragraphs .field__item:nth-of-type(odd) .paragraph--view-mode--spotlight-one .spotlight-info {
	float: right
}

.field--name-field-paragraphs .field__item:nth-of-type(2n) .paragraph--view-mode--spotlight-one .field--name-field-image:after,
.field--name-field-paragraphs .field__item:nth-of-type(2n) .paragraph--view-mode--spotlight-one .spotlight-info {
	float: left
}

.block-views-blockspotlight-section-block-2,
.block-views-blockspotlight-section-block-3,
.block-views-blockspotlight-section-block-4,
.block-views-blockspotlight-section-block-5 {
	display: none
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two {
	margin-top: 60px;
	margin-bottom: 60px
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 230px;
	padding: 0 1rem
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image {
		height: 360px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image {
		width: 430px;
		height: 360px;
		width: 550px;
		height: 450px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img {
	width: 100%;
	height: 230px;
	object-fit: cover
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img {
		height: 360px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img {
		width: 430px;
		height: 360px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-image img {
		width: 550px;
		height: 450px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info {
	border-bottom: 3px solid #c6c6c6;
	overflow: auto!important;
	padding: 1.25rem 40px;
	width: auto;
	height: auto;
	min-height: normal;
	float: right;
	display: block;
	position: relative;
	margin: -44px 1rem 0
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info {
		border-bottom: 8px solid #c6c6c6;
		padding: 30px 30px 40px 415px;
		width: 90%;
		margin: 0 1rem 0 0;
		min-height: 398px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info {
		padding: 40px 30px 40px 480px;
		min-height: 488px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #c6c6c6;
	position: absolute;
	bottom: 0
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before {
		width: .5rem;
		height: 30px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:before {
	left: 0
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info:after {
	right: 0
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a {
	display: block;
	font-size: 1.25em;
	line-height: 26px;
	color: #fff;
	background: #da291c;
	text-transform: lowercase;
	padding: .5rem;
	position: relative;
	width: auto;
	display: inline-block;
	margin-left: -20px;
	font-weight: 400;
	z-index: 1
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a {
		font-size: 2.75em;
		line-height: 48px;
		padding: 10px 1.25rem 10px 46px;
		margin-left: -50px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-subject-area a {
		font-size: 3.125em;
		line-height: 52px;
		padding: 1.25rem 26px 1.25rem 46px;
		margin-left: -50px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.5rem;
	color: #000;
	margin: 230px 0 10px
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 a,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 a,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 a,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 a {
	color: #000
}

@media (min-width:480px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 {
		font-size: 1.5em;
		line-height: 28px
	}
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 {
		font-size: 1.75em;
		line-height: 2rem;
		margin: 360px 0 10px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 {
		font-size: 2em;
		line-height: 36px;
		margin: 1rem 0 10px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .spotlight-info .field--name-field-title h2 {
		font-size: 2.25em;
		line-height: 40px;
		margin: 30px 0 10px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description {
	color: #4d4d4d;
	font-size: .9375em;
	line-height: 18px
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description a,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description a,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description a,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description a {
	color: #4d4d4d
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description {
		font-size: 1.125em;
		line-height: 22px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description {
		font-size: 1.25em;
		line-height: 27px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description p,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description p,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description p,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-description p {
	margin: 0!important;
	padding: 0
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link {
	float: left;
	width: 100%;
	clear: both;
	margin: 1rem 0 0
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a {
	background: #da291c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	border: none;
	transform: all .2s ease
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a {
		font-size: 18px;
		line-height: 18px;
		padding: 12px 50px 12px 14px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a {
		font-size: 20px;
		line-height: 20px
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before {
	transition: all .2s ease;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
	.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
	.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before,
	.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:before {
		width: 14px;
		height: 18px;
		margin: 0 2px 0 0
	}
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus,
.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover {
	background: #a1140a;
	color: #fff
}

.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus:before,
.block-views-blockspotlight-section-block-2 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover:before,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus:before,
.block-views-blockspotlight-section-block-3 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover:before,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus:before,
.block-views-blockspotlight-section-block-4 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover:before,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:focus:before,
.block-views-blockspotlight-section-block-5 .field--name-field-paragraphs .paragraph--view-mode--spotlight-two .field--name-field-link a:hover:before {
	background-position: 100%
}

.paragraph--type--two-col-bullet-checklist h2 {
	text-align: center;
	font-weight: 200
}

.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap
}

.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column .paragraph--type--icon-bullet-list {
	padding: 0 1rem
}

.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column h4 {
	font-size: 18px;
	font-weight: 600
}

.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column ul {
	padding-left: 0
}

@media (min-width:1024px) {
	.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column {
		flex-direction: row
	}
	.paragraph--type--two-col-bullet-checklist .field--name-field-checklist-column>.field__item {
		width: 50%;
		flex: 1
	}
}

.paragraph--type--video-caption {
	position: relative;
	width: 100%;
	margin: 30px 0;
	top: 0;
	left: 0;
	padding: 0
}

@media (min-width:768px) {
	.paragraph--type--video-caption {
		position: absolute;
		margin: 210px 0 0;
		padding: 0 1rem;
		display: block
	}
}

@media (min-width:1024px) {
	.paragraph--type--video-caption {
		padding: 0
	}
}

.paragraph--type--video-description {
	display: block;
	min-height: auto;
	margin: 40px 0;
	position: relative;
	background: url(/themes/custom/cummins/images/grey-stroke.svg) no-repeat center 26px;
	background-size: 90%
}

@media (min-width:640px) {
	.paragraph--type--video-description {
		margin: 1rem 0 50px
	}
}

@media (min-width:1024px) {
	.paragraph--type--video-description {
		min-height: 600px
	}
}

.paragraph--type--video-description .field--name-field-video {
	padding-top: 40px
}

@media (min-width:640px) {
	.paragraph--type--video-description .field--name-field-video {
		padding-top: 50px
	}
}

.paragraph--type--video-description .field--name-field-description {
	width: 100%;
	float: right;
	margin: 0;
	position: relative;
	background: #fff;
	border-top: 4px solid #da291c;
	border-bottom: 4px solid #c6c6c6;
	padding: 6px 26px
}

@media (min-width:768px) {
	.paragraph--type--video-description .field--name-field-description {
		width: 70%;
		margin: -16px 1rem 0 0
	}
}

@media (min-width:1024px) {
	.paragraph--type--video-description .field--name-field-description {
		margin: -16px 30px 0 0
	}
}

.paragraph--type--video-description .field--name-field-description p {
	font-size: 18px!important;
	line-height: 24px!important;
	color: #4d4d4d!important;
	font-weight: 300!important
}

.paragraph--type--video-description .field--name-field-description p a,
.paragraph--type--video-description .field--name-field-description p b,
.paragraph--type--video-description .field--name-field-description p strong {
	font-weight: 600!important
}

.paragraph--type--video-set .field__item .paragraph--type--video-caption {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 0
}

.paragraph--type--video-set .field__item .paragraph--type--video-caption .field--name-field-title {
	font-size: 16px;
	line-height: 20px;
	color: #4d4d4d;
	margin-top: 10px
}

@media (min-width:640px) {
	.paragraph--type--video-set .field__item .paragraph--type--video-caption .field--name-field-title {
		font-size: 18px;
		line-height: 1.5rem
	}
}

.paragraph--type--video-set .field__item:nth-of-type(n+2) .paragraph--type--video-caption {
	width: 45%;
	margin-top: 1.25rem
}

@media (min-width:640px) {
	.paragraph--type--video-set .field__item:nth-of-type(n+2) .paragraph--type--video-caption {
		margin-top: 40px
	}
}

.paragraph--type--video-set .field__item:nth-of-type(2n) .paragraph--type--video-caption {
	float: left
}

.paragraph--type--video-set .field__item:nth-of-type(odd) .paragraph--type--video-caption {
	float: right
}

.paragraph {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible
}

.paragraph:after {
	content: "";
	display: table;
	clear: both
}

.paragraph.paragraph--type--red-feature-block {
	background: #da291c;
	color: #fff;
	padding: 30px 1.25rem
}

.paragraph.paragraph--type--red-feature-block a,
.paragraph.paragraph--type--red-feature-block h2,
.paragraph.paragraph--type--red-feature-block p {
	text-align: center;
	color: #fff;
	line-height: 1.3
}

.paragraph.paragraph--type--red-feature-block h2 {
	font-size: 30px;
	font-weight: 400
}

@media (min-width:1024px) {
	.paragraph.paragraph--type--red-feature-block {
		padding: 40px
	}
}

.product-finder #main-wrapper {
	padding-bottom: 0
}

.product-finder .main-no-sidebar {
	padding: 0!important
}

.product-finder #sidebar-first {
	background-color: #fff
}

@media (min-width:640px) {
	.product-finder #sidebar-first {
		background: #efefef
	}
}

.product-finder .layout-main {
	max-width: 100%
}

.product-finder .header {
	background-image: none;
	background: #000
}

.product-finder #product-finder-page {
	padding-top: 40px
}

.product-finder #product-finder-page .layout-main {
	max-width: 100%
}

.product-finder #product-finder-page #sidebar-first,
.product-finder #product-finder-page #sidebar-second {
	padding: 0 1rem
}

@media (min-width:640px) {
	.product-finder #product-finder-page #sidebar-first,
	.product-finder #product-finder-page #sidebar-second {
		padding: 2rem 1rem
	}
}

.product-finder #open-additional-products {
	color: #da291c;
	outline: none;
	border: none;
	background: #fff
}

.product-finder #open-additional-products span span {
	display: none
}

@media (min-width:640px) {
	.product-finder #open-additional-products span span {
		display: inline
	}
}

.product-finder #open-additional-products svg {
	fill: #da291c;
	position: relative;
	top: 3px
}

.product-finder__titleWrapper {
	display: flex;
	justify-content: space-between;
	padding: 2rem 1rem 0
}

@media (min-width:640px) {
	.product-finder__titleWrapper {
		padding: 0 1rem 0 0
	}
}

.product-finder__title {
	margin-top: .5rem;
	padding-left: 1rem
}

.product-finder__sortBy,
.product-finder__sortBy .form-autocomplete,
.product-finder__sortBy .form-item-sort-order {
	display: none
}

.path-product #block-cummins-content,
.path-product #product-finder,
.product #block-cummins-content,
.product #product-finder {
	max-width: 73rem;
	margin: 0 auto 2rem
}

.path-product #product-finder,
.product #product-finder {
	max-width: 75rem
}

.product__header h1 {
	margin-top: .5rem;
	font-size: 1.625rem;
	font-weight: 800
}

.product__header .field--name-field-image {
	margin: 1em auto 0
}

.product__header img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

@media (min-width:640px) {
	.product__header {
		position: relative
	}
	.product__header:after {
		content: "";
		display: table;
		clear: both
	}
	.product__header .field--name-field-image {
		float: left;
		width: 40%;
		margin-top: 0;
		min-height: 380px
	}
	.product__header h1 {
		font-size: 1.875em
	}
	.product__header .breadcrumb,
	.product__header .product__common-uses,
	.product__header .product__description,
	.product__header .product__group-of-attributes,
	.product__header .product__select-your-market,
	.product__header .product_group-of-ratings,
	.product__header h1 {
		float: right;
		width: calc(60% - 2rem)
	}
}

@media (min-width:1024px) {
	.product__header h1 {
		font-size: 2.125em
	}
}

.product__group-of-attributes {
	display: flex;
	flex-flow: row wrap;
	margin-top: .5em;
	margin-bottom: 1.5em
}

@media (min-width:640px) {
	.product__group-of-attributes {
		margin-bottom: 0
	}
}

.product__attribute {
	margin: 1rem 1rem 0 0;
	min-width: 140px
}

.product__attribute__label {
	display: block;
	color: #7b7b7b;
	font-size: .875em;
	line-height: 1
}

.product__attribute__value {
	display: inline-block;
	font-size: 1.125em;
	font-weight: 600
}

.product__attribute__value--kilowatts,
.product__attribute__value--newton-meters {
	color: #7b7b7b;
	font-size: 1rem
}

.product__attribute__unit {
	display: inline-block;
	font-size: 1em
}

.product__attribute__unit--kilowatts,
.product__attribute__unit--newton-meters {
	margin-left: 3px;
	color: #7b7b7b;
	font-size: 1rem
}

.product__description {
	margin-top: 1.5em
}

.product__description p {
	font-size: 1.25em;
	line-height: 1.7
}

.product__description .request-a-quote {
	margin-top: 1.5em
}

.product__select-your-market {
	margin-top: 2em
}

.product__select-your-market h3 {
	position: relative;
	flex: 1 1 100%;
	margin-top: 0;
	color: #4d4d4d;
	font-size: 1.125em;
	font-weight: 700
}

.product__select-your-market h3 span {
	position: relative;
	display: inline-block;
	background: #fff;
	padding-right: .5rem;
	z-index: 1
}

.product__select-your-market h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 420px;
	height: 4px;
	background: #c6c6c6;
	transform: translateY(-50%);
	z-index: 0
}

.product__select-your-market.available-regions h3:after {
	display: none
}

.product__select-your-market.available-regions .product__select-your-market__market-list {
	border-bottom: none
}

.product__select-your-market__market-list {
	max-width: 420px;
	padding-bottom: .75rem;
	border-bottom: 4px solid #c6c6c6
}

.product__select-your-market__market-list:after {
	content: "";
	display: table;
	clear: both
}

.product__select-your-market__market-list>span {
	float: left;
	width: 50%;
	margin-top: .5em;
	padding-right: 1rem;
	font-size: 1em;
	font-weight: 400
}

.product__select-your-market__market-option {
	position: relative;
	float: left;
	width: 50%;
	margin-top: .5em;
	padding-right: 1rem;
	font-size: 1em
}

.product__select-your-market__market-option a {
	display: block;
	color: #7b7b7b;
	text-decoration: none
}

.product__select-your-market__market-option a:focus,
.product__select-your-market__market-option a:hover {
	color: #da291c;
	text-decoration: underline
}

.product__select-your-market__market-option svg {
	position: relative;
	display: inline-block;
	width: 5px;
	height: 10px;
	top: -1px
}

.product__select-your-market__market-option.product__select-your-market__selected-market {
	display: block;
	color: #da291c;
	font-weight: 600
}

.product__select-your-market__market-option:nth-child(2n-1) {
	clear: left
}

.product__common-uses {
	display: flex;
	flex-flow: row wrap;
	margin-top: 2em
}

.product__common-uses h3 {
	flex: 1 1 100%;
	margin-top: 0;
	font-size: 1.25em;
	font-weight: 600
}

.product__common-uses__option {
	position: relative;
	flex: 1 0 50%;
	margin-top: .5em;
	font-size: 1em
}

.product__common-uses__option a {
	display: block;
	color: #7b7b7b;
	text-decoration: none
}

.product__common-uses__option a:focus,
.product__common-uses__option a:hover {
	color: #da291c;
	text-decoration: underline
}

.product__common-uses__option svg {
	position: relative;
	display: inline-block;
	width: 5px;
	height: 10px;
	top: -1px
}

.product_group-of-ratings {
	margin-top: 1rem
}

.product_group-of-ratings table {
	border-top: 1px solid #7b7b7b
}

.product_group-of-ratings th {
	padding: 1rem 1rem .375rem;
	width: 156px;
	font-size: .875em;
	font-weight: 600;
	line-height: 1;
	text-align: left
}

.product_group-of-ratings th:first-child {
	width: 140px
}

.product_group-of-ratings td {
	padding: .1875rem 1rem;
	font-size: .875em
}

.product_group-of-ratings td:first-child,
.product_group-of-ratings th:first-child {
	padding-left: 0
}

.product_group-of-ratings td:last-child,
.product_group-of-ratings th:last-child {
	padding-right: 0
}

.product__content-top {
	margin-top: 2em
}

.product__product-overview h3 {
	font-size: 1.5em;
	font-weight: 800
}

.product__content-bottom {
	margin-top: 2em
}

.product__content-bottom p {
	margin: 0 0 1em
}

.product__content-bottom img {
	padding: 0 15px
}

@media (min-width:768px) {
	#product-finder {
		display: flex;
		justify-content: space-between
	}
	#product-finder #sidebar-first {
		flex: 1 0 350px;
		max-width: 350px;
		padding-right: 2rem
	}
	#product-finder #sidebar-second {
		flex: 1 1 auto
	}
}

@media (min-width:1024px) {
	#product-finder #sidebar-first {
		flex-basis: 350px;
		max-width: 400px
	}
}

#product-finder #autocomplete {
	position: relative
}

#product-finder #autocomplete svg {
	fill: #2d2d2d;
	position: absolute;
	right: 1rem;
	top: 1.4rem
}

.view-product-finder .view-footer,
.view-product-finder .view-header {
	padding-bottom: .75rem;
	font-size: .875em
}

.view-product-finder .view-footer .count-summary,
.view-product-finder .view-header .count-summary {
	margin-top: 1rem;
	white-space: nowrap;
	padding-left: .25rem;
	font-style: italic;
	display: inline
}

@media (min-width:640px) {
	.view-product-finder .view-footer .count-summary,
	.view-product-finder .view-header .count-summary {
		display: block
	}
}

.view-product-finder .view-footer .pager-nav,
.view-product-finder .view-header .pager-nav {
	margin-top: 1rem
}

.view-product-finder .view-footer #total-filters,
.view-product-finder .view-header #total-filters {
	display: inline;
	padding-left: .5rem;
	color: #da291c
}

@media (min-width:640px) {
	.view-product-finder .view-footer #total-filters,
	.view-product-finder .view-header #total-filters {
		display: none;
		visibility: hidden
	}
}

@media (min-width:1080px) {
	.view-product-finder .view-footer,
	.view-product-finder .view-header {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	.view-product-finder .view-footer .pager-nav,
	.view-product-finder .view-header .pager-nav {
		margin-top: 0;
		white-space: nowrap
	}
}

.view-product-finder .view-header {
	padding: 1rem
}

@media (min-width:640px) {
	.view-product-finder .view-header {
		padding-top: .25rem
	}
}

.view-product-finder .view-header .pager-nav {
	display: none
}

.view-product-finder .view-footer {
	padding: 1rem;
	margin-top: .5rem
}

@media (min-width:640px) {
	.view-product-finder .view-footer {
		padding: 2rem 1rem
	}
}

.view-product-finder .views-view-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1rem 0 0
}

.view-product-finder .product-result {
	position: relative;
	display: flex;
	width: 100%;
	margin: 1rem auto;
	padding-bottom: 2rem
}

@media (min-width:768px) {
	.view-product-finder .product-result {
		padding-bottom: 1.5rem;
		width: 350px
	}
}

.view-product-finder .product-result .views-field {
	position: relative;
	width: 100%
}

.view-product-finder .product-result .product-finder-content {
	width: 100%;
	height: 100%
}

@media (min-width:640px) {
	.view-product-finder .product-result .product-finder-content {
		flex-flow: row nowrap
	}
}

.view-product-finder .product-result .product-finder-content .product-finder-info {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	width: 100%;
	padding: 1rem
}

.view-product-finder .product-result .product-finder-content .quick-specs {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #efefef
}

.view-product-finder .product-result .product-finder-content .quick-specs .quick-specs-ratings {
	padding-left: 0!important
}

.view-product-finder .product-result .product-finder-content .quick-specs label {
	width: 100%
}

@media (min-width:640px) {
	.view-product-finder .product-result .product-finder-content .quick-specs label {
		width: auto
	}
}

.view-product-finder .product-result .product-finder-content .quick-specs>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: .5rem
}

.view-product-finder .product-result .product-finder-content .quick-specs-ratings>div {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.view-product-finder .product-result .product-finder-content .quick-specs,
.view-product-finder .product-result .product-finder-content .quick-specs-ratings {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between
}

.view-product-finder .product-result .product-finder-content .quick-specs-ratings span,
.view-product-finder .product-result .product-finder-content .quick-specs span {
	max-width: 100%
}

.view-product-finder .product-result .product-finder-content .english,
.view-product-finder .product-result .product-finder-content .metric {
	display: flex;
	align-items: baseline
}

.view-product-finder .product-result .product-finder-content label {
	font-weight: 800;
	color: #4d4d4d;
	font-size: 1rem
}

.view-product-finder .product-result .product-finder-content span {
	color: #7b7b7b;
	font-size: 1rem;
	font-weight: 600
}

.view-product-finder .product-result .product-finder-content span[class*=-min] {
	padding-right: .25rem
}

.view-product-finder .product-result .product-finder-content span[class*=-max] {
	padding-left: .25rem
}

.view-product-finder .product-result .product-finder-content span[class*=-units] {
	padding-left: .25rem;
	font-weight: 400;
	white-space: nowrap
}

.view-product-finder .product-result .product-finder-content .quick-specs-ratings label {
	display: inline-block
}

.view-product-finder .product-result .product-finder-title {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: left;
	color: #da291c;
	margin: 0 auto
}

@media (min-width:640px) {
	.view-product-finder .product-result .product-finder-title {
		padding-left: 1rem
	}
}

.view-product-finder .product-result .product-finder-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 250px;
	padding: 1rem
}

@media (min-width:768px) {
	.view-product-finder .product-result .product-finder-image {
		min-height: 218px
	}
}

.view-product-finder .product-result .product-finder-image .field {
	width: 80%
}

.view-product-finder .product-result .product-finder-image img {
	max-width: 100%;
	margin: 0 auto
}

.view-product-finder .product-result .product-finder-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
	top: 0
}

.view-product-finder .product-result .product-finder-link a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 0
}

.view-product-finder .product-result:focus .product-finder-title,
.view-product-finder .product-result:hover .product-finder-title {
	color: #da291c
}

.view-product-finder .product-result .product_group-of-ratings {
	margin-top: .5rem
}

.view-product-finder .product-result .product_group-of-ratings table {
	border-top: none
}

.view-product-finder .product-result .product_group-of-ratings th {
	padding: 0;
	width: 156px;
	font-size: .75em;
	font-weight: 400;
	line-height: 1;
	text-align: center
}

.view-product-finder .product-result .product_group-of-ratings th:first-child {
	width: 72px
}

.view-product-finder .product-result .product_group-of-ratings td {
	padding: .125rem 0 0;
	font-size: .75rem;
	font-weight: 700;
	text-align: center
}

.view-product-finder .product-result .product_group-of-ratings td:first-child,
.view-product-finder .product-result .product_group-of-ratings th:first-child {
	padding-left: 0;
	font-size: 1rem;
	text-align: left;
	font-weight: 800
}

.view-product-finder .product-result .product_group-of-ratings td:last-child,
.view-product-finder .product-result .product_group-of-ratings th:last-child {
	padding-right: 0
}

.product-finder-additional-info {
	padding: .5rem
}

@media (min-width:640px) {
	.product-finder-additional-info {
		padding: 1rem
	}
}

.product-finder-additional-info__titleWrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.product-finder-additional-info__titleWrapper>div {
	width: 100%
}

@media (min-width:640px) {
	.product-finder-additional-info__titleWrapper>div {
		width: 48%
	}
}

.product-finder-additional-info__title {
	margin-top: 3.2rem
}

.product-finder-additional-info__description {
	margin: 1rem 0;
	padding: 1rem;
	background-color: #efefef
}

@media (min-width:640px) {
	.product-finder-additional-info__description {
		margin: 1rem
	}
}

.product-finder-additional-info__description p {
	margin: 0
}

.product-finder-additional-info__callout:after {
	top: 3px
}

.search-and-refine {
	display: inline-block;
	cursor: pointer;
	position: fixed;
	width: 100%;
	padding: 1rem;
	bottom: 0;
	left: 0;
	background: #da291c;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 1001
}

@media (min-width:640px) {
	.search-and-refine {
		display: none
	}
}

.search-and-refine p {
	color: #fff;
	margin: 0;
	display: inline-block
}

.search-and-refine svg {
	position: relative;
	top: 3px;
	left: 3px;
	display: inline-block
}

.search-and-refine svg path {
	fill: #fff
}

.search-and-refine.active .search-and-refine__message,
.search-and-refine .search-and-refine__activeMessage {
	display: none
}

.search-and-refine.active .search-and-refine__activeMessage {
	display: inline-block
}

#to-top {
	float: none;
	color: #da291c;
	margin: 0 auto 2rem;
	cursor: pointer;
	text-align: center
}

@media (min-width:640px) {
	#to-top {
		float: right;
		margin: 0 2rem 2rem 0
	}
}

#to-top svg {
	height: 1rem;
	width: 1rem;
	position: relative;
	top: 3px
}

#to-top svg path {
	fill: #da291c
}

#refine-results-scroll {
	margin: 1rem;
	color: #da291c;
	cursor: pointer;
	display: none;
	padding: 1rem;
	position: fixed;
	top: 80px;
	visibility: hidden
}

@media (min-width:640px) {
	#refine-results-scroll {
		visibility: visible
	}
}

#refine-results-scroll svg {
	height: 1rem;
	width: 1rem;
	position: relative;
	top: 3px
}

#refine-results-scroll svg path {
	fill: #da291c
}

.product-finder-no-results {
	padding: 2rem;
	display: none;
	max-width: 100%
}

@media (min-width:768px) {
	.product-finder-no-results {
		max-width: 70%
	}
}

.product-line__grid-wrapper .main-no-sidebar {
	padding-top: 0
}

.product-line__grid-wrapper h2 {
	text-align: center
}

.view-applications-grid .views-view-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly
}

.view-applications-grid .views-view-grid:after {
	display: none
}

.view-applications-grid .views-view-grid .views-row {
	float: none;
	width: auto;
	padding: .5em
}

.view-applications-grid .views-view-grid .views-row:after {
	display: none
}

.view-applications-grid .application-grid {
	width: 20em!important;
	margin-top: 2em
}

.view-applications-grid .application-grid .views-field-title a {
	display: block;
	margin: 0 .75em 0 0;
	padding: .4em 0;
	color: #4d4d4d;
	font-size: 1.375em;
	font-weight: 600
}

.view-applications-grid .application-grid .views-field-field-cat a,
.view-applications-grid .application-grid .views-field-field-category-thumbnail a {
	position: relative;
	display: block;
	width: 100%;
	height: 218px;
	overflow: hidden
}

.view-applications-grid .application-grid .views-field-field-cat a img,
.view-applications-grid .application-grid .views-field-field-category-thumbnail a img {
	position: relative;
	display: block;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.view-applications-grid .application-grid .views-field-field-cat a:after,
.view-applications-grid .application-grid .views-field-field-category-thumbnail a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .375rem;
	bottom: 0;
	left: 0;
	right: 0;
	background: #da291c;
	transition: all .2s ease
}

.view-applications-grid .application-grid .views-field-field-cat a:focus:after,
.view-applications-grid .application-grid .views-field-field-cat a:hover:after,
.view-applications-grid .application-grid .views-field-field-category-thumbnail a:focus:after,
.view-applications-grid .application-grid .views-field-field-category-thumbnail a:hover:after {
	height: .75rem;
	background: rgba(218, 41, 28, .75)
}

.front.page-node-type-category-page #rfq-title {
	padding-top: 0;
	margin-top: 3em
}

.container-carousel {
	position: relative;
	float: left;
	max-width: 45%;
	margin-top: 2.75rem
}

.container-carousel .tooltip-inner {
	padding: 10px 12px;
	font-size: 14px;
	color: #ff9b13;
	line-height: 1.2em;
	background-color: rgba(0, 0, 0, .85)
}

.container-carousel .carousel-repower .carousel-indicators {
	display: block;
	margin: 0 0 30px;
	list-style: none;
	text-align: center
}

.container-carousel .carousel-repower .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	opacity: .5;
	background-color: transparent;
	border: 1px solid #7b7b7b;
	border-radius: 8px;
	cursor: pointer
}

.container-carousel .carousel-repower .carousel-indicators li:hover {
	opacity: .8;
	background-color: #7b7b7b
}

.container-carousel .carousel-repower .carousel-indicators .active {
	background-color: #7b7b7b
}

.container-carousel .carousel-repower .carousel-control {
	top: 50%;
	left: 0;
	width: auto;
	height: auto;
	border-width: 0;
	background-color: transparent;
	font-size: 90px;
	line-height: 90px;
	color: #c6c6c6
}

.container-carousel .carousel-repower .carousel-control:hover {
	opacity: 1
}

@media (max-width:767px) {
	.container-carousel .carousel-repower .carousel-control {
		top: 35%;
		font-size: 60px;
		line-height: 60px
	}
}

.container-carousel .carousel-repower .carousel-control i {
	text-shadow: 0 0 10px hsla(0, 0%, 100%, .75)
}

.container-carousel .carousel-repower .carousel-control.right {
	left: auto;
	right: 0
}

.container-carousel .carousel-repower .container-interactive {
	position: relative;
	max-width: 80%;
	margin: 0 auto
}

.container-carousel .carousel-repower .container-interactive img {
	display: block;
	margin: 0 auto;
	max-width: 448px
}

.container-carousel .carousel-repower .container-interactive [class^=info-point-] {
	position: absolute;
	border: 1px solid hsla(0, 0%, 100%, .7);
	border-radius: 50%;
	opacity: .9;
	box-shadow: 3px 3px 5px 4px rgba(0, 0, 0, .3);
	transition: all .2s ease-in-out;
	transform: scale(1.2);
	animation-name: signal;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

.container-carousel .carousel-repower .container-interactive [class^=info-point-]:after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%
}

.container-carousel .carousel-repower .container-interactive [class^=info-point-].info-point-active,
.container-carousel .carousel-repower .container-interactive [class^=info-point-]:hover {
	opacity: 1;
	transform: scale(1.5);
	animation: none!important;
	border-color: #ff9b13;
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .3);
	text-decoration: none
}

.container-carousel .carousel-repower .container-interactive .info-point-1 {
	top: 28%;
	left: 60%
}

.container-carousel .carousel-repower .container-interactive .info-point-2 {
	top: 17%;
	left: 1%
}

.container-carousel .carousel-repower .container-interactive .info-point-3 {
	top: 72%;
	left: 83%
}

.container-carousel .carousel-repower .container-interactive .info-point-4 {
	top: 42%;
	left: 76%
}

.container-carousel .carousel-repower .container-interactive .info-point-5 {
	top: 49%;
	left: 3%
}

.container-carousel .carousel-repower .container-interactive .info-point-6 {
	top: 72%;
	left: 65%
}

.container-carousel .carousel-repower .container-interactive .info-point-7 {
	top: 70%;
	left: 19%
}

.container-carousel .carousel-repower .container-interactive .info-point-8 {
	top: 37%;
	left: 82%
}

.container-carousel .carousel-repower .container-interactive .info-point-9 {
	top: 85%;
	left: 45%
}

.container-carousel .carousel-repower .container-interactive .info-point-10 {
	top: 47%;
	left: 41%
}

.container-carousel .carousel-repower .container-interactive .info-point-11 {
	top: 24%;
	left: 19%
}

.container-carousel .carousel-repower .notice {
	display: block;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #d3d3d3
}

.container-carousel .info-panel {
	display: none
}

.container-carousel img {
	min-width: 100%
}

.container-carousel .sr-only {
	position: absolute;
	left: -9999999px
}

.container-carousel .carousel-inner>.item>a>img,
.container-carousel .carousel-inner>.item>img,
.container-carousel .img-responsive,
.container-carousel .thumbnail>img,
.container-carousel .thumbnail a>img {
	display: block;
	max-width: 100%;
	height: auto
}

.container-carousel .carousel {
	position: relative
}

.container-carousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 540px
}

.container-carousel .carousel-inner>.item {
	position: relative;
	display: none;
	transition: left .6s ease-in-out
}

.container-carousel .carousel-inner>.item>a>img,
.container-carousel .carousel-inner>.item>img {
	line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
	.container-carousel .carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000px
	}
	.container-carousel .carousel-inner>.item.active.right,
	.container-carousel .carousel-inner>.item.next {
		left: 0;
		transform: translate3d(100%, 0, 0)
	}
	.container-carousel .carousel-inner>.item.active.left,
	.container-carousel .carousel-inner>.item.prev {
		left: 0;
		transform: translate3d(-100%, 0, 0)
	}
	.container-carousel .carousel-inner>.item.active,
	.container-carousel .carousel-inner>.item.next.left,
	.container-carousel .carousel-inner>.item.prev.right {
		left: 0;
		transform: translate3d(#000)
	}
}

.container-carousel .carousel-inner>.active,
.container-carousel .carousel-inner>.next,
.container-carousel .carousel-inner>.prev {
	display: block
}

.container-carousel .carousel-inner>.active {
	left: 0
}

.container-carousel .carousel-inner>.next,
.container-carousel .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.container-carousel .carousel-inner>.next {
	left: 100%
}

.container-carousel .carousel-inner>.prev {
	left: -100%
}

.container-carousel .carousel-inner>.next.left,
.container-carousel .carousel-inner>.prev.right {
	left: 0
}

.container-carousel .carousel-inner>.active.left {
	left: -100%
}

.container-carousel .carousel-inner>.active.right {
	left: 100%
}

.container-carousel .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5
}

.container-carousel .carousel-control:focus,
.container-carousel .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.container-carousel .carousel-control .glyphicon-chevron-left,
.container-carousel .carousel-control .glyphicon-chevron-right,
.container-carousel .carousel-control .icon-next,
.container-carousel .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.container-carousel .carousel-control .glyphicon-chevron-left,
.container-carousel .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.container-carousel .carousel-control .glyphicon-chevron-right,
.container-carousel .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.container-carousel .carousel-control .icon-next,
.container-carousel .carousel-control .icon-prev {
	width: 1.25rem;
	height: 1.25rem;
	font-family: serif;
	line-height: 1
}

.container-carousel .carousel-control .icon-prev:before {
	content: "\2039"
}

.container-carousel .carousel-control .icon-next:before {
	content: "\203a"
}

.container-carousel .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.container-carousel .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px
}

.container-carousel .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.container-carousel .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.container-carousel .carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.container-carousel .carousel-control .glyphicon-chevron-left,
	.container-carousel .carousel-control .glyphicon-chevron-right,
	.container-carousel .carousel-control .icon-next,
	.container-carousel .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}
	.container-carousel .carousel-control .glyphicon-chevron-left,
	.container-carousel .carousel-control .icon-prev {
		margin-left: -15px
	}
	.container-carousel .carousel-control .glyphicon-chevron-right,
	.container-carousel .carousel-control .icon-next {
		margin-right: -15px
	}
	.container-carousel .carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.container-carousel .carousel-indicators {
		bottom: 1.25rem
	}
}

.container-carousel .icon-angle-left:before {
	content: url(/themes/custom/cummins/images/icons/icon-arrow-black-left.svg)
}

.container-carousel .icon-angle-right:before {
	content: url(/themes/custom/cummins/images/icons/icon-arrow-black-right.svg)
}

.webform-submission-one-cummins-rfq-add-form .form-item-additional-information,
.webform-submission-one-cummins-rfq-add-form .form-item-subscribe,
.webform-submission-one-cummins-rfq-add-form fieldset.form-item {
	width: 100%;
	margin: 0;
	padding: 1.5rem 0 0;
	border-bottom: 6px solid #efefef
}

@media (min-width:768px) {
	.webform-submission-one-cummins-rfq-add-form .form-item-additional-information,
	.webform-submission-one-cummins-rfq-add-form .form-item-subscribe,
	.webform-submission-one-cummins-rfq-add-form fieldset.form-item {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.webform-submission-one-cummins-rfq-add-form fieldset:first-child {
	border-top: 6px solid #efefef
}

.webform-submission-one-cummins-rfq-add-form .fieldset-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.webform-submission-one-cummins-rfq-add-form .fieldset-wrapper fieldset {
	padding: 0;
	border-bottom: none
}

.webform-submission-one-cummins-rfq-add-form .form-item.form-type-textarea {
	margin-top: 0
}

.webform-submission-one-cummins-rfq-add-form .form-item.form-type-textarea label {
	display: block;
	top: 0;
	margin-bottom: .5em;
	color: #4d4d4d;
	font-size: 16px
}

.webform-submission-one-cummins-rfq-add-form .form-item.form-type-textarea textarea {
	border-color: #7b7b7b
}

.webform-submission-one-cummins-rfq-add-form .form-radios {
	margin-bottom: 1.5rem
}

.webform-submission-one-cummins-rfq-add-form .form-actions {
	clear: both;
	padding: 1.5rem 0
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio {
	margin-bottom: 0
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios {
	flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 1rem
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item {
	width: auto;
	margin-right: 0
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item input {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item label {
	display: block;
	padding: 6px 8px;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item label:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background: #da291c;
	transition: all .2s ease
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item label:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px;
	border-color: #da291c transparent transparent;
	transform: translateX(-50%);
	transition: all .2s ease
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item input:checked+label:before,
.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item label:hover:before {
	height: 3px
}

.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios .form-item input:checked+label:after {
	border-top-width: 10px
}

@media (min-width:640px) {
	.webform-submission-one-cummins-rfq-add-form .rfq-product-type-radio .form-radios {
		display: flex;
		justify-content: space-between
	}
}

.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] {
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 0
}

.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-country,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-email-address,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-emailaddress,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-first-name {
		float: left!important;
		width: 48.5%
	}
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-busphone,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-last-name,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-lastname,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-phone-number {
		margin-left: 0;
		width: 48.5%;
		float: right!important
	}
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-postal-code,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-provinces,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-states,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-zip,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-zip-code {
		float: left!important;
		width: 23.5%
	}
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-provinces,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-states {
		margin-left: 3%
	}
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-postal-code,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-zip,
	.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-contact-field-set] .form-item-zip-code {
		margin-left: 1.5%
	}
}

.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-components-field-set],
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-engines-field-set],
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-generators-fields-set],
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-parts-and-service-field-set] {
	padding-top: 0;
	padding-bottom: 0
}

.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-components-field-set]:before,
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-engines-field-set]:before,
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-generators-fields-set]:before,
.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-parts-and-service-field-set]:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	top: -6px;
	left: 0;
	right: 0;
	background: #fff
}

.webform-submission-one-cummins-rfq-add-form fieldset[data-drupal-selector=edit-parts-radio] {
	border-top: none
}

.webform-submission-one-cummins-rfq-add-form .rfq-section-no-top-border {
	width: auto;
	margin: 10px -1rem 0;
	padding: 20px;
	border-top: 6px solid #efefef
}

.form-item-subscribe {
	padding-bottom: 1.5rem
}

.form-item-subscribe .webform-element-description {
	margin-bottom: .5em
}

.form-item-subscribe.form-item.form-type-checkbox input {
	margin-left: 0
}

.radios--wrapper legend {
	margin-bottom: .5em
}

#rfq-title {
	padding-top: 85px;
	margin-top: -85px;
	font-size: 1.675em;
	font-weight: 600
}

.block-cummins-rfq-callout a {
	display: block;
	margin: 2rem 0 0
}

.block-cummins-rfq-callout .request-a-quote__request {
	text-align: left;
	padding-left: 1rem
}

@media (min-width:mobile) {
	.block-cummins-rfq-callout {
		text-align: center;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.block-cummins-rfq-callout .request-a-quote__request {
		text-align: left;
		padding-left: 1rem
	}
}

.request-a-quote {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-content: center;
	justify-content: center;
	max-width: 360px;
	padding: 15px 25px;
	background: #da291c;
	color: #fff;
	line-height: 1;
	z-index: 10;
	overflow: hidden
}

.request-a-quote:focus,
.request-a-quote:hover {
	color: #fff
}

.request-a-quote:focus .request-a-quote__request:before,
.request-a-quote:hover .request-a-quote__request:before {
	transform: translateX(17px)
}

@media (min-width:640px) {
	.request-a-quote.scaled {
		max-width: 250px;
		padding: 11px 25px
	}
	.request-a-quote.scaled .request-a-quote__request {
		font-size: 1.25em
	}
	.request-a-quote.scaled .request-a-quote__request:before {
		width: 50px;
		top: -12px
	}
	.request-a-quote.scaled .request-a-quote__click {
		padding-left: 0;
		font-size: 14px
	}
}

.request-a-quote__request {
	font-size: 1.25em
}

@media (max-width:400px) {
	.request-a-quote__request {
		font-size: 1.55em
	}
}

.request-a-quote__request:before {
	opacity: .175
}

.card-page .block-cummins-rfq-callout .scaled {
	max-width: 100%;
	height: 100%;
	width: 100%
}

.card-page .block-cummins-rfq-callout a {
	width: 100%;
	float: right;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0
}

@media (min-width:768px) {
	.card-page .block-cummins-rfq-callout a {
		float: none
	}
}

.request-a-quote.scaled {
	padding: .5rem
}

@media (min-width:640px) {
	.request-a-quote.scaled {
		padding: .5rem 1.5rem
	}
	.request-a-quote.scaled .request-a-quote__request {
		font-size: 1.25rem
	}
	.request-a-quote.scaled .request-a-quote__request:before {
		width: 50px;
		top: -12px
	}
	.request-a-quote.scaled .request-a-quote__click {
		padding-left: 0;
		font-size: 14px
	}
}

.request-a-quote__request {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center
}

@media (max-width:400px) {
	.request-a-quote__request {
		font-size: 28px
	}
}

.request-a-quote__request:before {
	content: url(/themes/custom/cummins/images/icons/arrow-grey-right.svg);
	display: block;
	position: absolute;
	width: 70px;
	height: auto;
	left: -17px;
	top: -16px;
	opacity: .4;
	z-index: -5;
	pointer-events: none;
	transition: all .2s ease
}

.request-a-quote__click {
	display: block;
	padding-left: 22px;
	font-size: 18px;
	font-weight: 400
}

@media (max-width:400px) {
	.request-a-quote__click {
		padding-left: 11px
	}
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 {
	position: relative;
	margin: 0
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-item-search-api-fulltext,
#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-type-search {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 4
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-item-search-api-fulltext input,
#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-type-search input {
	display: none;
	box-sizing: border-box;
	width: 220px;
	height: 36px;
	padding: 0 2.25rem;
	background: #000 url(/themes/custom/cummins/images/icons/icon-search.png) no-repeat .75em;
	background-size: 14px 14px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: .6875em;
	line-height: 1;
	border-radius: 0
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-item-search-api-fulltext input:-ms-input-placeholder,
#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-type-search input:-ms-input-placeholder {
	color: #fff
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-item-search-api-fulltext input::placeholder,
#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-type-search input::placeholder {
	color: #fff
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-item-search-api-fulltext input::-ms-clear,
#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-type-search input::-ms-clear {
	width: 0;
	height: 0
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-actions {
	margin: 0
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-actions .show-search-button {
	position: relative;
	display: block;
	padding: .5rem .5rem .5rem 1.75rem;
	background: transparent url(/themes/custom/cummins/images/icons/icon-search.png) no-repeat 4px 50%;
	background-size: 20px 20px;
	color: #fff;
	font-size: .6875rem;
	font-weight: 400;
	line-height: 1;
	border: 0;
	border-radius: 0;
	cursor: pointer
}

@media (min-width:768px) {
	#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-actions .show-search-button {
		font-size: .75rem
	}
}

#block-exposedformsearchpage-1 #views-exposed-form-search-page-1 .form-actions .js-form-submit {
	display: none
}

#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 .form-item-search-api-fulltext,
#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 .form-type-search {
	bottom: 0;
	top: auto
}

#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 #edit-search-api-fulltext {
	display: block
}

@media (min-width:769px) {
	#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 .form-actions {
		position: relative
	}
}

#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 .form-actions .show-search-button {
	background: transparent url(/themes/custom/cummins/images/icons/icon-close.svg) no-repeat 50%;
	background-size: 14px 14px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 5
}

@media (min-width:769px) {
	#block-exposedformsearchpage-1.open #views-exposed-form-search-page-1 .form-actions .show-search-button {
		float: right
	}
}

ul.ui-autocomplete.edit-search-api-fulltext {
	left: auto!important
}

ul.ui-autocomplete {
	background: #4d4d4d;
	color: #fff;
	border: none;
	box-shadow: none;
	right: 12px!important;
	width: 350px!important;
	z-index: 999
}

ul.ui-autocomplete>*,
ul.ui-autocomplete>.ui-state-focus,
ul.ui-autocomplete>:hover {
	border: none;
	margin: 0;
	padding: 0
}

ul.ui-autocomplete>li.ui-menu-item.ui-state-focus,
ul.ui-autocomplete>li.ui-menu-item:hover {
	background: transparent;
	border: none
}

ul.ui-autocomplete .ui-autocomplete-field-group,
ul.ui-autocomplete .ui-autocomplete-field-nothing {
	display: none
}

ul.ui-autocomplete .ui-autocomplete-field-term {
	color: #efefef;
	text-decoration: none!important;
	border: 0!important;
	font-weight: 700!important
}

ul.ui-autocomplete .ui-menu-divider {
	margin: 0;
	padding: 0;
	border: none
}

ul.ui-autocomplete .ui-menu-item {
	padding: 0;
	background: none!important;
	font-size: 1em
}

ul.ui-autocomplete .ui-menu-item .ui-state-active,
ul.ui-autocomplete .ui-menu-item:focus,
ul.ui-autocomplete .ui-menu-item:hover {
	background: none
}

ul.ui-autocomplete .ui-menu-item a {
	transition: all .2s ease;
	background: #4d4d4d;
	display: block;
	padding: .5rem 1rem;
	border: none
}

ul.ui-autocomplete .ui-menu-item a.ui-state-active,
ul.ui-autocomplete .ui-menu-item a:focus,
ul.ui-autocomplete .ui-menu-item a:hover {
	outline: none;
	border: none;
	background: #a1140a;
	margin: 0
}

ul.ui-autocomplete .ui-menu-item a .ui-autocomplete-fields:hover {
	outline: none;
	border: none;
	background: none
}

ul.ui-autocomplete .ui-menu-item a .ui-autocomplete-fields .ui-autocomplete-field-title {
	color: #fff;
	font-size: 1rem!important;
	font-weight: 300!important
}

ul.ui-autocomplete .ui-menu-item a .ui-autocomplete-fields.first .ui-autocomplete-field {
	font-size: 14px!important;
	color: #fff;
	font-weight: 700!important;
	font-style: normal!important;
	text-align: left!important
}

ul.ui-autocomplete .ui-menu-item a .ui-autocomplete-fields.first .ui-autocomplete-field:hover {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 100%;
	background-size: 5px
}

.path-search .layout-main-wrapper h2 {
	display: none
}

.path-search #ui-id-2 {
	display: none!important
}

.search-page-form {
	float: left;
	width: 100%
}

.search-page-form .form-wrapper {
	float: left;
	border-radius: 0;
	border-bottom: 2px solid #4d4d4d;
	width: 100%;
	max-width: 420px
}

.search-page-form .form-wrapper .js-form-item {
	width: 90%;
	float: left;
	margin: 0;
	padding: 0
}

.search-page-form .form-wrapper .js-form-item input.form-autocomplete {
	height: 50px;
	border: 0;
	background: #fff;
	float: right;
	font-size: 1.5em;
	font-weight: 700;
	color: #4d4d4d;
	border-radius: 0;
	width: 100%
}

.search-page-form .form-wrapper .form-submit {
	margin: 0;
	padding: 0;
	width: 10%;
	height: 50px;
	overflow: hidden;
	text-indent: -100em;
	background: #fff url(/themes/custom/cummins/images/icons/icon-search-grey.png) no-repeat 100%;
	background-size: 1.25rem 1.25rem;
	border-radius: 0;
	float: left
}

.search-page-form .search-help-link {
	float: right;
	font-size: .875em;
	margin: 10px 0 0;
	padding: 0;
	display: block
}

@media (min-width:640px) {
	.search-page-form .search-help-link {
		padding: 14px
	}
}

.search-results {
	padding: 0;
	margin: 40px 0;
	float: left;
	width: 100%;
	clear: both
}

.search-results li {
	margin: 10px 0;
	padding: 30px;
	background: #efefef
}

.search-results li h3 {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	line-height: 1.25rem
}

.search-results li h3 a {
	color: #da291c;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700
}

.search-results li h3 a:hover {
	color: #a1140a
}

.search-results li p {
	margin: 10px 0!important
}

.search-results li .search-result__snippet-info .search-result__snippet {
	padding: 0;
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 400
}

.search-result--content-type {
	font-weight: 600
}

.search-result--summary {
	margin-top: .5rem
}

.path-search .page-perimeter {
	background: #efefef
}

.path-search .page-perimeter .main-content-hero {
	padding: 0;
	width: 100%
}

.path-search .page-perimeter .page-container {
	background: #fff;
	padding: 2rem
}

.path-search .page-perimeter .page-column-main-content {
	display: block
}

@media (min-width:1024px) {
	.path-search .page-perimeter .page-column-main-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between
	}
}

.path-search .page-perimeter .page-column-main-content .region-content {
	width: 100%
}

@media (min-width:1024px) {
	.path-search .page-perimeter .page-column-main-content .region-content {
		width: 58%;
		padding-right: 1rem
	}
}

.path-search .page-perimeter .page-column-main-content .search-sidebar-second {
	width: 100%;
	background: #c6c6c6;
	border-top: 4px solid #da291c;
	padding: 1.5rem;
	margin-top: 1rem
}

@media (min-width:1024px) {
	.path-search .page-perimeter .page-column-main-content .search-sidebar-second {
		width: 40%;
		max-width: 300px;
		margin-top: 0;
		position: relative;
		right: -2rem
	}
}

.path-search .search-no-results {
	display: none
}

.path-search .view-empty {
	font-weight: 900;
	font-size: 1.25rem;
	margin: .5rem 0;
	padding-left: 25px
}

.path-search .view-empty:before {
	content: "";
	background-size: 20px 20px;
	width: 20px;
	display: block;
	background-image: url(/themes/custom/cummins/images/icons/icon-search-x-grey.svg);
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0
}

.path-search #block-exposedformsearchpage-1-3 {
	margin-top: 2rem
}

.path-search #block-exposedformsearchpage-1-3 .form-item-search-api-fulltext {
	width: 100%;
	border: 2px solid #da291c;
	padding: .5rem
}

.path-search #block-exposedformsearchpage-1-3 .ui-autocomplete-input {
	border-bottom: none;
	background: #efefef
}

.path-search #block-exposedformsearchpage-1-3 #edit-actions {
	position: absolute;
	top: 10px;
	right: 10px
}

.path-search #block-exposedformsearchpage-1-3 #edit-actions #edit-submit-search {
	background-image: url(/themes/custom/cummins/images/icons/icon-search-white.png);
	background-size: 20px 20px;
	height: 44px;
	font-size: 0
}

.path-search .views-element-container {
	margin-top: 2rem
}

.path-search .breadcrumb li:last-child {
	display: inline-block
}

.section-secondary-menu {
	overflow: visible;
	margin-left: auto;
	margin-right: .75rem
}

.section-secondary-menu .region-secondary-menu {
	display: flex;
	align-items: center
}

.section-secondary-menu #block-mplanguageblock {
	display: none
}

.section-secondary-menu #block-exposedformsearchpage-1 {
	order: 2
}

.section-secondary-menu nav.navigation {
	order: 1;
	position: relative;
	width: auto;
	margin-left: .5rem;
	z-index: 999
}

.section-secondary-menu nav.navigation#block-countryregion {
	z-index: 3
}

.section-secondary-menu nav.navigation h2 {
	background: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 6px;
	width: 20px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap
}

@media (min-width:840px) {
	.section-secondary-menu nav.navigation h2 {
		display: flex;
		width: auto
	}
}

.section-secondary-menu nav.navigation h2:hover {
	cursor: pointer
}

.section-secondary-menu nav.navigation h2:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/themes/custom/cummins/images/icons/icon-world.png) no-repeat 50%;
	background-size: contain;
	float: left;
	margin: 0 6px 0 0
}

.section-secondary-menu nav.navigation ul.menu {
	transition: all .1s ease;
	display: flex;
	flex-flow: row wrap;
	max-height: 0;
	margin: 0 1rem;
	padding: 20px;
	background: #4d4d4d;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 8px 28px rgba(0, 0, 0, .3);
	position: fixed;
	top: 3.75rem;
	right: 0;
	left: 0
}

@media (min-width:480px) {
	.section-secondary-menu nav.navigation ul.menu {
		position: absolute;
		top: 26px;
		left: auto;
		width: 280px;
		margin: 0
	}
}

@media (min-width:840px) {
	.section-secondary-menu nav.navigation ul.menu {
		top: 2rem;
		right: 6px
	}
}

.section-secondary-menu nav.navigation ul.menu li {
	display: block;
	padding: 0;
	transition: all .2s ease;
	min-width: 50%;
	order: 1
}

.section-secondary-menu nav.navigation ul.menu li:last-child {
	order: 0;
	font-size: 15px;
	font-weight: 700;
	width: 100%
}

.section-secondary-menu nav.navigation ul.menu li:last-child:after {
	content: "Global Websites";
	display: block;
	margin: 20px 0 10px;
	padding: 4px 8px
}

.section-secondary-menu nav.navigation ul.menu li:last-child a {
	text-decoration: underline;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 100%;
	background-size: 1.5rem .75rem;
	padding-right: 1.5rem
}

.section-secondary-menu nav.navigation ul.menu li a {
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	transition: all .2s ease
}

.section-secondary-menu nav.navigation ul.menu li a:hover {
	background-color: #7b7b7b
}

.section-secondary-menu nav.navigation ul.menu.opened {
	opacity: 1;
	max-height: 800px;
	pointer-events: auto
}

.card-page .sidebar,
.not-front.layout-no-sidebars .sidebar,
.not-front.layout-sidebar-first .sidebar {
	width: 100%;
	margin-top: 1.25rem
}

@media (min-width:768px) {
	.card-page .sidebar,
	.not-front.layout-no-sidebars .sidebar,
	.not-front.layout-sidebar-first .sidebar {
		width: 32.20339%;
		float: left;
		margin: 0;
		padding: 0 0 1rem
	}
}

@media (min-width:1024px) {
	.card-page .sidebar,
	.not-front.layout-no-sidebars .sidebar,
	.not-front.layout-sidebar-first .sidebar {
		padding: 0
	}
}

.card-page .sidebar .breadcrumb,
.not-front.layout-no-sidebars .sidebar .breadcrumb,
.not-front.layout-sidebar-first .sidebar .breadcrumb {
	margin: 0;
	padding: .375rem 2rem
}

.card-page .sidebar .breadcrumb ol li,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-transform: capitalize
}

.card-page .sidebar .breadcrumb ol li:before,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li:before,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li:before {
	top: 0;
	background: none;
	transition: none
}

.card-page .sidebar .breadcrumb ol li a,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li a,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li a {
	color: #fff;
	text-transform: capitalize
}

.card-page .sidebar .breadcrumb ol li a:hover,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li a:hover,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li a:hover {
	text-decoration: underline
}

.card-page .sidebar .breadcrumb ol li:first-child,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li:first-child,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li:first-child {
	padding: 0
}

.card-page .sidebar .breadcrumb ol li:nth-child(n+2):before,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li:nth-child(n+2):before,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li:nth-child(n+2):before {
	content: "/";
	margin: 0 4px
}

.card-page .sidebar .breadcrumb ol li:hover:before,
.not-front.layout-no-sidebars .sidebar .breadcrumb ol li:hover:before,
.not-front.layout-sidebar-first .sidebar .breadcrumb ol li:hover:before {
	transition: none;
	transform: none
}

.card-page .sidebar .navigation[role=navigation],
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation],
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] {
	padding: 10px 0 1rem
}

@media (min-width:1400px) {
	.card-page .sidebar .navigation[role=navigation],
	.not-front.layout-no-sidebars .sidebar .navigation[role=navigation],
	.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] {
		padding: 0 2rem
	}
}

.card-page .sidebar .navigation[role=navigation] h2,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] h2,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] h2 {
	margin: .5rem;
	margin-bottom: 0;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.5rem;
	text-align: left;
	color: #2d2d2d
}

.card-page .sidebar .navigation[role=navigation] ul,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul {
	margin: 0
}

.card-page .sidebar .navigation[role=navigation] ul li,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li {
	margin: 0;
	padding: 0
}

.card-page .sidebar .navigation[role=navigation] ul li .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li .expander {
	float: left;
	width: 1.5rem;
	height: 40px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease
}

.card-page .sidebar .navigation[role=navigation] ul li a,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li a,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li a {
	display: block;
	padding: .5rem 2rem;
	color: #4d4d4d;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5rem;
	border: 1px solid transparent;
	transition: all .2s ease
}

.card-page .sidebar .navigation[role=navigation] ul li a:hover,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li a:hover,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li a:hover {
	color: #da291c
}

.card-page .sidebar .navigation[role=navigation] ul li.expanded .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li.expanded .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.card-page .sidebar .navigation[role=navigation] ul li.expanded ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li.expanded ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li.expanded ul.menu {
	display: block
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu {
	display: none;
	padding: .5rem 0
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li .expander {
	float: left;
	width: 40px;
	height: 36px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li a,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li a,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li a {
	padding: .375rem 2rem .375rem 3rem;
	font-size: 1rem
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li.expanded .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li.expanded .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li.expanded ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li.expanded ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li.expanded ul.menu {
	display: block
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu {
	display: none
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li .expander {
	float: left;
	width: 52px;
	height: 34px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li a,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li a,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li a {
	padding: .375rem 2rem .375rem 3.75rem;
	font-size: 1rem
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded .expander,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded .expander,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li.expanded ul.menu {
	display: block
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu {
	display: none;
	background: #fff;
	border: 1px solid #efefef
}

.card-page .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu li a,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu li a,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li ul.menu li ul.menu li ul.menu li a {
	padding: 4px 30px 4px 90px
}

.card-page .sidebar .navigation[role=navigation] ul li.menu-item--active-trail .is-active,
.not-front.layout-no-sidebars .sidebar .navigation[role=navigation] ul li.menu-item--active-trail .is-active,
.not-front.layout-sidebar-first .sidebar .navigation[role=navigation] ul li.menu-item--active-trail .is-active {
	color: #da291c
}

.card-page .sidebar .block-views-blockleadership-block-1 h2,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 h2,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 h2 {
	padding: 6px 1.25rem;
	margin: 0;
	background-color: #efefef;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg);
	background-size: 10px 1.25rem;
	background-position: 0;
	background-repeat: no-repeat;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: 600;
	line-height: 34px
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership {
	padding: 10px 0 1rem;
	background: #efefef
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul {
	margin: 0
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li {
	margin: 0;
	padding: 0
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a {
	display: block;
	padding: 2px 30px;
	color: #4d4d4d;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg);
	background-size: 10px 1.25rem;
	background-position: -20px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	transition: all .2s ease
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a:hover,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a:hover,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span a:hover {
	background-position: 0;
	color: #da291c
}

.card-page .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span.active-trail a,
.not-front.layout-no-sidebars .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span.active-trail a,
.not-front.layout-sidebar-first .sidebar .block-views-blockleadership-block-1 .view-leadership .view-content .item-list ul li span.active-trail a {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg);
	background-size: 10px 1.25rem;
	background-position: 0;
	background-repeat: no-repeat
}

#block-relatedlinks {
	padding-top: 1.25rem
}

#block-relatedlinks h2 {
	margin: .5rem;
	margin-bottom: 0;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.5rem;
	text-align: left;
	color: #2d2d2d
}

#timeline {
	display: block;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
	width: 288px
}

@media (min-width:480px) {
	#timeline {
		width: 450px
	}
}

@media (min-width:640px) {
	#timeline {
		width: 610px;
		margin: 60px auto
	}
}

@media (min-width:1024px) {
	#timeline {
		width: 640px
	}
}

@media (min-width:1200px) {
	#timeline {
		width: 735px
	}
}

#timeline #dates {
	height: 46px;
	padding: 0 30px
}

#timeline #dates:after,
#timeline #dates:before {
	content: "";
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 99
}

@media (min-width:480px) {
	#timeline #dates:after,
	#timeline #dates:before {
		width: 100px
	}
}

#timeline #dates:before {
	left: 0;
	background: linear-gradient(90deg, #fff 0, #fff 17%, hsla(0, 0%, 100%, 0))
}

#timeline #dates:after {
	right: 0;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 84%, #fff)
}

#timeline #dates li {
	list-style: none;
	float: left;
	width: 80px;
	height: 50px;
	text-align: center;
	position: relative;
	margin: 0
}

@media (min-width:480px) {
	#timeline #dates li {
		width: 100px
	}
}

#timeline #dates li:before {
	display: none
}

#timeline #dates li a {
	color: #4d4d4d;
	font-size: 24px;
	line-height: 38px;
	font-weight: 600;
	padding-bottom: 30px
}

#timeline #dates li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	margin: 0;
	background: url(/themes/custom/cummins/images/icons/icon-timeline-bullet.svg) no-repeat 50%;
	background-size: contain
}

#timeline #dates li a.selected {
	font-size: 30px;
	line-height: 38px;
	font-weight: 700
}

#timeline #dates li a.selected:after {
	height: 18px;
	background: url(/themes/custom/cummins/images/icons/icon-timeline-selected.svg) no-repeat 50%;
	background-size: contain;
	margin-top: 4px
}

#timeline #issues {
	width: 100%;
	height: auto;
	max-height: 1200px;
	overflow: hidden;
	margin: -8px 0 0;
	float: left;
	padding: 60px 0 0;
	border-top: 4px solid #7b7b7b
}

#timeline #issues li {
	list-style: none;
	float: left;
	width: 288px
}

@media (min-width:480px) {
	#timeline #issues li {
		width: 450px
	}
}

@media (min-width:640px) {
	#timeline #issues li {
		width: 610px
	}
}

@media (min-width:1024px) {
	#timeline #issues li {
		width: 640px
	}
}

@media (min-width:1200px) {
	#timeline #issues li {
		width: 735px
	}
}

#timeline #issues li:before {
	display: none
}

#timeline #issues li.selected .views-field-field-image .field-content img {
	transform: scale(1)
}

#timeline #issues li .views-field-field-image {
	width: 100%;
	height: 200px;
	overflow: hidden
}

#timeline #issues li .views-field-field-image:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:480px) {
	#timeline #issues li .views-field-field-image {
		height: 250px
	}
}

@media (min-width:640px) {
	#timeline #issues li .views-field-field-image {
		height: 340px
	}
}

@media (min-width:1024px) {
	#timeline #issues li .views-field-field-image {
		height: 340px
	}
}

@media (min-width:1200px) {
	#timeline #issues li .views-field-field-image {
		height: 400px
	}
}

#timeline #issues li .views-field-field-image .field-content {
	padding: 0;
	text-align: center
}

@media (min-width:480px) {
	#timeline #issues li .views-field-field-image .field-content {
		padding: 0 30px
	}
}

@media (min-width:640px) {
	#timeline #issues li .views-field-field-image .field-content {
		padding: 0 50px
	}
}

@media (min-width:1024px) {
	#timeline #issues li .views-field-field-image .field-content {
		padding: 0 60px
	}
}

#timeline #issues li .views-field-field-image .field-content img {
	float: left;
	margin: 0 auto;
	width: auto;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1;
	transition: all .6s ease-in-out;
	transform: scale(.7);
	min-height: 200px
}

@media (min-width:480px) {
	#timeline #issues li .views-field-field-image .field-content img {
		min-height: 250px
	}
}

@media (min-width:640px) {
	#timeline #issues li .views-field-field-image .field-content img {
		min-height: 340px
	}
}

@media (min-width:1024px) {
	#timeline #issues li .views-field-field-image .field-content img {
		min-height: 340px
	}
}

@media (min-width:1200px) {
	#timeline #issues li .views-field-field-image .field-content img {
		min-height: 400px
	}
}

#timeline #issues li .views-field-title {
	font-size: 1.5rem;
	line-height: 34px;
	font-weight: 600;
	color: #4d4d4d;
	margin: 80px 0 0
}

@media (min-width:480px) {
	#timeline #issues li .views-field-title {
		margin: 30px 0 0 30px
	}
}

@media (min-width:640px) {
	#timeline #issues li .views-field-title {
		margin: 30px 40px 0
	}
}

@media (min-width:1024px) {
	#timeline #issues li .views-field-title {
		margin: 30px 60px 0
	}
}

#timeline #issues li .views-field-body {
	font-size: 18px;
	line-height: 1.5rem;
	font-weight: 400;
	color: #4d4d4d;
	margin: 4px 0 0
}

@media (min-width:480px) {
	#timeline #issues li .views-field-body {
		margin: 4px 0 0 30px
	}
}

@media (min-width:640px) {
	#timeline #issues li .views-field-body {
		margin: 4px 40px 0
	}
}

@media (min-width:1024px) {
	#timeline #issues li .views-field-body {
		margin: 4px 60px 0
	}
}

#timeline #issues li .views-field-body p {
	margin: 0
}

#timeline #issues li .field--name-field-description {
	margin: 4px 0 0
}

@media (min-width:480px) {
	#timeline #issues li .field--name-field-description {
		margin: 4px 0 0 30px
	}
}

@media (min-width:640px) {
	#timeline #issues li .field--name-field-description {
		margin: 4px 40px 0
	}
}

@media (min-width:1024px) {
	#timeline #issues li .field--name-field-description {
		margin: 4px 60px 0
	}
}

#timeline #next,
#timeline #prev {
	position: absolute;
	top: 320px;
	overflow: hidden;
	text-indent: -100em;
	width: 40px;
	height: 46px;
	display: block;
	z-index: 99
}

@media (min-width:480px) {
	#timeline #next,
	#timeline #prev {
		top: 210px
	}
}

@media (min-width:640px) {
	#timeline #next,
	#timeline #prev {
		top: 260px
	}
}

@media (min-width:1024px) {
	#timeline #next,
	#timeline #prev {
		top: 250px
	}
}

@media (min-width:1200px) {
	#timeline #next,
	#timeline #prev {
		top: 270px
	}
}

#timeline #prev {
	left: 0
}

@media (min-width:640px) {
	#timeline #prev {
		background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-left.svg) no-repeat;
		background-size: contain;
		background-position: 100%
	}
}

@media (min-width:768px) {
	#timeline #prev:hover {
		background-position: 0
	}
}

#timeline #next {
	right: 0
}

@media (min-width:640px) {
	#timeline #next {
		background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat;
		background-size: contain;
		background-position: 0
	}
}

@media (min-width:768px) {
	#timeline #next:hover {
		background-position: 100%
	}
}

.background--1 #timeline #dates li a {
	color: #fff
}

.background--1 #timeline #dates:before {
	left: 0;
	background: linear-gradient(90deg, #2d2d2d 0, #2d2d2d 17%, rgba(45, 45, 45, 0))
}

.background--1 #timeline #dates:after {
	right: 0;
	background: linear-gradient(90deg, rgba(45, 45, 45, 0) 0, #2d2d2d 84%, #2d2d2d)
}

.view-view-ordered-timelines #timeline #issues li .views-field-field-image {
	height: auto
}

.view-view-ordered-timelines #timeline #next,
.view-view-ordered-timelines #timeline #prev {
	top: 40%
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 0
}

.tooltip.in {
	opacity: 1
}

.tooltip.top {
	margin-top: -3px
}

.tooltip.right {
	margin-left: 3px
}

.tooltip.bottom {
	margin-top: 3px
}

.tooltip.left {
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px .5rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.path-user form.user-form,
.path-user form.user-login-form,
.path-user form.user-pass {
	margin: 4em 0
}

.path-user form.user-form .form-wrapper,
.path-user form.user-login-form .form-wrapper,
.path-user form.user-pass .form-wrapper {
	margin: 1em 0 2em
}

.path-user form.user-form .form-item,
.path-user form.user-login-form .form-item,
.path-user form.user-pass .form-item {
	margin-bottom: 2em
}

.path-user form.user-form .form-item.form-type-email label,
.path-user form.user-form .form-item.form-type-password label,
.path-user form.user-form .form-item.form-type-tel label,
.path-user form.user-form .form-item.form-type-textfield label,
.path-user form.user-login-form .form-item.form-type-email label,
.path-user form.user-login-form .form-item.form-type-password label,
.path-user form.user-login-form .form-item.form-type-tel label,
.path-user form.user-login-form .form-item.form-type-textfield label,
.path-user form.user-pass .form-item.form-type-email label,
.path-user form.user-pass .form-item.form-type-password label,
.path-user form.user-pass .form-item.form-type-tel label,
.path-user form.user-pass .form-item.form-type-textfield label {
	display: block
}

.path-user form.user-form .form-item.form-type-email input,
.path-user form.user-form .form-item.form-type-password input,
.path-user form.user-form .form-item.form-type-tel input,
.path-user form.user-form .form-item.form-type-textfield input,
.path-user form.user-login-form .form-item.form-type-email input,
.path-user form.user-login-form .form-item.form-type-password input,
.path-user form.user-login-form .form-item.form-type-tel input,
.path-user form.user-login-form .form-item.form-type-textfield input,
.path-user form.user-pass .form-item.form-type-email input,
.path-user form.user-pass .form-item.form-type-password input,
.path-user form.user-pass .form-item.form-type-tel input,
.path-user form.user-pass .form-item.form-type-textfield input {
	padding: .8em .75em 1em
}

.view-image-gallery .slick {
	position: relative;
	height: 240px;
	margin-bottom: 60px
}

@media (min-width:1024px) {
	.view-image-gallery .slick {
		height: 256px
	}
}

@media (min-width:1200px) {
	.view-image-gallery .slick {
		height: 240px
	}
}

.view-image-gallery .slick .slick-track {
	height: 300px
}

.view-image-gallery .slick .slick__slide .slide__media {
	height: 240px;
	overflow: hidden
}

.view-image-gallery .slick .slick__slide .slide__media img {
	width: 100%;
	object-fit: cover
}

@media (min-width:1024px) {
	.view-image-gallery .slick .slick__slide .slide__media {
		height: 256px
	}
}

@media (min-width:1200px) {
	.view-image-gallery .slick .slick__slide .slide__media {
		height: 240px
	}
}

.view-image-gallery .slick h2.slide__title {
	margin: 0;
	padding: .25rem .5rem;
	color: #7b7b7b;
	font-size: .875em;
	font-weight: 600
}

.view-image-gallery .slick__arrow {
	position: absolute;
	bottom: 0;
	right: 0
}

.view-image-gallery .slick__arrow .slick-next,
.view-image-gallery .slick__arrow .slick-prev {
	width: 34px;
	height: 34px;
	font-size: 0
}

.view-image-gallery .slick__arrow .slick-prev {
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat 50%;
	background-size: 5px 10px;
	transition: all 0 ease .2s
}

.view-image-gallery .slick__arrow .slick-prev:hover {
	background-color: #a1140a;
	background-position: 12px
}

.view-image-gallery .slick__arrow .slick-next {
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 16px;
	background-size: 5px 10px;
	transition: all 0 ease .2s
}

.view-image-gallery .slick__arrow .slick-next:hover {
	background-color: #a1140a;
	background-position: 18px
}

#block-productsupportsearch {
	padding: 1.5rem;
	background-color: #efefef
}

#block-productsupportsearch h2 {
	color: #2d2d2d;
	font-size: 1.5rem;
	margin-bottom: .25rem;
	margin-top: 0
}

#block-productsupportsearch p {
	font-size: 1.25rem;
	color: #7b7b7b;
	margin-bottom: 1rem
}

#block-productsupportsearch .search-form {
	position: relative
}

#block-productsupportsearch .search-form__wrapper {
	border-bottom: 2px solid #4d4d4d
}

#block-productsupportsearch .search-form__input {
	width: 100%;
	outline: none;
	border: none;
	padding: .75rem 0;
	background: none;
	color: #7b7b7b
}

#block-productsupportsearch .search-form__button {
	background: none;
	outline: none;
	border: none;
	position: absolute;
	top: .5rem;
	right: 0
}

#block-productsupportsearch .search-form__icon {
	color: #000;
	position: absolute;
	right: 0;
	background: transparent url(/themes/custom/images/icons/icon-search.png) no-repeat 50%
}

.modal-backdrop.in {
	z-index: 39
}

@media (min-width:640px) {
	.not-card-page #block-cumminscareblock {
		margin: 1rem auto 5rem
	}
}

.not-front.layout-sidebar-first .layout-main.full-width-main-no-sidebar {
	max-width: none;
	margin-bottom: 10%;
	padding: 3rem 0
}

.not-front.layout-sidebar-first .layout-main.full-width-main-no-sidebar #block-cumminscareblock .contact-cummins-care__wrapper {
	box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23);
	-ms-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23);
	-webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23)
}

@media (max-width:639px) {
	.not-front.layout-sidebar-first .layout-main.full-width-main-no-sidebar #block-cumminscareblock .contact-cummins-care__wrapper {
		display: block
	}
}

#block-cumminscareblock {
	position: relative;
	z-index: 38;
	margin-top: 0
}

@media (min-width:768px) {
	#block-cumminscareblock {
		margin-top: -7rem
	}
}

#block-cumminscareblock .contact-cummins-care__background-image {
	display: none
}

@media (min-width:480px) {
	#block-cumminscareblock .contact-cummins-care__background-image {
		display: block;
		position: absolute;
		left: -10%;
		top: 20%;
		max-width: 400px
	}
}

@media (min-width:640px) {
	#block-cumminscareblock .contact-cummins-care__background-image {
		display: block;
		max-width: 450px;
		top: 0
	}
}

@media (min-width:1400px) {
	#block-cumminscareblock .contact-cummins-care__background-image {
		max-width: 550px
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper {
	background: linear-gradient(200deg, #ad2116 30%, #da291c);
	max-width: 100%;
	margin-left: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 1rem
}

@media (min-width:768px) {
	#block-cumminscareblock .contact-cummins-care__wrapper {
		padding: 2rem;
		flex-direction: row;
		width: 90%
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__image {
	flex: 0 auto;
	padding: .5rem;
	margin: 0
}

@media (min-width:1024px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__image {
		padding: 1.5rem
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__image img {
	margin: 0 auto
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content {
	flex: 1 auto;
	padding: .5rem .5rem 2rem;
	color: #4d4d4d;
	width: 100%;
	position: relative
}

@breakpoint ($tablet-wide) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content {
		width: 66%
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .contact-cummins-care__button-wrapper {
	display: flex;
	flex-direction: column
}

@media (min-width:1024px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .contact-cummins-care__button-wrapper {
		align-items: stretch;
		justify-content: space-between;
		position: absolute;
		flex-direction: row
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .contact-cummins-care__button-wrapper .contact-cummins-care__button {
	min-width: 310px;
	margin: .5rem 0 0;
	padding: 1rem;
	background: linear-gradient(#4d4d4d, #2d2d2d);
	color: #fff;
	position: relative;
	top: 1.25rem;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

@media (min-width:768px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .contact-cummins-care__button-wrapper .contact-cummins-care__button {
		padding: 2rem 1rem;
		margin-right: .5rem
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content h3 {
	text-align: left;
	color: #fff
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content p {
	color: #fff;
	margin-bottom: 1rem
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content p a {
	color: #fff;
	text-decoration: underline
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .field--name-body p:first-child {
	margin-top: 0;
	color: #fff
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .view-customer-assistance-numbers {
	color: #c6c6c6
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .view-customer-assistance-numbers .view-content:after {
	background-color: #c6c6c6
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .view-customer-assistance-numbers .est-contact-phone-selected .views-row,
#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .view-customer-assistance-numbers .est-contact-phone-selected .views-row a {
	color: #fff
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .est-contact-phone-list,
#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .view-customer-assistance-numbers .views-row {
	color: #4d4d4d
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content #open-customer-care-form {
	color: #fff
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content #open-customer-care-form img {
	height: 1.25rem;
	display: inline-block;
	position: relative
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content #open-customer-care-form svg {
	fill: #fff;
	height: 1.5rem;
	width: 1.5rem;
	position: relative;
	top: 5px
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content #open-customer-care-form .contact-cummins-care__button-text {
	font-size: 1.25em;
	font-weight: 700
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .contact-cummins-care__response-time {
	margin-top: .25rem;
	color: #c6c6c6
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content .phone-help {
	padding-left: 0;
	color: #c6c6c6;
	margin-top: 0
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__by-phone {
	width: 100%;
	color: #fff
}

@media (min-width:768px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__by-phone {
		min-width: 300px;
		width: auto
	}
}

#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__by-phone p {
	line-height: 1;
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
	color: #fff
}

@media (min-width:480px) {
	#block-cumminscareblock .contact-cummins-care__wrapper {
		padding: 2rem
	}
}

@media (min-width:640px) {
	#block-cumminscareblock .contact-cummins-care__wrapper {
		display: flex;
		align-items: center;
		justify-content: center
	}
}

@media (min-width:1024px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__image {
		flex-basis: 250px
	}
}

@media (min-width:1024px) and (min-width:1024px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__image {
		flex-basis: 320px
	}
}

@media (min-width:1024px) {
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content {
		padding-left: 3.5rem
	}
	#block-cumminscareblock .contact-cummins-care__wrapper .contact-cummins-care__content h3 {
		margin-top: 0;
		margin-bottom: 1rem
	}
}

@media (min-width:768px) {
	.form-item-busphone,
	.form-item-email,
	.form-item-emailaddress,
	.form-item-first-name,
	.form-item-last-name,
	.form-item-lastname,
	.form-item-phone-number {
		width: 48%;
		display: block;
		float: left
	}
	.form-item-busphone,
	.form-item-last-name,
	.form-item-lastname,
	.form-item-phone-number {
		margin-left: 4%
	}
}

.form-item-country {
	clear: both
}

#edit-care-image {
	width: 18%;
	float: left;
	margin-bottom: 1.5rem
}

#edit-care-image p {
	margin: 0
}

#edit-with-24-hours {
	position: relative;
	float: right;
	width: 78%
}

#edit-with-24-hours h2 {
	font-weight: 600;
	font-size: 1.75em;
	margin: 0
}

#edit-with-24-hours p {
	font-size: 1rem;
	font-weight: 200
}

.button--red-x-close {
	display: block;
	background-color: #fff;
	border: none;
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
	z-index: 3
}

.button--red-x-close svg {
	width: 2rem;
	height: 2rem
}

.button--red-x-close svg path {
	fill: #da291c
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	display: none;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 1rem;
	pointer-events: none
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 2rem)
}

.modal-content {
	padding: 1.5rem;
	max-width: 800px;
	margin: 5% auto;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid #4d4d4d;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 79
}

.modal-backdrop.show {
	opacity: .3
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 0 solid #4d4d4d
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 0 solid #4d4d4d
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

#cmi-okm-details-page .btn-black {
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	transform: all .2s ease;
	background-color: #000;
	color: #fff;
	line-height: 1;
	font-size: 1.25rem;
	text-transform: none;
	padding: .5rem 1rem;
	float: right
}

#cmi-okm-details-page .btn-black:before {
	transition: all .2s ease;
	width: 5px;
	height: 12px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 0;
	background-size: contain;
	margin: 0 4px 0 0
}

#cmi-okm-details-page .btn-black:hover {
	background: #a1140a;
	color: #fff
}

#cmi-okm-details-page .btn-black:hover:before {
	background-position: 100%
}

#cmi-okm-details-page .btn-black:before {
	content: "";
	width: 7px;
	height: 20px;
	margin-right: 6px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-left.svg) no-repeat 50%;
	background-size: 7px 15px;
	float: left
}

#cmi-okm-details-page .btn-black:hover {
	color: #000;
	background-color: #fff
}

.cmi-okm-category {
	margin-top: 1rem
}

.cmi-okm-category label {
	display: inline-block;
	margin-right: .5rem
}

.cmi-okm-category .form-item {
	display: inline-block;
	margin-bottom: 0
}

.cmi-okm-category #okm-category {
	color: #da291c
}

.okm-see-more {
	margin-top: 2rem
}

.okm-see-more button,
.okm-see-more p {
	display: inline-block
}

.okm-see-more p {
	font-size: 1rem;
	margin-top: 0
}

.cmi-go-back {
	float: right
}

.cmi-okm-details-page-buttons svg {
	height: 1.5rem;
	width: 1.5rem;
	fill: #fff;
	vertical-align: bottom;
	margin-left: .25rem
}

.cmi-okm-details-page-buttons .button+.button,
.cmi-okm-details-page-buttons .button+.homepage__newsroom-view-more,
.cmi-okm-details-page-buttons .homepage__newsroom-view-more+.button,
.cmi-okm-details-page-buttons .homepage__newsroom-view-more+.homepage__newsroom-view-more {
	margin-left: 1rem
}

.okm-select-category {
	font-size: .9rem;
	padding: 1rem;
	border: 1px solid #efefef
}

.customer-assistance #main-wrapper {
	padding-bottom: 0
}

.customer-assistance .full-width-main-no-sidebar {
	padding-top: 0!important
}

.customer-assistance #customer-assistance-hero-image {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1
}

.customer-assistance #content {
	position: relative;
	width: 90%;
	top: 1.5rem;
	margin: 0 5% 1.5rem;
	right: 0;
	border-left: 8px solid #da291c
}

.customer-assistance #content label[for=edit-search] {
	display: none
}

.customer-assistance #content .text-formatted .field__item div {
	width: 100%!important
}

.customer-assistance #content .text-formatted .field__item div h2 {
	font-weight: 200;
	margin-bottom: 0
}

.customer-assistance #content .text-formatted .field__item div h1 {
	margin-top: 0
}

.customer-assistance #content .cummins-okm-search-form h2 {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6
}

.customer-assistance .quick-links-wrapper {
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	flex-wrap: wrap;
	margin-top: 4rem
}

.customer-assistance .quick-links-wrapper div {
	margin: 0 1rem
}

.customer-assistance .quick-links-wrapper a {
	position: relative;
	padding-left: 1rem;
	font-size: 1.125em;
	font-weight: 500;
	transition: all .2s ease;
	color: #7b7b7b;
	font-size: 1em
}

.customer-assistance .quick-links-wrapper a:before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 14px;
	left: 0;
	top: 50%;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 7px 15px;
	transform: translateY(-50%);
	transition: all .2s ease
}

.customer-assistance .quick-links-wrapper a:hover {
	color: #da291c
}

.customer-assistance .quick-links-wrapper a:hover:before {
	transform: translate(.25rem, -50%)
}

@media (min-width:768px) {
	.customer-assistance #customer-assistance-hero-image {
		position: relative;
		width: 66%
	}
	.customer-assistance #content {
		position: absolute;
		width: 50%
	}
	.customer-assistance .quick-links-wrapper a {
		font-size: 1.125em
	}
	.customer-assistance .quick-links-wrapper a:before {
		top: 49%;
		background-size: 7px 14px
	}
}

@media (max-width:768px) {
	.customer-assistance #customer-assistance-hero-image {
		width: auto
	}
	.customer-assistance .contact-cummins-care__image {
		display: none
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.customer-assistance #content {
		width: 90%;
		margin: 1.5rem 5%
	}
	.customer-assistance #customer-assistance-hero-image {
		width: auto
	}
	.customer-assistance .contact-cummins-care__image {
		display: initial
	}
}

.cmi-okm-cummins-care-current-filters li:hover {
	background-color: #efefef
}

.cmi-okm-cummins-care-current-filters .okm-applied-filter {
	cursor: pointer
}

.cmi-okm-cummins-care-current-filters .okm-applied-filter:before {
	content: "";
	background-image: url(/themes/custom/cummins/images/icons/icon-close.svg);
	background-size: 14px 14px;
	background-color: #2d2d2d;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin: 4px 10px 0 0
}

.cmi-okm-cummins-care-current-filters svg {
	height: 1rem;
	width: 1rem;
	vertical-align: middle
}

.cmi-okm-cummins-care-current-filters a {
	vertical-align: bottom
}

.cmi-okm-search-submit {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0;
	bottom: .5rem
}

.card-page #cummins-okm-search-form {
	margin: 1rem 0;
	padding: 2rem;
	background-image: url(/themes/custom/cummins/images/hero_images/cummins-cogs-background-texture-grayscale.png);
	background-size: cover;
	position: relative
}

.card-page #cummins-okm-search-form:before {
	content: " ";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	background: linear-gradient(300deg, #000, #4d4d4d 80%, #da291c)
}

.card-page #cummins-okm-search-form .js-form-item {
	width: 100%;
	margin-bottom: 0
}

.card-page #cummins-okm-search-form .js-form-item label {
	display: none
}

.card-page #cummins-okm-search-form .js-form-item input {
	margin: 0;
	border-color: #da291c;
	color: #fff;
	font-size: 1.25rem
}

.card-page #cummins-okm-search-form .js-form-item input::placeholder {
	color: #fff;
	font-size: 1.25rem
}

.card-page #cummins-okm-search-form .js-form-item input::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.25rem
}

.card-page #cummins-okm-search-form .js-form-item input:-ms-input-placeholder,
.card-page #cummins-okm-search-form .js-form-item input::-ms-input-placeholder {
	color: #fff;
	font-size: 1.25rem
}

.card-page #cummins-okm-search-form .js-form-item .cmi-okm-search-submit {
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	right: 0;
	bottom: 0;
	padding: 0.25rem;
	color: transparent;
	background: #da291c
}

.card-page #cummins-okm-search-form .js-form-item .cmi-okm-search-submit svg {
	height: 2rem;
	width: 2rem
}

.card-page #cummins-okm-search-form .js-form-item .cmi-okm-search-submit svg path {
	fill: #fff
}

.cmi-okm-margin-top-20 {
	margin-top: 20px
}

.cmi-okm-margin-top-30 {
	margin-top: 30px
}

.cmi-okm-margin-top-40 {
	margin-top: 40px
}

.cmi-margin-40px {
	margin: 40px 0
}

.cmi-okm-margin-top-50 {
	margin-top: 50px
}

.block-cummins-okm .left-filter {
	display: none
}

.block-cummins-okm-trending-topics h2 {
	font-size: 28px;
	margin: 0
}

.block-cummins-okm.block-cummins-okm-trending-topics ul {
	padding-left: 0
}

.block-cummins-okm.block-cummins-okm-trending-topics ul li {
	padding: 15px 0 5px;
	background-size: 6px 12px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding-left: 0
}

.block-cummins-okm.block-cummins-okm-trending-topics li a {
	color: #4d4d4d
}

.cmi-okm-product-registration.block-cummins-okm.block-cummins-okm-trending-topics ul li {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat 0 18px
}

.cmi-okm-product-registration.block-cummins-okm.block-cummins-okm-trending-topics li a {
	padding-left: 15px
}

.cmi-okm-trending-topics-ajax {
	margin-top: 1rem
}

.block-cummins-okm.block-cummins-okm-trending-topics .cmi-okm-category ol#okm-category {
	display: none
}

.block-cummins-okm.block-cummins-okm-trending-topics .cmi-okm-category.resp-active ol#okm-category {
	padding-left: 0;
	position: absolute;
	box-shadow: 3px 2px 3px grey;
	z-index: 501;
	right: 0;
	background: #fff;
	display: block
}

.block-cummins-okm.block-cummins-okm-trending-topics ol#okm-category li {
	padding: 5px 10px
}

.cummins-okm-search-form {
	padding-left: .5rem
}

.cummins-okm-search-form.care-search-results {
	position: relative;
	padding: 26px 24px 8px;
	border: 3px solid #d80a08
}

.cummins-okm-search-form.care-search-results form .form-item label {
	font-size: 30px
}

.cummins-okm-search-form.care-search-results h2 {
	position: absolute;
	display: block;
	top: 0;
	left: 16px;
	padding: 8px;
	margin: 0;
	font-size: 30px;
	background: #fff;
	color: #b9b9b9;
	font-weight: 700;
	line-height: .9;
	transform: translateY(-50%)
}

#cummins-okm-search-form {
	position: relative
}

.cummins-okm-search-form.care-search-results .block-cummins-okm form input[type=submit] {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	display: inline-block;
	padding: 10px 17px 10px 32px;
	text-transform: uppercase;
	background: #d90a07 url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	transition: all .2s ease-out
}

.cmi-okm-search-filters {
	padding: 1rem
}

.cmi-okm-search-filters .cmi-refine-results {
	border-bottom: 3px solid #888;
	padding-bottom: 10px
}

.cmi-okm-search-filters .cmi-refine-results label {
	vertical-align: top;
	font-size: 18px
}

.cmi-okm-search-results-filters .filter-child {
	display: none
}

.cmi-okm-search-results-filters.resp-active .filter-child {
	display: block;
	background: #f8f8f8;
	padding: 10px 0 10px 20px
}

.cmi-okm-search-results-filters.resp-active>.filter-parent>.caret-custom {
	transform: rotate(90deg)
}

.cmi-okm-search-filters .filter-parent {
	cursor: pointer
}

.filter-parent>.okm-filter-child {
	float: right;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox
}

.cmi-okm-search-results-filters>.filter-parent>.caret-custom {
	background: transparent url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg) no-repeat 50%!important;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-top: 2px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}

.cmi-okm-search-results-filters>.filter-parent {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 5px;
	font-weight: 700
}

.cmi-okm-search-results-filters.resp-active>.filter-parent {
	border-bottom: 1px solid #000
}

a.okm-filter-child,
a.okm-filter-child:focus,
a.okm-filter-child:hover {
	padding-left: 5px;
	color: #333;
	font-size: 18px;
	vertical-align: top
}

.cmi-okm-search-results-filters .filter-child input[type=checkbox] {
	vertical-align: top;
	height: 20px;
	width: 20px
}

.cmi-okm-search-results-filters>.filter-parent>.caret-custom+label {
	padding-left: 0
}

.cmi-okm-search-results-filters>.filter-parent>label {
	padding-left: 20px
}

.cmi-okm-search-results,
.cmi-okm-search-results.search-results {
	margin: 0;
	padding: 0
}

.block-cummins-okm .search-results li,
.cmi-okm-search-results.search-results .view-content>.views-row {
	margin: 10px 0;
	padding: 30px;
	list-style: none;
	background: #f8f8f8
}

.block-cummins-okm .cmi-okm-search-results .snippetClass3 {
	list-style: none;
	background: #f8f8f8;
	font-weight: 700
}

.cmi-okm-search-results.search-results h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px
}

.cmi-okm-search-results.search-results h3 a {
	word-wrap: break-word;
	color: #d90a07;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700
}

.cmi-okm-search-results.search-results li p {
	margin: 10px 0!important
}

.cummins-care-search>a,
.cummins-site-search>a {
	background: #d90a07;
	color: #fff;
	padding: 10px!important
}

.cmi-okm-cummins-care-current-filters {
	padding: 10px 0
}

.cmi-okm-cummins-care-current-filters>ul {
	display: inline-block;
	padding: 0
}

.cmi-okm-cummins-care-current-filters>ul>li {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 5px;
	padding: 3px 10px 5px;
	border-radius: 5px
}

.cmi-okm-cummins-care-current-filters>ul>li>a.okm-applied-filter,
.cmi-okm-cummins-care-current-filters>ul>li>a.okm-applied-filter:focus,
.cmi-okm-cummins-care-current-filters>ul>li>a.okm-applied-filter:hover {
	font-size: 14px;
	color: #4d4d4d
}

.cmi-okm-cummins-care-current-filters a.okm-applied-filter svg {
	margin-right: .25rem
}

.pager li.cmi-link-active>a {
	font-weight: 700
}

.cmi-okm-search-results-ajax.loading {
	background: hsla(0, 0%, 100%, .8) url(/themes/custom/cummins/images/loding.gif) 50% 50% no-repeat;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cmi-okm-details-page-buttons {
	padding-top: 20px;
	display: flex
}

.cmi-email-me,
.cmi-email-me:focus,
.cmi-email-me:hover,
.cmi-print-me,
.cmi-print-me:focus,
.cmi-print-me:hover {
	background: #da291c;
	color: #fff;
	padding: 5px 15px
}

#cmi-okm-details-page {
	line-height: 28px
}

#sidebar-first .block-cummins-okm-search-block h2,
.cummins-okm-search-form.cmi-electronic-service-tools h2,
.cummins-okm-search-form.cmi-product-support h2,
.cummins-okm-search-form.cmi-warranty h2 {
	font-size: 20px;
	margin-bottom: .5rem
}

#sidebar-first .block-cummins-okm-search-block label,
.cummins-okm-search-form.cmi-electronic-service-tools label,
.cummins-okm-search-form.cmi-product-support label,
.cummins-okm-search-form.cmi-warranty label {
	font-size: .875em
}

#sidebar-first .block-cummins-okm-search-block .form-item,
.cummins-okm-search-form.cmi-electronic-service-tools .form-item,
.cummins-okm-search-form.cmi-product-support .form-item,
.cummins-okm-search-form.cmi-warranty .form-item {
	margin-top: 0
}

#sidebar-first .block-cummins-okm-search-block .form-item input,
.cummins-okm-search-form.cmi-electronic-service-tools .form-item input,
.cummins-okm-search-form.cmi-product-support .form-item input,
.cummins-okm-search-form.cmi-warranty .form-item input {
	background-color: transparent
}

#content .block-cummins-okm-search-block input.form-submit,
#sidebar-first .block-cummins-okm-search-block input.form-submit,
.cummins-okm-search-form.cmi-care-search-page input.form-submit,
.cummins-okm-search-form.cmi-customer-assistance input.form-submit,
.cummins-okm-search-form.cmi-electronic-service-tools input.form-submit,
.cummins-okm-search-form.cmi-product-registration input.form-submit,
.cummins-okm-search-form.cmi-product-support input.form-submit,
.cummins-okm-search-form.cmi-warranty input.form-submit {
	background: transparent url(/themes/custom/cummins/images/icons/icon-search-grey.png) no-repeat;
	color: transparent;
	width: 22px;
	background-size: 22px 23px;
	height: 25px;
	top: 9px;
	right: 0;
	position: absolute;
	padding: 0
}

.cummins-okm-search-form.cmi-product-support input.form-submit,
.cummins-okm-search-form.cmi-warranty input.form-submit {
	display: none!important
}

.cummins-okm-search-form.cmi-customer-assistance label {
	display: none
}

#okm-question-icon {
	height: 20px;
	width: 20px;
	position: relative;
	top: 6px;
	float: left;
	margin-right: .25rem
}

[id^=block-cumminsokmtrendingtopics] {
	margin-top: 1rem;
	margin-bottom: 1.5rem
}

.cmi-clear-filters {
	cursor: pointer
}

.cmi-clear-filters svg {
	fill: #4d4d4d;
	height: 1rem;
	width: 1.5rem;
	vertical-align: middle;
	margin-left: .5rem
}

.customer-assistance .quick-links-wrapper {
	margin-bottom: -1rem
}

.customer-assistance .main-no-sidebar {
	padding: 1rem 1rem 0
}

#open-location-select-form {
	display: none;
	width: 19px;
	height: 22px;
	margin: 0 1rem 0 0;
	padding: 0;
	background: none;
	color: #fff;
	font-size: .6875em;
	font-weight: 400;
	line-height: 12px;
	border: none
}

#open-location-select-form span {
	display: none
}

@media (min-width:769px) {
	#open-location-select-form {
		display: block;
		width: auto;
		height: auto;
		margin-right: .5rem
	}
	#open-location-select-form span {
		display: inline-block;
		white-space: nowrap
	}
}

#open-location-select-form:hover {
	cursor: pointer;
	color: #ffd6d6
}

#open-location-select-form:before {
	content: "";
	width: 19px;
	height: 22px;
	background: url(/themes/custom/cummins/images/icons/icon-world.png) no-repeat 50%;
	background-size: contain;
	float: left;
	margin: 0 .3125rem 0 0
}

@media (min-width:769px) {
	#open-location-select-form:before {
		width: 9px;
		height: 8px;
		margin: .125rem .3125rem 0 0
	}
}

#location-select-form .modal-content {
	display: flex;
	flex-flow: column nowrap;
	min-height: 400px;
	background: #fff url(/themes/custom/cummins/images/world.svg) no-repeat 50%;
	background-size: 90% auto
}

#location-select-form .modal-content form {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 auto
}

#location-select-form .modal-content form p {
	margin-top: 0;
	font-size: 1.875em;
	font-weight: 700
}

@media (min-width:768px) {
	#location-select-form .modal-content form p {
		font-size: 2.25em
	}
}

#location-select-form .location-select-regions {
	display: flex;
	flex-flow: row wrap;
	flex: 1 auto;
	margin-bottom: .75rem
}

#location-select-form .location-select-regions .form-item {
	margin-bottom: 0
}

#location-select-form .location-select-regions .location-select-region a {
	display: block;
	padding: .75rem;
	background: hsla(0, 0%, 100%, .75);
	color: #4d4d4d;
	font-size: .875em;
	font-weight: 700;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
	transition: .2s ease
}

#location-select-form .location-select-regions .location-select-region a:focus,
#location-select-form .location-select-regions .location-select-region a:hover {
	background: #fff;
	color: #da291c
}

@media (min-width:768px) {
	#location-select-form .location-select-regions .location-select-region a {
		font-size: 1em
	}
}

#location-select-form .location-select-regions .location-select-region--current a {
	border-bottom: 3px solid #da291c
}

@media (min-width:768px) {
	#location-select-form .location-select-regions .location-select-region {
		flex: 0 48%;
		margin-bottom: 1rem
	}
	#location-select-form .location-select-regions .location-select-region:nth-child(2n-1) {
		margin-right: 4%
	}
}

#location-select-form .location-select-regions .location-selected a,
#location-select-form .location-select-regions .location-selected a:focus {
	background-color: hsla(0, 0%, 85%, .7)
}

#location-select-form #edit-actions {
	flex: 0 auto;
	width: 100%;
	margin-top: auto;
	margin-bottom: 0
}

.hero-image-header,
.hero-image-header-full {
	position: relative;
	height: 3.75rem;
	width: 100%
}

@media (min-width:640px) {
	.hero-image-header,
	.hero-image-header-full {
		height: 5rem
	}
}

@media (min-width:768px) {
	.hero-image-header,
	.hero-image-header-full {
		height: 12.5rem
	}
}

@media (min-width:1200px) {
	.hero-image-header,
	.hero-image-header-full {
		height: 25rem
	}
}

.hero-image-header-full {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.hero-image-header {
	background: #000
}

@media (min-width:768px) {
	.hero-image-header img {
		max-width: 40%;
		position: absolute;
		bottom: 0
	}
}

.tab_navigation__tabs {
	margin-top: 2em
}

.tab_navigation__navigation {
	margin-top: 2rem;
	display: flex;
	overflow: auto;
	flex-direction: column;
	justify-content: start
}

@media (min-width:768px) {
	.tab_navigation__navigation {
		flex-direction: row
	}
}

.tab_navigation__navigation__button {
	flex: 1 auto;
	display: block;
	margin-bottom: 1px;
	margin-right: 0;
	color: #da291c;
	position: relative;
	padding: 1rem;
	text-align: center;
	box-sizing: border-box;
	max-width: 100%;
	border: none;
	border-bottom: 2px solid #fff!important;
	font-weight: 800;
	font-size: 1rem
}

@media (min-width:768px) {
	.tab_navigation__navigation__button {
		max-width: 40%;
		margin-right: 1px;
		margin-bottom: 0
	}
}

.tab_navigation__navigation__button:before {
	content: "";
	display: none
}

.tab_navigation__navigation__button:hover {
	transition: .3s
}

.tab_navigation__navigation__button.active {
	color: #4d4d4d;
	border-bottom: 2px solid #4d4d4d!important;
	position: relative
}

.tab_navigation__tab {
	display: none;
	padding: 2rem 0
}

.tab_navigation__tab.active {
	display: block
}

.tab_navigation__tab #product-finder {
	padding: 0
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff slick-image-url(/themes/custom/cummins/css/ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "<"
}

[dir=rtl] .slick-prev:before {
	content: ">"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: ">"
}

[dir=rtl] .slick-next:before {
	content: "<"
}

.slick-dots {
	position: absolute;
	top: 52vw;
	width: 100%;
	margin: 0;
	padding: .5rem;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	margin: 0 .25rem;
	background: #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	border: none;
	opacity: .6;
	transition: all .2s ease
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	opacity: .9;
	outline: none
}

.slick-dots li.slick-active button {
	font-size: 2em;
	opacity: 1
}

@media (min-width:768px) {
	.slick-dots {
		top: auto;
		bottom: 2.75rem;
		left: 1.375rem;
		width: auto;
		text-align: left
	}
}

#boardMembers {
	margin-top: 12px;
	display: block
}

@media (min-width:480px) {
	#boardMembers {
		display: table
	}
}

#boardMembers tr td {
	vertical-align: top;
	padding-bottom: 10px
}

#boardMembers tr td:first-child {
	width: 100%!important
}

@media (min-width:480px) {
	#boardMembers tr td:first-child {
		width: 170px!important
	}
}

#boardMembers tr td:last-child {
	width: 100%!important
}

@media (min-width:480px) {
	#boardMembers tr td:last-child {
		width: 575px!important
	}
}

#boardMembers tr td img {
	margin-top: 3px;
	width: 152px;
	height: 182px;
	object-fit: cover
}

.page-node-type-electrification .button--red-x-close {
	background: none
}

.page-node-type-electrification #block-cummins-local-tasks {
	display: none
}

.page-node-type-electrification #main {
	max-width: 100%
}

.page-node-type-electrification #main #content {
	float: none;
	width: 100%
}

.page-node-type-electrification #main #content .region-content {
	padding: 0
}

.page-node-type-electrification #open-title-modal-video {
	background: #fff;
	color: #454545;
	transition: .2s;
	font-weight: 800;
	padding: .5rem .5rem .5rem 1.5rem;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	text-transform: uppercase;
	font-size: 1rem
}

.page-node-type-electrification #open-title-modal-video:before {
	left: 15px
}

.page-node-type-electrification #open-title-modal-video:hover {
	left: 1rem;
	transition: .2s
}

@media (min-width:640px) {
	.page-node-type-electrification #open-title-modal-video {
		top: 55%
	}
}

.page-node-type-electrification .electrification__titleSlider {
	position: relative
}

@media (min-width:1024px) {
	.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__slide {
		padding-bottom: 45%
	}
}

.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__title-wrap {
	background: none;
	width: 100%;
	top: 15%;
	position: absolute
}

@media (min-width:768px) {
	.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__title-wrap {
		top: 40%
	}
}

.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__title-wrap h3 {
	font-size: 1.7rem
}

@media (min-width:640px) {
	.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__title-wrap h3 {
		font-size: 3rem
	}
}

.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__title {
	text-align: center
}

.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__description,
.page-node-type-electrification .electrification__titleSlider .homepage-slide-show__link-button {
	display: none
}

.page-node-type-electrification .electrification__section {
	margin: 0 auto;
	padding: 3rem;
	max-width: 1200px
}

.page-node-type-electrification .electrification__section .navigation-left,
.page-node-type-electrification .electrification__section .navigation-right {
	display: none;
	position: absolute;
	top: 45%;
	cursor: pointer
}

@media (min-width:1024px) {
	.page-node-type-electrification .electrification__section .navigation-left,
	.page-node-type-electrification .electrification__section .navigation-right {
		display: inline-block
	}
}

.page-node-type-electrification .electrification__section .navigation-left svg,
.page-node-type-electrification .electrification__section .navigation-right svg {
	height: 45px;
	fill: #da291c
}

.page-node-type-electrification .electrification__section .navigation-left {
	left: 1rem;
	transform: rotateY(180deg)
}

.page-node-type-electrification .electrification__section .navigation-right {
	right: 1rem
}

.page-node-type-electrification .electrification__section__title {
	display: inline-block;
	color: #da291c;
	padding-bottom: 1rem;
	border-bottom: 3px solid #000;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1.5rem
}

.page-node-type-electrification .electrification__section__tabs {
	position: relative
}

.page-node-type-electrification .electrification__section__tabs__navigation {
	display: flex;
	align-items: baseline;
	-ms-grid-column-align: flex-start;
	justify-items: flex-start
}

.page-node-type-electrification .electrification__section__tabs__navigation__item {
	font-size: 1.25rem;
	cursor: pointer;
	color: #7b7b7b;
	margin-right: 3rem;
	text-transform: uppercase;
	font-weight: 800
}

.page-node-type-electrification .electrification__section__tabs__navigation__item.active {
	color: #da291c;
	border-bottom: 1px solid #da291c
}

.page-node-type-electrification .electrification__section__tabs__body {
	display: none
}

.page-node-type-electrification .electrification__section__tabs__body.active {
	display: block
}

.page-node-type-electrification .section__vehicles .navigation-left,
.page-node-type-electrification .section__vehicles .navigation-right {
	top: 400px
}

.page-node-type-electrification .landing-page-below-section {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto
}

@media (min-width:1024px) {
	.page-node-type-electrification .landing-page-below-section {
		height: 20vh
	}
}

.page-node-type-electrification .landing-page-below-section__image {
	max-width: 300px
}

@media (min-width:1024px) {
	.page-node-type-electrification .landing-page-below-section__image {
		max-width: 550px
	}
}

.page-node-type-electrification .views-field-field-hero-image {
	border-bottom: 3px solid #da291c
}

.page-node-type-electrification .views-field-field-hero-image img {
	filter: none!important
}

.page-node-type-electrification .bottom-links {
	padding: 0 3rem
}

@media (min-width:640px) {
	.page-node-type-electrification .bottom-links {
		padding: 0
	}
}

.page-node-type-electrification .bottom-links ul.manuals-documents-list {
	flex-flow: row wrap;
	justify-content: center
}

.page-node-type-electrification .bottom-links ul.manuals-documents-list li {
	list-style: none;
	flex-grow: 0;
	width: 100%;
	margin: 20px 0
}

@media (min-width:640px) {
	.page-node-type-electrification .bottom-links ul.manuals-documents-list li {
		width: 250px;
		margin: .5rem
	}
}

.page-node-type-electrification .slick-dots button {
	font-size: 0!important
}

.page-node-type-electrification .view-content {
	justify-content: space-between
}

.page-node-type-electrification .view-content .views-row {
	width: 100%
}

@media (min-width:640px) {
	.page-node-type-electrification .view-content .views-row {
		width: 300px
	}
}

.electrification-vehicle {
	padding: 3rem 0 2rem
}

@media (min-width:1024px) {
	.electrification-vehicle {
		padding: 3rem
	}
}

.electrification-vehicle__imageWrapper>span {
	float: left;
	position: relative;
	left: 5%;
	width: 90%
}

.electrification-vehicle__imageWrapper img {
	margin: 0 auto
}

.electrification-vehicle__hotspot {
	position: absolute;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	right: 10px;
	bottom: 10px;
	transition: .3s;
	cursor: pointer
}

.electrification-vehicle__hotspot:hover {
	transition: .3s;
	background: #ea6359
}

.electrification-vehicle__hotspot__button {
	position: absolute;
	background: #da291c;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	padding: 4px;
	z-index: 50;
	transition: .2s
}

@media (min-width:768px) {
	.electrification-vehicle__hotspot__button {
		height: 20px;
		width: 20px;
		padding: 4px
	}
}

.electrification-vehicle__hotspot__button svg {
	position: relative;
	top: -1px
}

@media (min-width:768px) {
	.electrification-vehicle__hotspot__button svg {
		top: -2px
	}
}

.electrification-vehicle__hotspot__button svg path {
	fill: #fff
}

@media (min-width:640px) {
	.electrification-vehicle__hotspot.active .electrification-vehicle__hotspot__snippet {
		transition: .3s;
		opacity: 1
	}
}

.electrification-vehicle__hotspot.active .electrification-vehicle__hotspot__button {
	transform: rotate(45deg);
	transition: .2s;
	background-color: #fff
}

.electrification-vehicle__hotspot.active .electrification-vehicle__hotspot__button svg path {
	fill: #da291c
}

.electrification-vehicle__hotspot__snippet {
	display: inline-block;
	opacity: 0;
	background: hsla(0, 0%, 100%, .95);
	padding: .5rem;
	position: absolute;
	top: -5px;
	right: -5px;
	border-top-right-radius: 15px;
	min-width: 150px;
	transition: .3s
}

@media (min-width:640px) {
	.electrification-vehicle__hotspot__snippet {
		min-width: 200px
	}
}

.electrification-vehicle__hotspot__snippet__title {
	color: #da291c;
	font-weight: 800;
	display: inline-block;
	width: 100%
}

.electrification-vehicle__hotspot__snippet__subtitle {
	font-size: .85rem;
	font-weight: 500
}

.electrification-vehicle__titleWrapper {
	text-align: center;
	margin: 0 auto
}

.electrification-vehicle__title {
	font-size: 2rem;
	margin-top: .5rem;
	text-transform: uppercase;
	color: #da291c
}

.electrification-vehicle__subtitle {
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: .25rem;
	text-transform: uppercase
}

.electrification-vehicle__details {
	margin-top: 3rem
}

.electrification-vehicle__details__detail {
	display: none
}

.electrification-vehicle__details__detail.active {
	display: flex;
	flex-wrap: wrap
}

.electrification-vehicle__details__detail__textWrapper {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 2rem 3rem
}

@media (min-width:768px) {
	.electrification-vehicle__details__detail__textWrapper {
		width: 50%
	}
}

.electrification-vehicle__details__detail__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800
}

.electrification-vehicle__details__detail__text {
	margin-bottom: 2rem
}

.electrification-vehicle__details__detail__image {
	width: 100%
}

@media (min-width:768px) {
	.electrification-vehicle__details__detail__image {
		width: 50%
	}
}

.electrification-vehicle__details__detail__link {
	margin-top: 1rem;
	padding: .5rem .5rem .5rem 1.5rem;
	position: relative;
	font-weight: 800;
	color: #da291c;
	transition: .2s;
	background: #fff;
	text-transform: uppercase;
	font-size: 1rem
}

.electrification-vehicle__details__detail__link:hover,
.electrification-vehicle__details__detail__link:visited {
	color: #da291c
}

.electrification-vehicle__details__detail__link:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: .5rem;
	height: 1rem;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain;
	transition: all .2s ease
}

.electrification-vehicle__details__detail__link:hover {
	margin-left: .5rem;
	transition: .2s
}

.innovation-slider {
	position: relative;
	margin-right: -3rem;
	margin-left: -3rem
}

.innovation-slider .homepage-slide-show__title-wrap {
	right: 10%;
	left: auto
}

.innovation-slider .navigation-left svg path,
.innovation-slider .navigation-right svg path {
	fill: #fff!important
}

@media (min-width:1024px) {
	.electrification__section__battery .electrification-vehicle .clear {
		display: none
	}
}

.electrification__section__battery .electrification-vehicle__imageWrapper>span {
	float: left;
	position: relative;
	left: 5%;
	width: 90%
}

@media (min-width:1024px) {
	.electrification__section__battery .electrification-vehicle__imageWrapper>span {
		left: 0;
		width: auto
	}
}

.electrification__section__battery .electrification-vehicle__imageWrapper img {
	margin: 0 auto
}

.electrification__section__battery .electrification-vehicle__hotspot__button {
	background: #fff
}

.electrification__section__battery .electrification-vehicle__hotspot__button svg path {
	fill: #da291c
}

.electrification__section__battery .electrification-vehicle__hotspot.active .electrification-vehicle__hotspot__button {
	background: #da291c
}

.electrification__section__battery .electrification-vehicle__hotspot.active .electrification-vehicle__hotspot__button svg path {
	fill: #fff
}

.electrification__section__battery .electrification-vehicle__hotspot__snippet {
	display: none
}

.electrification__section__battery .electrification-vehicle__titleWrapper {
	width: 350px;
	text-align: center;
	margin: 0 auto
}

.electrification__section__battery .electrification-vehicle__subtitle,
.electrification__section__battery .electrification-vehicle__title {
	display: none
}

@media (min-width:1024px) {
	.electrification__section__battery .electrification-vehicle__details {
		margin-top: 3rem;
		position: absolute;
		left: 65%
	}
}

.electrification__section__battery .electrification-vehicle__details__detail {
	display: none
}

.electrification__section__battery .electrification-vehicle__details__detail.active {
	display: inline-block
}

@media (min-width:1024px) {
	.electrification__section__battery .electrification-vehicle__details__detail.active {
		display: flex
	}
}

.electrification__section__battery .electrification-vehicle__details__detail__textWrapper {
	width: 100%;
	padding: 2rem;
	background: #da291c;
	color: #fff;
	margin-right: 2rem
}

@media (min-width:640px) {
	.electrification__section__battery .electrification-vehicle__details__detail__textWrapper {
		width: auto;
		padding: 2rem 3rem
	}
}

.electrification__section__battery .electrification-vehicle__details__detail__title {
	color: #fff;
	text-transform: uppercase;
	margin: 0
}

.electrification__section__battery .electrification-vehicle__details__detail__image {
	display: none
}

#block-cumminscommercefacetedsearchblock,
#block-cumminsutilfacetedsearchblock {
	background-color: #efefef;
	padding-bottom: 1.5rem
}

#block-cumminscommercefacetedsearchblock .form-item-sort-by,
#block-cumminscommercefacetedsearchblock .form-item-sort-order,
#block-cumminsutilfacetedsearchblock .form-item-sort-by,
#block-cumminsutilfacetedsearchblock .form-item-sort-order {
	display: none
}

#block-cumminscommercefacetedsearchblock>div.wrapper,
#block-cumminsutilfacetedsearchblock>div.wrapper {
	padding-bottom: 1rem;
	margin-right: 1rem;
	margin-left: 1rem;
	border-bottom: 1px solid #c6c6c6
}

#block-cumminscommercefacetedsearchblock .radio-group,
#block-cumminsutilfacetedsearchblock .radio-group {
	display: inline;
	align-items: start;
	margin-top: .75rem
}

#block-cumminscommercefacetedsearchblock .radio-group label,
#block-cumminsutilfacetedsearchblock .radio-group label {
	position: relative;
	cursor: pointer;
	margin-right: 1rem;
	padding-left: 1.325rem;
	font-size: 1rem
}

#block-cumminscommercefacetedsearchblock .radio-group label:after,
#block-cumminscommercefacetedsearchblock .radio-group label:before,
#block-cumminsutilfacetedsearchblock .radio-group label:after,
#block-cumminsutilfacetedsearchblock .radio-group label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%
}

#block-cumminscommercefacetedsearchblock .radio-group label:before,
#block-cumminsutilfacetedsearchblock .radio-group label:before {
	height: 1rem;
	width: 1rem;
	background: none;
	border: 2px solid #7b7b7b
}

#block-cumminscommercefacetedsearchblock .radio-group label:after,
#block-cumminsutilfacetedsearchblock .radio-group label:after {
	left: 3px;
	width: 10px;
	height: 10px;
	background: #da291c;
	transform: translateY(-50%) scale(0);
	transition: all .2s ease
}

#block-cumminscommercefacetedsearchblock .radio-group label:last-child,
#block-cumminsutilfacetedsearchblock .radio-group label:last-child {
	margin-right: 0
}

#block-cumminscommercefacetedsearchblock .radio-group input[type=radio],
#block-cumminsutilfacetedsearchblock .radio-group input[type=radio] {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}

#block-cumminscommercefacetedsearchblock .radio-group input[type=radio]:checked+label:after,
#block-cumminsutilfacetedsearchblock .radio-group input[type=radio]:checked+label:after {
	transform: translateY(-50%) scale(1)
}

#block-cumminscommercefacetedsearchblock .item-list__dropdown,
#block-cumminsutilfacetedsearchblock .item-list__dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 44px;
	padding: .5rem 1.5rem .5rem .5rem;
	background: transparent url(icon-arrow-grey-down.svg) no-repeat 100% 50%;
	background-size: 16px 8px;
	color: #4d4d4d;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	font-size: .875em;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0
}

#block-cumminscommercefacetedsearchblock .item-list__dropdown::-ms-expand,
#block-cumminsutilfacetedsearchblock .item-list__dropdown::-ms-expand {
	display: none
}

#block-cumminscommercefacetedsearchblock .item-list__dropdown.error,
#block-cumminsutilfacetedsearchblock .item-list__dropdown.error {
	background-color: hsla(0, 100%, 92%, .25);
	border-color: #da291c;
	border-width: 0 0 2px
}

#block-cumminscommercefacetedsearchblock .item-list__dropdown:focus,
#block-cumminsutilfacetedsearchblock .item-list__dropdown:focus {
	border-color: #da291c
}

@media (min-width:480px) {
	#block-cumminscommercefacetedsearchblock .item-list__dropdown,
	#block-cumminsutilfacetedsearchblock .item-list__dropdown {
		font-size: 1em
	}
}

@media (min-width:640px) {
	#block-cumminscommercefacetedsearchblock .item-list__dropdown,
	#block-cumminsutilfacetedsearchblock .item-list__dropdown {
		font-size: 1.125em
	}
}

.facet-search-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 1.25rem 1rem;
	color: #2d2d2d;
	font-size: .9rem
}

.facet-search-header .refine-results {
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem
}

.facet-search-header .refine-results:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	background: #da291c;
	margin-right: .25rem
}

.facet-search-header #clear-facet-search,
.facet-search-header #clear-facet-site-search {
	position: relative;
	margin-top: .5rem;
	color: #da291c;
	font-size: 1.125em;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer
}

.facets-widget-multiselect {
	min-height: 250px
}

.facet-accordion {
	position: relative;
	margin: 1.25rem 0 0;
	overflow: hidden
}

.facet-accordion .tab-header-wrapper {
	display: flex;
	align-content: space-between;
	-ms-grid-column-align: baseline;
	justify-items: baseline;
	position: relative
}

.facet-accordion .facet-accordion-icon {
	height: 15px;
	width: 15px;
	display: inline-block;
	transition: .3s
}

.facet-accordion .clear-filter-icon {
	background: none;
	border: none;
	display: none;
	padding: .25rem .5rem
}

.facet-accordion .tab-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease
}

.facet-accordion .tab-content__padding {
	padding: 1rem .5rem
}

.facet-accordion .item-list__checkbox {
	list-style: none;
	padding: 0
}

.facet-accordion .item-list__checkbox .facet-item {
	margin-top: .75rem
}

.facet-accordion .item-list__checkbox .facet-item:first-child {
	margin-top: 0
}

.facet-accordion--active .facet-accordion-icon {
	transform: rotate(90deg);
	transition: .3s
}

.facet-accordion--active .tab-content {
	max-height: 100em;
	min-height: 150px
}

input.facet-check {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}

label.facet-label {
	color: #4d4d4d;
	font-size: .85rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	width: 100%
}

label.facet-label span {
	text-transform: none
}

.facet-item__select {
	margin-top: 1rem
}

.facet-item__select:first-child {
	margin-top: 0
}

.facet-item__select label {
	position: relative;
	display: block;
	color: #7b7b7b;
	font-size: .875rem
}

@media (min-width:640px) {
	.facet-item__select label {
		font-size: 1rem
	}
}

.facet-item__count {
	font-size: .875em;
	font-weight: 600
}

.facets-checkbox {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}

.facets-checkbox+label {
	position: relative;
	display: block;
	padding-left: 1.75rem;
	cursor: pointer
}

.facets-checkbox+label:after,
.facets-checkbox+label:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1.125rem;
	height: 1.125rem
}

.facets-checkbox+label:before {
	background-color: #fff;
	border: 1px solid #4d4d4d
}

.facets-checkbox+label:after {
	background: url(/themes/custom/cummins/images/icons/check.svg) no-repeat 50% 50%;
	background-size: 12px;
	color: #a1140a;
	transform: scale(0);
	transition: all .2s ease
}

.facets-checkbox:checked {
	background-color: #fff;
	color: #000;
	border: 1px solid #4d4d4d
}

.facets-checkbox:checked+label:after {
	transform: scale(1)
}

#unit-conversion {
	color: #4d4d4d;
	background: #fff;
	margin: 1rem 0;
	padding: 1rem;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: start;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .14);
	-ms-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .14);
	-webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .14)
}

#unit-conversion .facet-label {
	width: 100%;
	display: inline-block;
	padding: 0 0 .5rem
}

#unit-conversion label {
	border: none
}

#unit-conversion label:after,
#unit-conversion label:before {
	display: none
}

.noUiSlider-handles {
	margin: 1rem 1.5rem
}

.noUiSlider-handles .noUi-connects {
	background: #c6c6c6
}

.noUiSlider-handles .noUi-connect {
	background: #da291c
}

.noUiSlider-handles .noUi-connect.disabled {
	background: #c6c6c6
}

.noUiSlider-handles .noUi-handle {
	border-radius: 0;
	border: none;
	background: #4d4d4d;
	box-shadow: none;
	right: -7px!important;
	width: 13px;
	cursor: pointer
}

.noUiSlider-handles .noUi-handle:after,
.noUiSlider-handles .noUi-handle:before {
	display: none
}

.noUiSlider-handles .noUi-pips {
	height: 0
}

.noUiSlider-handles .noUi-value,
.noUiSlider-handles .noUi-value-sub {
	top: 20px
}

.ranges {
	margin-top: 2.5rem;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap
}

.ranges input {
	border: none;
	border-bottom: 2px solid #2d2d2d;
	max-width: 70px
}

.ranges .range-high,
.ranges .range-low {
	width: 48%
}

.ranges .range-high.error input,
.ranges .range-low.error input {
	border: 1px solid #da291c;
	border-bottom: 2px solid #da291c
}

.facet-item__select,
.item-list__links {
	display: none
}

.selectize-control.multi .selectize-input {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #4d4d4d
}

.selectize-control.multi .selectize-input>div.item {
	background-image: none;
	background: #c6c6c6;
	color: #2d2d2d;
	border: none;
	border-radius: 0;
	text-shadow: none
}

.selectize-control.multi .selectize-input>div.item.active {
	background-image: none;
	background: #efefef;
	text-shadow: none
}

@media (max-width:640px) {
	#block-cumminscommercefacetedsearchblock {
		position: fixed;
		overflow: scroll;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 1000;
		padding-bottom: 3rem
	}
	#block-cumminscommercefacetedsearchblock.active {
		display: inline-block
	}
	#block-cumminscommercefacetedsearchblock .modal-content {
		padding-bottom: 4rem
	}
}

@media (max-width:640px) {
	.product-finder .site-footer {
		margin-bottom: 2rem
	}
}

@media (min-width:768px) {
	.product-finder-page #unit-conversion {
		margin-right: 0!important;
		margin-left: 0!important;
		width: 100%
	}
}

#block-cumminscommercefacetedsearchblock #autocomplete {
	position: relative
}

#block-cumminscommercefacetedsearchblock #autocomplete svg {
	position: absolute;
	right: 12px;
	top: 22px
}

#block-exposedformproduct-finderblock-1 {
	margin-left: 0;
	width: 100%;
	background-color: #da291c
}

#block-exposedformproduct-finderblock-1 .form-item {
	margin: 0
}

#block-exposedformproduct-finderblock-1 .js-form-item-title-2 {
	margin: 0 1rem;
	padding: .5rem;
	width: 100%;
	margin-left: 10%;
	background: #efefef
}

@media (min-width:1024px) {
	#block-exposedformproduct-finderblock-1 .js-form-item-title-2 {
		width: auto;
		margin-left: 0
	}
}

#block-exposedformproduct-finderblock-1 .js-form-item-title-2 label {
	display: none
}

#block-exposedformproduct-finderblock-1 #edit-title-2 {
	background: none;
	color: #2d2d2d;
	font-size: 1.1rem;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	background-color: #fff
}

#block-exposedformproduct-finderblock-1 #edit-submit-product-finder {
	content: "";
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0;
	padding: 0;
	font-size: 0;
	border-radius: 0;
	background: none
}

#block-exposedformproduct-finderblock-1 #edit-actions {
	margin-bottom: 0
}

#block-exposedformproduct-finderblock-1 .form--inline {
	position: relative;
	background: #efefef
}

#block-exposedformproduct-finderblock-1 .form--inline .form-item {
	float: none;
	margin: 0
}

#block-exposedformproduct-finderblock-1 .form--inline .form-item.form-type-textfield {
	padding-right: .5rem;
	background: #efefef
}

#block-exposedformproduct-finderblock-1 .form--inline .form-actions {
	display: block;
	margin: 0
}

#block-exposedformproduct-finderblock-1 input.form-autocomplete {
	background-position: calc(100% - 15px) 12px
}

#block-exposedformproduct-finderblock-1 .form-submit {
	position: absolute;
	display: block;
	bottom: 4px;
	right: 0;
	padding: 0;
	font-size: 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background-size: 1.25rem 1.25rem;
	border-radius: 0
}

@media (min-width:1024px) {
	.product-finder-page #block-exposedformproduct-finderblock-1 {
		margin-left: -5%;
		width: 110%
	}
}

html.content-template-a {
	font-size: 16px
}

html.content-template-a #sidebar-second {
	width: 100%
}

html.content-template-a #page {
	background-color: #efefef
}

html.content-template-a .header {
	background: #000
}

html.content-template-a .header_link {
	transition-property: color
}

html.content-template-a .page-perimeter {
	margin-top: 3.75rem
}

@media (min-width:640px) {
	html.content-template-a .page-perimeter {
		margin-top: 5rem
	}
}

html.content-template-a.is-page-hero-mode-accent .page-hero,
html.content-template-a.is-page-hero-mode-accent .page-hero>*,
html.content-template-a.is-page-hero-mode-backdrop .page-hero,
html.content-template-a.is-page-hero-mode-backdrop .page-hero>*,
html.content-template-a.is-page-hero-mode-page .page-hero,
html.content-template-a.is-page-hero-mode-page .page-hero>* {
	position: relative
}

html.content-template-a.is-page-hero-mode-accent .page-hero-bg,
html.content-template-a.is-page-hero-mode-backdrop .page-hero-bg,
html.content-template-a.is-page-hero-mode-page .page-hero-bg {
	background: #da291c url(/themes/custom/cummins/images/internal_header_red_background.jpg) top no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

html.content-template-a.is-page-hero-mode-accent .page-hero>.page-container {
	margin-top: 1rem
}

html.content-template-a.is-page-hero-mode-accent .page-hero-bg {
	height: 1rem
}

html.content-template-a.is-page-hero-mode-page .page-hero {
	background-color: #2d2d2d
}

@media (max-width:959px) {
	html.content-template-a.is-page-hero-mode-page .page-hero {
		min-height: 24vw
	}
}

html.content-template-a.is-page-hero-mode-page .page-hero-bg {
	background-color: transparent;
	background-position: 50% 25%
}

@media (max-width:959px) {
	html.content-template-a.is-page-hero-mode-page .page-hero-bg {
		opacity: .5
	}
}

@media (min-width:760px) {
	html.content-template-a .page-container {
		width: 41.25rem;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:960px) {
	html.content-template-a .page-container {
		width: 57.5rem
	}
}

@media (min-width:1280px) {
	html.content-template-a .page-container {
		width: 72.5rem
	}
}

html.content-template-a .page-columns {
	position: relative;
	display: flex;
	flex-flow: column
}

html.content-template-a .page-column-side-content {
	flex: 0 0 auto
}

html.content-template-a .side-content-hero {
	background: 50% no-repeat;
	background-size: cover;
	overflow: hidden
}

html.content-template-a .side-content-hero img {
	opacity: 0;
	width: 100%;
	height: 100%
}

html.content-template-a .side-content {
	background-color: #f7f7f7
}

@media (min-width:960px) {
	html.content-template-a .side-content {
		background-image: linear-gradient(90deg, #fff, #f7f7f7)
	}
}

html.content-template-a .side-content .button--related-links {
	padding: .75rem 1rem
}

html.content-template-a .p-content {
	padding: 1rem
}

@media (min-width:640px) {
	html.content-template-a .p-content {
		padding: 1.5rem 2rem
	}
}

@media (min-width:760px) {
	html.content-template-a .p-content {
		padding: 1.5rem 2rem
	}
}

@media (min-width:1280px) {
	html.content-template-a .p-content {
		padding: 2rem 3rem
	}
}

html.content-template-a .side-content .sidebar {
	width: auto;
	float: none;
	margin: 0;
	padding: 1rem
}

@media (min-width:640px) {
	html.content-template-a .side-content .sidebar {
		padding: 0
	}
}

html.content-template-a .side-content .sidebar .block-system-breadcrumb-block,
html.content-template-a .side-content .sidebar .breadcrumb {
	display: none
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] {
	padding: 0
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li ul.menu,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li ul.menu li ul.menu,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li ul.menu li ul.menu li ul.menu {
	background: none;
	border: none
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu {
	margin: 0;
	padding: 0;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 700
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu ul.menu {
	margin: 1rem 0 0 1rem;
	padding: 0;
	font-weight: 500
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item {
	margin: 0 0 1rem;
	padding: 0;
	position: relative
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item .expander,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li .expander,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li .expander,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li ul.menu li .expander {
	position: absolute;
	top: -.75rem;
	left: -2rem;
	float: none;
	height: 2.5rem;
	width: 2.5rem;
	background-position: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item .expander:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li .expander:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li .expander:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li ul.menu li .expander:before {
	content: "";
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	background-color: #4d4d4d;
	opacity: .15;
	border-radius: 50%;
	transition: transform .2s;
	transform: scale(0)
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item .expander:hover:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li .expander:hover:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li .expander:hover:before,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li ul.menu li .expander:hover:before {
	transform: scale(.999)
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item a {
	border: 0 none;
	color: #4d4d4d;
	display: inline-block
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item a:hover {
	color: #da291c
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item a,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li a,
html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item ul.menu li ul.menu li a {
	font-size: inherit;
	line-height: inherit;
	padding: 0
}

html.content-template-a .side-content .sidebar .navigation[role=navigation] ul.menu li.menu-item--active-trail>a {
	color: #da291c
}

html.content-template-a .icon-hamburger-black {
	content: "";
	display: inline-block;
	width: .915em;
	height: .8em;
	background: url(/themes/custom/cummins/images/icons/icon-hamburger-black.svg) no-repeat 50%;
	background-size: contain
}

html.content-template-a .btn-close {
	display: block;
	width: 3rem;
	height: 3rem;
	border: 0 none;
	background: transparent url(/themes/custom/cummins/images/icons/icon-close-black.svg) no-repeat 50%;
	background-size: 1rem 1rem;
	color: transparent;
	overflow: hidden;
	border-radius: 50%;
	font-size: 0;
	padding: 0;
	opacity: .5;
	transition: opacity .2s
}

html.content-template-a .btn-close:hover {
	opacity: 1
}

@media (max-width:959px) {
	html.content-template-a .side-content.is-toggleable .sidebar {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100000;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background: url(/themes/custom/cummins/images/background-multiprod-bottom.jpg) no-repeat 0;
		background-size: cover;
		padding: 2rem;
		display: none
	}
	html.content-template-a .side-content.is-toggleable .sidebar .btn-close {
		position: fixed;
		top: 1.125rem;
		right: 1.125rem;
		z-index: 1
	}
}

@media (max-width:959px) and (min-width:760px) and (max-width:959px) {
	html.content-template-a .side-content.is-toggleable .sidebar {
		padding: 4rem 8rem
	}
	html.content-template-a .side-content.is-toggleable .sidebar .btn-close {
		top: 3.125rem;
		right: 7.125rem
	}
}

@media (max-width:959px) {
	html.content-template-a .side-menu-header {
		margin: 0 0 2rem
	}
	html.content-template-a.is-sidebar-open {
		overflow: hidden
	}
	html.content-template-a.is-sidebar-open body {
		position: fixed;
		left: 0;
		right: 0
	}
	html.content-template-a.is-sidebar-open body .side-content.is-toggleable .sidebar {
		display: block
	}
}

html.content-template-a .page-column-main-content {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column
}

@media (min-width:960px) {
	html.content-template-a .page-column-main-content {
		flex-basis: 0px
	}
}

html.content-template-a .main-content-hero {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	flex: 0 0 auto
}

html.content-template-a .main-content-hero a {
	transition-property: color
}

html.content-template-a .main-content {
	flex: 1 0 auto
}

html.content-template-a.is-page-hero-mode-backdrop .breadcrumb li,
html.content-template-a.is-page-hero-mode-backdrop .hero-title h1,
html.content-template-a.is-page-hero-mode-backdrop .main-content-hero,
html.content-template-a.is-page-hero-mode-backdrop .main-content-hero a,
html.content-template-a.is-page-hero-mode-backdrop .page-hero,
html.content-template-a.is-page-hero-mode-backdrop .page-hero a {
	color: #fff
}

html.content-template-a.is-page-hero-mode-page .page-hero .breadcrumb li,
html.content-template-a.is-page-hero-mode-page .page-hero a,
html.content-template-a.is-page-hero-mode-page .page-hero h1 {
	color: #fff;
	text-shadow: 0 4px 14px rgba(0, 0, 0, .3)
}

html.content-template-a .hero-title {
	margin: 0 0 1rem
}

html.content-template-a .hero-title h1 {
	font-size: 1.5rem;
	line-height: 1;
	margin: 0
}

html.content-template-a .breadcrumb {
	margin: 0;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 700
}

html.content-template-a .breadcrumb ol {
	display: flex
}

html.content-template-a .breadcrumb li {
	margin: 0
}

html.content-template-a .breadcrumb li a {
	display: inline;
	color: #da291c;
	font-weight: 700
}

html.content-template-a .breadcrumb li a:active,
html.content-template-a .breadcrumb li a:focus,
html.content-template-a .breadcrumb li a:hover {
	text-decoration: underline
}

html.content-template-a .breadcrumb li+li:before {
	content: "/";
	margin: 0 .2em 0 .5em;
	opacity: .5;
	position: static;
	left: auto
}

html.content-template-a.is-page-hero-mode-accent .page-column-main-content,
html.content-template-a.is-page-hero-mode-backdrop .main-content,
html.content-template-a.is-page-hero-mode-none .page-column-main-content,
html.content-template-a.is-page-hero-mode-page .page-column-main-content {
	background: #fff;
	box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .05)
}

@media (min-width:480px) {
	html.content-template-a .hero-title h1 {
		font-size: 1.75rem
	}
}

@media (min-width:640px) {
	html.content-template-a .hero-title h1 {
		font-size: 2rem
	}
}

@media (max-width:959px) {
	html.content-template-a .hidden-md-down {
		display: none
	}
	html.content-template-a .side-content-hero {
		height: 0;
		padding-bottom: 66.666%
	}
}

@media (min-width:760px) {
	html.content-template-a .page-columns {
		margin-bottom: 2rem
	}
	html.content-template-a .hero-title h1 {
		font-size: 2.5rem
	}
	html.content-template-a .side-content .button--related-links {
		padding: 1.25rem 2rem
	}
}

@media (min-width:960px) {
	html.content-template-a .hidden-lg-up {
		display: none
	}
	html.content-template-a .page-columns {
		flex-flow: row;
		margin-bottom: 5rem
	}
	html.content-template-a .page-column-side-content {
		width: 16rem;
		order: 1
	}
	html.content-template-a .page-column-main-content {
		order: 2
	}
	html.content-template-a .main-content-hero {
		background-color: transparent
	}
	html.content-template-a.is-page-hero-mode-backdrop .page-hero {
		height: 15.25rem
	}
	html.content-template-a.is-page-hero-mode-backdrop .page-columns {
		margin-top: -10.5rem
	}
	html.content-template-a.is-page-hero-mode-backdrop .side-content-hero {
		height: 8rem
	}
	html.content-template-a.is-page-hero-mode-backdrop.has-sidebar-hero-image .side-content-hero,
	html.content-template-a.is-page-hero-mode-backdrop .main-content-hero {
		height: 10.5rem
	}
	html.content-template-a.is-page-hero-mode-page .page-hero-bg {
		background-position: 50%
	}
	html.content-template-a.is-page-hero-mode-page .page-column-main-content {
		margin-top: 15rem
	}
	html.content-template-a.is-page-hero-mode-page .page-hero {
		height: 19.75rem
	}
	html.content-template-a.is-page-hero-mode-page .page-columns {
		margin-top: -17.5rem
	}
	html.content-template-a.is-page-hero-mode-page.has-sidebar-hero-image .side-content-hero,
	html.content-template-a.is-page-hero-mode-page .side-content-hero {
		height: 15rem
	}
	html.content-template-a.is-page-hero-mode-page .main-content-hero {
		height: auto
	}
}

@media (min-width:1280px) {
	html.content-template-a .page-column-side-content {
		width: 20rem
	}
	html.content-template-a.is-page-hero-mode-backdrop .page-hero {
		height: 18.25rem
	}
	html.content-template-a.is-page-hero-mode-backdrop .page-columns {
		margin-top: -13.5rem
	}
	html.content-template-a.is-page-hero-mode-backdrop .side-content-hero {
		height: 10.5rem
	}
	html.content-template-a.is-page-hero-mode-backdrop.has-sidebar-hero-image .side-content-hero,
	html.content-template-a.is-page-hero-mode-backdrop .main-content-hero {
		height: 13.5rem
	}
	html.content-template-a.is-page-hero-mode-page .page-hero-bg {
		background-position: 50%
	}
	html.content-template-a.is-page-hero-mode-page .page-column-main-content {
		margin-top: 18rem
	}
	html.content-template-a.is-page-hero-mode-page .page-hero {
		height: 22.75rem
	}
	html.content-template-a.is-page-hero-mode-page .page-columns {
		margin-top: -20.5rem
	}
	html.content-template-a.is-page-hero-mode-page .side-content-hero {
		height: 17.5rem
	}
	html.content-template-a.is-page-hero-mode-page.has-sidebar-hero-image .side-content-hero {
		height: 18rem
	}
	html.content-template-a.is-page-hero-mode-page .main-content-hero {
		height: auto
	}
}

html.content-template-a .facet-search-header #clear-facet-search,
html.content-template-a .facet-search-header #clear-facet-site-search {
	font-size: 1rem
}

@media (min-width:760px) and (max-width:959px) {
	html.content-template-a #block-cumminscommercefacetedsearchblock,
	html.content-template-a #block-cumminsutilfacetedsearchblock {
		padding: 0 0 1rem
	}
}

@media (min-width:960px) and (max-width:1279px) {
	html.content-template-a #block-cumminscommercefacetedsearchblock,
	html.content-template-a #block-cumminsutilfacetedsearchblock {
		font-size: .75rem
	}
}

@media (min-width:1280px) {
	html.content-template-a #block-cumminscommercefacetedsearchblock,
	html.content-template-a #block-cumminsutilfacetedsearchblock {
		padding: 0 0 1rem
	}
}

@media (min-width:960px) and (max-width:1279px) {
	html.content-template-a label.facet-label {
		font-size: .85rem
	}
	html.content-template-a .facets-checkbox+label:after,
	html.content-template-a .facets-checkbox+label:before {
		top: -.125rem
	}
}

html.content-template-a body.desktop-view.adminimal-admin-toolbar.card-page.sticky-nav .header,
html.content-template-a body.desktop-view.adminimal-admin-toolbar .header {
	position: absolute;
	top: 0
}

html.content-template-a body.mobile-view.adminimal-admin-toolbar,
html.content-template-a body.mobile-view.adminimal-admin-toolbar.card-page.sticky-nav {
	padding-top: 0!important
}

html.content-template-a .region-main-no-sidebar {
	max-width: 1160px;
	margin: 0 auto 2rem
}

html.content-template-a .region-main-no-sidebar .contact-cummins-care__button-wrapper {
	left: -2rem
}

@media (min-width:760px) and (max-width:959px) {
	html.content-template-a .region-main-no-sidebar .contact-cummins-care__button-wrapper {
		left: auto
	}
}

html.content-template-a .cummins-okm-search-form #edit-submit {
	bottom: 2rem;
	top: auto
}

html.content-template-a .cummins-okm-search-form #edit-search {
	font-size: .85rem
}

@media (min-width:1024px) {
	html.content-template-a #block-cumminscareblock {
		margin-bottom: 7rem;
		margin-top: 0
	}
}

html.content-template-a #block-cumminscareblock .contact-cummins-care__background-image {
	background: #efefef url(/themes/custom/cummins/images/care-background-image.jpg) no-repeat 50%;
	background-size: contain;
	background-blend-mode: darken
}

html.content-template-a #block-cumminscareblock .contact-cummins-care__background-image img {
	visibility: hidden
}

.layout-container.card-page {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	z-index: 39
}

@media (min-width:1024px) {
	.layout-container.card-page {
		flex-direction: row
	}
}

.layout-container.card-page .field--name-body>.field__item h1:first-child,
.layout-container.card-page .field--name-body>.field__item h2:first-child,
.layout-container.card-page .field--name-body>.field__item h3:first-child,
.layout-container.card-page .field--name-body>.field__item h4:first-child,
.layout-container.card-page .field--name-body>.field__item h5:first-child,
.layout-container.card-page .field--name-body>.field__item h6:first-child,
.layout-container.card-page .field--name-body>.field__item p:first-child {
	margin-top: 1rem
}

.layout-container.card-page .overview-text p {
	font-size: 1rem
}

.layout-container.card-page .page-section,
.layout-container.card-page .page-title {
	margin-top: .5rem
}

.layout-container.card-page .page-section h2 {
	font-size: 1.25rem;
	color: #4d4d4d;
	font-weight: 400;
	margin: 0
}

.layout-container.card-page .layout-main {
	display: block;
	padding: 0 1rem
}

@media (min-width:768px) {
	.layout-container.card-page .layout-main {
		padding: 0 2rem
	}
}

@media (min-width:1024px) {
	.layout-container.card-page .layout-main {
		padding: 0 2.5rem;
		max-width: 1300px
	}
}

.layout-container.card-page .layout-main-wrapper {
	padding-top: 2rem;
	position: relative;
	background: #fff;
	margin-top: 0;
	box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23);
	-ms-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23);
	-webkit-box-shadow: 0 3px 35px 0 rgba(0, 0, 0, .16), 0 3px 10px 1px rgba(0, 0, 0, .23)
}

@media (min-width:1024px) {
	.layout-container.card-page .layout-main-wrapper {
		max-width: 1200px
	}
}

@media (min-width:768px) {
	.layout-container.card-page .layout-main-wrapper {
		margin-top: -1.875rem
	}
}

@media (min-width:1200px) {
	.layout-container.card-page .layout-main-wrapper {
		max-width: 100%;
		margin-top: -4.375rem
	}
}

@media (min-width:1400px) {
	.layout-container.card-page .layout-main-wrapper {
		padding: 3rem 4rem
	}
}

@media (min-width:768px) {
	.layout-container.card-page .sidebar {
		width: 100%;
		float: none
	}
}

@media (min-width:1024px) {
	.layout-container.card-page .sidebar {
		width: auto;
		flex: 0 0 28%;
		margin: 0;
		padding: 0
	}
}

@media (min-width:1200px) {
	.layout-container.card-page .sidebar {
		flex: 0 0 32%
	}
}

@media (min-width:768px) {
	.layout-container.card-page .main-content {
		float: none!important;
		width: auto!important
	}
	.layout-container.card-page .main-content .region-content {
		padding: 0!important
	}
}

@media (min-width:768px) and (min-width:768px) {
	.layout-container.card-page .main-content .region-content {
		float: none
	}
}

@media (min-width:1400px) {
	.layout-container.card-page #block-relatedlinks,
	.layout-container.card-page #views-exposed-form-product-finder-block-1 {
		padding: 0 2rem
	}
	.layout-container.card-page #block-cumminscommercefacetedsearchblock {
		padding: 1rem 2rem
	}
}

.block-views-blockspotlight-section-block-1 ul li,
.block-views-blockspotlight-section-block-2 ul li,
.block-views-blockspotlight-section-block-3 ul li,
.block-views-blockspotlight-section-block-4 ul li,
.block-views-blockspotlight-section-block-5 ul li {
	margin: 0
}

.block-views-blockspotlight-section-terms-block-1 {
	width: 100%;
	background-color: #4d4d4d;
	padding: 20px 1rem 0;
	height: 100px
}

@media (min-width:480px) {
	.block-views-blockspotlight-section-terms-block-1 {
		height: 150px;
		padding: 10px 0
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-terms-block-1 {
		height: 135px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-terms-block-1 {
		height: 140px
	}
}

.block-views-blockspotlight-section-terms-block-1 .view-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.block-views-blockspotlight-section-terms-block-1 .view-content:after {
	content: "";
	display: table;
	clear: both
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row {
	position: relative;
	width: 21.0526315789%;
	float: left;
	margin-right: 5.2631578947%
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row:last-of-type {
	margin-right: 0
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a {
	height: 80px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1rem;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	overflow: hidden
}

@media (min-width:480px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a {
		height: 110px;
		line-height: 1.5rem;
		font-size: 22px;
		overflow: visible
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a {
		height: 100px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a {
		height: 110px;
		font-size: 26px;
		line-height: 28px
	}
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a:hover img {
	margin: -14px auto 14px
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a img {
	transition: all .2s ease;
	width: auto;
	max-height: 28px;
	margin: -14px auto 6px;
	display: block
}

@-moz-document url-prefix() {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a img {
		min-height: 28px
	}
}

@media (min-width:480px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a img {
		margin: -10px auto 10px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a img {
		max-height: 40px
	}
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a:before {
	transition: all .2s ease;
	content: "";
	width: 0;
	height: 0;
	min-height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 15px solid transparent;
	position: relative;
	visibility: hidden
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a:before {
		top: 125px;
		visibility: visible
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a:before {
		top: 115px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a:before {
		top: 125px
	}
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a span {
	transition: all .2s ease;
	float: left;
	clear: both;
	width: 100%;
	height: 54px;
	position: relative;
	background: url(/themes/custom/cummins/images/icons/spotlight-menu-big-arrow.svg) no-repeat center -100px;
	background-size: contain;
	display: none;
	position: absolute
}

@media (min-width:640px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a span {
		display: table;
		top: 140px
	}
}

@media (min-width:768px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a span {
		top: 125px
	}
}

@media (min-width:1024px) {
	.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a span {
		top: 130px
	}
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a.selected {
	border-bottom: 4px solid #fff
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a.selected:hover img {
	margin: -10px auto 10px
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a.selected:before {
	border-top: 15px solid #fff
}

.block-views-blockspotlight-section-terms-block-1 .view-content .views-row a.selected span {
	background-position: center -1px
}

.homepage {
	background: #000
}

.homepage.not-front.layout-sidebar-first .layout-main-wrapper {
	padding-top: 0;
	padding-bottom: 0
}

.homepage.not-front.layout-sidebar-first .layout-main {
	max-width: none;
	background: #000
}

.homepage.not-front.layout-sidebar-first .layout-main .main-content {
	margin-top: 0
}

.homepage.not-front.layout-sidebar-first .layout-main .main-content .section-main-content .region-content {
	padding: 0;
	background: none
}

@media (min-width:1024px) {
	.homepage.not-front.layout-sidebar-first .layout-main {
		padding-right: 25%
	}
}

.homepage.not-front.layout-sidebar-first .slick-arrow {
	display: none!important
}

.homepage__ctas {
	position: relative;
	z-index: 2
}

@media (min-width:640px) {
	.homepage__ctas {
		margin-top: 2rem;
		padding: 0 1.5rem;
		background: #2d2d2d
	}
}

@media (min-width:768px) {
	.homepage__ctas {
		display: flex;
		margin-top: 0
	}
}

@media (min-width:1024px) {
	.homepage__ctas {
		background: none
	}
}

.homepage-cta {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat
}

.homepage-cta:last-child {
	margin-right: 0
}

.homepage-cta a {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 5.625rem;
	padding: 0 1.5rem;
	font-size: .75em;
	font-weight: 700;
	line-height: 1.83
}

.homepage-cta a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	box-shadow: inset 0 8px 30px rgba(0, 0, 0, .14)
}

.homepage-cta a .homepage-cta__title {
	display: block;
	color: #000;
	text-transform: uppercase
}

.homepage-cta a .homepage-cta__link_title {
	display: block
}

@media (min-width:640px) {
	.homepage-cta {
		top: -2rem;
		margin-top: 1rem
	}
	.homepage-cta:first-child {
		margin-top: 0
	}
}

@media (min-width:768px) {
	.homepage-cta {
		flex: 1 auto;
		width: 33.333%;
		margin-top: 0;
		margin-right: .625rem
	}
}

@media (min-width:1024px) {
	.homepage-cta {
		top: -1.5rem
	}
}

.homepage-cta__background.homepage-cta__primary {
	background-color: rgba(218, 41, 28, .88)
}

.homepage-cta__background.homepage-cta__primary a,
.homepage-cta__background.homepage-cta__primary a .homepage-cta__title {
	color: #fff
}

.homepage__newsroom_aside {
	padding: 1.5rem 1.5rem 2rem;
	background: #2d2d2d;
	z-index: 3
}

.homepage__newsroom_aside h6 {
	margin-top: 0;
	color: #fff;
	text-transform: uppercase
}

@media (min-width:1024px) {
	.homepage__newsroom_aside {
		position: absolute;
		top: 0;
		bottom: 1.5rem;
		right: 0;
		width: 25%;
		border-top: 4.5rem solid #2d2d2d;
		-ms-overflow-style: none;
		overflow-y: auto
	}
	.homepage__newsroom_aside::-webkit-scrollbar {
		display: none
	}
}

.homepage__newsroom_aside .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.homepage__newsroom_aside .view-content .views-row {
	flex: 1 0 100%;
	margin: 2rem auto 0
}

@media (min-width:640px) {
	.homepage__newsroom_aside .view-content .views-row {
		flex: 0 48%;
		max-width: 48%;
		margin: 2rem 0 0
	}
}

@media (min-width:768px) {
	.homepage__newsroom_aside .view-content .views-row {
		flex: 0 31%;
		max-width: 31%
	}
}

@media (min-width:1024px) {
	.homepage__newsroom_aside .view-content {
		display: block
	}
	.homepage__newsroom_aside .view-content .views-row {
		max-width: none
	}
}

.homepage__newsroom-article img {
	background-color: #4d4d4d;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25)
}

.homepage__newsroom-title {
	display: block;
	margin-top: .75rem;
	font-size: .875em;
	font-weight: 700;
	line-height: 1.57
}

.homepage__newsroom-title a {
	display: block;
	color: #fff
}

.homepage__newsroom-summary {
	margin-top: .375rem;
	color: #fff;
	font-size: .75em;
	line-height: 1.83
}

.homepage__newsroom-readmore a {
	display: inline-block;
	margin-top: .375rem;
	padding: .625rem 0;
	color: #fff;
	font-size: .6875em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-bottom: 2px solid #da291c
}

.homepage__newsroom-article:last-of-type .homepage__newsroom-readmore a {
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.page-node-36 blockquote {
		margin-left: -200px
	}
}

#block-sidebaroverview {
	background-color: #da291c;
	color: #fff;
	padding: 1rem 2rem 2rem;
	font-size: .875rem;
	margin-top: 1rem
}

@media (min-width:480px) and (max-width:759px) {
	#block-sidebaroverview {
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:480px) {
	#block-sidebaroverview {
		max-width: 360px
	}
}

@media (min-width:960px) {
	#block-sidebaroverview {
		margin: .5rem -1rem 0;
		font-size: .75rem
	}
}

@media (min-width:1280px) {
	#block-sidebaroverview {
		margin: 0 -2rem;
		font-size: .875rem
	}
}

#block-sidebaroverview h2 {
	display: none
}

#block-sidebaroverview .field__item {
	display: flex;
	flex-flow: column;
	align-items: flex-start
}

#block-sidebaroverview .field__item h2 {
	display: block;
	color: #fff;
	background-color: #2d2d2d;
	padding: .5rem 2rem 1rem 1rem;
	margin: -2rem -1rem 1rem;
	font-weight: 700;
	font-size: 2em;
	line-height: .75em
}

#block-sidebaroverview .field__item h2 small {
	display: block;
	font-size: .75em;
	line-height: 1.5em;
	font-weight: 600
}

#block-sidebaroverview .field__item p {
	margin: 0
}

.company.not-front.page-with-header-text .highlighted.highlight-default {
	height: auto;
	background-color: transparent;
	background-size: auto 335px
}

.about-us h4,
.about h4 {
	margin-left: 60px
}

.about-us h4+p,
.about h4+p {
	padding-left: 60px
}

@media (min-width:768px) {
	.about-us blockquote,
	.about blockquote {
		margin-left: -200px
	}
}

.about-us .paragraph--type--history-picture,
.about-us .paragraph--type--video-description,
.about .paragraph--type--history-picture,
.about .paragraph--type--video-description {
	display: block;
	min-height: auto;
	margin: 40px 0;
	position: relative;
	background: url(/themes/custom/cummins/images/grey-stroke.svg) no-repeat center 26px;
	background-size: 90%
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture,
	.about-us .paragraph--type--video-description,
	.about .paragraph--type--history-picture,
	.about .paragraph--type--video-description {
		margin: 1rem 0 50px
	}
}

@media (min-width:1024px) {
	.about-us .paragraph--type--history-picture,
	.about-us .paragraph--type--video-description,
	.about .paragraph--type--history-picture,
	.about .paragraph--type--video-description {
		min-height: 600px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-title,
.about-us .paragraph--type--video-description .field--name-field-title,
.about .paragraph--type--history-picture .field--name-field-title,
.about .paragraph--type--video-description .field--name-field-title {
	background: #da291c;
	color: #fff;
	padding: 14px 26px;
	margin-left: 0;
	position: absolute;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	display: table;
	height: 80px;
	width: 100%
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-title,
	.about-us .paragraph--type--video-description .field--name-field-title,
	.about .paragraph--type--history-picture .field--name-field-title,
	.about .paragraph--type--video-description .field--name-field-title {
		height: 104px;
		font-size: 52px;
		width: 260px;
		margin-left: 10px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-title small,
.about-us .paragraph--type--video-description .field--name-field-title small,
.about .paragraph--type--history-picture .field--name-field-title small,
.about .paragraph--type--video-description .field--name-field-title small {
	font-size: 1.25rem;
	line-height: 1.5rem;
	float: left;
	clear: both;
	width: 100%
}

.about-us .paragraph--type--history-picture .field--name-field-title .field__item,
.about-us .paragraph--type--video-description .field--name-field-title .field__item,
.about .paragraph--type--history-picture .field--name-field-title .field__item,
.about .paragraph--type--video-description .field--name-field-title .field__item {
	display: table-cell;
	vertical-align: bottom
}

.about-us .paragraph--type--history-picture .field--name-field-image,
.about-us .paragraph--type--video-description .field--name-field-image,
.about .paragraph--type--history-picture .field--name-field-image,
.about .paragraph--type--video-description .field--name-field-image {
	margin-top: 80px;
	float: left
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-image,
	.about-us .paragraph--type--video-description .field--name-field-image,
	.about .paragraph--type--history-picture .field--name-field-image,
	.about .paragraph--type--video-description .field--name-field-image {
		margin-top: 70px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-description,
.about-us .paragraph--type--video-description .field--name-field-description,
.about .paragraph--type--history-picture .field--name-field-description,
.about .paragraph--type--video-description .field--name-field-description {
	width: 100%;
	float: right;
	margin: 0;
	position: relative;
	background: #fff;
	border-top: 4px solid #da291c;
	border-bottom: 4px solid #c6c6c6;
	padding: 0 26px
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-description,
	.about-us .paragraph--type--video-description .field--name-field-description,
	.about .paragraph--type--history-picture .field--name-field-description,
	.about .paragraph--type--video-description .field--name-field-description {
		width: 70%;
		margin: -50px 30px 0 0
	}
}

.about-us .paragraph--type--history-picture .field--name-field-description p,
.about-us .paragraph--type--video-description .field--name-field-description p,
.about .paragraph--type--history-picture .field--name-field-description p,
.about .paragraph--type--video-description .field--name-field-description p {
	font-size: 18px!important;
	line-height: 24px!important;
	color: #4d4d4d!important
}

.about-us .paragraph--type--history-picture .field--name-field-description p a,
.about-us .paragraph--type--video-description .field--name-field-description p a,
.about .paragraph--type--history-picture .field--name-field-description p a,
.about .paragraph--type--video-description .field--name-field-description p a {
	font-weight: 600!important
}

.about-us .paragraph--type--image-link,
.about .paragraph--type--image-link {
	margin: 30px 0
}

.about-us .paragraph--type--image-link .field--name-field-link a,
.about .paragraph--type--image-link .field--name-field-link a {
	background: #a1140a;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding: 4px 10px;
	float: left
}

@media (min-width:640px) {
	.about-us .paragraph--type--image-link .field--name-field-link a,
	.about .paragraph--type--image-link .field--name-field-link a {
		font-size: 1.5rem
	}
}

.about-us .paragraph--type--image-link .field--name-field-link a:hover,
.about .paragraph--type--image-link .field--name-field-link a:hover {
	background: #da291c
}

.about #block-sidebaroverview,
.about-us #block-sidebaroverview {
	margin-top: 120px;
	background: #da291c;
	padding-bottom: 40px
}

.about #block-sidebaroverview h2,
.about-us #block-sidebaroverview h2 {
	display: none
}

.about #block-sidebaroverview .field__item h2,
.about-us #block-sidebaroverview .field__item h2 {
	display: block;
	color: #fff;
	background: #4d4d4d;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5rem;
	padding: 1rem 1.5rem;
	width: 90%;
	margin: -24px 0 30px 18px;
	float: left
}

@media (min-width:768px) {
	.about #block-sidebaroverview .field__item h2,
	.about-us #block-sidebaroverview .field__item h2 {
		font-size: 28px;
		line-height: 1.5rem
	}
}

@media (min-width:1024px) {
	.about #block-sidebaroverview .field__item h2,
	.about-us #block-sidebaroverview .field__item h2 {
		font-size: 40px;
		line-height: 36px
	}
}

@media (min-width:1200px) {
	.about #block-sidebaroverview .field__item h2,
	.about-us #block-sidebaroverview .field__item h2 {
		font-size: 56px;
		line-height: 46px
	}
}

.about #block-sidebaroverview .field__item h2 small,
.about-us #block-sidebaroverview .field__item h2 small {
	font-size: 26px;
	line-height: 38px;
	float: left;
	clear: both;
	font-weight: 600;
	width: 100%
}

@media (min-width:768px) {
	.about #block-sidebaroverview .field__item h2 small,
	.about-us #block-sidebaroverview .field__item h2 small {
		font-size: 1.25rem;
		line-height: 22px
	}
}

@media (min-width:1024px) {
	.about #block-sidebaroverview .field__item h2 small,
	.about-us #block-sidebaroverview .field__item h2 small {
		font-size: 1.5rem;
		line-height: 28px
	}
}

@media (min-width:1200px) {
	.about #block-sidebaroverview .field__item h2 small,
	.about-us #block-sidebaroverview .field__item h2 small {
		font-size: 26px;
		line-height: 2rem
	}
}

.about #block-sidebaroverview .field__item p,
.about-us #block-sidebaroverview .field__item p {
	color: #fff;
	float: left;
	clear: both;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 100;
	margin: 0 1rem 0 40px
}

@media (min-width:768px) {
	.about #block-sidebaroverview .field__item p,
	.about-us #block-sidebaroverview .field__item p {
		font-size: 1.5rem;
		line-height: 28px
	}
}

@media (min-width:1200px) {
	.about #block-sidebaroverview .field__item p,
	.about-us #block-sidebaroverview .field__item p {
		font-size: 26px;
		line-height: 30px
	}
}

.about #block-sidebaroverview .field__item p b,
.about #block-sidebaroverview .field__item p strong,
.about-us #block-sidebaroverview .field__item p b,
.about-us #block-sidebaroverview .field__item p strong {
	font-weight: 400!important
}

.about-us h4 {
	margin-left: 60px
}

.about-us h4+p {
	padding-left: 60px
}

.about-us .paragraph--type--image-link {
	margin: 30px 0
}

.about-us #block-sidebaroverview {
	margin-top: 1 1.25rem;
	padding-bottom: 40px;
	background: #da291c
}

.about-us #block-sidebaroverview h2 {
	display: none
}

.about-us #block-sidebaroverview .field__item h2 {
	float: left;
	display: block;
	width: 90%;
	margin: -24px 0 30px 18px;
	padding: 1rem 1.5rem;
	color: #fff;
	background: #4d4d4d;
	font-weight: 700;
	font-size: 56px;
	line-height: 46px
}

.about-us #block-sidebaroverview .field__item h2 small {
	float: left;
	clear: both;
	width: 100%;
	font-size: 26px;
	font-weight: 600;
	line-height: 2rem
}

.about-us #block-sidebaroverview .field__item p {
	color: #fff;
	float: left;
	clear: both;
	margin: 0 0 0 40px;
	font-size: 26px;
	font-weight: 100;
	line-height: 30px
}

.about-us #block-sidebaroverview .field__item p b,
.about-us #block-sidebaroverview .field__item p strong {
	font-weight: 400!important
}

.not-front.layout-no-sidebars .layout-main .main-content .section-main-content .region-content article.node--type-author p {
	font-size: 1rem;
	line-height: 1.3
}

.node--type-author h4.title-prefix {
	padding-left: 1rem;
	position: relative;
	font-size: 18px
}

.node--type-author h4.title-prefix:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	width: 12px;
	height: 34px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 10px 18px
}

.node--type-author h1 {
	font-size: 3.8rem;
	margin: 0 0 1rem;
	line-height: 1
}

.node--type-author .field--name-field-image {
	margin: 0 15px 1rem 0;
	width: 100px;
	max-height: 1 1.25rem;
	overflow: hidden
}

@media (min-width:768px) {
	.node--type-author .field--name-field-image {
		float: left
	}
}

.node--type-author .field--name-field-leadership-role {
	font-weight: 800
}

.node--type-author .field--name-body {
	font-size: 1rem;
	line-height: 1.3
}

@media (min-width:768px) {
	.node--type-author .field--name-body {
		max-width: 70%;
		padding-left: 1 1.25rem
	}
}

.loading-overlay {
	position: fixed;
	background-color: hsla(0, 0%, 100%, .9);
	height: 100%;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: -100;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease
}

.loading-overlay.open {
	visibility: visible;
	opacity: 1;
	z-index: 100
}

.brochure-library .region-highlighted {
	padding-left: 1.25rem
}

.brochure-library .region-highlighted h1 {
	position: relative;
	margin: 0;
	padding-left: 7px
}

.brochure-library .region-highlighted h1:after,
.brochure-library .region-highlighted h1:before {
	content: "";
	display: block;
	position: absolute
}

.brochure-library .region-highlighted h1:before {
	width: .5rem;
	height: 1.25em;
	left: -.5rem;
	top: 50%;
	background: #fff;
	transform: translateY(-50%)
}

.brochure-library .region-highlighted h1:after {
	left: -1.25rem;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.brochure-library fieldset {
	clear: both;
	margin-top: 1.5rem;
	padding: 1.5rem 1rem 0;
	border-top: 6px solid #efefef;
	border-bottom: 6px solid #efefef
}

.brochure-library fieldset legend {
	padding: 0 1rem;
	font-size: 1.125em
}

.brochure-library fieldset .button,
.brochure-library fieldset .homepage__newsroom-view-more {
	margin-bottom: 1rem
}

@media (min-width:640px) {
	.brochure-library .form-item-certification-level,
	.brochure-library .form-item-engine,
	.brochure-library .form-item-keyword {
		float: left!important;
		width: 48.5%
	}
	.brochure-library .form-item-language,
	.brochure-library .form-item-market {
		width: 48.5%;
		float: right!important
	}
}

.page-node-type-market-page .image-grid,
.page-node-type-sub-market-page .image-grid {
	display: flex;
	flex-direction: column
}

.page-node-type-market-page .image-grid .grid-item,
.page-node-type-sub-market-page .image-grid .grid-item {
	margin: 10px auto;
	flex: 0 1 100%
}

@media (min-width:1024px) {
	.page-node-type-market-page .image-grid,
	.page-node-type-sub-market-page .image-grid {
		flex-direction: row;
		flex-wrap: wrap
	}
	.page-node-type-market-page .image-grid .grid-item,
	.page-node-type-sub-market-page .image-grid .grid-item {
		flex: 0 1 33%
	}
	.page-node-type-market-page .image-grid .grid-item img,
	.page-node-type-sub-market-page .image-grid .grid-item img {
		padding: 0 10px
	}
}

.page-node-type-market-page h3.image-grid-title,
.page-node-type-sub-market-page h3.image-grid-title {
	margin-bottom: 15px
}

.page-node-type-market-page .market-sidebar,
.page-node-type-sub-market-page .market-sidebar {
	position: relative;
	margin: 0 auto;
	padding-bottom: 4rem;
	background: #c6c6c6;
	overflow: hidden
}

.page-node-type-market-page .market-sidebar:after,
.page-node-type-sub-market-page .market-sidebar:after {
	content: "";
	display: block;
	position: absolute;
	width: 180px;
	height: 264px;
	bottom: -40px;
	right: -1.25rem;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-grey-left.svg) no-repeat;
	background-size: cover;
	z-index: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page-node-type-market-page .market-sidebar .breadcrumb,
.page-node-type-sub-market-page .market-sidebar .breadcrumb {
	padding: 1.25rem 1rem 0 2.1rem;
	font-size: .875em
}

.page-node-type-market-page .market-sidebar .breadcrumb li,
.page-node-type-sub-market-page .market-sidebar .breadcrumb li {
	text-transform: uppercase
}

@media (min-width:640px) {
	.page-node-type-market-page .market-sidebar .breadcrumb,
	.page-node-type-sub-market-page .market-sidebar .breadcrumb {
		font-size: 1em
	}
	.page-node-type-market-page .market-sidebar .breadcrumb li:before,
	.page-node-type-sub-market-page .market-sidebar .breadcrumb li:before {
		top: 1px
	}
}

@media (min-width:768px) {
	.page-node-type-market-page .market-sidebar .breadcrumb li:before,
	.page-node-type-sub-market-page .market-sidebar .breadcrumb li:before {
		top: 2px
	}
}

@media (min-width:1024px) {
	.page-node-type-market-page .market-sidebar .breadcrumb li:before,
	.page-node-type-sub-market-page .market-sidebar .breadcrumb li:before {
		top: 3px
	}
}

.page-node-type-market-page .market-sidebar h5,
.page-node-type-sub-market-page .market-sidebar h5 {
	position: relative;
	padding: 0 1rem 0 2rem;
	margin-top: 0;
	font-size: 2em;
	font-weight: 800;
	text-transform: none
}

.page-node-type-market-page .market-sidebar h5:after,
.page-node-type-sub-market-page .market-sidebar h5:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 1.125rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0 1.25rem 1.25rem;
	border-color: transparent transparent transparent #da291c;
	transform: translateY(-50%)
}

.page-node-type-market-page .market-sidebar .navigation,
.page-node-type-sub-market-page .market-sidebar .navigation {
	margin-top: 2rem
}

.page-node-type-market-page .market-sidebar .navigation ul,
.page-node-type-sub-market-page .market-sidebar .navigation ul {
	margin: 0
}

.page-node-type-market-page .market-sidebar .navigation ul li,
.page-node-type-sub-market-page .market-sidebar .navigation ul li {
	position: relative;
	margin: 0;
	padding: 0
}

.page-node-type-market-page .market-sidebar .navigation ul li .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li .expander {
	position: absolute;
	width: 1.5rem;
	height: 40px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease;
	cursor: pointer
}

.page-node-type-market-page .market-sidebar .navigation ul li a,
.page-node-type-sub-market-page .market-sidebar .navigation ul li a {
	display: block;
	padding: .8rem 2rem;
	color: #4d4d4d;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.2;
	transition: all .2s ease
}

.page-node-type-market-page .market-sidebar .navigation ul li a:focus,
.page-node-type-market-page .market-sidebar .navigation ul li a:hover,
.page-node-type-sub-market-page .market-sidebar .navigation ul li a:focus,
.page-node-type-sub-market-page .market-sidebar .navigation ul li a:hover {
	color: #da291c
}

.page-node-type-market-page .market-sidebar .navigation ul li.expanded .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.page-node-type-market-page .market-sidebar .navigation ul li.expanded ul.menu,
.page-node-type-sub-market-page .market-sidebar .navigation ul li.expanded ul.menu {
	display: block
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu {
	display: none
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li .expander {
	width: 40px;
	height: 36px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease;
	cursor: pointer
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li a,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li a {
	padding: .375rem 2rem .375rem 3rem;
	font-size: 1rem
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li.expanded .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li.expanded ul.menu,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li.expanded ul.menu {
	display: block
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li ul.menu,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li ul.menu {
	display: none
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li .expander {
	width: 52px;
	height: 34px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg)!important;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 5px 10px!important;
	transition: all .2s ease;
	cursor: pointer
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li a,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li a {
	padding: .375rem 2rem .375rem 3.75rem;
	font-size: 1rem
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li.expanded .expander,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li.expanded .expander {
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-down.svg)!important;
	background-size: 10px 5px!important
}

.page-node-type-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li.expanded ul.menu,
.page-node-type-sub-market-page .market-sidebar .navigation ul li ul.menu li ul.menu li.expanded ul.menu {
	display: block
}

.page-node-type-market-page .market-sidebar .navigation ul li.menu-item--active-trail .is-active,
.page-node-type-sub-market-page .market-sidebar .navigation ul li.menu-item--active-trail .is-active {
	color: #da291c
}

.page-node-type-market-page .paragraph--type--image-with-description,
.page-node-type-sub-market-page .paragraph--type--image-with-description {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px
}

.page-node-type-market-page .paragraph--type--image-with-description .field--name-field-image,
.page-node-type-sub-market-page .paragraph--type--image-with-description .field--name-field-image {
	min-width: 340px;
	width: auto;
	padding: 0 0 1.25rem
}

.page-node-type-market-page .paragraph--type--image-with-description .field--name-field-description,
.page-node-type-sub-market-page .paragraph--type--image-with-description .field--name-field-description {
	min-width: 280px;
	width: auto
}

.page-node-type-market-page .paragraph--type--image-with-description .field--name-field-description p,
.page-node-type-sub-market-page .paragraph--type--image-with-description .field--name-field-description p {
	margin: 0
}

@media (min-width:1024px) {
	.page-node-type-market-page .paragraph--type--image-with-description,
	.page-node-type-sub-market-page .paragraph--type--image-with-description {
		flex-wrap: nowrap
	}
	.page-node-type-market-page .paragraph--type--image-with-description .field--name-field-image,
	.page-node-type-sub-market-page .paragraph--type--image-with-description .field--name-field-image {
		padding: 0 15px 1.25rem 0
	}
	.page-node-type-market-page .paragraph--type--image-with-description .field--name-field-description p,
	.page-node-type-sub-market-page .paragraph--type--image-with-description .field--name-field-description p {
		margin: 0
	}
}

.page-node-type-market-page #application-page-tabs,
.page-node-type-sub-market-page #application-page-tabs {
	max-width: 73rem;
	margin: 0 auto 2rem
}

.page-node-type-market-page #application-page-tabs button,
.page-node-type-sub-market-page #application-page-tabs button {
	text-transform: uppercase;
	display: inline-block;
	border: none
}

.page-node-type-market-page #bs-search-form,
.page-node-type-market-page .market-sidebar .breadcrumb ol li:first-child,
.page-node-type-sub-market-page #bs-search-form {
	display: none
}

.page-node-type-market-page .market-sidebar .breadcrumb ol li {
	padding-left: 0;
	color: #4d4d4d;
	font-weight: 600
}

.page-node-type-market-page .market-sidebar .breadcrumb ol li:before,
.page-node-type-sub-market-page .market-sidebar .breadcrumb ol li:first-child,
.page-node-type-sub-market-page .market-sidebar .breadcrumb ol li:last-child {
	display: none
}

.view-media-contact .views-row {
	width: 100%;
	margin: 10px 0 1rem
}

@media (min-width:640px) {
	.view-media-contact .views-row {
		width: 50%;
		float: left
	}
}

.view-media-contact .views-row .field--name-field-image {
	width: 75px
}

@media (min-width:640px) {
	.view-media-contact .views-row .field--name-field-image {
		float: left;
		margin-right: 15px
	}
}

.view-media-contact .views-row .field--name-field-image img {
	width: 75px;
	height: 90px;
	object-fit: cover
}

.view-media-contact .views-row .node__title {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 800;
	margin-bottom: 10px
}

.view-media-contact .views-row .field--name-field-email,
.view-media-contact .views-row .field--name-field-leadership-role,
.view-media-contact .views-row .field--name-field-telephone-number {
	font-size: 14px
}

.view-media-contact .views-row .field--name-field-email a,
.view-media-contact .views-row .field--name-field-leadership-role a,
.view-media-contact .views-row .field--name-field-telephone-number a {
	color: #2d2d2d
}

@media (min-width:768px) {
	.not-front.page-node-type-author .layout-main .main-content:not(.full-width),
	.not-front.path-news .layout-main .main-content:not(.full-width),
	.not-front.path-newsroom .layout-main .main-content:not(.full-width) {
		width: 100%
	}
}

.not-front.page-node-type-author .layout-main .main-content:not(.full-width) .region-content,
.not-front.path-news .layout-main .main-content:not(.full-width) .region-content,
.not-front.path-newsroom .layout-main .main-content:not(.full-width) .region-content {
	background: transparent
}

.page-node-type-author .layout-main-wrapper,
.path-news .layout-main-wrapper,
.path-newsroom .layout-main-wrapper {
	background-color: #fff
}

.page-node-type-author .layout-main-wrapper .layout-main,
.path-news .layout-main-wrapper .layout-main,
.path-newsroom .layout-main-wrapper .layout-main {
	z-index: 1
}

.page-node-type-author .layout-main-wrapper main-content ul li,
.path-news .layout-main-wrapper main-content ul li,
.path-newsroom .layout-main-wrapper main-content ul li {
	margin: 10px 0;
	padding-top: 0
}

.path-news .layout-main-wrapper:before {
	content: url(/themes/custom/cummins/images/icons/arrw-rght-red.svg);
	display: block;
	position: absolute;
	width: 665px;
	height: auto;
	left: 0;
	z-index: 0;
	opacity: .1;
	pointer-events: none
}

.path-news .layout-main-wrapper:after {
	content: url(/themes/custom/cummins/images/icons/arrw-left-grey.svg);
	display: block;
	position: absolute;
	width: 505px;
	height: auto;
	right: 0;
	top: -580px;
	z-index: 0;
	pointer-events: none
}

#block-welcometothecumminsnewsroom h1,
#block-welcometothecumminsnewsroom h3 {
	position: relative;
	z-index: 1
}

#block-welcometothecumminsnewsroom h1 {
	margin: 0 0 34px;
	font-size: 3rem;
	line-height: 1em
}

#block-welcometothecumminsnewsroom h3 {
	position: relative;
	padding-left: 15px;
	color: #4d4d4d;
	font-size: 22px
}

#block-welcometothecumminsnewsroom h3:before {
	content: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg);
	display: block;
	position: absolute;
	width: 9px;
	height: auto;
	left: 0;
	top: 54%;
	transform: translateY(-50%)
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide {
	padding: 0
}

@media (min-width:768px) {
	#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide {
		padding: 45px 0 10% 2%
	}
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .field--name-field-image {
	position: relative;
	height: 300px;
	overflow: hidden
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item>div {
	height: 300px
}

@media (min-width:768px) {
	#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .field--name-field-image {
		position: absolute;
		max-width: 75%;
		height: 460px;
		max-height: 460px
	}
	#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item {
		height: inherit
	}
	#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .field--name-field-image .field__item>div {
		height: 460px
	}
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy {
	position: relative;
	float: right;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #efefef;
	z-index: 99
}

@media (min-width:768px) {
	#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy {
		width: 90%;
		max-width: 390px;
		top: 30px;
		margin: 0 auto
	}
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-title {
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: #da291c
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-title h2 {
	font-size: 1.375em;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 10px
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-description {
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #2d2d2d;
	font-size: 1.1em;
	line-height: 1.3;
	border: 0
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-description a {
	color: #2d2d2d
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-subject-area {
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-subject-area:before {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 12px;
	left: -30px;
	top: 2px;
	background-color: #2d2d2d
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-link {
	margin: 1rem 0
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-link .field__item a {
	background: #2d2d2d;
	font-size: 1em
}

#block-newsroomslideshow .paragraph--type--slideshow .paragraph--type--slide .newsroom-slideshow-copy .field--name-field-link .field__item a:before {
	width: .5rem;
	height: 14px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: contain
}

#block-newsroomslideshow .paragraph--type--slideshow {
	position: relative
}

#block-newsroomslideshow .paragraph--type--slideshow .slick__arrow {
	display: none;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 30px;
	transform: translate(0)
}

@media (min-width:768px) {
	#block-newsroomslideshow .paragraph--type--slideshow .slick__arrow {
		display: block;
		transform: translate(0)
	}
}

#block-exposedformnewsroompage-1 {
	position: relative
}

@media (min-width:640px) {
	.view-newsroom .view-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

@media (min-width:1024px) {
	.view-newsroom .view-content {
		display: block
	}
}

.view-newsroom .view-content .views-row {
	margin: 1rem 0;
	background: #fff;
	overflow: hidden
}

.view-newsroom .view-content .views-row img {
	width: 100%;
	height: 2 1.25rem;
	object-fit: cover
}

.view-newsroom .view-content .views-row .views-field-title h3 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 10px
}

.view-newsroom .view-content .views-row .views-field-title h3 a {
	color: #2d2d2d
}

@media (min-width:1024px) {
	.view-newsroom .view-content .views-row .views-field-title h3 {
		font-size: 1.375em;
		line-height: 1.2
	}
}

.view-newsroom .view-content .views-row .views-field-body p {
	margin-top: .75em
}

.view-newsroom .view-content .views-row .views-field-body,
.view-newsroom .view-content .views-row .views-field-field-date,
.view-newsroom .view-content .views-row .views-field-title {
	padding: 0 1rem
}

.view-newsroom .view-content .views-row .views-field-body {
	padding: 1rem
}

.view-newsroom .view-content .views-row .views-field-field-date {
	margin-top: 6px;
	color: #7b7b7b;
	font-size: 14px
}

.view-newsroom .view-content .views-row .views-field-field-newsroom-topic {
	position: relative;
	padding: 15px 1rem 0;
	color: #2d2d2d;
	font-size: .7em;
	font-weight: 700;
	text-transform: uppercase
}

.view-newsroom .view-content .views-row .views-field-field-newsroom-topic:before {
	content: " ";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	background-color: #2d2d2d
}

@media (min-width:640px) {
	.view-newsroom .view-content .views-row {
		width: 48%
	}
}

@media (min-width:1024px) {
	.view-newsroom .view-content .views-row:first-child {
		float: right;
		width: 66%;
		height: 650px
	}
	.view-newsroom .view-content .views-row:first-child img {
		height: 484px
	}
	.view-newsroom .view-content .views-row:nth-child(2),
	.view-newsroom .view-content .views-row:nth-child(3) {
		float: left;
		width: 32%;
		height: 450px
	}
	.view-newsroom .view-content .views-row:nth-child(4) {
		float: right;
		width: 66%;
		height: 250px;
		margin-bottom: 30px
	}
	.view-newsroom .view-content .views-row:nth-child(4) img {
		float: left;
		width: 50%;
		height: 100%
	}
	.view-newsroom .view-content .views-row:nth-child(4) .views-field-body,
	.view-newsroom .view-content .views-row:nth-child(4) .views-field-field-newsroom-topic,
	.view-newsroom .view-content .views-row:nth-child(4) .views-field-title {
		margin-left: 50%
	}
	.view-newsroom .view-content .views-row:nth-child(3n+6),
	.view-newsroom .view-content .views-row:nth-child(3n+7),
	.view-newsroom .view-content .views-row:nth-child(3n+8) {
		float: left;
		width: 32%;
		height: 480px
	}
	.view-newsroom .view-content .views-row:nth-child(3n+6) img,
	.view-newsroom .view-content .views-row:nth-child(3n+7) img,
	.view-newsroom .view-content .views-row:nth-child(3n+8) img {
		height: 2 1.25rem
	}
	.view-newsroom .view-content .views-row:nth-child(3n+6) {
		clear: both;
		margin-right: 2%
	}
	.view-newsroom .view-content .views-row:nth-child(3n+7) {
		margin-right: 2%
	}
}

.view-newsroom.view-display-id-block_1 .view-content .views-row {
	width: 100%
}

@media (min-width:640px) {
	.view-newsroom.view-display-id-block_1 .view-content {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between
	}
}

@media (min-width:640px) and (min-width:640px) {
	.view-newsroom.view-display-id-block_1 .view-content .views-row {
		width: 48%
	}
}

@media (min-width:1024px) {
	.view-newsroom.view-display-id-block_1 .view-content .views-row {
		float: left;
		width: 32%;
		height: 490px
	}
	.view-newsroom.view-display-id-block_1 .view-content .views-row img {
		float: none;
		width: 100%;
		height: 2 1.25rem
	}
	.view-newsroom.view-display-id-block_1 .view-content .views-row .views-field-body,
	.view-newsroom.view-display-id-block_1 .view-content .views-row .views-field-field-newsroom-topic,
	.view-newsroom.view-display-id-block_1 .view-content .views-row .views-field-title {
		margin-left: 0
	}
	.view-newsroom.view-display-id-block_1 .view-content .views-row:nth-child(3n+6),
	.view-newsroom.view-display-id-block_1 .view-content .views-row:nth-child(3n+7) {
		margin-right: 0
	}
}

.view-newsroom .pager {
	clear: both;
	padding-top: 1.25rem
}

.view-newsroom .view-empty {
	min-height: 400px;
	padding: 40px 0;
	font-weight: 700;
	text-align: center
}

#views-exposed-form-newsroom-page-1 {
	position: relative;
	margin: 0 0 10px;
	transition: background-color .25s linear
}

#views-exposed-form-newsroom-page-1 .form-item {
	margin: 1em 0 0
}

#views-exposed-form-newsroom-page-1 label {
	display: block;
	flex: 0 0 auto;
	font-size: .875rem
}

@media (min-width:480px) {
	#views-exposed-form-newsroom-page-1 label {
		padding-right: .5rem
	}
}

@media (min-width:768px) {
	#views-exposed-form-newsroom-page-1.fixed {
		position: fixed;
		top: 71px;
		left: 0;
		width: 100%;
		padding: 0 1rem 1rem;
		background-color: #efefef;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		z-index: 99
	}
	#views-exposed-form-newsroom-page-1.fixed .form--inline {
		max-width: 1140px;
		margin: 0 auto
	}
	#views-exposed-form-newsroom-page-1.fixed .form-actions {
		right: 1.25rem
	}
}

@media (min-width:768px) and (min-width:1200px) {
	#views-exposed-form-newsroom-page-1.fixed {
		left: 0;
		right: 0;
		max-width: none
	}
	#views-exposed-form-newsroom-page-1.fixed .form-actions {
		right: 0
	}
}

@media (min-width:768px) {
	#views-exposed-form-newsroom-page-1 .form--inline {
		display: flex;
		flex-flow: row wrap
	}
}

@media (min-width:1024px) {
	#views-exposed-form-newsroom-page-1 .form--inline {
		flex-flow: row nowrap;
		justify-content: space-between
	}
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category {
	float: none
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links a {
	color: #4d4d4d;
	font-size: 14px
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links .bef-link-active a,
#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links a:hover {
	text-decoration: underline
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links div {
	display: inline-block;
	padding: 6px 0
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links div:after {
	content: "\2022";
	padding: 0 2px 0 6px
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links div:last-of-type:after {
	display: none
}

@media (min-width:480px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category {
		display: flex;
		align-items: center
	}
}

@media (min-width:640px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links a {
		font-size: 1rem
	}
}

@media (min-width:1024px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links a {
		font-size: 14px
	}
}

@media (min-width:1066px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-category .bef-links a {
		font-size: 1rem
	}
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic {
	float: none
}

@media (min-width:480px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic {
		display: flex;
		align-items: center
	}
}

@media (min-width:768px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic {
		margin-left: auto
	}
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic select {
		max-width: 270px
	}
}

@media (min-width:1024px) {
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic {
		margin-left: auto;
		margin-right: auto
	}
	#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-topic select {
		width: auto;
		max-width: 160px
	}
}

#views-exposed-form-newsroom-page-1 .form-item-search-api-fulltext input {
	height: 34px;
	padding: 7px 15px;
	font-size: .875em;
	border: 1px solid #efefef;
	background: none
}

@media (min-width:480px) {
	#views-exposed-form-newsroom-page-1 .form-item-search-api-fulltext {
		display: flex;
		align-items: center
	}
}

@media (min-width:640px) {
	#views-exposed-form-newsroom-page-1 .form-item-search-api-fulltext {
		width: auto
	}
	#views-exposed-form-newsroom-page-1 .form-item-search-api-fulltext input {
		width: 340px
	}
}

@media (min-width:1024px) {
	#views-exposed-form-newsroom-page-1 .form-item-search-api-fulltext input {
		width: 240px
	}
}

#views-exposed-form-newsroom-page-1 .form-actions {
	clear: none;
	float: left;
	margin: 33px 0 0
}

#views-exposed-form-newsroom-page-1 .form-actions input {
	width: 2rem;
	height: 2rem;
	padding: 0;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-search.png) no-repeat 50%;
	background-size: 50%;
	font-size: 0
}

@media (min-width:480px) {
	#views-exposed-form-newsroom-page-1 .form-actions {
		margin-top: 17px
	}
}

@media (min-width:1024px) {
	#views-exposed-form-newsroom-page-1 .form-actions {
		margin-top: 22px
	}
}

#views-exposed-form-newsroom-page-1 .form-item-field-newsroom-tags {
	display: none
}

#block-newsroomquicklinks {
	position: relative;
	margin: 1rem 0 0;
	background: #2d2d2d
}

#block-newsroomquicklinks ul {
	margin: 0;
	padding: 1.25rem 1.25rem 14px
}

#block-newsroomquicklinks ul.contextual-links {
	display: block
}

#block-newsroomquicklinks ul.contextual-links[hidden] {
	display: none
}

#block-newsroomquicklinks ul.contextual-links li {
	padding: 0 0 6px;
	background: none
}

#block-newsroomquicklinks ul.contextual-links li a {
	color: inherit;
	font-size: small
}

#block-newsroomquicklinks ul li {
	position: relative;
	display: block;
	flex: 0 1 33%;
	padding: 0 10px 6px
}

#block-newsroomquicklinks ul li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 6px;
	height: 17px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 100%
}

#block-newsroomquicklinks ul li a {
	color: #fff;
	font-size: 14px
}

@media (min-width:540px) {
	#block-newsroomquicklinks ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around
	}
}

@media (min-width:768px) {
	#block-newsroomquicklinks {
		display: block
	}
}

@media (min-width:840px) {
	#block-newsroomquicklinks ul li {
		flex: 0 1 auto
	}
}

#block-cummins-content {
	position: relative
}

.newsroom-subscribe-for-news-wrapper {
	clear: both;
	position: relative;
	width: 100%;
	margin: 1rem 0;
	padding: 40px;
	background: #c6c6c6;
	text-align: center;
	overflow: hidden
}

.newsroom-subscribe-for-news-wrapper h2 {
	margin: 0;
	font-size: 1.875em;
	line-height: 1.1
}

.newsroom-subscribe-for-news-wrapper h3 {
	margin: 15px;
	font-size: 1.1em!important;
	line-height: 1.3
}

.newsroom-subscribe-for-news-wrapper form {
	position: static;
	max-width: 6 1.25rem;
	margin: 0 auto
}

.newsroom-subscribe-for-news-wrapper form .form-item.form-type-email {
	margin: 0
}

.newsroom-subscribe-for-news-wrapper form .form-item.form-type-email input[type=email] {
	height: 38px;
	margin: 10px 0;
	padding: 0 15px;
	line-height: 38px;
	border-bottom: 0
}

.newsroom-subscribe-for-news-wrapper form .form-submit {
	width: 100%;
	margin: 10px 0;
	padding: 0 15px;
	background: #da291c;
	font-size: 18px;
	line-height: 38px
}

@media (min-width:640px) {
	.newsroom-subscribe-for-news-wrapper form {
		display: flex;
		justify-content: center
	}
	.newsroom-subscribe-for-news-wrapper form .form-item.form-type-email {
		max-width: 400px
	}
	.newsroom-subscribe-for-news-wrapper form .form-submit {
		width: auto
	}
}

.not-front.layout-no-sidebars.page-node-type-newsroom-event-article .layout-main .main-content {
	width: 100%
}

.page-node-type-case-study,
.page-node-type-newsroom-article,
.page-node-type-newsroom-event-article,
.page-node-type-newsroom-news-release {
	background: #efefef url(/themes/custom/cummins/images/background-arrow.svg) no-repeat 100% 0;
	background-size: 594px 898px
}

.page-node-type-case-study #page-wrapper:before,
.page-node-type-newsroom-article #page-wrapper:before,
.page-node-type-newsroom-event-article #page-wrapper:before,
.page-node-type-newsroom-news-release #page-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	height: 1 1.25rem;
	width: 100%;
	background: linear-gradient(180deg, #bfbfbf 0, hsla(0, 0%, 75%, .74) 20%, hsla(0, 0%, 100%, 0))
}

.page-node-type-case-study .main-content,
.page-node-type-newsroom-article .main-content,
.page-node-type-newsroom-event-article .main-content,
.page-node-type-newsroom-news-release .main-content {
	width: 100%;
	float: left;
	padding: 0 1rem
}

.page-node-type-case-study .main-content article.node,
.page-node-type-newsroom-article .main-content article.node,
.page-node-type-newsroom-event-article .main-content article.node,
.page-node-type-newsroom-news-release .main-content article.node {
	position: relative;
	margin-bottom: 60px
}

.page-node-type-case-study .main-content article.node .node__title,
.page-node-type-newsroom-article .main-content article.node .node__title,
.page-node-type-newsroom-event-article .main-content article.node .node__title,
.page-node-type-newsroom-news-release .main-content article.node .node__title {
	margin: 1rem 0;
	color: #4d4d4d;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3
}

@media (min-width:640px) {
	.page-node-type-case-study .main-content article.node .node__title,
	.page-node-type-newsroom-article .main-content article.node .node__title,
	.page-node-type-newsroom-event-article .main-content article.node .node__title,
	.page-node-type-newsroom-news-release .main-content article.node .node__title {
		font-size: 2.25em
	}
}

@media (min-width:1024px) {
	.page-node-type-case-study .main-content article.node .node__title,
	.page-node-type-newsroom-article .main-content article.node .node__title,
	.page-node-type-newsroom-event-article .main-content article.node .node__title,
	.page-node-type-newsroom-news-release .main-content article.node .node__title {
		max-width: 100%
	}
}

.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 600
}

.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom:before,
.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-location:before,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom:before,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-location:before,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-location:before,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-location:before,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-location:before,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-location:before,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-location:before,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom:before,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-location:before {
	content: "■";
	color: #da291c;
	margin-right: 5px;
	font-size: .9em
}

.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a,
.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-location a,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-location a,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-location a,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-location a,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-location a,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-location a,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-location a,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-location a {
	color: #4d4d4d
}

.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a:hover,
.page-node-type-case-study .main-content article.node .newsroom-date-author-wrapper .field--name-location a:hover,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a:hover,
.page-node-type-case-study .main-content article.node .newsroom-date-location-wrapper .field--name-location a:hover,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-author-wrapper .field--name-location a:hover,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-article .main-content article.node .newsroom-date-location-wrapper .field--name-location a:hover,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-author-wrapper .field--name-location a:hover,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-date-location-wrapper .field--name-location a:hover,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-author-wrapper .field--name-location a:hover,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-author-custom a:hover,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-date-location-wrapper .field--name-location a:hover {
	color: #da291c
}

.page-node-type-case-study .main-content article.node .newsroom-field-subtitle p,
.page-node-type-newsroom-article .main-content article.node .newsroom-field-subtitle p,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-field-subtitle p,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-field-subtitle p {
	margin: 0;
	font-size: 24px
}

.page-node-type-case-study .main-content article.node .newsroom-field-subtitle p strong,
.page-node-type-newsroom-article .main-content article.node .newsroom-field-subtitle p strong,
.page-node-type-newsroom-event-article .main-content article.node .newsroom-field-subtitle p strong,
.page-node-type-newsroom-news-release .main-content article.node .newsroom-field-subtitle p strong {
	font-weight: 400
}

@media (min-width:1024px) {
	.page-node-type-case-study .main-content article.node .newsroom-field-subtitle,
	.page-node-type-newsroom-article .main-content article.node .newsroom-field-subtitle,
	.page-node-type-newsroom-event-article .main-content article.node .newsroom-field-subtitle,
	.page-node-type-newsroom-news-release .main-content article.node .newsroom-field-subtitle {
		width: 64%;
		margin-bottom: 20px;
		line-height: 1.4
	}
}

.page-node-type-case-study .main-content article.node .node__content article.node,
.page-node-type-newsroom-article .main-content article.node .node__content article.node,
.page-node-type-newsroom-event-article .main-content article.node .node__content article.node,
.page-node-type-newsroom-news-release .main-content article.node .node__content article.node {
	padding: 0;
	margin: 0
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-subtitle,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-subtitle,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-subtitle,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-subtitle {
	margin: 2rem 0 .625rem
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-subtitle p,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-subtitle p,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-subtitle p,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-subtitle p {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px
}

@media (min-width:640px) {
	.page-node-type-case-study .main-content article.node .node__content .field--name-field-subtitle p,
	.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-subtitle p,
	.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-subtitle p,
	.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-subtitle p {
		font-size: 1.5rem
	}
}

.page-node-type-case-study .main-content article.node .node__content h2,
.page-node-type-newsroom-article .main-content article.node .node__content h2,
.page-node-type-newsroom-event-article .main-content article.node .node__content h2,
.page-node-type-newsroom-news-release .main-content article.node .node__content h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0
}

@media (min-width:640px) {
	.page-node-type-case-study .main-content article.node .node__content h2,
	.page-node-type-newsroom-article .main-content article.node .node__content h2,
	.page-node-type-newsroom-event-article .main-content article.node .node__content h2,
	.page-node-type-newsroom-news-release .main-content article.node .node__content h2 {
		font-size: 1.5rem
	}
}

.page-node-type-case-study .main-content article.node .node__content p,
.page-node-type-newsroom-article .main-content article.node .node__content p,
.page-node-type-newsroom-event-article .main-content article.node .node__content p,
.page-node-type-newsroom-news-release .main-content article.node .node__content p {
	font-size: 1em
}

.page-node-type-case-study .main-content article.node .node__content img,
.page-node-type-newsroom-article .main-content article.node .node__content img,
.page-node-type-newsroom-event-article .main-content article.node .node__content img,
.page-node-type-newsroom-news-release .main-content article.node .node__content img {
	margin: 1rem 0
}

.page-node-type-case-study .main-content article.node .node__content img.align-right,
.page-node-type-newsroom-article .main-content article.node .node__content img.align-right,
.page-node-type-newsroom-event-article .main-content article.node .node__content img.align-right,
.page-node-type-newsroom-news-release .main-content article.node .node__content img.align-right {
	margin-left: 1.25rem
}

.page-node-type-case-study .main-content article.node .node__content img.align-left,
.page-node-type-newsroom-article .main-content article.node .node__content img.align-left,
.page-node-type-newsroom-event-article .main-content article.node .node__content img.align-left,
.page-node-type-newsroom-news-release .main-content article.node .node__content img.align-left {
	margin-right: 1.25rem
}

.page-node-type-case-study .main-content article.node .node__content .caption-img.align-right,
.page-node-type-newsroom-article .main-content article.node .node__content .caption-img.align-right,
.page-node-type-newsroom-event-article .main-content article.node .node__content .caption-img.align-right,
.page-node-type-newsroom-news-release .main-content article.node .node__content .caption-img.align-right {
	margin-left: 1.25rem
}

.page-node-type-case-study .main-content article.node .node__content .caption-img.align-left,
.page-node-type-newsroom-article .main-content article.node .node__content .caption-img.align-left,
.page-node-type-newsroom-event-article .main-content article.node .node__content .caption-img.align-left,
.page-node-type-newsroom-news-release .main-content article.node .node__content .caption-img.align-left {
	margin-right: 1.25rem
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-key-points,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-key-points,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-key-points,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-key-points {
	float: left;
	background: #c6c6c6;
	padding: 0 18px 1rem 1rem;
	margin: 1.5rem 18px 1.5rem 0;
	width: 100%;
	max-width: 100%
}

@media (min-width:480px) {
	.page-node-type-case-study .main-content article.node .node__content .field--name-field-key-points,
	.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-key-points,
	.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-key-points,
	.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-key-points {
		max-width: 240px;
		margin: 1.5rem 18px 10px 0
	}
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-key-points ul,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-key-points ul,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-key-points ul,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-key-points ul {
	margin: 0;
	padding: 0
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-key-points ul li,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-key-points ul li,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-key-points ul li,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-key-points ul li {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 18px;
	font-weight: 400
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-key-points ul li:before,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-key-points ul li:before,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-key-points ul li:before,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-key-points ul li:before {
	content: "•";
	color: #4d4d4d;
	float: left;
	margin: 0 0 0 -8px
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags {
	margin-top: 10px
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags .field__label,
.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags a,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__label,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags a,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__label,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags a,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags .field__label,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags a {
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags a:hover,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags a:hover,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags a:hover,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags a:hover {
	color: #da291c
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags .field__item,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__item,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__item,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags .field__item {
	float: left;
	padding: 0
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-newsroom-tags .field__item:nth-of-type(n+3):before,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__item:nth-of-type(n+3):before,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-newsroom-tags .field__item:nth-of-type(n+3):before,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-newsroom-tags .field__item:nth-of-type(n+3):before {
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400;
	margin-right: 6px;
	content: ",";
	float: left
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-cummins-boilerplate,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-cummins-boilerplate,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-cummins-boilerplate,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-cummins-boilerplate {
	border-top: 4px solid #4d4d4d;
	margin-top: 10px
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label,
.page-node-type-case-study .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label {
	font-size: 1.5rem;
	line-height: 30px;
	font-weight: 500;
	margin-top: 40px
}

.page-node-type-case-study .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label:before,
.page-node-type-case-study .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label:before,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label:before,
.page-node-type-newsroom-article .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label:before,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label:before,
.page-node-type-newsroom-event-article .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label:before,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-cummins-boilerplate .field__label:before,
.page-node-type-newsroom-news-release .main-content article.node .node__content .field--name-field-partner-boilerplate .field__label:before {
	content: "";
	width: 12px;
	height: 30px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg) no-repeat 0;
	background-size: 10px 1.25rem;
	margin-right: 6px;
	float: left
}

.page-node-type-case-study .main-content article.node .node--type-author,
.page-node-type-newsroom-article .main-content article.node .node--type-author,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author {
	clear: both;
	padding-top: 1.25rem
}

.page-node-type-case-study .main-content article.node .node--type-author .field--type-image,
.page-node-type-newsroom-article .main-content article.node .node--type-author .field--type-image,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--type-image,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--type-image {
	float: left;
	width: 100px;
	height: 125px;
	margin: 0 14px 0 0;
	overflow: hidden
}

.page-node-type-case-study .main-content article.node .node--type-author .field--type-image img,
.page-node-type-newsroom-article .main-content article.node .node--type-author .field--type-image img,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--type-image img,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--type-image img {
	width: 100px;
	height: auto;
	margin: 0
}

.page-node-type-case-study .main-content article.node .node--type-author .node__title__highlight,
.page-node-type-newsroom-article .main-content article.node .node--type-author .node__title__highlight,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .node__title__highlight,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .node__title__highlight {
	margin: 0;
	margin-bottom: 1.25rem
}

.page-node-type-case-study .main-content article.node .node--type-author .node__title__highlight a,
.page-node-type-newsroom-article .main-content article.node .node--type-author .node__title__highlight a,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .node__title__highlight a,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .node__title__highlight a {
	display: inline-block;
	max-width: 50%;
	padding: 8px 16px;
	background: #da291c;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1
}

@media (min-width:640px) {
	.page-node-type-case-study .main-content article.node .node--type-author .node__title__highlight a,
	.page-node-type-newsroom-article .main-content article.node .node--type-author .node__title__highlight a,
	.page-node-type-newsroom-event-article .main-content article.node .node--type-author .node__title__highlight a,
	.page-node-type-newsroom-news-release .main-content article.node .node--type-author .node__title__highlight a {
		max-width: none;
		font-size: 22px
	}
}

.page-node-type-case-study .main-content article.node .node--type-author .field--name-body,
.page-node-type-newsroom-article .main-content article.node .node--type-author .field--name-body,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--name-body,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--name-body {
	max-width: 90%
}

@media (min-width:1024px) {
	.page-node-type-case-study .main-content article.node .node--type-author .field--name-body,
	.page-node-type-newsroom-article .main-content article.node .node--type-author .field--name-body,
	.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--name-body,
	.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--name-body {
		max-width: 60%
	}
}

.page-node-type-case-study .main-content article.node .node--type-author .field--name-body p,
.page-node-type-newsroom-article .main-content article.node .node--type-author .field--name-body p,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--name-body p,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--name-body p {
	font-weight: 400;
	font-size: 14px!important;
	line-height: 17px;
	margin: 0
}

.page-node-type-case-study .main-content article.node .node--type-author .field--name-body a,
.page-node-type-newsroom-article .main-content article.node .node--type-author .field--name-body a,
.page-node-type-newsroom-event-article .main-content article.node .node--type-author .field--name-body a,
.page-node-type-newsroom-news-release .main-content article.node .node--type-author .field--name-body a {
	color: #da291c
}

.page-node-type-case-study #sidebar-second,
.page-node-type-case-study .news-sidebar-items,
.page-node-type-newsroom-article #sidebar-second,
.page-node-type-newsroom-article .news-sidebar-items,
.page-node-type-newsroom-event-article #sidebar-second,
.page-node-type-newsroom-event-article .news-sidebar-items,
.page-node-type-newsroom-news-release #sidebar-second,
.page-node-type-newsroom-news-release .news-sidebar-items {
	width: 100%
}

@media (min-width:1024px) {
	.page-node-type-case-study #sidebar-second,
	.page-node-type-case-study .news-sidebar-items,
	.page-node-type-newsroom-article #sidebar-second,
	.page-node-type-newsroom-article .news-sidebar-items,
	.page-node-type-newsroom-event-article #sidebar-second,
	.page-node-type-newsroom-event-article .news-sidebar-items,
	.page-node-type-newsroom-news-release #sidebar-second,
	.page-node-type-newsroom-news-release .news-sidebar-items {
		width: 33%;
		float: right
	}
}

@media (min-width:1200px) {
	.page-node-type-case-study #sidebar-second.fixed,
	.page-node-type-case-study .news-sidebar-items.fixed,
	.page-node-type-newsroom-article #sidebar-second.fixed,
	.page-node-type-newsroom-article .news-sidebar-items.fixed,
	.page-node-type-newsroom-event-article #sidebar-second.fixed,
	.page-node-type-newsroom-event-article .news-sidebar-items.fixed,
	.page-node-type-newsroom-news-release #sidebar-second.fixed,
	.page-node-type-newsroom-news-release .news-sidebar-items.fixed {
		position: fixed;
		top: 75px;
		right: 50%;
		margin-right: -580px;
		width: 380px
	}
}

@media (min-width:1200px) {
	.page-node-type-case-study #sidebar-second.fixed.clear-footer,
	.page-node-type-case-study .news-sidebar-items.fixed.clear-footer,
	.page-node-type-newsroom-article #sidebar-second.fixed.clear-footer,
	.page-node-type-newsroom-article .news-sidebar-items.fixed.clear-footer,
	.page-node-type-newsroom-event-article #sidebar-second.fixed.clear-footer,
	.page-node-type-newsroom-event-article .news-sidebar-items.fixed.clear-footer,
	.page-node-type-newsroom-news-release #sidebar-second.fixed.clear-footer,
	.page-node-type-newsroom-news-release .news-sidebar-items.fixed.clear-footer {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		margin-right: 0;
		width: 380px
	}
}

figure.newsroom-field-hero-image {
	position: relative;
	width: 100%;
	margin: 1rem 0;
	padding: 0
}

figure.newsroom-field-hero-image img {
	object-fit: cover;
	width: 100%;
	height: 230px
}

@media (min-width:480px) {
	figure.newsroom-field-hero-image img {
		height: 300px
	}
}

@media (min-width:640px) {
	figure.newsroom-field-hero-image img {
		height: 400px
	}
}

@media (min-width:1024px) {
	figure.newsroom-field-hero-image img {
		height: 500px
	}
}

figure.newsroom-field-hero-image figcaption {
	width: 100%;
	background: #4d4d4d;
	color: #fff;
	font-weight: 400;
	padding: 14px 34px;
	font-size: 14px;
	position: absolute;
	top: auto;
	bottom: 0;
	text-align: left;
	height: auto
}

.newsroom-section-topic-wrapper {
	font-size: 21px
}

@media (min-width:640px) {
	.newsroom-section-topic-wrapper {
		font-size: 28px
	}
}

.newsroom-section-topic-wrapper:before {
	content: "";
	width: 12px;
	height: 30px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg) no-repeat;
	background-position: left 2px;
	background-size: 10px 1.25rem;
	margin-right: 6px;
	float: left
}

@media (min-width:640px) {
	.newsroom-section-topic-wrapper:before {
		background-position: 0
	}
}

.newsroom-section-topic-wrapper a {
	color: #4d4d4d
}

.newsroom-section-topic-wrapper a:hover {
	color: #da291c
}

.newsroom-section-topic-wrapper .newsroom-section {
	color: #4d4d4d;
	font-weight: 600
}

.newsroom-section-topic-wrapper .field--name-field-newsroom-topic {
	opacity: .8
}

.newsroom-section-topic-wrapper .field--name-field-newsroom-topic a {
	font-weight: 400
}

.field--name-field-newsroom-event {
	margin-top: 2rem
}

.field--name-field-newsroom-event h2 {
	font-size: 45px;
	line-height: 41px;
	color: #da291c;
	font-weight: 400;
	margin: 0
}

.field--name-field-newsroom-event h2 .field--name-title {
	font-weight: 700
}

.field--name-field-newsroom-event .field--name-field-location {
	font-size: 36px;
	font-weight: 600;
	color: #da291c
}

.rrssb {
	clear: both;
	padding: .5rem 0 0!important
}

.rrssb .rrssb-prefix {
	position: relative!important;
	float: left;
	padding-top: 1px;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: 400
}

.rrssb ul.rrssb-buttons {
	width: auto;
	padding: 0!important
}

.rrssb ul.rrssb-buttons li.rrssb-facebook,
.rrssb ul.rrssb-buttons li.rrssb-linkedin,
.rrssb ul.rrssb-buttons li.rrssb-twitter {
	width: auto;
	margin: 0 10px
}

.rrssb ul.rrssb-buttons li.rrssb-facebook a,
.rrssb ul.rrssb-buttons li.rrssb-linkedin a,
.rrssb ul.rrssb-buttons li.rrssb-twitter a {
	width: 1.25rem;
	height: 1.25rem;
	background-color: transparent!important;
	transition: color 0 ease .2s
}

.rrssb ul.rrssb-buttons li.rrssb-facebook a .rrssb-icon,
.rrssb ul.rrssb-buttons li.rrssb-facebook a .rrssb-text,
.rrssb ul.rrssb-buttons li.rrssb-linkedin a .rrssb-icon,
.rrssb ul.rrssb-buttons li.rrssb-linkedin a .rrssb-text,
.rrssb ul.rrssb-buttons li.rrssb-twitter a .rrssb-icon,
.rrssb ul.rrssb-buttons li.rrssb-twitter a .rrssb-text {
	display: none
}

.rrssb ul.rrssb-buttons li.rrssb-facebook a {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-facebook.svg);
	background-repeat: no-repeat;
	background-size: 1.25rem 40px;
	background-position: top
}

.rrssb ul.rrssb-buttons li.rrssb-facebook a:hover {
	background-position: bottom
}

.rrssb ul.rrssb-buttons li.rrssb-linkedin a {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-linkedin.svg);
	background-repeat: no-repeat;
	background-size: 1.25rem 40px;
	background-position: top
}

.rrssb ul.rrssb-buttons li.rrssb-linkedin a:hover {
	background-position: bottom
}

.rrssb ul.rrssb-buttons li.rrssb-twitter a {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-twitter.svg);
	background-repeat: no-repeat;
	background-size: 1.25rem 40px;
	background-position: top
}

.rrssb ul.rrssb-buttons li.rrssb-twitter a:hover {
	background-position: bottom
}

.block-rrssb .rrssb {
	padding: 0!important;
	margin: 1rem 0
}

@media (min-width:1024px) {
	.block-rrssb .rrssb {
		float: right;
		margin-bottom: 30px
	}
}

.news-affix__items .news-affix__item:after {
	content: "";
	display: table;
	clear: both
}

.newsroom-home-link {
	background: #da291c;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 14px 20px 14px 10px;
	text-transform: uppercase;
	border: none;
	transform: all .2s ease;
	width: 100%;
	text-align: center
}

@media (min-width:768px) {
	.newsroom-home-link {
		font-size: 18px;
		line-height: 18px;
		padding: 12px 50px 12px 14px
	}
}

@media (min-width:1024px) {
	.newsroom-home-link {
		font-size: 20px;
		line-height: 20px
	}
}

.newsroom-home-link:before {
	transition: all .2s ease;
	content: "";
	width: 12px;
	height: 10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0
}

@media (min-width:768px) {
	.newsroom-home-link:before {
		width: 14px;
		height: 18px;
		margin: 0 2px 0 0
	}
}

.newsroom-home-link:focus,
.newsroom-home-link:hover {
	background: #a1140a;
	color: #fff
}

.newsroom-home-link:focus:before,
.newsroom-home-link:hover:before {
	background-position: 100%
}

.newsroom-home-link:before {
	display: inline-block;
	float: none
}

#block-newsroom-home-link p {
	margin: 0!important;
	padding: 0!important
}

@media (min-width:1024px) {
	.page-node-type-newsroom-event-article .node .node__content,
	.page-node-type-newsroom-news-release .node .node__content {
		width: 64%;
		margin-right: 2%;
		float: left
	}
	.page-node-type-newsroom-event-article .node .node__content .node--type-partner-boilerplate .node__content,
	.page-node-type-newsroom-news-release .node .node__content .node--type-partner-boilerplate .node__content {
		width: 100%
	}
}

.page-node-type-newsroom-event-article #sidebar-second,
.page-node-type-newsroom-news-release #sidebar-second {
	display: none
}

.page-node-type-newsroom-news-release .node .newsroom-content-type-wrapper {
	background: #4d4d4d
}

.page-node-type-newsroom-news-release .node .newsroom-content-type-wrapper h3:before {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar.svg) no-repeat 0;
	background-size: 1.25rem 40px
}

.page-node-type-newsroom-news-release .news-sidebar-items {
	width: 100%
}

@media (min-width:1024px) {
	.page-node-type-newsroom-news-release .news-sidebar-items {
		width: 33%;
		float: right;
		margin-top: -80px
	}
}

@media (min-width:1200px) {
	.page-node-type-newsroom-news-release .news-sidebar-items.fixed {
		position: fixed;
		top: 75px;
		right: 50%;
		margin-right: -580px;
		width: 380px
	}
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom {
	clear: both
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary h3 {
	font-size: 21px;
	color: #4d4d4d;
	font-weight: 600;
	width: 100%;
	line-height: 26px
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary h3:before {
	float: left;
	width: 10px;
	height: 20px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 10px 20px;
	content: "";
	margin-right: 8px
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary .company-information-content {
	margin-top: .5rem
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary .company-information-content a {
	display: block;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 400;
	padding: 6px 18px
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary .company-information-content a:hover {
	color: #da291c
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary .company-information-content a:before {
	content: "";
	float: left;
	width: 7px;
	height: 1.25rem;
	margin-right: 6px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 7px 15px
}

.page-node-type-newsroom-news-release .news-sidebar-items #block-cumminsinformationonnewsroom .field--type-text-with-summary .company-information-content br {
	display: none
}

#block-views-block-newsroom-news-release-block-1 {
	background: #7b7b7b url(/themes/custom/cummins/images/background-grey-sidebar.svg) no-repeat 100% 100%;
	background-size: cover;
	margin-top: 30px;
	padding: 10px 0
}

#block-views-block-newsroom-news-release-block-1 .view-content .view-rows>div {
	padding: 10px 0
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .views-label-field-media-contact {
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	padding-top: 14px;
	line-height: 62px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .views-label-field-media-contact:before {
	float: left;
	width: 2rem;
	height: 62px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 2rem 62px;
	content: "";
	margin-right: 14px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact article {
	padding: 0;
	margin: 0
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .node__content {
	width: 100%
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-left {
	float: left;
	width: 85px;
	height: 106px;
	overflow: hidden;
	margin-left: 46px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-left img {
	width: 100%
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right {
	clear: both;
	float: left;
	width: 200px;
	margin: 18px 0 0 46px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px
}

@media (min-width:480px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right {
		clear: none;
		margin: 18px 0 10px 14px
	}
}

@media (min-width:1024px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right {
		margin: 18px 0 10px 46px
	}
}

@media (min-width:1200px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right {
		margin: 18px 0 10px 14px
	}
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right .node__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 6px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right a {
	color: #fff
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-media-contact .field-content .node-sidebar-info-right a:hover {
	color: #da291c
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources {
	margin: 10px 30px 30px 44px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .views-label {
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	line-height: 60px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul {
	padding: 0;
	margin: 0
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li {
	margin: .5rem 0;
	padding: 0
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span {
	padding: 0;
	background: none!important
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span a {
	color: #fff;
	padding: 5px 0 5px 36px;
	float: left
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span a:hover {
	color: #da291c
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--mime-video-quicktime a {
	background: url(/themes/custom/cummins/images/icons/application-mov.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--mime-audio-mpeg a {
	background: url(/themes/custom/cummins/images/icons/application-mp3.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--mime-video-mp4 a {
	background: url(/themes/custom/cummins/images/icons/application-mp4.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--application-pdf a {
	background: url(/themes/custom/cummins/images/icons/application-pdf.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--x-office-presentation a {
	background: url(/themes/custom/cummins/images/icons/application-ppt.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--x-office-spreadsheet a {
	background: url(/themes/custom/cummins/images/icons/application-xls.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--mime-application-zip a {
	background: url(/themes/custom/cummins/images/icons/application-zip.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-resources .item-list ul li span.file--x-office-document a {
	background: url(/themes/custom/cummins/images/icons/application-doc.png) no-repeat 0;
	background-size: 26px 28px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images {
	margin: 10px 30px 30px 44px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .views-label {
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	line-height: 60px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content {
	font-size: 0;
	margin-left: -4px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content a {
	float: left;
	display: block;
	width: 26.8%;
	margin: 6px
}

@media (min-width:480px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content a {
		width: 29.8%
	}
}

@media (min-width:1024px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content a {
		width: 28%
	}
}

@media (min-width:1200px) {
	#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content a {
		width: 29%
	}
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-images .field-content a img {
	width: 100%
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-download-files {
	clear: both;
	float: left;
	margin: 30px 30px 22px 42px
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-download-files a {
	position: relative;
	padding-left: 1rem;
	font-size: 1.125em;
	font-weight: 500;
	transition: all .2s ease;
	color: #fff
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-download-files a:before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 14px;
	left: 0;
	top: 50%;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 7px 15px;
	transform: translateY(-50%);
	transition: all .2s ease
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-download-files a:hover {
	color: #da291c
}

#block-views-block-newsroom-news-release-block-1 .view-content .views-field-field-download-files a:hover:before {
	transform: translate(.25rem, -50%)
}

.page-node-type-newsroom-event-article .node .event-info h2 {
	margin-bottom: 0;
	margin-top: 15px;
	color: #da291c
}

.page-node-type-newsroom-event-article .node .event-info .field--name-field-location,
.page-node-type-newsroom-event-article .node .event-info .field-event-date {
	display: block;
	color: #da291c;
	font-size: 24px;
	font-weight: 600
}

@media (min-width:768px) {
	.page-node-type-newsroom-event-article .node .event-info .field--name-field-location,
	.page-node-type-newsroom-event-article .node .event-info .field-event-date {
		display: inline-block;
		font-size: 30px
	}
}

@media (min-width:768px) {
	.page-node-type-newsroom-event-article .node .event-info .field-event-date:before {
		content: "";
		display: inline-block;
		width: .5rem;
		height: .5rem;
		background: #000;
		margin: 5px
	}
}

.page-node-type-newsroom-event-article .node .newsroom-content-type-wrapper {
	background: #da291c
}

.page-node-type-newsroom-event-article .node .newsroom-content-type-wrapper h3:before {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-grey.svg) no-repeat 0;
	background-size: 1.25rem 40px
}

.page-node-type-newsroom-event-article .news-sidebar-items {
	width: 100%
}

@media (min-width:1024px) {
	.page-node-type-newsroom-event-article .news-sidebar-items {
		width: 33%;
		float: right
	}
}

@media (min-width:1200px) {
	.page-node-type-newsroom-event-article .news-sidebar-items.fixed {
		position: fixed;
		top: 75px;
		right: 50%;
		margin-right: -580px;
		width: 380px
	}
}

.view-newsroom-event-article {
	background: #7b7b7b url(/themes/custom/cummins/images/background-grey-sidebar.svg) no-repeat 100% 100%;
	background-size: cover;
	margin-top: 30px;
	padding: 10px 0;
	overflow: auto
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .views-label-field-newsroom-news-release {
	font-weight: 500;
	color: #fff;
	font-size: 30px;
	padding-top: 14px;
	line-height: 60px
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .views-label-field-newsroom-news-release:before {
	content: "";
	float: left;
	width: 2rem;
	height: 62px;
	margin-right: 14px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 2rem 62px
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .item-list ul {
	margin: 10px 36px 0 62px
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .item-list ul li {
	margin: 1rem 0;
	padding: 0
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .item-list ul li a {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	line-height: 21px
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .item-list ul li a:hover {
	color: #da291c
}

.view-newsroom-event-article .view-content .views-field-field-newsroom-news-release .item-list ul li a:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 1.25rem;
	margin: 0 0 0 -14px
}

.view-newsroom-event-article .view-content .views-field-field-images {
	margin: 2rem 2rem 0 3rem
}

.view-newsroom-event-article .view-content .views-field-field-images .views-label-field-images {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list {
	clear: both
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list ul {
	margin: 14px 0 0;
	padding: 0
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list ul li {
	margin: 0;
	padding: 0;
	display: inline
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list ul li a {
	overflow: hidden;
	width: 90px;
	height: 60px;
	display: inline-block;
	margin: 0 4px 4px 0;
	background: #da291c
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list ul li a:hover img {
	transform: scale(1.1);
	opacity: .4
}

.view-newsroom-event-article .view-content .views-field-field-images .item-list ul li a img {
	transition: all .2s ease
}

.view-newsroom-event-article .view-content .views-field-field-download-files {
	margin: 1.5rem 30px 22px 42px;
	float: left;
	clear: both
}

.view-newsroom-event-article .view-content .views-field-field-download-files a {
	position: relative;
	padding-left: 1rem;
	font-size: 1.125em;
	font-weight: 500;
	transition: all .2s ease;
	color: #fff
}

.view-newsroom-event-article .view-content .views-field-field-download-files a:before {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 14px;
	left: 0;
	top: 50%;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 7px 15px;
	transform: translateY(-50%);
	transition: all .2s ease
}

.view-newsroom-event-article .view-content .views-field-field-download-files a:hover {
	color: #da291c
}

.view-newsroom-event-article .view-content .views-field-field-download-files a:hover:before {
	transform: translate(.25rem, -50%)
}

.page-node-type-case-study article,
.page-node-type-newsroom-article article {
	max-width: 100%;
	overflow: visible
}

.page-node-type-case-study .layout-main .main-content .section-main-content .region-content,
.page-node-type-newsroom-article .layout-main .main-content .section-main-content .region-content {
	background: none!important
}

.page-node-type-case-study .node__content,
.page-node-type-newsroom-article .node__content {
	width: 100%
}

.page-node-type-case-study .node__content .rrssb,
.page-node-type-newsroom-article .node__content .rrssb {
	display: none
}

.page-node-type-case-study .node__content .news-sidebar-items .rrssb,
.page-node-type-case-study .node__content .view-content .rrssb,
.page-node-type-newsroom-article .node__content .news-sidebar-items .rrssb,
.page-node-type-newsroom-article .node__content .view-content .rrssb {
	display: block
}

@media (min-width:1024px) {
	.page-node-type-case-study .node__content,
	.page-node-type-newsroom-article .node__content {
		width: 64%;
		margin-right: 2%;
		float: left
	}
}

.page-node-type-case-study #sidebar-second .block-rrssb,
.page-node-type-case-study #sidebar-second .block-views-blockimage-gallery-block-1,
.page-node-type-newsroom-article #sidebar-second .block-rrssb,
.page-node-type-newsroom-article #sidebar-second .block-views-blockimage-gallery-block-1 {
	display: none
}

.page-node-type-case-study #sidebar-second,
.page-node-type-case-study .news-sidebar-items,
.page-node-type-newsroom-article #sidebar-second,
.page-node-type-newsroom-article .news-sidebar-items {
	width: 100%
}

@media (min-width:1024px) {
	.page-node-type-case-study #sidebar-second,
	.page-node-type-case-study .news-sidebar-items,
	.page-node-type-newsroom-article #sidebar-second,
	.page-node-type-newsroom-article .news-sidebar-items {
		width: 33%;
		float: right;
		padding-top: 1.5rem
	}
}

@media (min-width:1200px) {
	.page-node-type-case-study #sidebar-second.fixed,
	.page-node-type-case-study .news-sidebar-items.fixed,
	.page-node-type-newsroom-article #sidebar-second.fixed,
	.page-node-type-newsroom-article .news-sidebar-items.fixed {
		position: fixed;
		top: 75px;
		right: 50%;
		margin-right: -580px;
		width: 380px
	}
}

.page-node-type-case-study #sidebar-second .block-views-blockimage-gallery-block-1,
.page-node-type-case-study #sidebar-second .newsroom-home-link,
.page-node-type-case-study .news-sidebar-items .block-views-blockimage-gallery-block-1,
.page-node-type-case-study .news-sidebar-items .newsroom-home-link,
.page-node-type-newsroom-article #sidebar-second .block-views-blockimage-gallery-block-1,
.page-node-type-newsroom-article #sidebar-second .newsroom-home-link,
.page-node-type-newsroom-article .news-sidebar-items .block-views-blockimage-gallery-block-1,
.page-node-type-newsroom-article .news-sidebar-items .newsroom-home-link {
	margin-top: 1.5rem
}

.page-node-type-case-study #sidebar-second .block-views-blockimage-gallery-block-1>h2,
.page-node-type-case-study .news-sidebar-items .block-views-blockimage-gallery-block-1>h2,
.page-node-type-newsroom-article #sidebar-second .block-views-blockimage-gallery-block-1>h2,
.page-node-type-newsroom-article .news-sidebar-items .block-views-blockimage-gallery-block-1>h2 {
	clear: both;
	font-size: 21px;
	color: #4d4d4d;
	font-weight: 600;
	width: 100%;
	line-height: 26px
}

.page-node-type-case-study #sidebar-second .block-views-blockimage-gallery-block-1>h2:before,
.page-node-type-case-study .news-sidebar-items .block-views-blockimage-gallery-block-1>h2:before,
.page-node-type-newsroom-article #sidebar-second .block-views-blockimage-gallery-block-1>h2:before,
.page-node-type-newsroom-article .news-sidebar-items .block-views-blockimage-gallery-block-1>h2:before {
	float: left;
	width: 10px;
	height: 20px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 10px 20px;
	content: "";
	margin-right: 8px
}

.page-node-type-case-study .views-row,
.page-node-type-newsroom-article .views-row {
	position: relative
}

.page-node-type-case-study .views-row .news-sidebar-items .block-views-blockimage-gallery-block-1,
.page-node-type-newsroom-article .views-row .news-sidebar-items .block-views-blockimage-gallery-block-1 {
	display: none
}

.page-node-type-case-study .views-row .news-sidebar-items:first-child .block-views-blockimage-gallery-block-1,
.page-node-type-newsroom-article .views-row .news-sidebar-items:first-child .block-views-blockimage-gallery-block-1 {
	display: block
}

@media (min-width:1024px) {
	.page-node-type-case-study .views-row .news-sidebar-items,
	.page-node-type-newsroom-article .views-row .news-sidebar-items {
		float: left;
		clear: both;
		padding: 1rem 0
	}
	.page-node-type-case-study .views-row .news-sidebar-items .rrssb,
	.page-node-type-newsroom-article .views-row .news-sidebar-items .rrssb {
		float: left
	}
}

.page-node-type-case-study .view-image-gallery .views-row,
.page-node-type-case-study .view-newsroom-related-stories .views-row,
.page-node-type-case-study .view-node-author-block .views-row,
.page-node-type-newsroom-article .view-image-gallery .views-row,
.page-node-type-newsroom-article .view-newsroom-related-stories .views-row,
.page-node-type-newsroom-article .view-node-author-block .views-row {
	padding: 0
}

.page-node-type-case-study .view-image-gallery .views-row:before,
.page-node-type-case-study .view-newsroom-related-stories .views-row:before,
.page-node-type-case-study .view-node-author-block .views-row:before,
.page-node-type-newsroom-article .view-image-gallery .views-row:before,
.page-node-type-newsroom-article .view-newsroom-related-stories .views-row:before,
.page-node-type-newsroom-article .view-node-author-block .views-row:before {
	display: none
}

.block-views-blocknewsroom-article-block-2 {
	margin-top: 1.5rem;
	background: #7b7b7b
}

.block-views-blocknewsroom-article-block-2 h2 {
	padding-top: 14px;
	margin: 0;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 60px
}

.block-views-blocknewsroom-article-block-2 h2:before {
	float: left;
	width: 2rem;
	height: 62px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 2rem 62px;
	content: "";
	margin-right: 14px
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items {
	list-style: none;
	padding: 0 1rem 10px 1.25rem
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item {
	margin: 10px 0
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item .article-affixnav-readnow-item-progress:before {
	font-size: 30px;
	font-weight: 500;
	background: #4d4d4d;
	color: #7b7b7b
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item .article-affixnav-readnow-item-progress .circle .mask .fill {
	background-color: #da291c
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item .news-affix__action {
	min-height: 42px;
	margin-left: 60px;
	padding-left: 11px;
	border-left: 2px solid #c6c6c6;
	color: #c6c6c6;
	font-weight: 600;
	float: left;
	margin-top: 5px;
	font-size: 1rem;
	line-height: 1.25rem
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item.active .article-affixnav-readnow-item-progress:before {
	color: #fff
}

.block-views-blocknewsroom-article-block-2 .view-newsroom-article.view-display-id-block_2 .view-content ol.news-affix__items li.news-affix__item.active .news-affix__action {
	color: #fff;
	border-left: 2px solid #fff
}

.block-views-blocknewsroom-related-stories-block-1,
.block-views-blocknewsroom-related-stories-block-2 {
	clear: both;
	width: 100%;
	max-width: 100%;
	padding: 10px 1rem 0
}

@media (min-width:640px) {
	.block-views-blocknewsroom-related-stories-block-1,
	.block-views-blocknewsroom-related-stories-block-2 {
		max-width: 100vw
	}
}

@media (min-width:1200px) {
	.block-views-blocknewsroom-related-stories-block-1,
	.block-views-blocknewsroom-related-stories-block-2 {
		padding: 10px 0
	}
}

.block-views-blocknewsroom-related-stories-block-1 h2,
.block-views-blocknewsroom-related-stories-block-2 h2 {
	font-size: 21px;
	color: #4d4d4d;
	font-weight: 600;
	width: 100%;
	line-height: 26px;
	border-bottom: 2px solid #4d4d4d;
	font-size: 1.5em!important;
	font-weight: 500;
	padding-bottom: 5px;
	margin-bottom: 20px
}

.block-views-blocknewsroom-related-stories-block-1 h2:before,
.block-views-blocknewsroom-related-stories-block-2 h2:before {
	float: left;
	width: 10px;
	height: 20px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-sidebar-red.svg) no-repeat 0;
	background-size: 10px 20px;
	content: "";
	margin-right: 8px
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content {
	display: flex;
	flex-direction: column;
	width: 100%
}

@media (min-width:640px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content {
		flex-direction: row
	}
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
	background: #c6c6c6;
	background-size: 100%;
	width: 100%;
	margin-bottom: 1.25rem
}

@media (min-width:480px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
		background-size: 60%
	}
}

@media (min-width:640px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
		width: 23.7288135593%;
		float: left;
		margin-right: 1.6949152542%;
		margin-bottom: 0;
		background-size: 350%
	}
}

@media (min-width:768px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
		background-size: 250%
	}
}

@media (min-width:1024px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
		background-size: 150%
	}
}

@media (min-width:1200px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row {
		background-size: 100%
	}
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row:last-of-type,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row:last-of-type {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

@media (min-width:640px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row:last-of-type,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row:last-of-type {
		width: 23.7288135593%;
		float: left
	}
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row:hover .views-field-field-hero-image img,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row:hover .views-field-field-hero-image img {
	transform: scale(1.1);
	opacity: .4
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row:hover .views-field-title a,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row:hover .views-field-title a {
	color: #da291c
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image {
	overflow: hidden;
	background: #da291c;
	height: 200px
}

@media (min-width:640px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image {
		height: 110px
	}
}

@media (min-width:768px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image {
		height: 140px
	}
}

@media (min-width:1024px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image {
		height: 180px
	}
}

@media (min-width:1200px) {
	.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image,
	.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image {
		height: 220px
	}
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image img,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-field-hero-image img {
	width: 100%;
	transition: all .2s ease
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-title a,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-title a {
	font-size: 1em;
	line-height: 1.3;
	color: #4d4d4d;
	padding: 8px 16px 12px;
	display: block;
	min-height: 100px
}

.block-views-blocknewsroom-related-stories-block-1 .view-newsroom-related-stories .view-content .views-row .views-field-title a:hover,
.block-views-blocknewsroom-related-stories-block-2 .view-newsroom-related-stories .view-content .views-row .views-field-title a:hover {
	color: #da291c
}

.sidebar-affix {
	display: none
}

@media (min-width:1024px) {
	.sidebar-affix {
		display: block;
		position: fixed;
		top: 70px;
		right: auto;
		width: calc((100% - 2rem) * .33);
		height: 555px;
		opacity: 0
	}
}

@media (min-width:1200px) {
	.sidebar-affix {
		width: calc((1200px - 2rem) * .33)
	}
}

.sidebar-affix .newsroom-home-link {
	display: none
}

@media (min-width:1024px) {
	.sidebar-affix .newsroom-home-link {
		display: block
	}
}

.page-node-type-newsroom-article #block-newsroom-home-link {
	display: block
}

@media (min-width:1024px) {
	.page-node-type-newsroom-article #block-newsroom-home-link {
		display: none
	}
}

table.tank-header-a,
table.tank-header-b {
	width: 100%;
	border-bottom: 4px solid #7b7b7b;
	margin-bottom: 75px
}

table.tank-header-a caption,
table.tank-header-b caption {
	color: #fff;
	background-color: #da291c;
	font-weight: 600;
	text-align: left;
	padding: 10px 1.25rem
}

table.tank-header-a thead tr td,
table.tank-header-b thead tr td {
	color: #fff;
	padding: 10px 20px;
	background-color: #7b7b7b;
	display: none
}

@media (min-width:640px) {
	table.tank-header-a thead tr td,
	table.tank-header-b thead tr td {
		padding: 10px
	}
}

@media (min-width:768px) {
	table.tank-header-a thead tr td,
	table.tank-header-b thead tr td {
		display: table-cell
	}
}

@media (min-width:1024px) {
	table.tank-header-a thead tr td,
	table.tank-header-b thead tr td {
		padding: 10px 1.25rem
	}
}

table.tank-header-a tbody tr,
table.tank-header-b tbody tr {
	border-bottom: 2px solid #efefef
}

table.tank-header-a tbody tr td,
table.tank-header-b tbody tr td {
	padding: 1.25rem;
	display: block;
	position: relative
}

@media (min-width:640px) {
	table.tank-header-a tbody tr td,
	table.tank-header-b tbody tr td {
		padding: 10px
	}
}

@media (min-width:1024px) {
	table.tank-header-a tbody tr td,
	table.tank-header-b tbody tr td {
		padding: 1.25rem
	}
}

table.tank-header-a tbody tr td:first-child:before,
table.tank-header-b tbody tr td:first-child:before {
	content: "Technical Characteristics";
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 5px
}

table.tank-header-a tbody tr td:nth-child(2):before,
table.tank-header-b tbody tr td:nth-child(2):before {
	content: "Specifications";
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 5px
}

@media (min-width:640px) {
	table.tank-header-a tbody tr td,
	table.tank-header-b tbody tr td {
		display: table-cell
	}
	table.tank-header-a tbody tr td:before,
	table.tank-header-b tbody tr td:before {
		content: ""!important
	}
}

table.tank-header-a tbody tr:nth-child(odd) td,
table.tank-header-b tbody tr:nth-child(odd) td {
	background-color: #efefef
}

@media (min-width:1200px) {
	table.tank-header-b {
		width: 1175px;
		margin-left: -440px;
		max-width: 100vw
	}
}

table.tank-header-b tbody tr td:nth-child(2):before {
	content: "Units";
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 5px
}

table.tank-header-b tbody tr td:nth-child(3):before {
	content: "UL2";
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 5px
}

table.tank-header-b tbody tr td:nth-child(4) {
	margin: -60px 0 0 40px
}

table.tank-header-b tbody tr td:nth-child(5) {
	margin: -60px 0 0 90px
}

table.tank-header-b tbody tr td:nth-child(6):before {
	content: "Cummins Advantages";
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 5px
}

.press-resources .region-content h2 {
	display: inline-flex;
	color: #fff;
	background: #da291c;
	font-size: 1.125em;
	font-weight: 400;
	padding: 0 70px 0 10px;
	white-space: nowrap;
	margin: 1rem 0 0;
	line-height: 1.8
}

.press-resources .region-content h2+p {
	margin-top: 0;
	padding-top: 1em;
	border-top: 3px solid #000
}

.press-resources .region-content .node {
	padding-bottom: 30px
}

.press-resources .region-content .view {
	border-top: 3px solid #000;
	padding: 1rem 0 40px
}

.press-resources .region-content .view-newsroom-news-release .views-row {
	padding: 10px 0
}

.press-resources .region-content .view-newsroom-news-release .views-field-field-date {
	float: left
}

.press-resources .region-content .view-newsroom-news-release .views-field-field-date time:after {
	content: "\2014";
	padding: 2px 5px
}

.press-resources .region-content .view-newsroom-news-release .views-field-title {
	padding-left: 100px
}

.press-resources .region-content .view-newsroom-news-release .views-field-title a {
	color: #4d4d4d
}

.press-resources .region-content .view-newsroom-news-release .views-field-title a:hover {
	color: #da291c
}

.press-resources .region-content .view-newsroom-event .fc-content-skeleton,
.press-resources .region-content .view-newsroom-event .fc table {
	height: 100%
}

.press-resources .region-content .view-newsroom-event .fc-widget-content {
	border: 2px solid #c6c6c6
}

.press-resources .region-content .view-newsroom-event .fc-widget-content.fc-week {
	border: 0
}

.press-resources .region-content .view-newsroom-event .fc-widget-content.fc-day {
	background: #efefef
}

.press-resources .region-content .view-newsroom-event .fc-widget-content.fc-day.fc-today {
	background-color: #c6c6c6
}

.press-resources .region-content .view-newsroom-event .fc-basic-view .fc-day-number {
	padding: 4px
}

.press-resources .region-content .view-newsroom-event .fc-event-default {
	background: #7b7b7b;
	border-color: #7b7b7b;
	padding: 5px;
	margin: 0 1px 1px
}

.press-resources .region-content .view-newsroom-event .fc td {
	vertical-align: bottom
}

.press-resources .region-content .view-newsroom-event .fc-head,
.press-resources .region-content .view-newsroom-event .fc-time {
	display: none
}

.press-resources .region-content .view-newsroom-event .fc-toolbar {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 10px 0 0
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left {
	float: none;
	width: 100%
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group {
	width: 100%
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group .fc-button {
	display: block;
	background-color: transparent;
	background-image: none;
	border: 0;
	box-shadow: none;
	position: relative;
	font-size: 0;
	width: 10px;
	height: 28px;
	float: left;
	margin: 3px 7px
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group .fc-prev-button {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-left.svg) no-repeat 50%;
	background-size: 100%
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group .fc-prev-button:hover {
	opacity: .5
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group .fc-next-button {
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 100%
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-left .fc-button-group .fc-next-button:hover {
	opacity: .5
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-center {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	text-align: left
}

.press-resources .region-content .view-newsroom-event .fc-toolbar .fc-center h2 {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 36px;
	color: #4d4d4d;
	background: transparent;
	font-size: 1.25rem;
	font-weight: 600
}

.press-resources .region-content .view-newsroom-event .fc-day-grid-event .fc-content {
	white-space: normal
}

.press-resources .region-content .view-id-press_resource_media .view-content .views-row {
	width: 48%;
	margin: 10px 4% 10px 0;
	padding: 0;
	float: left
}

.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(2n) {
	margin-right: 0
}

@media (min-width:480px) {
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row {
		width: 32%;
		margin: 10px 2% 10px 0
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(2n) {
		margin-right: 2%
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(3n) {
		margin-right: 0
	}
}

@media (min-width:640px) {
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row {
		width: 22%;
		margin: 10px 4% 10px 0
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(2n),
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(3n) {
		margin-right: 4%
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(4n) {
		margin-right: 0
	}
}

@media (min-width:1024px) {
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row {
		width: 18%;
		margin: 10px 2.5% 10px 0
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(2n),
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(3n),
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(4n) {
		margin-right: 2.5%
	}
	.press-resources .region-content .view-id-press_resource_media .view-content .views-row:nth-child(5n) {
		margin-right: 0
	}
}

.press-resources .region-content .view-id-press_resource_media .view-content .views-row .views-field-field-images a {
	display: block
}

.press-resources .region-content .view-id-press_resource_media .view-content .views-row .views-field-field-images img {
	width: 100%;
	height: 1 1.25rem;
	object-fit: cover
}

.press-resources .region-content #block-social-media-press-resources .field--name-body {
	border-top: 3px solid #000;
	padding: 1rem 0 30px
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .facebook-link,
.press-resources .region-content #block-social-media-press-resources .field--name-body .linkedin-link,
.press-resources .region-content #block-social-media-press-resources .field--name-body .twitter-link {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	text-indent: -9999px;
	background-size: 2rem 64px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 15px 1rem 0;
	transition: none;
	background-repeat: no-repeat;
	backgorund-position: center top
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .facebook-link:hover,
.press-resources .region-content #block-social-media-press-resources .field--name-body .linkedin-link:hover,
.press-resources .region-content #block-social-media-press-resources .field--name-body .twitter-link:hover {
	background-position: bottom
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .twitter-link {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-twitter.svg)
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .facebook-link {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-facebook.svg)
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .linkedin-link {
	background-image: url(/themes/custom/cummins/images/icons/icon-gray-linkedin.svg)
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .with-chevron {
	display: block;
	clear: both;
	font-size: 18px
}

.press-resources .region-content #block-social-media-press-resources .field--name-body .with-chevron:before {
	height: 22px
}

.press-resources .region-content .views-exposed-form .form-item {
	float: none;
	margin: 10px 0
}

.press-resources .region-content .views-exposed-form .form-item input {
	width: 100%
}

.press-resources .region-content .views-exposed-form select {
	border: 1px solid #efefef;
	padding: 8px 40px 8px 10px;
	background-position: 95%
}

.press-resources .region-content .views-exposed-form .form-item-combine input.form-text {
	border: 1px solid #efefef
}

.press-resources .region-content .views-exposed-form .form-actions {
	clear: both;
	float: left;
	margin: 0
}

.press-resources .region-content .views-exposed-form .form-actions input.form-submit {
	text-transform: capitalize;
	padding: .5rem 1.25rem;
	background-image: none;
	height: 44px;
	margin-top: 10px
}

@media (min-width:640px) {
	.press-resources .region-content .views-exposed-form .form--inline {
		display: flex;
		flex-flow: row wrap
	}
	.press-resources .region-content .views-exposed-form .form-item {
		flex: 1 0 0
	}
	.press-resources .region-content .views-exposed-form .form-item:first-of-type {
		flex: 0 0 240px;
		padding-right: 1.25rem
	}
	.press-resources .region-content .views-exposed-form .form-actions input {
		font-size: 18px;
		font-weight: 400
	}
}

.product-category {
	position: relative
}

.product-finder .flex-content__title {
	margin-top: 2rem
}

@media (min-width:768px) {
	.product-finder .flex-content__title {
		margin-top: 1rem
	}
}

.product-finder .flex-content__text {
	margin-left: 2em;
	margin-right: 2em
}

@media (min-width:768px) {
	.product-finder .flex-content__text {
		margin-left: 2.6em
	}
}

#block-sitemap-menu,
.block-cummins-util-sitemap-block {
	margin: 30px 0
}

#block-sitemap-menu ul.main-menu,
#block-sitemap-menu ul.menu,
.block-cummins-util-sitemap-block ul.main-menu,
.block-cummins-util-sitemap-block ul.menu {
	margin: 0;
	padding: 0
}

#block-sitemap-menu ul.main-menu li,
#block-sitemap-menu ul.menu li,
.block-cummins-util-sitemap-block ul.main-menu li,
.block-cummins-util-sitemap-block ul.menu li {
	margin: 0 0 30px
}

#block-sitemap-menu ul.main-menu li a,
#block-sitemap-menu ul.menu li a,
.block-cummins-util-sitemap-block ul.main-menu li a,
.block-cummins-util-sitemap-block ul.menu li a {
	transition: all .2s ease;
	font-size: 1.5em;
	font-weight: 700;
	color: #000
}

#block-sitemap-menu ul.main-menu li a:hover,
#block-sitemap-menu ul.menu li a:hover,
.block-cummins-util-sitemap-block ul.main-menu li a:hover,
.block-cummins-util-sitemap-block ul.menu li a:hover {
	color: #da291c
}

#block-sitemap-menu ul.main-menu li a:hover:before,
#block-sitemap-menu ul.menu li a:hover:before,
.block-cummins-util-sitemap-block ul.main-menu li a:hover:before,
.block-cummins-util-sitemap-block ul.menu li a:hover:before {
	background-position: 50%
}

#block-sitemap-menu ul.main-menu li a:before,
#block-sitemap-menu ul.menu li a:before,
.block-cummins-util-sitemap-block ul.main-menu li a:before,
.block-cummins-util-sitemap-block ul.menu li a:before {
	transition: all .2s ease;
	content: "";
	width: 10px;
	height: 27px;
	float: left;
	margin-left: -10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat;
	background-size: 4px;
	background-position: -10px;
	overflow: hidden
}

#block-sitemap-menu ul.main-menu li ul,
#block-sitemap-menu ul.main-menu li ul.sub-menu,
#block-sitemap-menu ul.menu li ul,
#block-sitemap-menu ul.menu li ul.sub-menu,
.block-cummins-util-sitemap-block ul.main-menu li ul,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu,
.block-cummins-util-sitemap-block ul.menu li ul,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu {
	padding-left: 1em
}

#block-sitemap-menu ul.main-menu li ul .field--name-field-topic,
#block-sitemap-menu ul.main-menu li ul.sub-menu .field--name-field-topic,
#block-sitemap-menu ul.menu li ul .field--name-field-topic,
#block-sitemap-menu ul.menu li ul.sub-menu .field--name-field-topic,
.block-cummins-util-sitemap-block ul.main-menu li ul .field--name-field-topic,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu .field--name-field-topic,
.block-cummins-util-sitemap-block ul.menu li ul .field--name-field-topic,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu .field--name-field-topic {
	display: none
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li,
#block-sitemap-menu ul.main-menu li ul li,
#block-sitemap-menu ul.menu li ul.sub-menu li,
#block-sitemap-menu ul.menu li ul li,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li,
.block-cummins-util-sitemap-block ul.main-menu li ul li,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li,
.block-cummins-util-sitemap-block ul.menu li ul li {
	margin: 4px 0
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li a,
#block-sitemap-menu ul.main-menu li ul li a,
#block-sitemap-menu ul.menu li ul.sub-menu li a,
#block-sitemap-menu ul.menu li ul li a,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li a,
.block-cummins-util-sitemap-block ul.main-menu li ul li a,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li a,
.block-cummins-util-sitemap-block ul.menu li ul li a {
	transition: all .2s ease;
	font-size: 1.125em;
	font-weight: 400;
	color: #2d2d2d
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li a:hover,
#block-sitemap-menu ul.main-menu li ul li a:hover,
#block-sitemap-menu ul.menu li ul.sub-menu li a:hover,
#block-sitemap-menu ul.menu li ul li a:hover,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li a:hover,
.block-cummins-util-sitemap-block ul.main-menu li ul li a:hover,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li a:hover,
.block-cummins-util-sitemap-block ul.menu li ul li a:hover {
	color: #da291c
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li a:hover:before,
#block-sitemap-menu ul.main-menu li ul li a:hover:before,
#block-sitemap-menu ul.menu li ul.sub-menu li a:hover:before,
#block-sitemap-menu ul.menu li ul li a:hover:before,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li a:hover:before,
.block-cummins-util-sitemap-block ul.main-menu li ul li a:hover:before,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li a:hover:before,
.block-cummins-util-sitemap-block ul.menu li ul li a:hover:before {
	background-position: 50%
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li a:before,
#block-sitemap-menu ul.main-menu li ul li a:before,
#block-sitemap-menu ul.menu li ul.sub-menu li a:before,
#block-sitemap-menu ul.menu li ul li a:before,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li a:before,
.block-cummins-util-sitemap-block ul.main-menu li ul li a:before,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li a:before,
.block-cummins-util-sitemap-block ul.menu li ul li a:before {
	transition: all .2s ease;
	content: "";
	width: 10px;
	height: 21px;
	float: left;
	margin-left: -10px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat;
	background-size: 4px;
	background-position: -10px;
	overflow: hidden
}

#block-sitemap-menu ul.main-menu li ul.sub-menu li ul,
#block-sitemap-menu ul.main-menu li ul.sub-menu li ul.sub-menu,
#block-sitemap-menu ul.main-menu li ul li ul,
#block-sitemap-menu ul.main-menu li ul li ul.sub-menu,
#block-sitemap-menu ul.menu li ul.sub-menu li ul,
#block-sitemap-menu ul.menu li ul.sub-menu li ul.sub-menu,
#block-sitemap-menu ul.menu li ul li ul,
#block-sitemap-menu ul.menu li ul li ul.sub-menu,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li ul,
.block-cummins-util-sitemap-block ul.main-menu li ul.sub-menu li ul.sub-menu,
.block-cummins-util-sitemap-block ul.main-menu li ul li ul,
.block-cummins-util-sitemap-block ul.main-menu li ul li ul.sub-menu,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li ul,
.block-cummins-util-sitemap-block ul.menu li ul.sub-menu li ul.sub-menu,
.block-cummins-util-sitemap-block ul.menu li ul li ul,
.block-cummins-util-sitemap-block ul.menu li ul li ul.sub-menu {
	border-left: 3px solid #efefef
}

#block-sitemap-menu ul.main-menu li.link-about ul.sub-menu .field--name-field-topic,
#block-sitemap-menu ul.menu li.link-about ul.sub-menu .field--name-field-topic,
.block-cummins-util-sitemap-block ul.main-menu li.link-about ul.sub-menu .field--name-field-topic,
.block-cummins-util-sitemap-block ul.menu li.link-about ul.sub-menu .field--name-field-topic {
	display: block;
	font-size: 1.125em;
	font-weight: 400;
	color: #2d2d2d
}

.direct-to-consumer #open-gear {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px
}

.direct-to-consumer .gear-ratio-calc-section {
	background-image: url(/themes/custom/cummins/images/background-gauges.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #111;
	margin-top: 2em;
	color: #fff;
	text-align: center;
	padding: 28px 8vw
}

.direct-to-consumer .gear-ratio-calc-section h3 {
	color: #fff
}

.direct-to-consumer .product__attribute:last-child {
	display: none
}

.direct-to-consumer .product__header .product__title {
	float: none;
	width: auto
}

@media (min-width:850px) {
	.direct-to-consumer .product__header .product__title {
		float: right;
		width: calc(55% - 1rem)
	}
}

@media (max-width:850px) {
	.direct-to-consumer .product__header .container-carousel {
		width: 100%;
		max-width: 60%;
		max-height: 400px;
		float: none;
		margin: 0 auto
	}
	.direct-to-consumer .product__header .breadcrumb {
		float: none
	}
	.direct-to-consumer .product__header .product__description,
	.direct-to-consumer .product__header .product__group-of-attributes,
	.direct-to-consumer .product__header .product__select-your-market {
		float: none;
		width: 100%
	}
	.direct-to-consumer .product__header .carousel-indicators {
		bottom: 26px
	}
}

@media (max-width:600px) {
	.direct-to-consumer .product__header .container-carousel {
		max-width: 100%;
		max-height: 450px;
		margin-bottom: 2em
	}
}

.direct-to-consumer .shopifyContainer {
	width: 100vw
}

.direct-to-consumer .product__description .field__item a:last-of-type,
.direct-to-consumer a.shopifyCheckoutCA,
.direct-to-consumer a.shopifyCheckoutUS {
	display: inline-block;
	padding: 10px 15px;
	background-color: #da291c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 2px;
	transition: all .24s ease-out;
	cursor: pointer
}

.direct-to-consumer .product__description .field__item a:last-of-type:hover,
.direct-to-consumer a.shopifyCheckoutCA:hover,
.direct-to-consumer a.shopifyCheckoutUS:hover {
	background-color: #a1140a;
	color: #fff
}

.direct-to-consumer .product__description .field__item p:last-of-type {
	margin: 0
}

.direct-to-consumer .product-header a.shopifyCheckoutCA,
.direct-to-consumer .product-header a.shopifyCheckoutUS {
	margin-bottom: 1rem;
	margin-right: 1rem
}

.direct-to-consumer a.shopifyCheckoutUS#buyTopBarBtn {
	margin: 0 1rem
}

.direct-to-consumer #topBuyBar {
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	width: 100%;
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .85);
	color: #fff;
	font-size: 1.125em;
	text-align: center;
	border-bottom: 3px solid #da291c;
	z-index: 99;
	top: 3.75rem
}

@media (min-width:768px) {
	.direct-to-consumer #topBuyBar {
		top: 76px
	}
}

@media (min-width:640px) {
	.direct-to-consumer #topBuyBar .buybar__wrapper {
		margin-left: 15px
	}
}

.direct-to-consumer #topBuyBar p {
	margin: 0 0 .5rem;
	font-size: 1.125em
}

.direct-to-consumer #topBuyBar a {
	margin: 2px 7px;
	font-size: 11px
}

@media (min-width:640px) {
	.direct-to-consumer #topBuyBar {
		font-size: 1.125em
	}
	.direct-to-consumer #topBuyBar a {
		margin: 0 .5rem;
		font-size: 1em
	}
	.direct-to-consumer #topBuyBar p {
		margin-bottom: 0
	}
}

.direct-to-consumer .topbar-content {
	margin: 0 auto
}

.direct-to-consumer #topBuyBar p {
	display: inline-block
}

.direct-to-consumer .product-header {
	display: flex
}

.direct-to-consumer .product-header-bg {
	background: url(/themes/custom/cummins/images/internal_header_grey_background.jpg) no-repeat top;
	background-size: cover;
	position: absolute;
	z-index: -1;
	width: 100%;
	min-height: 215px;
	height: 23vh
}

.direct-to-consumer .product__content-top {
	display: none
}

.direct-to-consumer .header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 1rem auto .5rem
}

@media (min-width:850px) {
	.direct-to-consumer .header-content {
		flex-wrap: nowrap;
		margin: 1rem auto 2.5rem;
		padding: 0 1rem
	}
}

.direct-to-consumer .header-content .hero-image {
	flex: 1 1 45%
}

.direct-to-consumer .header-content .hero-image img {
	width: 100%
}

.direct-to-consumer .header-content .header-text {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	justify-content: center;
	order: -1;
	width: 100%;
	padding: 7% 1rem;
	line-height: 1.3;
	text-align: center
}

.direct-to-consumer .header-content .header-text h3 {
	font-size: 2.3rem
}

.direct-to-consumer .header-content .header-text h3,
.direct-to-consumer .header-content .header-text h4 {
	margin: 0;
	color: #fff
}

.direct-to-consumer .header-content .header-text img {
	width: 90%;
	height: auto;
	margin: 30px auto 0
}

@media (min-width:850px) {
	.direct-to-consumer .header-content .header-text {
		flex: 0 0 45%;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		order: 0;
		width: auto;
		padding: 4% 0 0 1rem;
		text-align: left
	}
	.direct-to-consumer .header-content .header-text img {
		width: 90%;
		height: auto;
		margin: 0
	}
}

.direct-to-consumer .header-content .header-text .header-title {
	height: 158px;
	margin-bottom: 22px
}

.direct-to-consumer .header-content .header-text .header-subimage {
	display: block;
	width: auto;
	margin-bottom: 30px
}

.direct-to-consumer .product__description p {
	margin-bottom: 1.25rem
}

.direct-to-consumer .product__content-bottom img {
	width: 100%;
	max-width: 350px
}

.direct-to-consumer .img-full-width {
	width: auto!important;
	max-width: 100%!important;
	height: auto!important;
	padding: 0!important
}

.direct-to-consumer .brochure .flex-content__image img {
	max-height: 230px
}

.direct-to-consumer .hidden-phone {
	display: none!important
}

@media (min-width:1024px) {
	.direct-to-consumer .hidden-phone {
		display: block
	}
}

@media (min-width:640px) {
	.direct-to-consumer .hidden-phone {
		display: block
	}
}

.direct-to-consumer .hidden-tablet {
	display: none
}

@media (min-width:1024px) {
	.direct-to-consumer .hidden-tablet {
		display: none!important
	}
}

@media (min-width:640px) {
	.direct-to-consumer .hidden-tablet {
		display: block
	}
}

.direct-to-consumer .insidecrate-cta {
	margin-top: 2rem
}

.direct-to-consumer .insidecrate-cta a+a {
	margin-left: 1rem
}

.direct-to-consumer .flex-content__image.custom {
	display: none
}

@media (min-width:640px) {
	.direct-to-consumer .flex-content__image.custom {
		display: block;
		max-height: 330px
	}
}

@media (min-width:1024px) {
	.direct-to-consumer .flex-content__image.custom {
		flex: 0 1 auto;
		width: auto;
		max-width: 100%;
		max-height: 650px
	}
}

.direct-to-consumer ul.list-columns {
	columns: 1
}

.direct-to-consumer ul.list-columns li {
	break-inside: avoid
}

.direct-to-consumer ul.list-columns li:first-of-type {
	margin-top: 0!important
}

@media (min-width:640px) {
	.direct-to-consumer ul.list-columns {
		columns: 2
	}
}

#block-repowerquicklinks {
	position: relative;
	max-width: 75rem;
	padding: 0 1rem;
	margin: 1rem auto 0
}

#block-repowerquicklinks ul {
	display: block;
	margin: 0;
	padding: 20px 20px 14px;
	background: #2d2d2d
}

#block-repowerquicklinks ul.contextual-links {
	display: block
}

#block-repowerquicklinks ul.contextual-links[hidden] {
	display: none
}

#block-repowerquicklinks ul.contextual-links li {
	padding: 0 0 .5rem;
	background: none
}

#block-repowerquicklinks ul.contextual-links li a {
	color: inherit;
	font-size: small
}

#block-repowerquicklinks ul li {
	position: relative;
	display: block;
	flex: 0 1 33%;
	padding: 0 10px 6px
}

#block-repowerquicklinks ul li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 6px;
	height: 17px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-dark-red-right.svg) no-repeat 50%;
	background-size: 100%
}

#block-repowerquicklinks ul li a {
	color: #fff;
	font-size: 14px
}

@media (min-width:540px) {
	#block-repowerquicklinks ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		justify-content: space-evenly
	}
}

@media (min-width:768px) {
	#block-repowerquicklinks {
		display: block
	}
}

@media (min-width:840px) {
	#block-repowerquicklinks ul li {
		flex: 0 1 auto
	}
}

.page-node-21141 #product-finder {
	display: none
}

div#menu-aside #block-repowerquicklinks ul li a {
	color: initial
}

div#menu-aside nav#block-repowerquicklinks {
	background: none
}

div#menu-aside nav#block-repowerquicklinks ul {
	justify-content: left
}

div#menu-aside nav#block-repowerquicklinks ul a,
div#menu-aside nav#block-repowerquicklinks ul a:hover {
	color: inherit
}

.webform-submission-repower-builders-program-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem
}

.webform-submission-repower-builders-program-form .form-item {
	flex: 1 100%
}

.webform-submission-repower-builders-program-form .form-item.form-item-confirm-email-address,
.webform-submission-repower-builders-program-form .form-item.form-item-location {
	display: flex;
	flex: 1 100%;
	width: 100%;
	max-width: none;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 0
}

.webform-submission-repower-builders-program-form .form-item.form-item-confirm-email-address .visually-hidden,
.webform-submission-repower-builders-program-form .form-item.form-item-location .visually-hidden {
	display: none
}

.webform-submission-repower-builders-program-form .form-item.form-type-textarea {
	flex: 1 100%;
	width: 100%;
	max-width: none
}

@media (min-width:640px) {
	.webform-submission-repower-builders-program-form .form-item {
		flex: 0 48%
	}
}

.webform-submission-repower-builders-program-form #edit-actions {
	flex: 1 100%
}

.webform-submission-repower-builders-program-form .form-item-first-name,
.webform-submission-repower-builders-program-form .form-item-last-name {
	width: 100%
}

.page-node-type-enthusiast-zone .block-webform-block {
	max-width: 1200px;
	padding: 0 1rem;
	margin: 2rem auto
}

.page-node-type-enthusiast-zone .block-webform-block fieldset {
	clear: both;
	margin-top: 1.5rem;
	padding: 1.5rem 1rem 0;
	border-top: 6px solid #efefef;
	border-bottom: 6px solid #efefef
}

.page-node-type-enthusiast-zone .block-webform-block fieldset legend {
	padding: 0 1rem;
	font-size: 1.125em
}

.page-node-type-enthusiast-zone .block-webform-block #edit-confirm-email-address {
	clear: both;
	margin-bottom: 0
}

.page-node-type-enthusiast-zone .block-webform-block #edit-confirm-email-address:after {
	content: "";
	display: table;
	clear: both
}

@media (min-width:640px) {
	.page-node-type-enthusiast-zone .block-webform-block .form-item-air-intake,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-average-fuel-economy-before-conversion,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-charge-air-cooler,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-first-name,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-make,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-name,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-suspension,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-transfer-case,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-transmission,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-website,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-wheels,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-year,
	.page-node-type-enthusiast-zone .block-webform-block .form-type-email:first-of-type {
		float: left!important;
		width: 48.5%
	}
	.page-node-type-enthusiast-zone .block-webform-block .form-item-average-fuel-economy-after-conversion,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-axle-gear-ratio,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-builder,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-cooling-fan,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-last-name,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-model,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-radiator,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-tires,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-transmission-adapter,
	.page-node-type-enthusiast-zone .block-webform-block .form-type-email:last-of-type {
		width: 48.5%;
		float: right!important
	}
	.page-node-type-enthusiast-zone .block-webform-block .form-item-average-fuel-economy-before-conversion,
	.page-node-type-enthusiast-zone .block-webform-block .form-item-miscellaneous {
		clear: left
	}
}

#ezProfiles {
	margin-bottom: -32px;
	padding-top: 2rem
}

.page-node-type-enthusiast-zone .region-content {
	background: none!important
}

.multiproduct.layout-main-wrapper {
	padding-top: 0
}

.multiproduct:after {
	content: "";
	height: 10 1.25rem;
	background-image: url(/themes/custom/cummins/images/background-multiprod-bottom.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1
}

.multiproduct .region-content {
	background: none!important
}

.multiproduct__header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 40vw;
	max-height: 500px;
	width: 100%
}

.multiproduct__header-wrapper {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start
}

@media (min-width:1150px) {
	.multiproduct__header-wrapper {
		top: -145px;
		margin-bottom: -145px
	}
}

.multiproduct__pagetitle {
	color: #fff;
	background: #da291c;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	padding: 1rem;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center
}

@media (min-width:1150px) {
	.multiproduct__pagetitle {
		max-width: 692px;
		font-size: 56px;
		min-height: 178px;
		padding: 25px 40px
	}
}

.multiproduct__intro-wrapper {
	margin-bottom: 5rem;
	flex-wrap: wrap
}

.multiproduct__intro {
	flex: 0 1 auto;
	width: 100%
}

@media (min-width:1024px) {
	.multiproduct__intro {
		width: 45%
	}
}

.multiproduct__intro h1,
.multiproduct__intro h2,
.multiproduct__intro h3,
.multiproduct__intro h4 {
	color: #000;
	margin-bottom: 2.25rem
}

.multiproduct__intro p {
	font-size: 1.25rem;
	line-height: 1.4
}

.multiproduct__image {
	flex: 1 1 auto;
	position: relative;
	max-width: 500px;
	width: 500px;
	margin: 2.5rem auto 0
}

@media (min-width:1024px) {
	.multiproduct__image {
		margin-top: 0
	}
}

.multiproduct__playlist {
	flex: 1 1 auto;
	position: relative;
	max-width: 500px;
	width: 500px;
	margin: 5.5rem auto 0
}

@media (min-width:1024px) {
	.multiproduct__playlist {
		margin-left: 70px;
		margin-top: 5.5rem;
		margin-right: 0;
		width: auto
	}
}

.multiproduct__playlist iframe {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 280px
}

.multiproduct__playlist:after {
	content: "";
	position: absolute;
	height: 82%;
	width: 100%;
	background: #da291c;
	display: inline-block;
	top: -30px;
	left: 30px;
	z-index: 0
}

@media (min-width:1024px) {
	.multiproduct__playlist:after {
		height: 70%
	}
}

.multiproduct .product-callout-wrapper {
	flex-flow: row wrap;
	justify-content: center
}

@media (min-width:640px) {
	.multiproduct .product-callout-wrapper {
		justify-content: flex-start
	}
}

.multiproduct .product-callout {
	flex: 0 1 auto;
	width: 100%
}

.multiproduct .product-callout:last-of-type {
	margin-top: 5.5rem
}

@media (min-width:768px) {
	.multiproduct .product-callout {
		width: 45%
	}
	.multiproduct .product-callout:last-of-type {
		margin-top: 0
	}
}

@media (min-width:1024px) {
	.multiproduct .product-callout {
		width: 47%
	}
}

.multiproduct .product-callout:last-of-type {
	margin-left: 0
}

@media (min-width:640px) {
	.multiproduct .product-callout:last-of-type {
		margin-left: auto
	}
}

.multiproduct .product-callout__image {
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100%;
	width: 100%;
	height: 200px;
	padding-top: 110px
}

.multiproduct .product-callout__title {
	background: hsla(0, 0%, 94%, .65);
	border-bottom: 3px solid #da291c;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	padding: 14px 7.5%
}

.multiproduct .product-callout__copy {
	font-size: 21px;
	line-height: 1.2;
	color: #000;
	width: 85%;
	margin: 0 auto
}

.multiproduct .product-callout__link {
	margin-top: 2.25rem
}

.multiproduct .product-callout__link a {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 22px
}

.multiproduct__focus {
	margin-top: 5.5rem;
	background: #fff;
	padding: 30px 15px;
	font-size: 1.25rem;
	line-height: 1.4
}

.multiproduct__focus h4 {
	margin-top: 0;
	text-align: center;
	position: relative;
	font-weight: 600
}

.multiproduct__focus h4:before {
	content: "";
	height: 3px;
	width: 102px;
	background-color: #da291c;
	position: relative;
	top: -1.25rem;
	margin: 0 auto;
	display: block
}

@media (min-width:768px) {
	.multiproduct__focus {
		padding: 50px
	}
}

.multiproduct__support {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	padding: 1rem;
	background: #fff;
	box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .25);
	font-weight: 600
}

@media (min-width:1150px) {
	.multiproduct__support {
		top: 82px;
		padding: 40px
	}
}

.multiproduct__support p {
	margin-top: 0
}

.multiproduct__support a {
	margin-top: .55rem;
	font-size: 1.5rem;
	text-transform: uppercase
}

.multiproduct .callout-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 240px;
	width: auto;
	height: 44px;
	background: transparent url(icon-arrow-grey-down.svg) no-repeat 100% 50%;
	background-size: 16px 8px;
	color: #4d4d4d;
	font-size: 1.125rem;
	border: none;
	border-radius: 0;
	padding: .2em .7em;
	line-height: 20px;
	border-bottom: 1px solid #7b7b7b
}

.multiproduct .callout-select::-ms-expand {
	display: none
}

.multiproduct .callout-select-label {
	padding: 0 10px 0 14px;
	background: url(icon-arrow-red-right.svg) no-repeat 0 5px;
	background-size: 6px 12px;
	color: #7b7b7b;
	font-size: 20px;
	white-space: nowrap
}

.multiproduct .js-view-dropdown-link {
	margin-top: 1.5rem;
	text-transform: uppercase
}

.page-node-type-case-study .breadcrumb li:last-child {
	display: inline-block
}

.page-node-type-case-study-overview .main-content,
.page-node-type-case-study .main-content {
	padding: 0
}

.page-node-type-case-study-overview .case-study__header,
.page-node-type-case-study .case-study__header {
	padding: .25rem 1rem 0;
	margin: .75rem -1rem 3.75rem;
	background: #2d2d2d
}

.page-node-type-case-study-overview .case-study__header__content,
.page-node-type-case-study .case-study__header__content {
	padding-right: 1.5rem
}

.page-node-type-case-study-overview .case-study__header__body,
.page-node-type-case-study .case-study__header__body {
	max-width: 600px;
	color: #fff
}

.page-node-type-case-study-overview .case-study__header__title,
.page-node-type-case-study .case-study__header__title {
	color: #fff
}

.page-node-type-case-study-overview .case-study__header__link,
.page-node-type-case-study .case-study__header__link {
	margin-top: 1.5rem
}

.page-node-type-case-study-overview .case-study__header__link .field__item,
.page-node-type-case-study .case-study__header__link .field__item {
	margin-top: auto;
	position: relative;
	padding: 0 0 0 .825rem
}

.page-node-type-case-study-overview .case-study__header__link .field__item a,
.page-node-type-case-study .case-study__header__link .field__item a {
	color: #7b7b7b
}

.page-node-type-case-study-overview .case-study__header__link .field__item:before,
.page-node-type-case-study .case-study__header__link .field__item:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: .5rem;
	height: 1rem;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain;
	transition: all .2s ease
}

.page-node-type-case-study-overview .case-study__header__link .field__item:focus:before,
.page-node-type-case-study-overview .case-study__header__link .field__item:hover:before,
.page-node-type-case-study .case-study__header__link .field__item:focus:before,
.page-node-type-case-study .case-study__header__link .field__item:hover:before {
	transform: translateX(3px)
}

.page-node-type-case-study-overview .case-study__header__link .field__item:focus a,
.page-node-type-case-study-overview .case-study__header__link .field__item:hover a,
.page-node-type-case-study .case-study__header__link .field__item:focus a,
.page-node-type-case-study .case-study__header__link .field__item:hover a {
	color: #da291c
}

.page-node-type-case-study-overview .case-study__header__link .field__item a,
.page-node-type-case-study .case-study__header__link .field__item a {
	color: #fff
}

.page-node-type-case-study-overview .case-study__header__info .author,
.page-node-type-case-study-overview .case-study__header__info .date,
.page-node-type-case-study .case-study__header__info .author,
.page-node-type-case-study .case-study__header__info .date {
	display: block;
	color: #fff;
	font-size: .75em;
	font-weight: 600
}

.page-node-type-case-study-overview .case-study__header__info .author,
.page-node-type-case-study .case-study__header__info .author {
	margin-top: .125rem
}

.page-node-type-case-study-overview .case-study__header__info .author>div,
.page-node-type-case-study .case-study__header__info .author>div {
	display: inline-block
}

.page-node-type-case-study-overview .case-study__header__info .author a,
.page-node-type-case-study .case-study__header__info .author a {
	color: #fff
}

.page-node-type-case-study-overview .case-study__header__image,
.page-node-type-case-study .case-study__header__image {
	position: relative;
	bottom: -1.75rem;
	margin-top: -1rem
}

@media (min-width:1024px) {
	.page-node-type-case-study-overview .case-study__header,
	.page-node-type-case-study .case-study__header {
		display: flex;
		padding: .125rem 1.5rem 1.5rem;
		margin-bottom: 5.25rem
	}
	.page-node-type-case-study-overview .case-study__header__content,
	.page-node-type-case-study .case-study__header__content {
		flex: 1 auto;
		display: flex;
		flex-flow: column nowrap
	}
	.page-node-type-case-study-overview .case-study__header__info,
	.page-node-type-case-study .case-study__header__info {
		margin-top: auto
	}
	.page-node-type-case-study-overview .case-study__header__info .author,
	.page-node-type-case-study-overview .case-study__header__info .date,
	.page-node-type-case-study .case-study__header__info .author,
	.page-node-type-case-study .case-study__header__info .date {
		display: inline-block
	}
	.page-node-type-case-study-overview .case-study__header__info .date,
	.page-node-type-case-study .case-study__header__info .date {
		position: relative;
		padding-right: 13px
	}
	.page-node-type-case-study-overview .case-study__header__info .date:after,
	.page-node-type-case-study .case-study__header__info .date:after {
		content: "";
		position: absolute;
		right: 0;
		top: 4px;
		display: block;
		width: 5px;
		height: 5px;
		background: #da291c
	}
	.page-node-type-case-study-overview .case-study__header__image,
	.page-node-type-case-study .case-study__header__image {
		bottom: auto;
		max-width: 60%;
		width: 60%;
		margin-bottom: -4rem;
		margin-top: -2rem
	}
}

@media (min-width:1024px) {
	.page-node-type-case-study-overview .node__content,
	.page-node-type-case-study .node__content {
		width: calc(98% - 280px)
	}
}

.page-node-type-case-study-overview .news-sidebar-items .button--red.homepage__newsroom-view-more,
.page-node-type-case-study-overview .news-sidebar-items .button.button--red,
.page-node-type-case-study .news-sidebar-items .button--red.homepage__newsroom-view-more,
.page-node-type-case-study .news-sidebar-items .button.button--red {
	margin: 2.25rem auto
}

@media (min-width:1024px) {
	.page-node-type-case-study-overview .news-sidebar-items,
	.page-node-type-case-study .news-sidebar-items {
		width: 280px
	}
}

.page-node-type-case-study-overview .field--name-field-product-variations,
.page-node-type-case-study .field--name-field-product-variations {
	padding-top: 1rem
}

.page-node-type-case-study-overview .field--name-field-product-variations .field__label,
.page-node-type-case-study .field--name-field-product-variations .field__label {
	font-size: 1.125rem
}

.recent-profile-link {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	margin: 2rem auto 0;
	width: 280px;
	color: #4d4d4d;
	font-size: 1.25em;
	font-weight: 700
}

.recent-profile-link a {
	display: block;
	color: #4d4d4d
}

.recent-profile-link .views-field-title a {
	position: relative;
	display: block;
	min-height: 94px;
	margin-top: auto;
	padding: .625rem 1rem;
	background: #c6c6c6;
	overflow: hidden
}

.recent-profile-link .views-field-title a:after {
	content: "";
	display: block;
	position: absolute;
	width: 81px;
	height: 179px;
	right: .5rem;
	top: 60%;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-dark-grey-right.svg);
	opacity: .05;
	transform: translateY(-50%);
	pointer-events: none;
	transition: all .2s ease
}

.recent-profile-link:focus .views-field-title a,
.recent-profile-link:hover .views-field-title a {
	color: #a1140a
}

.recent-profile-link:focus .views-field-title a:after,
.recent-profile-link:hover .views-field-title a:after {
	transform: translateY(-50%) translateX(1rem)
}

.page-node-type-case-study-overview .view-footer,
.page-node-type-case-study-overview .view-header {
	padding-bottom: .75rem;
	font-size: .875em
}

.page-node-type-case-study-overview .view-footer .count-summary,
.page-node-type-case-study-overview .view-header .count-summary {
	margin-top: 1rem;
	white-space: nowrap;
	padding-left: .25rem;
	font-style: italic;
	display: inline
}

@media (min-width:640px) {
	.page-node-type-case-study-overview .view-footer .count-summary,
	.page-node-type-case-study-overview .view-header .count-summary {
		display: block
	}
}

.page-node-type-case-study-overview .view-footer .pager-nav,
.page-node-type-case-study-overview .view-header .pager-nav {
	margin-top: 1rem
}

.page-node-type-case-study-overview .view-footer #total-filters,
.page-node-type-case-study-overview .view-header #total-filters {
	display: inline;
	padding-left: .5rem;
	color: #da291c
}

@media (min-width:640px) {
	.page-node-type-case-study-overview .view-footer #total-filters,
	.page-node-type-case-study-overview .view-header #total-filters {
		display: none;
		visibility: hidden
	}
}

@media (min-width:1080px) {
	.page-node-type-case-study-overview .view-footer,
	.page-node-type-case-study-overview .view-header {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	.page-node-type-case-study-overview .view-footer .pager-nav,
	.page-node-type-case-study-overview .view-header .pager-nav {
		margin-top: 0;
		white-space: nowrap
	}
}

.page-node-type-case-study-overview .view-header {
	padding: 1rem
}

@media (min-width:640px) {
	.page-node-type-case-study-overview .view-header {
		padding-top: .25rem
	}
}

.page-node-type-case-study-overview .view-header .pager-nav {
	display: none
}

.page-node-type-case-study-overview .view-footer {
	padding: 1rem;
	margin-top: .5rem
}

@media (min-width:640px) {
	.page-node-type-case-study-overview .view-footer {
		padding: 2rem 1rem
	}
}

.page-node-type-case-study-overview .views-view-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result {
	position: relative;
	background: #fff;
	width: 100%;
	flex: 0 1 auto
}

@media (min-width:1024px) {
	.page-node-type-case-study-overview .views-view-grid .case-studies-result {
		width: 48%
	}
	.page-node-type-case-study-overview .views-view-grid .case-studies-result:nth-of-type(2n) {
		margin-left: auto
	}
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study {
	display: flex;
	align-items: center;
	margin: 1.25rem 0;
	cursor: pointer
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__image {
	height: 300px;
	width: 40%;
	background-size: cover;
	background-position: top
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__content {
	margin-left: .75rem;
	max-width: 60%;
	padding: .5rem;
	display: flex;
	flex-flow: row wrap
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__title h3 {
	margin: 0 0 1rem
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__body {
	margin-top: auto;
	margin-bottom: 1rem;
	line-height: 1.25;
	width: 100%
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__body h3 {
	display: none
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link {
	margin-top: auto;
	position: relative;
	padding: 0 0 0 .825rem
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link a {
	color: #7b7b7b
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: .5rem;
	height: 1rem;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red.svg) no-repeat 50%;
	background-size: contain;
	transition: all .2s ease
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link:focus:before,
.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link:hover:before {
	transform: translateX(3px)
}

.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link:focus a,
.page-node-type-case-study-overview .views-view-grid .case-studies-result .case-study__link:hover a {
	color: #da291c
}

.page-node-type-case-study-overview .view-filters .form--inline {
	display: flex;
	align-items: flex-end;
	justify-content: start;
	flex-wrap: wrap;
	position: relative
}

@media (min-width:768px) {
	.page-node-type-case-study-overview .view-filters .form--inline {
		justify-content: space-between
	}
}

.page-node-type-case-study-overview .view-filters .form--inline .js-form-item:nth-child(2n) {
	margin-left: 0
}

@media (min-width:768px) {
	.page-node-type-case-study-overview .view-filters .form--inline .js-form-item:nth-child(2n) {
		margin-left: auto
	}
}

@media (min-width:480px) {
	.page-node-type-case-study-overview .view-filters .form--inline label {
		color: #000;
		font-weight: 600;
		font-size: 1.25rem
	}
}

.page-node-type-case-study-overview .view-filters .form--inline .form-actions {
	position: relative;
	right: 2rem;
	top: -.5rem
}

@media (min-width:768px) {
	.page-node-type-case-study-overview .view-filters .form--inline .form-actions {
		position: absolute;
		right: 1rem;
		top: 2rem
	}
}

.page-node-type-case-study-overview .view-filters .form--inline .form-actions:before {
	content: " ";
	background-image: url(/themes/custom/cummins/images/icons/icon-search.svg);
	height: 20px;
	width: 20px;
	fill: #2d2d2d;
	color: #2d2d2d;
	display: block;
	position: relative
}

.page-node-type-case-study-overview .view-filters .form--inline .form-actions input {
	background: #fff;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

body.case-studies.page-node-23346 .view-header .pager-nav,
body.mining-case-studies.page-node-24406 .view-header .pager-nav,
body.vessel-references.page-node-23391 .view-header .pager-nav {
	display: inline-block
}

.not-front.layout-no-sidebars.page-node-type-enthusiast-zone .layout-main .main-content .section-main-content .region-content {
	background: none
}

.ez__header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.25rem 0 3rem
}

.ez__header:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 730px;
	left: 0;
	top: 13%;
	background: url(/themes/custom/cummins/images/enthusiast-zone/ez_header_bg.png) no-repeat 50% 50%;
	background-size: cover;
	z-index: -1
}

@media (min-width:640px) {
	.ez__header:after {
		width: 798px;
		height: 926px;
		left: -19%;
		top: 0;
		background-size: 70%
	}
}

@media (min-width:768px) {
	.ez__header:after {
		width: 798px;
		height: 926px;
		left: -29%;
		top: 2.5rem;
		background-size: cover
	}
}

@media (min-width:768px) {
	.ez__header {
		display: flex
	}
}

.ez__header .breadcrumb ol li:last-child {
	display: none
}

.ez__header__content {
	padding: 0 2.25rem 2.25rem
}

.ez__header__content img {
	margin-top: 2rem
}

.ez__header__content h1 {
	margin-top: .5rem;
	line-height: 1
}

.ez__header__content h1 span {
	display: block;
	font-weight: 500
}

@media (min-width:768px) {
	.ez__header__content {
		flex: 0 250px
	}
}

.ez__header__image {
	position: relative;
	padding-bottom: 2rem
}

.ez__header__image img {
	position: relative;
	width: 100%;
	max-width: none;
	z-index: 2
}

.ez__header__image:after {
	content: "";
	display: block;
	position: absolute;
	width: 914px;
	height: 196px;
	left: 8%;
	bottom: -4%;
	background: url(/themes/custom/cummins/images/enthusiast-zone/ez_header_wood.png) no-repeat 50% 50%;
	background-size: cover
}

@media (min-width:768px) {
	.ez__header__image {
		flex: 1 auto;
		padding-left: 2.5rem
	}
	.ez__header__image:after {
		left: -2%
	}
}

.ez__header__menu {
	display: none;
	position: absolute;
	bottom: -25px;
	right: 5%;
	padding: 1.5rem 2.25rem;
	background: #da291c;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .32);
	z-index: 2
}

.ez__header__menu h5 {
	margin-top: 0;
	color: #fff;
	font-size: 1.75em;
	font-weight: 700
}

.ez__header__menu ul.menu {
	margin: .375rem 0 0
}

.ez__header__menu ul.menu .menu-item {
	padding-top: .625rem
}

.ez__header__menu ul.menu a {
	color: #fff
}

.ez__header__menu ul.menu a.is-active {
	color: #fff;
	font-weight: 600;
	position: relative
}

.ez__header__menu ul.menu a.is-active:before {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	display: inline-block;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg);
	background-repeat: no-repeat;
	left: -10px;
	top: 7px
}

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

.ez__playlist {
	display: flex;
	flex-flow: row wrap;
	max-width: 889px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10rem
}

.ez__playlist_copy {
	margin-top: 0;
	flex: 1 1 auto;
	width: 100%;
	margin-bottom: 3rem
}

.ez__playlist_embed-container {
	margin-left: auto;
	margin-right: auto;
	background: #000;
	box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, .41);
	position: relative;
	padding-bottom: 56.25%;
	height: 100%;
	width: 100%;
	max-width: 889px
}

.ez__playlist_embed-container embed,
.ez__playlist_embed-container iframe,
.ez__playlist_embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 500px
}

.ez__playlist_embed-container.overlay-hidden:before {
	content: none
}

.ez__playlist_embed-container:hover:before {
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_video_overlay_hvr.jpg)
}

@media (min-width:1130px) {
	.ez__playlist:after {
		position: absolute;
		top: 11%;
		left: -4%;
		z-index: -1;
		content: "";
		background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_videos_crowbar.png);
		background-repeat: no-repeat;
		height: 400px;
		width: 440px
	}
}

#repower-form .block-webform>h2 {
	display: none
}

.ez__profiles {
	position: relative;
	max-width: 832px;
	margin: 0 auto
}

@media (min-width:768px) {
	.ez__profiles {
		margin-top: 5rem
	}
}

@media (min-width:1024px) {
	.ez__profiles {
		margin-top: 12rem
	}
}

.ez__profiles:before {
	top: 63%;
	left: -50%;
	width: 601px;
	height: 926px;
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_profiles_bg_left.jpg);
	transform: translateY(-50%)
}

.ez__profiles:after,
.ez__profiles:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1
}

.ez__profiles:after {
	top: 50%;
	right: -43%;
	width: 356px;
	height: 415px;
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_profiles_bg_right.jpg)
}

.ez__profiles__link-group {
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

@media (min-width:848px) {
	.ez__profiles__link-group {
		justify-content: space-between;
		margin-top: 1.5rem
	}
}

.ez__profiles__link {
	position: relative;
	display: block;
	width: 310px;
	height: 210px;
	margin: 2.5rem 1rem 0;
	background: #c6c6c6;
	border: 4px solid #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	overflow: hidden;
	background-size: cover;
	background-position: top
}

.ez__profiles__link svg {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0
}

.ez__profiles__link:focus,
.ez__profiles__link:hover {
	transform: scale(1.04);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .33)
}

@media (min-width:848px) {
	.ez__profiles__link {
		margin: 0;
		width: 250px;
		height: 311px
	}
	.ez__profiles__link img {
		top: auto;
		transform: translateY(0)
	}
}

.ez__slideshow {
	margin-top: -90px
}

@media (min-width:768px) {
	.ez__slideshow {
		margin-top: auto
	}
}

.ez__article {
	position: relative;
	max-width: 1045px;
	margin: 6rem auto 0
}

.ez__article:before {
	content: "";
	position: absolute;
	top: -20%;
	right: -15%;
	width: 774px;
	height: 699px;
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_articles_bg.png);
	background-repeat: no-repeat;
	z-index: -1
}

@media (min-width:768px) {
	.ez__article {
		margin-top: 10rem
	}
}

@media (min-width:1024px) {
	.ez__article {
		margin-top: 18rem
	}
}

@media (min-width:768px) {
	.ez__article__flex {
		display: flex;
		align-items: flex-start
	}
}

.ez__article__image {
	position: relative;
	flex: 0 0 100%;
	max-width: 678px;
	margin: 0 auto;
	box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .25);
	z-index: 2
}

.ez__article__image img {
	width: 100%;
	max-width: none
}

@media (min-width:640px) {
	.ez__article__image {
		flex: 0 0 40%
	}
}

@media (min-width:1024px) {
	.ez__article__image {
		flex: 0 0 64%
	}
}

.ez__article__content {
	position: relative;
	flex: 1 auto;
	margin: -2rem -1rem 0;
	padding: 2.5rem 2rem 1.5rem;
	background: #c6c6c6;
	z-index: 1
}

.ez__article__content h3+.text-formatted {
	margin-top: 1rem
}

@media (min-width:768px) {
	.ez__article__content {
		padding: 3rem;
		margin: 4rem 0 0
	}
	.ez__article__content h3 {
		margin-top: 0
	}
	.ez__article__content:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		bottom: 0;
		background: #c6c6c6
	}
}

.ez__article__link a {
	display: inline-block;
	margin-top: 1.5rem;
	color: #4d4d4d;
	font-size: 1.125em;
	font-weight: 600
}

.ez__article__view-more {
	display: block;
	text-align: right
}

@media (min-width:768px) {
	.ez__article__view-more {
		padding-right: 10rem
	}
}

.ez__article__view-more a {
	display: inline-block;
	margin-top: 1.5rem;
	color: #4d4d4d;
	font-size: 1.125em;
	font-weight: 600
}

.ez__article__view-more a svg {
	position: relative;
	display: inline-block;
	margin-left: .25rem;
	top: 4px;
	width: 9px;
	height: 19px
}

.ez__in-the-media {
	position: relative
}

.ez__in-the-media:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 670px;
	bottom: 0;
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_media_bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1
}

@media (min-width:450px) {
	.ez__in-the-media:after {
		height: 700px
	}
}

@media (min-width:992px) {
	.ez__in-the-media:after {
		height: 330px
	}
}

@media (min-width:768px) {
	.ez__in-the-media {
		margin-bottom: 5rem
	}
}

.ez__media {
	margin-top: 6rem
}

.ez__media_copy {
	margin-top: 15px
}

.ez__media .ez__media-link-wrapper {
	position: relative;
	margin-top: 2.5rem
}

.ez__media .ez__media-link-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 34px;
	background-image: url(/themes/custom/cummins/images/enthusiast-zone/ez_media_bg.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1
}

.ez__media .media-links {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 60px
}

.ez__media .media-link {
	display: flex;
	flex-flow: row nowrap;
	flex: 0 1 auto;
	height: 85px;
	max-height: 85px;
	width: 100%;
	min-height: 85px;
	margin-bottom: 30px;
	background-color: #efefef;
	color: #4d4d4d;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

@media (min-width:992px) {
	.ez__media .media-link {
		width: 45%
	}
}

.ez__media .media-link .media-link-copy {
	display: flex;
	flex-flow: row wrap;
	flex: 1 1 auto;
	width: 75%;
	height: 100%;
	padding: 15px
}

.ez__media .media-link .media-link-image {
	flex: 0 1 auto;
	width: 100px;
	height: 100%;
	background-color: #c6c6c6;
	background-repeat: no-repeat;
	background-position: 0;
	background-size: cover
}

.ez__media .media-link .media-link-type {
	flex: 0 1 auto;
	width: 100%;
	color: #c6c6c6;
	text-transform: uppercase
}

.ez__media .media-link .media-link-title {
	flex: 0 1 auto;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media (min-width:1150px) {
	.ez__media .media-link .media-link-title {
		white-space: normal;
		text-overflow: none;
		overflow: visible
	}
}

.ez__media .media-link .media-link-title a {
	color: #4d4d4d
}

.ez__media .media-link .media-link-title a:hover {
	text-decoration: underline
}

.ez__mobile__menu {
	display: block;
	margin: 2rem 3rem;
	padding: 1.5rem 2.25rem;
	background: #da291c;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .32)
}

.ez__mobile__menu h5 {
	margin-top: 0;
	color: #fff;
	font-size: 1.75em;
	font-weight: 700
}

.ez__mobile__menu ul.menu {
	margin: .375rem 0 0
}

.ez__mobile__menu ul.menu .menu-item {
	padding-top: .625rem
}

.ez__mobile__menu ul.menu a {
	color: #fff
}

.ez__mobile__menu ul.menu a.is-active {
	color: #fff;
	font-weight: 600;
	position: relative
}

.ez__mobile__menu ul.menu a.is-active:before {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	display: inline-block;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg);
	background-repeat: no-repeat;
	left: -10px;
	top: 7px
}

@media (min-width:768px) {
	.ez__mobile__menu {
		display: none
	}
}

.est-content .est-body p:first-of-type {
	font-size: 1.25rem
}

.est-content .quick-links ul {
	list-style: none
}

.overview-text {
	font-size: 1.25rem;
	line-height: 1.4;
	color: #4d4d4d
}

.pdf-link a:before {
	content: "";
	margin-right: 6px;
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	background-size: contain!important;
	background: url(/themes/custom/cummins/images/icons/pdf.svg) no-repeat
}

#answered-questions,
#common-error-codes,
#get-licensing-information,
#issues-solutions,
#software-downloads,
#training-materials,
#training-videos {
	padding-top: 70px;
	margin-top: 19px
}

.est-h2 {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	color: #7b7b7b;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.14;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap
}

.est-h2:after,
.est-h2:before {
	content: "";
	display: inline-block;
	flex: 1 40px;
	height: 4px;
	background: #da291c
}

.est-h2:before {
	margin-right: 18px
}

.est-h2:after {
	margin-left: 18px
}

.est-h2 svg {
	flex: 0 0 28px;
	width: 18px;
	height: 18px;
	margin-right: .5rem
}

@media (min-width:640px) {
	.est-h2 {
		font-size: 28px
	}
}

@media (min-width:768px) {
	.est-h2 svg {
		width: 28px;
		height: 28px
	}
}

@media (min-width:1024px) {
	.est-h2 {
		font-size: 1.625em
	}
}

.est-label-with-triange {
	margin-bottom: 1.25rem
}

.not-front.page-with-header-text .highlighted.highlighted-search {
	background: #fff;
	height: auto;
	margin-bottom: 84px
}

.not-front.page-with-header-text .highlighted.highlighted-search .section-highlighted {
	padding: 0
}

.search-header {
	position: relative
}

.search-header__form {
	position: relative;
	margin: -10px 10px 0;
	padding: 18px 10px;
	background: #fff;
	z-index: 2
}

.search-header__form h3 {
	color: #4d4d4d;
	font-size: 30px;
	line-height: 1.1
}

.search-header__form h2 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 10px
}

.search-header__form .container-inline div {
	display: block
}

.search-header__form p.ca-intro {
	color: #4d4d4d;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	width: 87%
}

.search-header__form p.ca-search-title {
	font-size: 30px;
	line-height: 1.1;
	color: #000;
	margin: 40px 0 0;
	font-weight: 700
}

.search-header__form input[type=search],
.search-header__form input[type=text] {
	padding: .7em 2.5rem .7em 0!important;
	background: #fff url(/themes/custom/cummins/images/icons/icon-search-grey.png) no-repeat calc(100% - 10px) calc(100% - 13px);
	background-size: 1.25rem auto
}

.search-header__form input[type=submit] {
	font-weight: 500;
	text-transform: inherit;
	background-size: 7px 18px;
	padding: 10px 15px 10px 26px;
	font-size: 18px;
	line-height: 1
}

.search-header__image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	max-height: 280px
}

.search-header__image img {
	display: block;
	width: 100%;
	max-width: 100%
}

@media (min-width:768px) {
	.not-front.page-with-header-text .highlighted.highlighted-search {
		margin-bottom: 0
	}
	.search-header {
		display: flex;
		border-bottom: 58px solid #fff;
		overflow: hidden;
		align-items: center
	}
	.search-header__form {
		width: 40%;
		margin: 2rem 0 2rem 3%;
		padding: 2rem
	}
	.search-header__form:after {
		content: "";
		display: block;
		position: absolute;
		width: .5rem;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		background: #da291c
	}
	.search-header__image {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 75%;
		max-height: 645px
	}
}

@media (min-width:996px) {
	.search-header {
		height: 685px
	}
	.search-header__form {
		width: 50%
	}
	.search-header__image {
		height: 100%
	}
	.search-header__image img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		max-width: none;
		height: 100%;
		margin: 0 auto;
		transform: translate(-50%, -50%)
	}
}

.quick-links-wrapper {
	background-color: #fff;
	text-align: center;
	padding: 40px 1.25rem;
	margin: 30px auto 0
}

.quick-links-wrapper h2 {
	color: #4d4d4d;
	font-size: 28px;
	line-height: 1;
	margin: 0 auto 1.25rem
}

.quick-links-wrapper div {
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

.quick-links-wrapper a {
	display: block;
	margin: 4px 10px;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: none
}

.quick-links-wrapper img {
	position: relative;
	display: inline-block;
	top: 4px;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .5rem
}

@media (min-width:640px) {
	.quick-links-wrapper a {
		font-size: 22px
	}
}

#block-cumminscarepromo {
	text-align: center;
	margin-top: 85px;
	padding: 1rem 0 0;
	background: url(/themes/custom/cummins/images/gradient.jpg) repeat-x;
	background-size: contain
}

#block-cumminscarepromo h2 {
	font-size: 34px;
	max-width: 650px;
	width: auto;
	margin: 30px auto
}

.promo-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%
}

.promo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.est-tools-search {
	position: relative;
	margin-top: 50px;
	padding: 26px 24px 8px;
	border: 3px solid #da291c
}

.est-tools-search input[type=text] {
	padding-right: 2.5rem!important;
	background: #fff url(/themes/custom/cummins/images/icons/icon-search-grey.png) no-repeat calc(100% - 10px) calc(100% - 10px);
	background-size: 20px auto
}

.est-tools-search input[type=submit] {
	font-weight: 500;
	text-transform: inherit;
	background-size: 7px 18px;
	padding: 10px 15px 10px 26px;
	font-size: 18px;
	line-height: 1
}

.est-tools-search.contextual-region {
	position: relative
}

.est-tools-search h2 {
	position: absolute;
	display: block;
	top: 0;
	left: 16px;
	padding: 8px;
	margin: 0 16px 0 0;
	background: #fff;
	color: #c6c6c6;
	font-size: 30px;
	font-weight: 700;
	line-height: .9;
	transform: translateY(-50%)
}

.est-tools-search .content {
	margin-top: 1rem
}

.est-tools-search .form-item {
	float: none;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	width: 100%;
	margin-right: 0
}

.est-tools-search .form-item .description {
	order: 1;
	font-size: 14px
}

@media (min-width:9 1.25rem) {
	.est-tools-search h2 {
		font-size: 34px
	}
}

#block-exposedformest-searchpage-1 label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px
}

@media (min-width:9 1.25rem) {
	#block-exposedformest-searchpage-1 label {
		font-size: 1.5rem
	}
}

.est-search-result {
	margin-top: 40px
}

.est-search-result .answered-questions,
.est-search-result .common-error-codes,
.est-search-result .get-licensing-information,
.est-search-result .issues-solutions,
.est-search-result .software-downloads,
.est-search-result .training-materials,
.est-search-result .training-videos {
	margin-top: 0
}

.est-search-result .accordion-section {
	margin-top: 40px
}

.no-results {
	margin-bottom: 300px
}

.no-results .select-your-tool-dropdown {
	margin-top: 1.25rem
}

.quick-links {
	position: relative;
	padding: 2rem 0 1rem;
	overflow: hidden
}

.quick-links ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding: 0;
	margin: 0 0 0 -2px
}

.quick-links li {
	position: relative;
	flex: 1 100%;
	padding: 5px 10px;
	text-align: center
}

.quick-links li:first-child:after {
	display: none
}

.quick-links svg {
	display: inline-block;
	width: auto;
	width: 18px;
	height: 18px;
	margin-right: .5rem
}

.quick-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	line-height: 1.5rem;
	text-decoration: none;
	white-space: nowrap
}

.quick-links a:hover {
	text-decoration: underline
}

@media (min-width:480px) {
	.quick-links li {
		flex: 1 auto
	}
}

.accordion-section {
	margin-top: 85px
}

.accordion .tab {
	position: relative;
	margin-bottom: 1.25rem;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c6c6c6
}

.accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.accordion label {
	position: relative;
	display: block;
	padding: 10px 30px 10px 0;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer
}

.accordion label:after,
.accordion label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	background-color: #c6c6c6;
	transition: all .2s ease
}

.accordion label:before {
	width: .875rem;
	height: 2px;
	right: .5rem;
	transform: translateY(-50%)
}

.accordion label:after {
	width: 2px;
	height: .875rem;
	right: .875rem;
	transform: scale(1) translateY(-50%)
}

.accordion .tab-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s
}

.accordion input:checked~.tab-content {
	max-height: 700em
}

.accordion input:checked+label:after {
	transform: scale(0) translateY(-50%)
}

.load-more {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin-top: 1.2em;
	margin-left: 0;
	display: inline-block;
	padding: 10px 17px 10px 32px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	transition: all .2s ease;
	font-weight: 500;
	text-transform: inherit;
	background-size: 7px 18px!important;
	padding: 10px 15px 10px 28px;
	font-size: 18px!important;
	line-height: 1
}

@media (min-width:768px) {
	.load-more {
		font-size: 18px;
		line-height: 18px;
		background-size: 12px 18px
	}
}

@media (min-width:1024px) {
	.load-more {
		font-size: 1.125em;
		font-weight: 500;
		line-height: 22px
	}
}

.load-more:hover .load-more:active {
	background-color: #a1140a;
	background-position: 16px
}

.get-licensing-information {
	margin-top: 36px
}

.view-get-licensing-information .form--inline {
	margin-top: 2rem
}

.view-get-licensing-information .form--inline .form-type-select:first-of-type {
	float: none;
	width: 100%;
	max-width: none;
	margin-right: 0
}

.view-get-licensing-information .form-item-field-address-administrative-area label:after,
.view-get-licensing-information .form-item-title label:after {
	color: #da291c;
	content: " *"
}

.view-get-licensing-information #edit-submit-get-licensing-information {
	display: none;
	margin: 1rem 0 0
}

@media (min-width:640px) {
	.view-get-licensing-information .form-item-field-address-administrative-area,
	.view-get-licensing-information .form-item-field-address-country-code {
		width: 48.5%
	}
	.view-get-licensing-information .form-item-field-address-country-code {
		float: left!important
	}
	.view-get-licensing-information .form-item-field-address-administrative-area {
		float: right!important
	}
}

.results-container {
	margin: 30px 0 0
}

.table-results {
	display: table;
	width: 100%;
	margin: 0 0 40px;
	border-bottom: 2px solid #7b7b7b;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

@media screen and (max-width:580px) {
	.table-results {
		display: block
	}
}

.table-results .view-row {
	display: table-row;
	background: #efefef
}

.table-results .view-row:nth-of-type(odd) {
	background: #c6c6c6
}

.table-results .view-row.results-header {
	background: #7b7b7b;
	color: #fff;
	font-weight: 600
}

@media screen and (max-width:580px) {
	.table-results .view-row {
		display: block;
		padding: 14px 0 7px
	}
	.table-results .view-row.results-header {
		height: 6px;
		padding: 0
	}
	.table-results .view-row.results-header .cell {
		display: none
	}
	.table-results .view-row .cell {
		margin-bottom: 10px
	}
	.table-results .view-row .cell:before {
		content: attr(data-title);
		display: block;
		min-width: 98px;
		margin-bottom: 3px;
		color: #7b7b7b;
		font-size: 10px;
		font-weight: 700;
		line-height: 10px;
		text-transform: uppercase
	}
}

.table-results .cell {
	display: table-cell;
	padding: 6px 12px
}

@media screen and (max-width:580px) {
	.table-results .cell {
		display: block;
		padding: 2px 1rem
	}
}

.select-your-tool-dropdown {
	margin-top: 60px
}

.select-your-tool-dropdown__label {
	position: relative;
	display: block;
	margin-right: 12px;
	padding-left: 18px;
	color: #7b7b7b;
	font-size: 28px;
	line-height: 42px
}

.select-your-tool-dropdown__label svg {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.select-your-tool-dropdown__dropdown {
	display: flex;
	align-items: flex-start
}

.select-your-tool-dropdown__dropdown.open .select-your-tool-dropdown__link-list {
	max-height: 400px
}

.select-your-tool-dropdown__dropdown.open .select-your-tool-dropdown__placeholder:after {
	transform: rotate(180deg)
}

.select-your-tool-dropdown__options {
	position: relative;
	flex: 1 auto
}

.select-your-tool-dropdown__placeholder {
	position: relative;
	display: block;
	background: #fff;
	padding: 10px 0;
	color: #7b7b7b;
	font-size: 24px;
	cursor: default
}

.select-your-tool-dropdown__placeholder:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #7b7b7b transparent transparent;
	transition: all .2s ease
}

.select-your-tool-dropdown__link-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background: #efefef;
	border-top: 2px solid #4d4d4d;
	overflow-y: scroll;
	max-height: 2px;
	transition: all .2s ease;
	z-index: 4
}

.select-your-tool-dropdown__link {
	display: block;
	padding: 14px 28px;
	color: #4d4d4d;
	font-size: 20px
}

.select-your-tool-dropdown__link:focus,
.select-your-tool-dropdown__link:hover {
	color: #da291c
}

.select-your-tool {
	margin-top: 36px
}

.select-your-tool .view-filters {
	padding-bottom: 2rem
}

.select-your-tool .view-filters .form--inline,
.select-your-tool .view-filters .form-item {
	display: flex;
	align-items: center;
	justify-content: center
}

.select-your-tool .view-filters .form-item {
	float: none;
	margin: 0
}

.select-your-tool .view-filters .form-item label {
	padding: 0 10px 0 14px;
	background: url(/themes/custom/cummins/images/icons/icon-arrow-red-right.svg) no-repeat 0 5px;
	background-size: 6px 12px;
	color: #7b7b7b;
	font-size: 20px;
	white-space: nowrap
}

.select-your-tool .view-filters .form-item select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 200px;
	padding: .2em .7em;
	line-height: 20px;
	border-bottom: 1px solid #7b7b7b
}

.select-your-tool .view-content {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-around
}

.select-your-tool__results {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.select-your-tool__tool-link {
	display: block;
	width: 227px;
	margin: 0 0 26px;
	background: #efefef
}

.select-your-tool__tool-link:focus .select-your-tool_learn-more,
.select-your-tool__tool-link:hover .select-your-tool_learn-more {
	color: #da291c
}

.select-your-tool_image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 137px
}

.select-your-tool_tool-info {
	position: relative;
	height: 286px;
	padding: 1.25rem 13px
}

.select-your-tool_tool-name {
	display: block;
	color: #4d4d4d;
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: .375em
}

.select-your-tool_category {
	display: block;
	margin: 4px 0 10px;
	color: #7b7b7b;
	font-size: 13px;
	font-weight: 600
}

.select-your-tool_description {
	display: block;
	color: #7b7b7b;
	font-size: .875em;
	line-height: 1.25
}

.select-your-tool_learn-more {
	position: absolute;
	display: block;
	bottom: 1.25rem;
	left: 13px
}

.est-training-video__iframe-wrapper,
.youtube-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2%;
	margin: 1em 0
}

.est-training-video__iframe-wrapper iframe,
.youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.quick-links+#answered-questions,
.quick-links+#common-error-codes,
.quick-links+#get-licensing-information,
.quick-links+#issues-solutions,
.quick-links+#software-downloads,
.quick-links+#training-materials,
.quick-links+#training-videos {
	padding-top: 1.25rem
}

.answered-questions,
.common-error-codes,
.get-licensing-information,
.issues-solutions,
.software-downloads,
.training-materials,
.training-videos {
	margin-top: 80px
}

.answered-questions input[type=submit],
.common-error-codes input[type=submit],
.get-licensing-information input[type=submit],
.issues-solutions input[type=submit],
.software-downloads input[type=submit],
.training-materials input[type=submit],
.training-videos input[type=submit] {
	font-weight: 500;
	text-transform: inherit;
	background-size: 7px 18px;
	padding: 10px 15px 10px 26px;
	font-size: 18px;
	line-height: 1
}

.answered-questions .text-formatted ol li,
.common-error-codes .text-formatted ol li,
.get-licensing-information .text-formatted ol li,
.issues-solutions .text-formatted ol li,
.software-downloads .text-formatted ol li,
.training-materials .text-formatted ol li,
.training-videos .text-formatted ol li {
	text-transform: none
}

.answered-questions .text-formatted ol li:before,
.common-error-codes .text-formatted ol li:before,
.get-licensing-information .text-formatted ol li:before,
.issues-solutions .text-formatted ol li:before,
.software-downloads .text-formatted ol li:before,
.training-materials .text-formatted ol li:before,
.training-videos .text-formatted ol li:before {
	color: #7b7b7b
}

.answered-questions .dl-button,
.common-error-codes .dl-button,
.get-licensing-information .dl-button,
.issues-solutions .dl-button,
.software-downloads .dl-button,
.training-materials .dl-button,
.training-videos .dl-button {
	background: #da291c;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	padding: 12px 14px 12px 6px;
	margin: 10px 0;
	text-transform: uppercase
}

.answered-questions .dl-button:before,
.common-error-codes .dl-button:before,
.get-licensing-information .dl-button:before,
.issues-solutions .dl-button:before,
.software-downloads .dl-button:before,
.training-materials .dl-button:before,
.training-videos .dl-button:before {
	content: "";
	width: 7px;
	height: 17px;
	background-image: url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 5px 10px;
	float: left;
	margin: 0 5px 0 10px;
	top: 0
}

.quick-links+#software-downloads {
	padding-top: 70px;
	margin-top: -50px
}

.main-no-sidebar {
	clear: both;
	padding: 3rem 1rem 0
}

@media (min-width:940px) {
	.contact-customer-care .contact-customer-care__content {
		max-width: 680px;
		margin: 0 auto;
		text-align: center
	}
	.contact-customer-care .contact-customer-care__by-phone {
		clear: both;
		float: left;
		width: 540px
	}
	.contact-customer-care .contact-customer-care__form {
		float: right;
		width: calc(100% - 560px)
	}
}

.contact-customer-care .cummins-care {
	max-width: 350px;
	height: auto;
	margin: 60px auto 0
}

.contact-customer-care .cummins-care img {
	display: block
}

@media (min-width:768px) {
	.contact-customer-care .cummins-care {
		max-width: 500px
	}
}

.contact-customer-care__content {
	padding-bottom: 18px;
	color: #da291c
}

@media (min-width:640px) {
	.contact-customer-care__content {
		padding-bottom: 40px
	}
	.contact-customer-care__content p {
		font-size: 1.5rem
	}
}

.contact-customer-care__by-phone {
	margin-bottom: 3rem
}

.phone-help {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #c6c6c6;
	width: auto
}

@media (min-width:580px) {
	.phone-help {
		font-size: 1rem;
		padding: 0 0 0 1rem
	}
}

@media (min-width:940px) {
	.phone-help {
		max-width: 440px
	}
}

.view-customer-assistance-numbers {
	position: relative;
	height: 46px
}

.view-customer-assistance-numbers:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #4d4d4d;
	z-index: 4
}

.view-customer-assistance-numbers .view-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 46px;
	overflow: hidden;
	transition: all .2s ease;
	z-index: 1
}

.view-customer-assistance-numbers .view-content.open {
	max-height: 300px
}

.view-customer-assistance-numbers .view-content.open .est-contact-phone-list:after {
	transform: rotate(180deg)
}

.view-customer-assistance-numbers .est-contact-phone-list {
	position: relative;
	max-height: 240px;
	background: #efefef;
	overflow-y: auto
}

.view-customer-assistance-numbers .est-contact-phone-list .views-row {
	background: #efefef
}

.view-customer-assistance-numbers .est-contact-phone-list.active-location {
	order: 1
}

.view-customer-assistance-numbers .est-contact-phone-selected:after {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	right: 10px;
	width: 1rem;
	height: .5rem;
	background: transparent url(icon-arrow-grey-down.svg) no-repeat;
	background-size: 1rem .5rem;
	transition: all .2s ease
}

.view-customer-assistance-numbers .est-contact-phone-selected .views-row {
	display: flex;
	align-items: center;
	height: 46px;
	padding: 0 2rem 0 0;
	margin-bottom: 0;
	background: none;
	font-size: 14px;
	font-weight: 700
}

@media (min-width:440px) {
	.view-customer-assistance-numbers .est-contact-phone-selected .views-row {
		padding: 12px 2rem 11px 0;
		font-size: 1rem
	}
}

@media (min-width:580px) {
	.view-customer-assistance-numbers .est-contact-phone-selected .views-row {
		padding: 9px 2rem 7px 0
	}
}

.view-customer-assistance-numbers .views-row {
	display: flex;
	width: 100%;
	padding: 12px 10px 6px;
	background: #fff;
	font-size: 14px;
	font-weight: 500
}

.view-customer-assistance-numbers .views-row a {
	color: #4d4d4d
}

.view-customer-assistance-numbers .views-row a:hover {
	color: #2d2d2d
}

.view-customer-assistance-numbers .views-row .views-field-name {
	order: 2;
	padding-left: 4px
}

.view-customer-assistance-numbers .views-row .views-field-name a {
	color: #4d4d4d
}

.view-customer-assistance-numbers .views-row .views-field-name a:before {
	content: "("
}

.view-customer-assistance-numbers .views-row .views-field-name a:after {
	content: ")"
}

@media (min-width:580px) {
	.view-customer-assistance-numbers .views-row {
		font-size: 1rem
	}
}

.contact-customer-care__form .form-item {
	float: left;
	width: 100%
}

.contact-customer-care__form .form-item-country,
.contact-customer-care__form .form-item-i-need-help-with-,
.contact-customer-care__form .form-item-i-need-help-with-2 {
	clear: both;
	width: 100%
}

.contact-customer-care__form .form-type-textarea {
	width: 100%
}

.contact-customer-care__form .form-actions {
	clear: both;
	float: left
}

@media (min-width:640px) {
	.contact-customer-care__form .form-item-email,
	.contact-customer-care__form .form-item-emailaddress,
	.contact-customer-care__form .form-item-first-name,
	.contact-customer-care__form .form-item-firstname {
		float: left;
		width: 48.5%
	}
	.contact-customer-care__form .form-item-busphone,
	.contact-customer-care__form .form-item-last-name,
	.contact-customer-care__form .form-item-lastname,
	.contact-customer-care__form .form-item-phone-number {
		float: right;
		width: 48.5%
	}
}

#edit-i-am-a--wrapper {
	clear: both;
	display: flex;
	width: 100%
}

#edit-i-am-a--wrapper .fieldset-wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

#edit-i-am-a--wrapper legend {
	display: none
}

.live-chat__button {
	position: fixed;
	right: 0;
	top: 40%;
	padding: 4px;
	background: #fff;
	color: #4d4d4d;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.02;
	text-align: right;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .18);
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	z-index: 41;
	transform: translateX(100%);
	transition: all .4s ease
}

.live-chat__button.show {
	transform: translate(0)
}

.live-chat__button span {
	display: none;
	color: #4d4d4d;
	font-size: 34px;
	line-height: 1.5rem
}

.live-chat__button span em {
	display: block;
	padding-right: 16px;
	color: #7b7b7b;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.live-chat__button span span {
	display: block;
	color: #7b7b7b;
	font-size: 30px;
	font-weight: 400
}

.live-chat__button svg {
	display: block;
	width: 33px;
	height: 28px
}

@media (min-width:1200px) {
	.live-chat__button {
		padding: .5rem .5rem .5rem 42px;
		box-shadow: none
	}
	.live-chat__button span {
		display: block
	}
	.live-chat__button svg {
		position: absolute;
		width: 66px;
		height: 56px;
		top: .5rem;
		left: .5rem
	}
}

#live-chat-container {
	position: fixed;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	max-height: calc(100% - 68px);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10000
}

@media (min-width:768px) {
	#live-chat-container {
		right: 15%;
		left: auto;
		transform: none
	}
}

#live-chat-container .live-chat-header {
	display: flex;
	justify-content: flex-end;
	flex: 0 auto;
	padding: 0 1rem
}

#live-chat-container .live-chat-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 2rem;
	height: 2rem;
	color: #fff;
	border: none;
	background: #c6c6c6;
	transition: all .2s ease
}

#live-chat-container .live-chat-close svg {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto
}

#live-chat-container .live-chat-close span {
	position: absolute!important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal
}

#live-chat-container .live-chat-close:focus,
#live-chat-container .live-chat-close:hover {
	color: #fff;
	background: #da291c
}

#live-chat-container #ChannelForm,
#live-chat-container #ErrorForm,
#live-chat-container #InstantChatWrapper {
	flex: 1 auto;
	width: 3 1.25rem;
	padding: 1rem;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

#live-chat-container #ChannelForm input[type=text],
#live-chat-container #ErrorForm input[type=text],
#live-chat-container #InstantChatWrapper input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	padding: .5rem .7rem;
	width: 100%;
	font-size: 1em;
	line-height: 1;
	color: #7b7b7b;
	margin-bottom: 1rem
}

#live-chat-container #ChannelForm input[type=text].error,
#live-chat-container #ErrorForm input[type=text].error,
#live-chat-container #InstantChatWrapper input[type=text].error {
	border-color: #ffd6d6
}

#live-chat-container #ChannelForm input[type=text]:focus,
#live-chat-container #ErrorForm input[type=text]:focus,
#live-chat-container #InstantChatWrapper input[type=text]:focus {
	border-color: #da291c
}

#live-chat-container #ChannelForm .country-input label,
#live-chat-container #ErrorForm .country-input label,
#live-chat-container #InstantChatWrapper .country-input label {
	padding-left: .7em
}

#live-chat-container #ChannelForm #ChannelFormErrors,
#live-chat-container #ErrorForm #ChannelFormErrors,
#live-chat-container #InstantChatWrapper #ChannelFormErrors {
	font-weight: 700;
	color: red
}

#live-chat-container #ChannelForm select,
#live-chat-container #ErrorForm select,
#live-chat-container #InstantChatWrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: .61rem .7rem;
	background: transparent url(icon-arrow-grey-down.svg) no-repeat calc(100% - 10px) 54%;
	background-size: 16px 8px;
	color: #7b7b7b;
	font-size: 1em;
	line-height: 1;
	border: none;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0
}

#live-chat-container #ChannelForm select option:first-child,
#live-chat-container #ErrorForm select option:first-child,
#live-chat-container #InstantChatWrapper select option:first-child {
	color: #efefef
}

#live-chat-container #ChannelForm select:focus,
#live-chat-container #ErrorForm select:focus,
#live-chat-container #InstantChatWrapper select:focus {
	border-color: #da291c
}

#live-chat-container #ChannelForm select option,
#live-chat-container #ErrorForm select option,
#live-chat-container #InstantChatWrapper select option {
	font-size: 1em;
	color: #7b7b7b
}

#live-chat-container #ChannelForm select option:first-child,
#live-chat-container #ErrorForm select option:first-child,
#live-chat-container #InstantChatWrapper select option:first-child {
	color: #7b7b7b
}

#live-chat-container #ChannelForm input[type=button],
#live-chat-container #ErrorForm input[type=button],
#live-chat-container #InstantChatWrapper input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	display: inline-block;
	padding: 10px 17px 10px 32px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-right.svg) no-repeat 14px;
	background-size: 12px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: Helvetica Neue eText, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	transition: all .2s ease;
	width: 100%;
	margin-top: 1.25rem;
	line-height: 1
}

@media (min-width:768px) {
	#live-chat-container #ChannelForm input[type=button],
	#live-chat-container #ErrorForm input[type=button],
	#live-chat-container #InstantChatWrapper input[type=button] {
		font-size: 18px;
		line-height: 18px;
		background-size: 12px 18px
	}
}

@media (min-width:1024px) {
	#live-chat-container #ChannelForm input[type=button],
	#live-chat-container #ErrorForm input[type=button],
	#live-chat-container #InstantChatWrapper input[type=button] {
		font-size: 1.125em;
		font-weight: 500;
		line-height: 22px
	}
}

#live-chat-container #ChannelForm input[type=button]:hover #live-chat-container #ChannelForm input[type=button]:active,
#live-chat-container #ChannelForm input[type=button]:hover #live-chat-container #ErrorForm input[type=button]:active,
#live-chat-container #ChannelForm input[type=button]:hover #live-chat-container #InstantChatWrapper input[type=button]:active,
#live-chat-container #ErrorForm input[type=button]:hover #live-chat-container #ChannelForm input[type=button]:active,
#live-chat-container #ErrorForm input[type=button]:hover #live-chat-container #ErrorForm input[type=button]:active,
#live-chat-container #ErrorForm input[type=button]:hover #live-chat-container #InstantChatWrapper input[type=button]:active,
#live-chat-container #InstantChatWrapper input[type=button]:hover #live-chat-container #ChannelForm input[type=button]:active,
#live-chat-container #InstantChatWrapper input[type=button]:hover #live-chat-container #ErrorForm input[type=button]:active,
#live-chat-container #InstantChatWrapper input[type=button]:hover #live-chat-container #InstantChatWrapper input[type=button]:active {
	background-color: #a1140a;
	background-position: 16px
}

@media (min-width:768px) {
	#live-chat-container #ChannelForm input[type=button],
	#live-chat-container #ErrorForm input[type=button],
	#live-chat-container #InstantChatWrapper input[type=button] {
		font-size: 1.125em
	}
}

#live-chat-container #ChannelForm {
	padding: 0
}

#live-chat-container #ChannelForm .form {
	padding: .5rem 1rem
}

#live-chat-container #InstantChatWrapper {
	width: 344px;
	padding: 0
}

#live-chat-container #InstantChatWrapper iframe {
	width: 344px;
	height: 452px
}

#live-chat-container #InstantChatDiv {
	margin-top: .5rem
}

.looking-for-support {
	position: fixed;
	display: block;
	display: flex;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 12px;
	background: #fff;
	color: #4d4d4d;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.02;
	text-align: right;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .18);
	z-index: 10;
	transition: all .2s ease
}

@media (min-width:980px) {
	.looking-for-support {
		display: block;
		left: auto;
		bottom: auto;
		right: 0;
		bottom: 10%;
		padding: .5rem .5rem .5rem 1rem
	}
}

@media (min-width:1350px) {
	.looking-for-support {
		box-shadow: none
	}
}

.looking-for-support__background {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 38px;
	z-index: 0;
	pointer-events: none
}

.looking-for-support__looking {
	position: relative;
	display: block;
	font-size: 1rem;
	line-height: 1.25rem
}

.looking-for-support__looking span {
	font-weight: 600
}

@media (min-width:980px) {
	.looking-for-support__looking {
		text-align: center
	}
	.looking-for-support__looking span {
		display: block;
		font-size: 23px
	}
}

.looking-for-support__click {
	position: relative;
	color: #da291c;
	font-size: 20px;
	margin-left: auto
}

.looking-for-support__click svg {
	position: relative;
	top: 2px
}

.block-cummins-back-to-top-block {
	position: relative;
	display: flex
}

#back-to-top {
	position: fixed;
	display: none;
	bottom: 0;
	right: 10%;
	width: 38px;
	padding: 0 0 34px;
	margin-left: auto;
	background: #fff;
	color: #4d4d4d;
	font-size: 11px;
	letter-spacing: -.02em;
	line-height: 1.2;
	border: 4px solid #fff;
	z-index: 100
}

#back-to-top:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #da291c url(/themes/custom/cummins/images/icons/icon-arrow-white-up.svg) no-repeat 50%;
	background-size: 8px 17px
}

#back-to-top.back-to-top-bottom {
	position: absolute
}

.page-node-18971 #content .messages--error,
.page-node-type-electronic-service-tool-support #content .messages--error {
	display: none
}

@media (min-width:768px) {
	.about-us blockquote {
		margin-left: -200px
	}
}

.about-us .paragraph--type--history-picture {
	position: relative;
	display: block;
	min-height: auto;
	margin: 40px 0;
	background: url(/themes/custom/cummins/images/grey-stroke.svg) no-repeat center 26px;
	background-size: 90%
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture {
		margin: 1rem 0 50px
	}
}

@media (min-width:1024px) {
	.about-us .paragraph--type--history-picture {
		min-height: 600px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-title {
	position: absolute;
	display: table;
	width: 100%;
	height: 80px;
	padding: 14px 26px;
	margin-left: 0;
	background: #da291c;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-title {
		width: 260px;
		height: 104px;
		margin-left: 10px;
		font-size: 52px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-title small {
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5rem
}

.about-us .paragraph--type--history-picture .field--name-field-title .field__item {
	display: table-cell;
	vertical-align: bottom
}

.about-us .paragraph--type--history-picture .field--name-field-image {
	float: left;
	margin-top: 80px
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-image {
		margin-top: 70px
	}
}

.about-us .paragraph--type--history-picture .field--name-field-description {
	position: relative;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0 26px;
	background: #fff;
	border-top: 4px solid #da291c;
	border-bottom: 4px solid #c6c6c6
}

@media (min-width:640px) {
	.about-us .paragraph--type--history-picture .field--name-field-description {
		width: 70%;
		margin: -50px 30px 0 0
	}
}

.about-us .paragraph--type--history-picture .field--name-field-description p {
	color: #4d4d4d!important;
	font-size: 18px!important;
	font-weight: 300!important;
	line-height: 1.5rem!important
}

.about-us .paragraph--type--history-picture .field--name-field-description p a {
	font-weight: 600!important
}

.about-us .paragraph--type--image-link .field--name-field-link a {
	float: left;
	padding: 4px 10px;
	background: #da291c;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}

@media (min-width:640px) {
	.about-us .paragraph--type--image-link .field--name-field-link a {
		font-size: 1.5rem
	}
}

.about-us .paragraph--type--image-link .field--name-field-link a:hover {
	background: #a1140a
}

.main-content .view-leadership {
	width: 100%
}

.main-content .view-leadership .item-list li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 400;
	float: left;
	border-bottom: 1px solid #da291c;
	padding: 6px 3px;
	display: table-cell;
	vertical-align: top
}

.main-content .view-leadership .item-list li .views-field-title a {
	float: left;
	width: 100%;
	font-size: 1.25rem;
	line-height: 32px;
	color: #4d4d4d;
	font-weight: 500
}

@media (min-width:640px) {
	.main-content .view-leadership .item-list li .views-field-title a {
		width: 35%;
		font-size: 1.2em;
		line-height: 32px
	}
}

.main-content .view-leadership .item-list li .views-field-title a:hover {
	color: #da291c
}

.main-content .view-leadership .item-list li .views-field-field-leadership-role {
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.5rem;
	font-weight: 400;
	color: #4d4d4d;
	padding-top: 4px
}

@media (min-width:640px) {
	.main-content .view-leadership .item-list li .views-field-field-leadership-role {
		width: 65%;
		font-size: 1em;
		line-height: 28px
	}
}

.main-content .view-leadership .item-list li:before {
	display: none
}

.node--type-leadership-member {
	margin-top: 30px
}

.node--type-leadership-member .field--name-field-leadership-role {
	font-size: 1.125em;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: 600;
	border-bottom: 2px solid #4d4d4d;
	padding: 0 0 8px
}

.node--type-leadership-member .field--type-image {
	float: left;
	margin: 26px 1.25rem 1rem 0
}

.node--type-leadership-member p:first-of-type {
	margin-top: 20px!important
}

@media (min-width:640px) {
	.timeline.not-card-page .layout-main-wrapper {
		padding-top: 0
	}
}

@media (max-width:640px) {
	.timeline.not-card-page .header {
		background: #000
	}
}

.one-hundred-years-timeline {
	padding-bottom: 0
}

.one-hundred-years-timeline .layout-main {
	margin: 0!important;
	max-width: 100%!important
}

.one-hundred-years-timeline .main-content {
	margin-top: 0!important
}

.one-hundred-years-timeline .main-content .region {
	padding: 0!important
}

.one-hundred-years-timeline .page-node-type-_00-year-timeline.not-card-page {
	margin-top: 0
}

@media (min-width:640px) {
	.one-hundred-years-timeline #block-cummins-content {
		height: 250px
	}
}

@media (min-width:1200px) {
	.one-hundred-years-timeline #block-cummins-content {
		height: 300px
	}
}

@media (min-width:640px) {
	.one-hundred-years-timeline .section-main-content.sticky {
		padding-top: 0px
	}
	.one-hundred-years-timeline .section-main-content.sticky .timeline-header__png-wrapper {
		top: -120px
	}
	.one-hundred-years-timeline .section-main-content.sticky .timeline-event-collection-navigation {
		width: 100%;
		position: fixed;
		top: 0rem;
		left: 0;
		z-index: 30
	}
	.one-hundred-years-timeline .section-main-content.sticky .timeline-event-collection-navigation__date-selector,
	.one-hundred-years-timeline .section-main-content.sticky .timeline-event-collection-navigation__selector {
		padding: 0
	}
	.one-hundred-years-timeline .section-main-content.sticky .timeline-event-collection-navigation__date-selector ul {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%
	}
}

.timeline-introduction,
.timeline-outro {
	padding: 2rem;
	display: none;
	background: #c6c6c6
}

.timeline-introduction.active,
.timeline-outro.active {
	display: block
}

.timeline-introduction__content,
.timeline-outro__content {
	max-width: 600px;
	margin: 4rem auto
}

.timeline-event {
	background: #c6c6c6;
	margin-bottom: 60px
}

@media (min-width:640px) {
	.timeline-event {
		padding: 0 2rem;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		justify-content: center
	}
	.timeline-event:nth-child(2n) .timeline-event__image-wrapper {
		order: 1;
		justify-content: flex-start
	}
	.timeline-event:nth-child(2n) .timeline-event__image-wrapper .timeline-event__image {
		margin: 0 0 0 2rem
	}
	.timeline-event:nth-child(2n) .timeline-event__content {
		order: 0
	}
	.timeline-event:first-child {
		padding-top: 2rem
	}
}

.timeline-event__image-wrapper {
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	align-items: center;
	justify-content: center;
	order: 0;
	flex: 1 1 auto
}

@media (min-width:640px) {
	.timeline-event__image-wrapper {
		justify-content: flex-end
	}
}

.timeline-event__image-wrapper .timeline-event__image {
	max-width: 90%;
	max-height: 600px;
	background-size: contain;
	display: block;
	position: relative;
	border: .5rem solid #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

@media (min-width:640px) {
	.timeline-event__image-wrapper .timeline-event__image {
		margin: 0 2rem 0 0
	}
}

.timeline-event__content {
	padding: 1rem 7%;
	background: #c6c6c6;
	flex: 1 1 auto;
	min-width: 300px
}

@media (min-width:640px) {
	.timeline-event__content {
		background-color: #c6c6c6;
		color: #a58e3b;
		max-width: 35%;
		display: flex;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		padding: 1.5rem;
		order: 1
	}
}

.timeline-event__date {
	color: #a58e3b;
	font-size: 3rem;
	font-weight: 800;
	text-align: left;
	max-width: 100%
}

@media (min-width:640px) {
	.timeline-event__date {
		font-size: 5rem
	}
}

.timeline-event__title {
	margin-top: .5rem;
	color: #a58e3b;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	max-width: 100%
}

@media (min-width:640px) {
	.timeline-event__title {
		font-weight: 600
	}
}

.timeline-event__body {
	line-height: 2;
	max-width: 100%
}

.timeline-event__body p {
	font-size: .85rem
}

@media (min-width:640px) {
	.timeline-event__body {
		color: #2d2d2d
	}
}

@media (min-width:640px) {
	.timeline-event p {
		color: #4d4d4d
	}
}

.timeline-event__next-link {
	margin: 2rem auto 1rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	letter-spacing: 1px;
	font-size: .9rem;
	display: block
}

.timeline-event__next-link,
.timeline-event__next-link:hover {
	color: #7b7b7b;
	text-decoration: underline
}

.timeline-event__next-link:after {
	content: "";
	width: 20px;
	height: 14px;
	background: url(icon-arrow-grey-down.svg) no-repeat 0;
	background-size: contain;
	float: left;
	margin: 0 4px 0 0;
	transform: rotate(-90deg);
	position: absolute
}

.timeline-event__next-link span {
	text-transform: uppercase
}

.gold {
	color: #a58e3b
}

.timeline-header {
	max-height: calc(100vh - 5%);
	width: 100%;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	align-items: flex-start;
	background: #4d4d4d;
	text-align: center;
	color: #fff;
	justify-content: space-between;
	flex-direction: column;
	background-image: url(engineBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom
}

@media (min-width:640px) {
	.timeline-header {
		max-height: 600px;
		justify-content: flex-end;
		padding: 0 25%;
		align-items: center;
		height: 250px
	}
}

@media (min-width:1200px) {
	.timeline-header {
		height: 300px
	}
}

.timeline-header__png-wrapper {
	margin: 0 auto;
	position: relative;
	background: none;
	top: 0
}

@media (min-width:640px) {
	.timeline-header__png-wrapper {
		background: #a58e3b;
		max-width: 20%;
		position: absolute;
		z-index: 40;
		left: 2%;
		top: 0;
		min-height: 250px
	}
}

@media (min-width:640px) {
	.timeline-header__png-wrapper #banner-png {
		position: relative;
		top: 150px
	}
}

@media (min-width:1200px) {
	.timeline-header__png-wrapper #banner-png {
		top: 200px
	}
}

.timeline-header__png-wrapper #logo-png {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:640px) {
	.timeline-header__png-wrapper #logo-png {
		width: 60%;
		max-width: 200px;
		top: calc(25% + 150px)
	}
}

@media (min-width:1200px) {
	.timeline-header__png-wrapper #logo-png {
		top: calc(25% + 200px);
		right: -3px
	}
}

.timeline-header__wrapper {
	order: 2;
	margin: 0 auto;
	margin-bottom: 64px
}

@media (min-width:640px) {
	.timeline-header__wrapper {
		margin: 0 0 32px;
		text-align: center
	}
}

.timeline-header__date {
	font-size: 3.5rem;
	color: #fff;
	margin-top: .5rem;
	margin-bottom: 0
}

@media (min-width:640px) {
	.timeline-header__date {
		font-size: 4.5rem
	}
}

@media (min-width:1200px) {
	.timeline-header__date {
		font-size: 6rem
	}
}

.timeline-header__title {
	color: #fff;
	margin-top: 0;
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 700
}

@media (min-width:640px) {
	.timeline-header__title {
		font-size: 1.5rem;
		padding-left: .5rem
	}
}

@media (min-width:1200px) {
	.timeline-header__title {
		font-size: 2rem
	}
}

@media (min-width:640px) {
	.desktop-view.adminimal-admin-toolbar .section-main-content.sticky .timeline-event-collection-navigation {
		top: calc(5rem + 71px)
	}
}

@media (min-width:640px) {
	.sticky-nav.desktop-view.adminimal-admin-toolbar .section-main-content.sticky .timeline-event-collection-navigation {
		top: calc(5rem + 39px)
	}
}

.timeline-event-collection-navigation {
	display: none
}

@media (min-width:640px) {
	.timeline-event-collection-navigation {
		display: block;
		width: 100%;
		position: relative;
		transition: .3s
	}
}

.timeline-event-collection-navigation__image {
	max-height: 75px;
	border: 1px solid #a58e3b
}

.timeline-event-collection-navigation__title {
	color: #fff;
	font-size: .75rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 1rem;
	transition: .3s;
	padding: 0 0 4px;
	cursor: pointer
}

.timeline-event-collection-navigation__title:hover {
	transition: .3s
}

.timeline-event-collection-navigation__title.selected {
	color: #a58e3b;
	border-bottom: 1px solid #a58e3b
}

.timeline-event-collection-navigation__selector {
	padding: .5rem;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	align-items: center;
	justify-content: center;
	background: #323232;
	height: 40px;
	padding: 0 10% 0 25%
}

.timeline-event-collection-navigation__date-selector {
	background: #222;
	height: 80px;
	align-items: center;
	display: none;
	padding: 0 10% 0 25%
}

.timeline-event-collection-navigation__date-selector.active,
.timeline-event-collection-navigation__date-selector ul {
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1
}

.timeline-event-collection-navigation__date-selector ul {
	padding-left: 0;
	padding-top: .5rem;
	margin: 0;
	justify-content: space-between;
	border-top: 1px solid #888;
	position: relative;
	top: 25px;
	width: 100%
}

.timeline-event-collection-navigation__date-selector ul .current-date {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	display: block;
	background: #a58e3b;
	position: absolute;
	top: -6px;
	transition: .3s;
	z-index: 50
}

.timeline-event-collection-navigation__date-selector ul li {
	cursor: pointer;
	width: 16px;
	margin: 0 auto;
	list-style: none;
	font-weight: 700;
	color: #888;
	position: relative;
	top: -8px
}

.timeline-event-collection-navigation__date-selector ul li:first-of-type {
	margin-left: 0
}

.timeline-event-collection-navigation__date-selector ul li:first-of-type .date {
	left: -9px
}

@media (min-width:1024px) {
	.timeline-event-collection-navigation__date-selector ul li:first-of-type .date {
		left: -14px
	}
}

.timeline-event-collection-navigation__date-selector ul li:last-of-type {
	margin-right: 0
}

.timeline-event-collection-navigation__date-selector ul li .date {
	left: -11px;
	font-size: .8rem
}

@media (min-width:1024px) {
	.timeline-event-collection-navigation__date-selector ul li .date {
		left: -15px;
		font-size: 1rem
	}
}

.timeline-event-collection-navigation__date-selector ul li .circle {
	content: "";
	background: #888;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	display: block;
	margin: 0 auto
}

.timeline-event-collection-navigation__date-selector ul li:hover .circle {
	transition: .3s;
	transform: scale(1.2)
}

.timeline-event-collection-navigation__date-selector ul li span {
	position: relative;
	top: -30px
}

.timeline-event-collection-navigation-mobile {
	z-index: 20;
	height: 50px;
	position: fixed;
	top: 4.5rem;
	width: 100%;
	background: #2d2d2d;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1
}

@media (min-width:640px) {
	.timeline-event-collection-navigation-mobile {
		display: none
	}
}

.timeline-event-collection-navigation-mobile .form-type-select.form-item {
	height: 100%;
	margin: 0;
	padding: 0 .5rem
}

.timeline-event-collection-navigation-mobile .form-type-select.form-item .selectmodal {
	border-bottom: none;
	height: 100%;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 18px;
	line-height:32px
}

.timeline-event-collection-navigation-mobile__selector.form-type-select.form-item {
	width: 60%;
	background: #333
}

.timeline-event-collection-navigation-mobile__selector.form-type-select.form-item select {
	text-transform: uppercase;
	color: #fff
}

.timeline-event-collection-navigation-mobile__date-selector.form-type-select.form-item {
	width: 40%;
	display: none
}

.timeline-event-collection-navigation-mobile__date-selector.form-type-select.form-item .selectmodal {
	color: #7b7b7b
}

.timeline-event-collection-navigation-mobile__date-selector.form-type-select.form-item.active {
	display: block
}

.timeline-event-collection {
	display: none
}

.timeline-event-collection.selected {
	display: block;
	background: #c6c6c6
}

.timeline-event-collection .timeline-event:last-child {
	margin-bottom: 0
}

body.always-on.page-node-20981.landing-page .landing-page-section {
	margin: 1rem
}

body.always-on.page-node-20981.landing-page .landing-page-body {
	padding: 1rem
}

body.always-on.page-node-20981 .landing-page-newsroom__title,
body.always-on.page-node-20981 .landing-page-webform h2,
body.always-on.page-node-20981.landing-page .landing-page-hero-section__title {
	font-size: 24px
}

@media (max-width:480px) {
	body.always-on.page-node-20981 .landing-page-video {
		min-height: 300px!important
	}
	.minl{float:none !important}
	.header{position:fixed;width:100%}
}

@media (min-width:480px) {
	body.always-on.page-node-20981 .landing-page-newsroom__title,
	body.always-on.page-node-20981 .landing-page-webform h2,
	body.always-on.page-node-20981.landing-page .landing-page-hero-section__title {
		font-size: 30px
	}
}

@media (min-width:640px) {
	body.always-on.page-node-20981.landing-page .landing-page-section {
		margin: 2rem
	}
	body.always-on.page-node-20981 .landing-page-newsroom__title,
	body.always-on.page-node-20981 .landing-page-webform h2,
	body.always-on.page-node-20981.landing-page .landing-page-hero-section__title {
		font-size: 36px
	}
}

@media (min-width:768px) {
	body.always-on.page-node-20981 .landing-page-video {
		min-height: 500px!important;
		margin: 0 auto
	}
}

@media (min-width:1024px) {
	body.always-on.page-node-20981.landing-page .landing-page-hero-section__title-wrapper h1 {
		font-size: 3.5rem
	}
	body.always-on.page-node-20981 .landing-page-video {
		max-width: 1284px;
		min-height: 600px!important;
		margin: 0 auto
	}
}

@media (min-width:1200px) {
	body.always-on.page-node-20981.landing-page .landing-page-hero-section__title-wrapper h1 {
		font-size: 4rem
	}
	body.always-on.page-node-20981 .landing-page-video {
		min-height: 750px!important;
		max-width: 1284px;
		margin: 0 auto
	}
}

body.always-on.page-node-20981 .views-field-field-hero-image {
	border-bottom: 4px solid #da291c
}

@media (max-width:1024px) {
	body.always-on.page-node-20981 .landing-page-video {
		min-height: 600px
	}
}

@media (max-width:480px) {
	body.always-on.page-node-20981 .landing-page-video {
		min-height: 300px
	}
}

body.always-on.page-node-20981 .description {
	position: relative;
	top: -8px
}

body.mining-case-studies.page-node-24406 .form-item-field-market-target-id,
body.repower-profiles.page-node-23396 .form-item-field-market-target-id,
body.vessel-references.page-node-23391 .form-item-field-market-target-id {
	display: none
}

body.mining-case-studies.page-node-24406 .view-filters .form--inline,
body.repower-profiles.page-node-23396 .view-filters .form--inline,
body.vessel-references.page-node-23391 .view-filters .form--inline {
	height: 85px
}

body.customer-assistance.page-node-20251 h2 {
	margin-top: .5rem
}

body.customer-assistance.page-node-20251 #block-cumminsokmsearchblock-5 {
	padding: 0
}

body.customer-assistance.page-node-20251 #cummins-okm-search-form input {
	padding-left: 0
}

body.customer-assistance.page-node-20251 .customer-assistance .quick-links-wrapper {
	margin-top: 0
}

body.customer-assistance.page-node-20251 .customer-assistance .full-width-main-no-sidebar {
	padding-top: 0!important
}

.software-downloads .non-mobile {
	display: block
}

.software-downloads .mobile,
body.parts-and-service.page-node-24101 .looking-for-support,
body.parts-and-service.page-node-24111 .looking-for-support {
	display: none
}

body.support #block-exposedformest-searchpage-1 h2 {
	visibility: hidden;
	max-width: 520px
}

body.support #block-exposedformest-searchpage-1 h2:after {
	visibility: visible;
	content: "Digital Products and Services Search";
	position: absolute;
	display: block;
	top: 20px;
	left: 16px;
	padding: 8px;
	margin: 0 16px 0 0;
	background: #fff;
	color: #b9b9b9;
	font-size: 30px;
	font-weight: 700;
	line-height: .9;
	transform: translateY(-50%);
	width: 105%
}

#region-facet {
	display: none!important;
	visibility: hidden
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s, visibility 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x>ul {
	overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs>ul>li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1;
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px);
	}
}

.tablesaw {
	width: 100%;
	max-width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}

.tablesaw * {
	box-sizing: border-box;
}

.tablesaw-btn {
	border: 1px solid #ccc;
	border-radius: .25em;
	background: none;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: .5em .85em .4em .85em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.tablesaw-btn {
	color: #1c95d4;
}

.tablesaw-btn:hover {
	text-decoration: none;
}

.tablesaw-btn:active {
	background-color: #ddd;
}

@supports (box-shadow:none) {
	.tablesaw-btn:focus {
		background-color: #fff;
		outline: none;
	}
	.tablesaw-btn:focus {
		box-shadow: 0 0 .35em #4faeef !important;
	}
}

.tablesaw-btn-select select {
	background: none;
	border: none;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	min-height: 1em;
	opacity: 0;
	color: transparent;
}

.tablesaw-btn select option {
	background: #fff;
	color: #000;
}

.tablesaw-btn {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: 0;
}

.tablesaw-btn.btn-small {
	font-size: 1.0625em;
	line-height: 19px;
	padding: .3em 1em .3em 1em;
}

.tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .4em .7em .25em .7em;
}

.tablesaw-btn-select {
	padding-right: 1.5em;
	text-align: left;
	display: inline-block;
	color: #4d4d4d;
	padding-right: 2.5em;
	min-width: 7.25em;
}

.tablesaw-btn-select:after {
	content: " ";
	position: absolute;
	background: none;
	background-repeat: no-repeat;
	background-position: .25em .45em;
	content: "\25bc";
	font-size: .55em;
	padding-top: 1.2em;
	padding-left: 1em;
	left: auto;
	right: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	width: 1.8em;
}

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
	width: 1.2em;
	font-size: .5em;
	padding-top: 1em;
	padding-right: .5em;
	line-height: 1.65;
	background: none;
	box-shadow: none;
	border-left-width: 0;
}

.tablesaw-advance .tablesaw-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	text-shadow: 0 1px 0 #fff;
	border-radius: .25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
	font-size: .8125em;
	padding: .3em .7em .25em .7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
	margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
	margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
	display: inline-block;
	overflow: hidden;
	width: 1.8em;
	height: 1.8em;
	background-position: 50% 50%;
	margin-left: .25em;
	margin-right: .25em;
	position: relative;
	text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
	content: "\0020";
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
	left: .5em;
	top: .65em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .45em;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6em;
	border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .7em;
	border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}

.tablesaw-bar {
	clear: both;
}

.tablesaw-bar * {
	box-sizing: border-box;
}

.tablesaw-bar-section {
	float: left;
}

.tablesaw-bar-section label {
	font-size: .875em;
	padding: .5em 0;
	clear: both;
	display: block;
	color: #888;
	margin-right: .5em;
	text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
	margin-top: .5em;
	margin-bottom: .5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
	margin-bottom: 0;
}

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
	margin-left: .4em;
	margin-top: 0;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	background: transparent;
	font-size: 1em;
	padding-left: .3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
	min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
	padding-top: .9em;
}

.tablesaw-bar .tablesaw-bar-section select {
	color: #888;
	text-transform: none;
	background: transparent;
}

.tablesaw-bar-section~table {
	clear: both;
}

.tablesaw-bar-section .abbreviated {
	display: inline;
}

.tablesaw-bar-section .longform {
	display: none;
}

@media (min-width:24em) {
	.tablesaw-bar-section .abbreviated {
		display: none;
	}
	.tablesaw-bar-section .longform {
		display: inline;
	}
}

.tablesaw th,
.tablesaw td {
	padding: .5em .7em;
	text-align: left;
	vertical-align: middle;
}

.tablesaw-sortable-btn {
	padding: .5em .7em;
}

.tablesaw thead th {
	text-align: left;
}

.tablesaw-row-border tr {
	border-bottom: 1px solid #dfdfdf;
}

.tablesaw-row-zebra tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.tablesaw caption {
	text-align: left;
	margin: .59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
	border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
	box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
	display: none;
}

@media only all {
	.tablesaw-stack {
		clear: both;
	}
	.tablesaw-stack td,
	.tablesaw-stack th {
		text-align: left;
		display: block;
	}
	.tablesaw-stack tr {
		clear: both;
		display: table-row;
	}
	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: inline-block;
		padding: 0 .6em 0 0;
		width: 30%;
	}
	.tablesaw-stack th .tablesaw-cell-label-top,
	.tablesaw-stack td .tablesaw-cell-label-top {
		display: block;
		padding: .4em 0;
		margin: .4em 0;
	}
	.tablesaw-cell-label {
		display: block;
	}
	.tablesaw-stack tbody th.group {
		margin-top: -1px;
	}
	.tablesaw-stack th.group b.tablesaw-cell-label {
		display: none !important;
	}
}

@media (max-width:39.9375em) {
	.tablesaw-stack tbody tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
	}
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: none;
	}
	.tablesaw-stack tbody td,
	.tablesaw-stack tbody th {
		display: block;
		float: left;
		clear: left;
		width: 100%;
	}
	.tablesaw-cell-label {
		vertical-align: top;
	}
	.tablesaw-cell-content {
		display: inline-block;
		max-width: 67%;
	}
	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
	.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.tablesaw-stack td:empty,
	.tablesaw-stack th:empty {
		display: none;
	}
}

@media (min-width:40em) {
	.tablesaw-stack tr {
		display: table-row;
	}
	.tablesaw-stack td,
	.tablesaw-stack th,
	.tablesaw-stack thead td,
	.tablesaw-stack thead th {
		display: table-cell;
		margin: 0;
	}
	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		display: none !important;
	}
}

.tablesaw-fix-persist {
	table-layout: fixed;
}

@media only all {
	.tablesaw-swipe th.tablesaw-swipe-cellhidden,
	.tablesaw-swipe td.tablesaw-swipe-cellhidden {
		display: none;
	}
}

.tablesaw-overflow {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tablesaw-overflow>.tablesaw {
	margin-top: 2px;
}

.tablesaw-columntoggle-btn span {
	text-indent: -9999px;
	display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
	position: relative;
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	padding: .5em;
}

.tablesaw-columntoggle tbody td {
	line-height: 1.5;
}

.tablesaw-columntoggle-popup {
	display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
	display: block;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fff;
	padding: .5em .8em;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	border-radius: .2em;
	z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
	margin: 0;
}

@media only all {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6,
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5,
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4,
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3,
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2,
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1,
	.tablesaw-columntoggle th.tablesaw-priority-0,
	.tablesaw-columntoggle td.tablesaw-priority-0 {
		display: none;
	}
}

.tablesaw-columntoggle-btnwrap .dialog-content {
	top: 0 !important;
	right: 1em;
	left: auto !important;
	width: 12em;
	max-width: 18em;
	margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
	outline-style: none;
}

@media (min-width:20em) {
	.tablesaw-columntoggle th.tablesaw-priority-1,
	.tablesaw-columntoggle td.tablesaw-priority-1 {
		display: table-cell;
	}
}

@media (min-width:30em) {
	.tablesaw-columntoggle th.tablesaw-priority-2,
	.tablesaw-columntoggle td.tablesaw-priority-2 {
		display: table-cell;
	}
}

@media (min-width:40em) {
	.tablesaw-columntoggle th.tablesaw-priority-3,
	.tablesaw-columntoggle td.tablesaw-priority-3 {
		display: table-cell;
	}
	.tablesaw-columntoggle tbody td {
		line-height: 2;
	}
}

@media (min-width:50em) {
	.tablesaw-columntoggle th.tablesaw-priority-4,
	.tablesaw-columntoggle td.tablesaw-priority-4 {
		display: table-cell;
	}
}

@media (min-width:60em) {
	.tablesaw-columntoggle th.tablesaw-priority-5,
	.tablesaw-columntoggle td.tablesaw-priority-5 {
		display: table-cell;
	}
}

@media (min-width:70em) {
	.tablesaw-columntoggle th.tablesaw-priority-6,
	.tablesaw-columntoggle td.tablesaw-priority-6 {
		display: table-cell;
	}
}

@media only all {
	.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
	.tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
		display: none;
	}
	.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
	.tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
		display: table-cell;
	}
}

.tablesaw-columntoggle-popup .btn-group>label {
	display: block;
	padding: .2em 0;
	white-space: nowrap;
	cursor: default;
}

.tablesaw-columntoggle-popup .btn-group>label input {
	margin-right: .8em;
}

.tablesaw-sortable-head {
	position: relative;
	vertical-align: top;
}

.tablesaw .tablesaw-sortable-head {
	padding: 0;
}

.tablesaw-sortable-btn {
	min-width: 100%;
	color: inherit;
	background: transparent;
	border: 0;
	text-align: inherit;
	font: inherit;
	text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
	display: inline-block;
	width: 10px;
	height: 14px;
	content: " ";
	margin-left: .3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "\2191";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "\2193";
}

.tablesaw-advance {
	float: right;
}

.tablesaw-advance.minimap {
	margin-right: .4em;
}

.tablesaw-advance-dots {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tablesaw-advance-dots li {
	display: table-cell;
	margin: 0;
	padding: .4em .2em;
}

.tablesaw-advance-dots li i {
	width: .25em;
	height: .25em;
	background: #555;
	border-radius: 100%;
	display: inline-block;
}

.tablesaw-advance-dots-hide {
	opacity: .25;
	cursor: default;
	pointer-events: none;
}