/*Font Face
========================================================================================*/
@import url(normalize.css);
@import url(common.css);
@import url(popup.css);
@import url(https://fonts.cummins.com/fonts.css);

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
input[type="button"],
input[type="submit"],
button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Deafult Tag & General Classes
========================================================================================*/
html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}


html {
  height: 100%;
}

body {
  font-family: "cmiTxt", Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  background: #fff !important;
}


body.overlay-enable #body-overlay {
	left: 0;
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

img {
	vertical-align: top;
	border: 0;
}

a,
input[type="button"],
input[type="submit"],
button,
table th,
table td,
.top-header .search-form button {
	-moz-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-ms-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}

.allanim {
	-moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	-ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
	transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}

a {
	color: #0d30a5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	a:active {
		background-color: transparent;
	}
}

strong {
	font-weight: bold;
}

small,
.small {
	font-size: 85%;
}

sub,
sup {
	font-size: 80%
}

p {
	margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 10px;
	font-weight: 800;
	font-family: "cmiDisplay", Arial, sans-serif;
}

h1,
h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 28px;
}

h6 {
	font-size: 24px;
}

ul li {
	line-height: 24px;
}

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

.cf:after,
.wrap:after {
	clear: both;
}

.cf,
.wrap {
	zoom: 1;
}

.nodisplay {
	display: none;
}

.nodisplay_strict {
	display: none !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

:focus {
	outline: none;
}

.text_cont p {
	padding: 0 0 10px 0;
}

.nopad p,
p.nopad {
	padding: 0;
}

.cols {
	*zoom: 1;
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}

.cols:after {
	content: "";
	display: table;
	clear: both;
}

.cols .col {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.cols1 .col {
	width: 100%
}

.cols2 .col {
	width: 50%
}

.cols3 .col {
	width: 33.333333333333%;
}

.cols4 .col {
	width: 25%;
}

/* =Blockquote & highlight
========================================================================================*/
blockquote {
	border-left: solid 6px #e1e1e1;
	margin-left: 0;
	padding-left: 15px;
}

blockquote small {
	font-size: 85%;
	display: block;
	color: #999;
	padding: 5px 0 0 0;
	font-style: italic;
}

.highlight,
mark {
	background: #fffd64;
}


/* =Layout Width
========================================================================================*/
#wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}

.wrap {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

#primary {
	float: left;
	width: 72%;
	padding-right: 40px;
}


.metalocator-form {
	border: 1px solid #ccc;
}

#block-cumminslocator-page-title,
#block-cumminslocator-syndicate {
	display: none;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
	padding: 0 !important;
}

.form-item:first-child {
	margin-top: 1rem !important;
}

#edit-distance .form-item:first-child {
	margin-top: 0 !important;
}

.modal-header {
	align-items: flex-start !important;
}


.location-header {
	background-color: #000;
	padding: 25px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.location-header h4 {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.location-header h3 {
	color: #FFF;
	font-size: 33px;
	font-weight: 900;
	letter-spacing: 0rem;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.result-locator .location-form,
.result-locator .location-form-button  {
  display: none;
}

.result-locator .location-header,
.formleft .location-header,
.formleft .category-bar {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 65%;
  width: auto;
}

.category-bar {
  display: none;
}

.result-locator .category-bar,
.formleft.result-locator-show .category-bar {
  align-items: center;
  background-color: #da291c;
  left: 0;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 12px;
  position: fixed;
  right: 0;
  top: 129px;
  z-index: 100;
}

.formleft.result-locator-show .category-bar  {
	top: 99px;
	right: 65%;
}

#location-detail {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
	max-width: 100%;
}

.location-form {
	padding: 30px 30px 0;
  overflow: auto;
}

.location-form .form-item > label, .location-form legend {
	color: #606060 !important;
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

.location-form .inner,
#edit-distance {
	display: flex;
	padding: 0;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}

#edit-distance .form-item {
	display: flex;
	align-items: center;
}

#edit-distance .form-item input[type="radio"] {
  margin: 0 5px 0 0;
}

.location-form .inner label span,
#edit-distance label {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
	margin: 0;
}

.form-submit {
	border: 1px solid #DA291C !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	letter-spacing: 0.2rem;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 48%;
	padding: 6px 16px !important;
	color: white;
  background: -moz-linear-gradient(top, #d4001e 0%, #e30f2d 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4001e), color-stop(70%, #c5000f));
}

#edit-reset {
	background: transparent;
	border: 1px solid #BDBDBD !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #BDBDBD;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	letter-spacing: 0.2rem;
	padding: 0;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	width: 48%;
}

#edit-reset:hover {
	background: #e2e2e2;
  text-shadow: none;
}

.location-form-button,
.form-actions {
	display: flex;
	float: none;
	justify-content: space-between;
	margin: 15px 0 0 0;
}

.map-canvas {
	background: #f2f3f8;
  position: relative;
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: auto;
}

.hide-directory .map-canvas {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.category-wrap .icon {
  align-items: center;
  display: flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.category-wrap {
  align-items: center;
  display: flex;
  width: calc(100% - 140px);
}

.category-wrap .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

.filter-wrap .toggle,
.back-result .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -10px;
  width: 13px;
}

.filter-wrap,
.back-result {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 90px;
}

.filter-wrap {
	width: 110px;
}

.back-result  {
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;
	display: none;
	width: 52px;
}

.next::before {
  content: " ";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  cursor: pointer;
  display: block;
  position: relative;
  top: 9px;
}

.back-result .toggle {
	top: -3px;
}

.dealer-listing-col {
	position: relative;
	padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  padding-top: 20px;
}

.dealer-listing-col:last-child {
	border-bottom: 0;
}

.dealer-listing-col:hover:before {
	content: "";
	position: absolute;
	left: -50px;
	right: -50px;
	height: 100%;
	top: 0;
	background: #f7f7f7;
}
.dealer-listing-col .number {
  background-image: url(../images/red_marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #FFF;
  font-size: 12px;
  height: 30px;
  margin: 0 5px 0 0;
  padding-top: 4px;
  text-align: center;
  width: 20px;
  line-height: 13px;
  display: block;
  flex: 0 0 20px;
  max-width: 20px;
}
.dealer-listing-col .info { flex: 0 0 calc(100% - 30px); max-width: calc(100% - 30px); }
.dealer-listing-col .title {
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
  align-items: flex-start;
}

.dealer-listing-col .locator-directions,
.locator_directions {
  color: #393939;
  font-size: 12px;
  position: relative;
  font-weight: 900;
  letter-spacing: .007rem;
  line-height: 12px;
  margin: 15px 0 10px;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  transition: color .25s cubic-bezier(.47,0,.745,.715);
}

.dealer-listing-col .locator-directions:after,
.locator_directions:after {
  border-radius: 0%;
  box-shadow: 0 0 4px 0 rgb(78 57 57 / 45%);
  align-items: center;
  background-color: #da291c;
  color: #FFF;
  content: "\203A";
  display: inline-flex;
  font-size: 14px;
  font-weight: 100;
  height: 12px;
  line-height: 12px;
  justify-content: center;
  margin-left: 5px;
  width: 13px;
  padding: 1px 2px 4px 2px;
  position: relative;
  text-align: center;
  top: -1px;
  transition: transform .25s cubic-bezier(.47,0,.745,.715);
}

.dealer-listing-col h3  {
  margin: 0;
  font-size: 16px;
}

.dealer-listing-col p {
  font-size: 14px;
  color: #606060;
  position: relative;
}

.dealer-listing-col .location {
  color: #606060;
  font-size: 13px;
  position: relative;
  top: -3px;
}

.dealer-listing-col .phone-icon,
.dealer-listing .address-icon,
.dealer-listing-col .website-icon {
  display: inline-block;
  height: 19px;
  width: 19px;
}

.dealer-listing-col .website-icon {
  position: relative;
  top: -1px;
}

.dealer-listing-col .phone,
.dealer-listing-col .address,
.dealer-listing-col .website {
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.dealer-listing-col .phone a,
.dealer-listing-col .address .address-info,
.dealer-listing-col .website a {
  padding-left: 16px;
  color: #606060;
  font-size: 14px;
  text-decoration: none;
}

.dealer-listing-col .address .address-info {
	padding-left: 18px;
}

.dealer-listing-col h3 a {
  color: #606060;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.dealer-listing {
  display: none;
  padding: 20px;
  overflow: auto;
  overflow-x: hidden;
  /*height: calc(100vh - 152px);*/
  height: calc(940px - 152px);
}

.left .dealer-listing,
.right .dealer-listing  {
	height: 940px;
}

.formleft .metalocator-form {
	display: none;
}

.result-locator .dealer-listing,
.formleft.result-locator-show .metalocator-form,
.formleft.result-locator-show .metalocator-form .dealer-listing {
  display: block;
}

.formleft.result-locator-show .metalocator-form .dealer-listing {
	margin-top: 150px;
}

.form-container {
  overflow: auto;
  margin-top: 100px;
  /*height: calc(100vh - 102px);*/
  height: calc(940px - 150px);
  padding-bottom: 30px;
}

.formleft .form-container {
	padding-top: 10px;
	flex: 0 0 35%;
	max-width: 35%;
	border: 1px solid #ccc;
}

.formleft.result-locator-show .form-container {
	display: none;
}

.result-locator .form-container {
  display: none;
}

.locator-pagination  {
	position: relative;
	z-index: 201;
	background: #fff;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px;
	border-top: 1px solid #eee;
}


.locator-pagination:empty {
	display: none;
}

.locator-pagination .pager__items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.locator-pagination .page-item a {
	color: #393939 !important;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 10px !important;
  position: relative;
  border: 0;
  transition: color .35s cubic-bezier(.47,0,.745,.715);
}

.locator-pagination .page-item a:hover,
.locator-pagination .page-item.is-active  a{
	color: #da291c !important;
}

.locator-pagination .page-item.is-active a  {
	background: none;
}

.locator-pagination .page-item a:after {
  color: #9D9D9D;
  content: "|";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -1px;
}

.locator-pagination .disabled {
	display: none;
}

.locator-pagination .page-item.pager__item--last a:after {
	display: none;
}

.locator-pagination .page-item.pager__item--ellipsis {
	display: none;
}

.map-canvas > strong {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#block-cumminslocator-primary-local-tasks {
	display: none;
}

body .pagination {
	justify-content: flex-start;
}

.left .location-header,
.left .result-locator .category-bar,
.right .location-header,
.right .result-locator .category-bar  {
	display: none;
}

.leaflet-popup-content-wrapper {
	border-radius: 0;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

.leaflet-popup-content {
	width: 648px !important;
}

.leaflet-container a.leaflet-popup-close-button {
	right: 10px;
	top: 10px;
}

.left .cummins-locator-locator .form-item,
.left #market-application-wrapper,
.left #service-level-wrapper,
.right #market-application-wrapper,
.right #service-level-wrapper,
.left .cummins-locator-locator .form-actions,
.right .cummins-locator-locator .form-item,
.right .cummins-locator-locator .form-actions {
	padding: 0 10px;
}

.left .cummins-locator-locator,
.right .cummins-locator-locator {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: flex-start;
}

@media (min-width: 991px) {
	.metalocator-form,
  .result-locator {
		background-color: #FFF;
    left: 0;
    padding-bottom: 0;
    flex: 0 0 35%;
    max-width: 35%;
    z-index: 200;
    position: relative;
    height: 100%;
	}

	.left .form-container,
	.right .form-container {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-top: 0;
		height: auto;
	}


	.hide-map .result-locator {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.form-submit,
	#edit-reset {
		font-size: 13px;
		letter-spacing: 0.35rem;
	}

  .category-wrap .icon {
    height: 30px;
    width: 30px;
  }


  .result-locator {
    padding-top: 150px;
  }

  .xs-location.result-locator {
  	padding-top: 0;
  }

  .left .cummins-locator-locator .form-item,
  .left #market-application-wrapper,
  .left #service-level-wrapper,
  .right #market-application-wrapper,
  .right #service-level-wrapper,
  .left .cummins-locator-locator .form-actions,
  .right .cummins-locator-locator .form-item,
  .right .cummins-locator-locator .form-actions {
  	flex: 0 0 33.33%;
  	max-width: 33.33%;
  }

    .left .cummins-locator-locator .form-actions,
    .right .cummins-locator-locator .form-actions {
    	margin-top: 36px;
    }

  .left .cummins-locator-locator #market-application-wrapper .form-item,
  .left .cummins-locator-locator #service-level-wrapper .form-item,
  .right .cummins-locator-locator #market-application-wrapper .form-item,
  .right .cummins-locator-locator #service-level-wrapper .form-item {
  	flex: 0 0 100%;
  	max-width: 100%;
  	padding: 0;
  }

  .right .metalocator-form {
  	order: 3;
  }

  .right #map {
  	order: 2;
  }

  .right .form-container {
  	order: 1;
  }

  .right .locator-pagination {
  	order: 4;
  }


  #edit-distance {
  	margin-top: 40px;
  }

  #edit-distance .form-item {
  	flex: 0 0 auto;
  	max-width: auto;
  	padding: 0;
  }

  .result-locator .category-bar {
    right: 65%;
    top: 99px;
  }
}


@media only screen and (min-width: 1361px)  {
	.metalocator-form {
	  padding-bottom: 0;
	}

	.location-header {
    padding: 25px 50px;
	}

	.location-form {
		padding: 20px 50px 0;
	}

	.left .location-form {
		padding: 20px 30px 0;
	}


	.form-submit,
	#edit-reset {
		font-size: 13px;
		letter-spacing: 0.35rem;
	}
  .category-wrap .icon {
    height: 42px;
    width: 42px;
  }

  .category-wrap {
    width: calc(100% - 100px);
  }

  .category-wrap .category {
    font-size: 17px;
    margin-left: 15px;
    padding-right: 15px;
  }

  .filter-wrap .toggle {
    position: absolute;
    top: 0;
    right: -17px;
    width: 16px;
  }

  .dealer-listing {
    padding: 0 50px;
  }

  #wrapper.formleft .dealer-listing {
  	padding-top: 15px;
  }

  .filter-wrap {
    width: 100px;
  }
}

@media only screen and (min-width: 1800px) {
	.left .cummins-locator-locator .form-item,
  .left #market-application-wrapper,
  .left #service-level-wrapper,
  .right #market-application-wrapper,
  .right #service-level-wrapper,
  .left .cummins-locator-locator .form-actions,
  .right .cummins-locator-locator .form-item,
  .right .cummins-locator-locator .form-actions {
  	flex: 0 0 25%;
  	max-width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
	.location-header h3 {
		font-size: 28px;
	}

	.filter-wrap,
	.back-result {
		font-size: 0;
	}

	.filter-wrap .toggle,
	.back-result .toggle {
		top: -6px;
	}

	.back-result  {
		right: 30px;
	}

	.form-container {
		margin-top: 60px;
		height: calc(940px - 60px);
	}

	.location-header {
		padding: 20px 30px;
	}

	.formleft.result-locator-show .category-bar {
		top: 86px;
	}
}

@media only screen and (max-width: 990px) {
	.form-container,
	.metalocator-form {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}

	.formleft.result-locator-show .category-bar {
		top: 81px;
	}

	.formleft.result-locator-show .metalocator-form .dealer-listing {
		margin-top: 130px;
	}

	.location-header h3 {
		font-size: 24px;
	}

	.formleft .location-header,
	.formleft.result-locator-show .category-bar {
		right: 0 !important;
	}

	#edit-distance {
		margin: 40px -10px 0 !important;
	}

	.left .form-container,
	.right .form-container {
		margin-top: 0 !important;
	}

	.dealer-listing {
		height: 600px !important;
		overflow-x: hidden;
	}

	.left .cummins-locator-locator .form-item,
	.left #market-application-wrapper,
	.left #service-level-wrapper,
	.right #market-application-wrapper,
	.right #service-level-wrapper,
	.left .cummins-locator-locator .form-actions,
	.right .cummins-locator-locator .form-item,
	.right .cummins-locator-locator .form-actions {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#edit-distance .form-item {
		flex: 0 0 auto;
		max-width: inherit;
	}

	#map {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.category-wrap .category {
		font-size: 0;
	}

	 #map {
    height: 480px !important;
  }
}

@media only screen and (max-width: 767px) {
	.green-icon {
		pointer-events: none;
	}

	#map  .tab_content {
		height: 150px;
		overflow: hidden;
		overflow-y: auto;
	}

	.mapboxgl-popup-content {
		box-shadow: none;
	}

	#map {
    height: 360px !important;
  }

  body .pagination {
  	justify-content: center;
  }

}

@media only screen and (max-width: 480px) {
	#edit-actions {
		flex-direction: column;
	}

	.location-header h3 {
		font-size: 22px;
	}

	#edit-actions .form-submit,
	#edit-actions #edit-reset {
		width: 100%;
	}

	#edit-reset {
		margin: 15px 0 0;
	}
}
.form-item-postal-code{
  display:none;
}
