.product-details-table {
  padding-top: 20px;
}
.product-details-table .table .thead-dark th {
  background-color: black;
}
.product-details-table .fixed-first-side {
  width: 30px;
}
.product-details-table tr th {
  font-family: Diodrum Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
.product-details-table tr th a {
  font-family: Diodrum Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
.product-details-table tr th a:hover {
  color: #e4001c;
}
.product-details-table tr th a:focus {
  color: #e4001c;
}
.product-details-table tr th a:after {
  content: "\003e";
  font-size: 18px;
  padding-left: 5px;
  position: relative;
  bottom: -2px;
}
@media (max-width: 767px) {
  .product-details-table tr th {
    font-size: 14px;
  }
  .product-details-table tr th a {
    font-family: Diodrum Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
  }
  .product-details-table tr th a:hover {
    color: #e4001c;
  }
  .product-details-table tr th a:focus {
    color: #e4001c;
  }
  .product-details-table tr th a:after {
    content: "\003e";
    font-size: 18px;
    padding-left: 5px;
    position: relative;
    bottom: -2px;
  }
}
.product-details-table tr td {
  font-family: Diodrum Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .product-details-table tr td {
    font-size: 14px;
  }
}
.product-details-table .TproductdownImg {
  width: 20px;
  height: auto;
}
.product-details-table .table-striped tbody tr:nth-of-type(even) {
  background-color: #f0f0f0 !important;
}
.product-details-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.product-details-table table tr th .TproductImg {
  width: 20px;
  height: auto;
}
.product-details-table table tr.no-border th,
.product-details-table table tr.no-border td {
  border: none;
}
.product-details-table table tr.border-bottom-bold {
  border-bottom: 1px solid #000000;
}
.product-details-table table tr.border-bottom-bold th,
.product-details-table table tr.border-bottom-bold td {
  border-bottom: 1px solid #000000;
}
.product-details-table table tr.border-bold {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product-details-table table tr.border-bold th,
.product-details-table table tr.border-bold td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product-details-table table.border-bottom-bold {
  border-bottom: 1px solid #000000;
}
.product-details-table.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.product-details-table.table-scroll .table-wrap {
  width: 100%;
  overflow: auto;
  /*
                Scroll bar
            */
}
.product-details-table.table-scroll .table-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.product-details-table.table-scroll .table-wrap::-webkit-scrollbar {
  height: 8px;
  background-color: #F5F5F5;
}
.product-details-table.table-scroll .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.product-details-table.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.product-details-table.table-scroll table th,
.product-details-table.table-scroll table td {
  white-space: nowrap;
  vertical-align: top;
}
.product-details-table.table-scroll table th .glyphicon,
.product-details-table.table-scroll table td .glyphicon {
  cursor: pointer;
}
.product-details-table.table-scroll table tbody tr {
  background-color: #fff;
}
.product-details-table.table-scroll table tbody tr:nth-of-type(even) {
  background-color: #eee;
}
.product-details-table.table-scroll .clone {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .product-details-table.table-scroll .clone {
    pointer-events: none;
    display: block;
  }
}
.product-details-table.table-scroll .clone th,
.product-details-table.table-scroll .clone td {
  visibility: hidden;
}
.product-details-table.table-scroll .clone tbody th {
  visibility: visible;
}
.product-details-table.table-scroll .clone .fixed-side {
  visibility: visible;
}
.product-details-table.table-scroll .clone thead,
.product-details-table.table-scroll .clone tfoot {
  background: transparent;
}
.product-details-table .table-image {
  max-width: 65%;
}
.fixedTableModal .modal-content {
  border-radius: unset;
}
.fixedTableModal .modal-header,
.fixedTableModal .modal-footer {
  border: none;
}
.fixedTableModal .modal-footer .download-selected {
  border-radius: 0;
}
.fixedTableModal .modal-body {
  padding: 1rem;
}
@media (max-width: 767px) {
  .fixedTableModal .modal-body {
    overflow-x: scroll;
  }
}
.fixedTableModal .modal-body .document-count {
  font-weight: bolder;
}
.fixedTableModal .modal-body table thead .select-all {
  text-align: right;
}
.fixedTableModal .modal-body table thead .select-all span {
  padding-right: 20px;
}
.fixedTableModal .modal-body table input[type=checkbox] {
  float: right;
  margin-top: 3px;
}
.table-accordian > .toggle-icon {
  position: relative;
  float: right;
  cursor: pointer;
}
/* available sizes : start */
.table-accordian > .toggle-icon {
  position: relative;
  float: right;
  cursor: pointer;
}
.table-pbs-pdp thead th {
  border-top: none;
}
.table-pbs-pdp tbody tr.hr-line {
  border-top: 1px solid #000000;
}
.table-pbs-pdp tbody tr td {
  border: none;
}
/* available sizes : end */
/* physical properties comparison : start */
.table-accordian > .toggle-icon {
  position: relative;
  float: right;
  cursor: pointer;
  vertical-align: middle;
  line-height: 28px;
}
.table-pbs-pdp .no-border {
  border: none;
}
.table-pbs-pdp .no-border th,
.table-pbs-pdp .no-border tr,
.table-pbs-pdp .no-border td {
  border: none;
}
.table-pbs-pdp thead tr.small-font th,
.table-pbs-pdp thead tr.small-font tr {
  font-size: .8em;
  font-weight: normal;
}
.table-pbs-pdp thead tr.border-bottom-bold th {
  border-bottom: 1px solid #000;
}
.table-pbs-pdp thead tr.background-grey {
  background-color: #939598;
}
.table-pbs-pdp thead tr.background-grey th {
  color: #ffffff;
}
.table-pbs-pdp thead .header-verticle {
  padding-top: 0;
  height: 250px;
}
.table-pbs-pdp thead .header-verticle th {
  white-space: nowrap;
  position: relative;
}
.table-pbs-pdp thead .header-verticle th span {
  transform: rotate(-90deg);
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 10px;
  margin: auto;
  transform-origin: left bottom;
}
.table-pbs-pdp tbody.border-top-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
/* physical properties comparison : end */
/*css for scroll*/
/*.product-details-table{
        position:relative;
        .table-wrap{
              overflow-x:scroll;
              overflow-y:visible;
              max-width:500px; 
                margin-left:175px;
                thead{
                    .fixed-second-side{
                        width:auto;
                    }
                }
                .fixed-first-side{
                    position:absolute;
                    left:0; 
                    width:45px;
                }
                .fixed-second-side{
                    position:absolute;
                    left:45px; 
                    width:130px;
                }

                table {
                  table-layout: fixed; 
                  width: 100%;
                }
            td:not(:first-child){
                white-space:nowrap;
            }
            }
    }*/
@media (max-width: 767px) {
  .product-details-table {
    padding-top: 30px;
    position: relative;
  }
  .product-details-table .table-wrap {
    overflow-x: scroll;
    overflow-y: visible;
  }
  .product-details-table .table-wrap thead,
  .product-details-table .table-wrap tbody {
    /*.fixed-first-side{
                   position: absolute;
                    left: 0px;
                }
                .fixed-second-side{
                    position: absolute;
               		 left: 45px;
                } */
  }
  .product-details-table .table-wrap thead td,
  .product-details-table .table-wrap tbody td,
  .product-details-table .table-wrap thead th,
  .product-details-table .table-wrap tbody th {
    padding: 20px;
    white-space: nowrap;
  }
  .product-details-table .table-wrap thead td,
  .product-details-table .table-wrap tbody td {
    white-space: nowrap;
  }
  .product-details-table .table-wrap::-webkit-scrollbar {
    width: 2rem;
    height: 8px;
  }
  .product-details-table .table-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
  }
  .product-details-table .table-wrap::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid slategrey;
    border-radius: 25px;
  }
  .fixedTableModal .product-details-table {
    overflow-x: scroll;
    overflow-y: visible;
    width: 100%;
  }
  .fixedTableModal .product-details-table::-webkit-scrollbar {
    width: 2rem;
    height: 7px;
  }
  .fixedTableModal .product-details-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
  }
  .fixedTableModal .product-details-table::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid slategrey;
    border-radius: 25px;
  }
  .fixedTableModal .product-details-table thead,
  .fixedTableModal .product-details-table tbody {
    /*    .fixed-first-side{
                   position: absolute;
                    left: 0px;
                }
                .fixed-second-side{
                    position: absolute;
                    left: 45px;
                }
                */
  }
  .fixedTableModal .product-details-table thead td,
  .fixedTableModal .product-details-table tbody td,
  .fixedTableModal .product-details-table thead th,
  .fixedTableModal .product-details-table tbody th {
    padding: 20px;
    white-space: nowrap;
  }
  .fixedTableModal .product-details-table thead td,
  .fixedTableModal .product-details-table tbody td {
    white-space: nowrap;
  }
}
a:not([href]).btn-outline-dark:hover {
  cursor: pointer;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
input#freezedTableSearch {
  padding: 0 25px;
  min-width: 200px;
  height: 2em;
  border: none;
  border-bottom: 1px solid #777;
  outline: none;
}
input#freezedTableSearch:focus {
  border-bottom: 1px solid #333;
}
i#freezedTableSearchIcon {
  color: #e4001c;
  position: absolute;
  font-size: 16px;
  top: 8px;
  left: 0;
}

/* vertical carousel less */
/*see all casestudy */
.vertical_carousel .spec_vc .carousel-heading.right_content span.right_arrow:after {
  content: "➝";
  font-weight: bold;
  font-size: 1.25rem;
  top: 20px;
  position: absolute;
}
.verti_mob_ver p.content_text span.see_text a span.right_arrow:after {
  content: "➝";
  font-weight: bold;
  font-size: 1.25rem;
  top: 8px;
  position: absolute;
}
.verti_mob_ver p.content_text:hover a {
  color: #e4001c;
}
.verti_mob_ver p.content_text:hover span.right_arrow:after {
  color: #e4001c;
}
.vertical_carousel .spec_vc .right_content .see_all_text a {
  padding-top: 50px;
  float: right;
  font-family: Diodrum Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.vertical_carousel .spec_vc .right_content .see_all_text span.see_arrow:after {
  content: "➝";
  font-weight: bold;
  font-size: 1.25rem;
  top: 0px;
  position: relative;
  float: right;
}
.vertical_carousel .spec_vc .right_content .see_all_text a {
  cursor: pointer;
}
.vertical_carousel .spec_vc .right_content .see_all_text a:hover,
.verti_mob_ver p.content_text a:hover {
  color: #e4001c;
}
.vertical_carousel .spec_vc .right_content .see_all_text span.see_arrow {
  margin-left: 1.5625rem;
}
/*case study end */
/*mobile view white space effect */
.verti_mob_ver h3.news_title.special_text {
  padding: 0px 0px 3px 2.1875rem;
}
@media (max-width: 767px) {
  .verti_mob_ver h3.news_title_slide {
    text-align: left;
    padding-left: 35px;
  }
}
#mixedSlider i.prev-Vslider {
  color: #212121;
  font-size: 25px;
  cursor: pointer;
}
#mixedSlider i.prev-Vslider:hover,
#mixedSlider i.prev-Vslider:focus,
#mixedSlider i.next-Vslider:hover,
#mixedSlider i.next-Vslider:focus {
  color: #e3001c;
}
#mixedSlider i.next-Vslider {
  color: #212121;
  padding-left: 56px;
  font-size: 25px;
  cursor: pointer;
}
.vertical_carousel {
  padding-top: 95px;
  margin-bottom: -111px;
}
/*new properties */
.leftcarousel .vertical_carousel .left_img_carousel {
  order: 2;
}
.leftcarousel .vertical_carousel .right_content {
  order: 1;
}
.vertical_carousel .carousel-heading.right_content {
  padding-left: 10%;
}
.leftcarousel .vertical_carousel .carousel-heading.right_content {
  padding-left: 1.3%;
  padding-right: 7%;
}
/*new properties end */
.vertical_carousel .img_count_text {
  width: 16px;
  margin-left: 4.5%;
  margin-top: 13%;
  position: absolute;
  font-family: Diodrum Regular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.08;
  letter-spacing: 2.4px;
  text-align: center;
  color: #000;
  max-height: 49px;
  margin-right: 27px;
}
.vertical_carousel .img_count_text .img_count_up {
  max-height: 24px;
  padding: 14px -12px -11px 0px;
  bottom: 12px;
  position: relative;
}
.vertical_carousel .img_count_text hr {
  margin: 0px;
  border: 0.5px solid #000;
  margin-bottom: 2px;
}
.vertical_carousel .up_img {
  top: -179px;
  padding: 0px;
}
.up_img .carousel-inner img {
  width: 577px;
  height: 812px;
}
.spec_vc .carousel-heading .heading1 p.read_more,
.spec_vc .carousel-heading .heading2 p.read_more,
.spec_vc .carousel-heading .heading3 p.read_more {
  display: none;
}
/*.up_img .shadow-lg {
		box-shadow: 0.2rem 1rem 0.2rem 1rem rgba(0, 0, 0, 0.175) !important;
	}*/
/*.up_img .shadow-lg {
		box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.175) !important;
	}*/
.up_img {
  /*.shadow-lg {
		box-shadow: 0.2rem 1rem 3rem 1rem rgba(0,0,0,.175);
	}*/
}
.up_img .vert .carousel-item-next.carousel-item-left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.up_img .vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.up_img .vert .carousel-item-next {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
.up_img .vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.up_img.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
.up_img.vert .carousel-item-prev {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/*new css */
.spec_vc .carousel-heading ul {
  list-style: none;
  position: relative;
}
.spec_vc .carousel-heading ul li {
  padding-top: 0.625rem;
  height: 158px;
}
.spec_vc .carousel-heading ul li.heading1 p:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 93%;
  width: 1.25rem;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
  display: none;
}
.spec_vc .carousel-heading ul li.heading2 p:before {
  content: "";
  position: absolute;
  top: 49%;
  right: 93%;
  width: 1.25rem;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
  display: none;
}
.spec_vc .carousel-heading ul li.heading3 p:before {
  content: "";
  position: absolute;
  top: 70%;
  right: 93%;
  width: 1.25rem;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
  display: none;
}
.spec_vc .carousel-heading h2 {
  font-family: Diodrum Regular;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.spec_vc .carousel-heading .head_title p {
  font-family: Diodrum Medium;
  font-size: 1.625rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.23;
  max-height: 105px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 105px;
}
.spec_vc .carousel-heading .head_title p {
  font-family: Diodrum Medium;
  height: 100px;
}
/* new right images*/
.spec_vc .carousel-heading li.heading1.active:before {
  content: "";
  position: absolute;
  top: 7%;
  right: 105%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
.spec_vc .carousel-heading li.heading2.active:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 105%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
.spec_vc .carousel-heading li.heading3.active:before {
  content: "";
  position: absolute;
  top: 74%;
  right: 105%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
/*new view left content */
.leftcarousel .spec_vc .carousel-heading li.heading1.active:before {
  content: "";
  position: absolute;
  top: 7%;
  left: 100%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
.leftcarousel .spec_vc .carousel-heading li.heading2.active:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
.leftcarousel .spec_vc .carousel-heading li.heading3.active:before {
  content: "";
  position: absolute;
  top: 74%;
  left: 100%;
  width: 190px;
  height: 1px;
  margin-top: -1px;
  background: #e4001c;
}
/* end new view with active and */
.spec_vc .carousel-heading p.read_more.casestudy {
  margin-bottom: 0.8125rem;
  padding-top: 0.625rem;
  font-family: Diodrum Regular;
}
.spec_vc .carousel-heading p.read_more.casestudy a {
  font-family: Diodrum Regular;
  font-size: 1rem;
}
.spec_vc .carousel-heading p.read_more.casestudy a:hover {
  color: #e4001c;
}
.spec_vc .carousel-heading p.read_more:hover a {
  color: #e4001c;
}
.verti_mob_ver {
  display: none;
}
.spec_vc .carousel-heading .text_link {
  float: right;
  right: 16%;
  position: relative;
  font-size: 1.875rem;
  top: -0.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .up_img .carousel-inner img {
    width: 100%;
    height: 730px;
  }
  .vertical_carousel .up_img {
    padding: 0px 15px 0px 15px;
  }
  .spec_vc .carousel-heading ul li {
    padding-top: 0.625rem;
    height: 128px;
  }
  .vertical_carousel .img_count_text {
    width: 14px;
    margin-left: 0.1%;
    margin-top: 5%;
    position: absolute;
  }
  .spec_vc .carousel-heading .head_title p {
    font-family: Diodrum Medium;
    font-size: 1.625rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.23;
    max-height: 70px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .spec_vc .carousel-heading li.heading1.active:before {
    content: "";
    position: absolute;
    top: 9%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  .spec_vc .carousel-heading li.heading2.active:before {
    content: "";
    position: absolute;
    top: 42%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  .spec_vc .carousel-heading li.heading3.active:before {
    content: "";
    position: absolute;
    top: 75%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  /*new view left content */
  .leftcarousel .vertical_carousel .carousel-heading.right_content {
    padding-left: 2%;
    padding-right: 7%;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading1.active:before {
    top: 8%;
    width: 140px;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading2.active:before {
    top: 42%;
    width: 140px;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading3.active:before {
    top: 75%;
    width: 140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .up_img .carousel-inner img {
    width: 100%;
    height: 730px;
  }
  .vertical_carousel .up_img {
    padding: 0px 15px 0px 15px;
  }
  .spec_vc .carousel-heading ul li {
    padding-top: 0.625rem;
    height: 128px;
  }
  .vertical_carousel .img_count_text {
    width: 14px;
    margin-left: 3%;
    margin-top: 5%;
    position: absolute;
    font-size: 11px;
  }
  .spec_vc .carousel-heading .head_title p {
    font-family: Diodrum Medium;
    font-size: 1.625rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.23;
    max-height: 70px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .spec_vc .carousel-heading li.heading1.active:before {
    content: "";
    position: absolute;
    top: 9%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  .spec_vc .carousel-heading li.heading2.active:before {
    content: "";
    position: absolute;
    top: 42%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  .spec_vc .carousel-heading li.heading3.active:before {
    content: "";
    position: absolute;
    top: 75%;
    right: 108%;
    width: 140px;
    height: 1px;
    margin-top: -1px;
    background: #e4001c;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading1.active:before {
    top: 9%;
    width: 140px;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading2.active:before {
    top: 43%;
    width: 140px;
  }
  .leftcarousel .spec_vc .carousel-heading li.heading3.active:before {
    top: 76%;
    width: 140px;
  }
  .leftcarousel .vertical_carousel .carousel-heading.right_content {
    padding-left: 1.6%;
    padding-right: 7%;
  }
}
/*card carouse desktop css*/
.verti_mob_ver #mixedSlider .slider {
  text-align: center;
  color: white;
}
.verti_mob_ver #mixedSlider .slider .parent-slide {
  padding: 15px;
}
.verti_mob_ver #mixedSlider .slider img {
  display: block;
  margin: auto;
}
.verti_mob_ver #mixedSlider .item.slide.slick-slide {
  padding: 0px 1.375rem;
  border-right: 1px solid #999;
}
.verti_mob_ver #mixedSlider .MS-controls {
  text-align: center;
}
.verti_mob_ver #mixedSlider .slick-prev:before {
  content: "←";
  color: gray;
  font-size: 2.1875rem;
}
.verti_mob_ver #mixedSlider .slick-next:before {
  content: "→";
  color: gray;
  font-size: 2.1875rem;
}
.verti_mob_ver #mixedSlider button.slick-next.slick-arrow {
  position: absolute;
  right: 51%;
  top: 230px;
}
.verti_mob_ver #mixedSlider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.verti_mob_ver #mixedSlider .slick-prev:hover:before,
.verti_mob_ver #mixedSlider .slick-prev:focus:before,
.verti_mob_ver #mixedSlider .slick-next:hover:before,
.verti_mob_ver #mixedSlider .slick-next:focus:before {
  color: #e4001c;
}
.verti_mob_ver #mixedSlider button.slick-prev.slick-arrow {
  position: absolute;
  left: 42%;
  top: 253px;
}
div .verti_mob_ver #mixedSlider {
  padding-bottom: 50px;
}
.verti_mob_ver .main_news_title h3.news_title {
  padding-bottom: 1.25rem;
  font-family: Diodrum Medium;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  display: inline-block;
}
/* .verti_mob_ver #mixedSlider .heading_title p {
    font-family: @font_family_D;
    font-size: 1.625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    padding-bottom: 5px;
} */
.main_news_title span.see_text a.red_link {
  padding-left: 1rem;
  font-size: 1.25rem;
  cursor: pointer;
}
/*#mixedSlider .slick-list.draggable {
    margin-left: -22px;
}*/
span.see_text {
  float: right;
}
/*new css */
/*card carousel desktop end css */
@media only screen and (max-device-width: 767px) {
  /*.img_slide img
 {
   width:280px;
   height:230px;
 }*/
  .verti_mob_ver.main_news_title h3.news_title {
    margin-bottom: 0px;
  }
  section.vertical_carousel {
    display: none;
  }
  .verti_mob_ver {
    display: block;
  }
  .verti_mob_ver div#mixedSlider {
    padding-bottom: 0px;
    margin: 0px 13px;
  }
  .verti_mob_ver #mixedSlider .slick-list.draggable {
    margin-left: 0px;
  }
  .verti_mob_ver #mixedSlider .item.slide.slick-slide {
    padding: 0px 0px;
    border: none;
  }
  .verti_mob_ver span.see_text {
    position: relative;
    margin: 0 auto;
    right: 10%;
    bottom: 18px;
  }
  .verti_mob_ver.main_news_title h3.news_title {
    padding-bottom: 0.9375rem;
    font-family: Diodrum Regular;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: inline-block;
    margin-bottom: 0px;
  }
  .verti_mob_ver #mixedSlider .heading_title p {
    font-family: Diodrum Medium;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
    padding-bottom: 5px;
    /* number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    line-height: 1.23;
    max-height: 120px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
  }
  /* .verti_mob_ver #mixedSlider .heading_title p {
        font-family: Diodrum Medium;
        max-height: 120px;
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
     //number of lines to show 
       // -webkit-box-orient: vertical; 

    } */
  .verti_mob_ver #mixedSlider .content_text {
    font-family: Diodrum Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .verti_mob_ver #mixedSlider p.content_text {
    font-family: Diodrum Regular;
    font-size: 1rem;
  }
  .verti_mob_ver #mixedSlider p.content_text a {
    font-family: Diodrum Regular;
    font-size: 1rem;
  }
  .verti_mob_ver #mixedSlider button.slick-prev.slick-arrow {
    position: absolute;
    left: 30%;
    top: 100%;
    margin-top: 2.4375rem;
    content: "←";
    padding-bottom: 2.4375rem;
    font-size: 1.5625rem;
  }
  .verti_mob_ver #mixedSlider button.slick-next.slick-arrow {
    position: absolute;
    right: 40%;
    top: 100%;
    Content: "→";
    margin-top: 2.4375rem;
    padding-bottom: 2.4375rem;
    font-size: 1.5625rem;
  }
  .img_slide img {
    width: 100%;
    height: 230px;
    margin-bottom: 2rem;
    border: 2px solid #fff;
    border-right: none;
  }
  .verti_mob_ver .MS-content.slider.slick-initialized.slick-slider {
    padding-left: 0px;
  }
  .verticalcarousel.aem-GridColumn.aem-GridColumn--default--12 {
    margin-bottom: 42px;
  }
  .verti_mob_ver {
    margin-bottom: 2.4375rem;
    margin-top: 2rem;
  }
  .verti_mob_ver span.see_text {
    display: block;
    position: relative;
    float: right;
    right: 40%;
    bottom: 0%;
  }
  /*.verti_mob_ver .MS-content.slider.slick-initialized.slick-slider
 {
        margin:-20px;
 }*/
  /*.verti_mob_ver #mixedSlider .item.slide.slick-slide {

 max-width:360px;       
}*/
  .verti_mob_ver #mixedSlider .small_text {
    padding: 0px 0px 0px 2.1875rem;
    color: #000;
    text-align: left;
    font-family: Diodrum Regular;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.55;
    letter-spacing: normal;
    height: 40px;
  }
  .verti_mob_ver #mixedSlider .heading_title p {
    padding: 0px 0px 3px 2.1875rem;
    /* max-width: 260px; */
    width: 100%;
  }
  .verti_mob_ver #mixedSlider .content_text {
    padding: 0px 0px 0px 2.1875rem;
  }
  /*.verti_mob_ver h3.news_title.special_text
    {
           margin-left: -11%;
    }*/
  .transportation-vertical-carousel.aem-GridColumn.aem-GridColumn--default--12 {
    margin-top: -8.5%;
    position: relative;
    overflow: hidden;
  }
  .verti_mob_ver h3.news_title.special_text {
    padding: 0px;
    margin-left: -9%;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 400px) {
  .verti_mob_ver h3.news_title.special_text {
    margin-left: -10%;
  }
}
@media only screen and (min-device-width: 401px) and (max-device-width: 419px) {
  .verti_mob_ver h3.news_title.special_text {
    margin-left: -18.5% !important;
  }
}
@media only screen and (min-device-width: 420px) and (max-device-width: 479px) {
  .verti_mob_ver h3.news_title.special_text {
    left: -15%;
    margin-left: 0px !important;
    position: relative;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 599px) {
  .verti_mob_ver h3.news_title.special_text {
    left: -20%;
    margin-left: 0px !important;
    position: relative;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  .up_img .carousel-inner img {
    width: auto;
    height: 812px;
  }
  .spec_vc .up_img .shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 3rem !important;
  }
  .spec_vc .carousel-heading p.read_more:hover a {
    color: #e4001c;
  }
  .vertical_carousel .carousel-heading.right_content {
    padding-left: 7.69%;
  }
  .spec_vc .carousel-heading ul li {
    padding-top: 0.625rem;
    height: 158px;
    width: 475px;
  }
  .vertical_carousel .up_img {
    top: -179px;
    padding: 0px 15px 0px 15px;
    /*margin-left: -11px;*/
  }
  .vertical_carousel .img_count_text {
    width: 16px;
    margin-left: 4.95%;
    margin-top: 13%;
    position: absolute;
    font-family: Diodrum Regular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.08;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000;
    max-height: 49px;
    margin-right: 31px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .vertical_carousel .up_img {
    padding: 0px 18px 0px 18px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1366px) {
  .vertical_carousel .carousel-heading.right_content {
    padding-left: 8.3%;
  }
  .spec_vc .carousel-heading ul li {
    padding-top: 0.625rem;
    height: 158px;
    width: 475px;
  }
  .vertical_carousel .up_img {
    top: -179px;
    padding: 0px 15px 0px 15px;
    margin-left: 0px;
  }
  .vertical_carousel .img_count_text {
    width: 16px;
    margin-left: 3.5%;
    margin-top: 13%;
    position: absolute;
    font-family: Diodrum Regular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.08;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000;
    max-height: 49px;
    margin-right: 20px;
  }
}
.up_img .carousel-inner img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 2rem !important;
}
/*hover effect for headings starts here */
.head_title:hover p {
  color: #e4001c !important;
}
/*hover effect for headings ends here */
/*================test============*/
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/dupont-applications/transportation/components/content/toray-contactForm/clientlibs/source/css/toray-contactus-form.less
Error: NameError: variable @white is undefined in /apps/dupont-applications/transportation/components/content/toray-contactForm/clientlibs/source/css/toray-contactus-form.less on line 22, column 30:
21         .corporateForm{
22             background-color:@white;
23             position:relative;


(uncompiled LESS src is included below)
*****************************************************/
form.tandijapanform .col-12.col-sm-6 {
    float: left;
}
form.tandijapanform div#radio .form-group {
    float: left;
    width: 24%;
}

div#radio+.radio-selection-error {
    display: none;
    float: left;
    margin-top: -2em;

}
div#radio {
    margin-left: 0.2em;
}

.toray-contactus{
    .container{
        .corporateForm{
            background-color:@white;
            position:relative;
      border: 1px solid @black;
        .MainTit{
          margin-top:59.2px;
            @media(max-width:@desktop-breakpoint){
              margin-top:54px;
            }
        }
        .has-feedback{
        color:@black;

            p{  
                font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.71;
              letter-spacing: normal;
              text-align: left;
        }


        }
            @media(max-width:@desktop-breakpoint){
                  padding:0 10px;
            }
          form{
          padding:0 60px;
            @media(max-width:@desktop-breakpoint){
                  padding:0 ;
              }
               .form-control{
                      padding-left:21px;
                    color:@black;
                    @media(max-width:@desktop-breakpoint){
                              padding:0 ;
                            }
                        &:focus{
                            box-shadow:none;
                        color:@black;
                        }
                    } 

              .title-desc {
                  // padding-bottom: 5px;
                    h4.form-title {
                      padding-bottom: 24px;
                      color:@black;
                    @media(max-width:@desktop-breakpoint){
              padding-bottom:18px;
                    }
                    }
                    .form-description{
                        p {
                       // margin-bottom: 0;
                        color:@black;
                        }
                    }
                }
                legend{
                  margin:0;
                }
                .customFieldset{
                    padding-bottom: 35px;
                  margin:0;
                    @media(max-width:@desktop-breakpoint){
                     padding-bottom: 40px;
                        .col-md-12{
                            padding:0 7px;
                        }
                    }
                    .form-control{
                        border-bottom:1px solid @black;
                        border-radius: 0;
                    }
                .requireFieldBorder {
                  border: 1px solid @red;
      @media(max-width:@mobile-breakpoint-max){
                            padding:8px 5px;
                        } 
              }
                  label {
                           font-size: 16px;
                           font-weight: 500;
                           letter-spacing: 0.5px;
                           color: @black;
                           font-family:Diodrum Regular;
                      margin-bottom:0.75rem;
                           @media(max-width:@desktop-breakpoint){
                              font-size:14px;
                          margin-bottom:1.25rem;
                //font-family: "Noto Sans Regular";
                            }
                        }
                    textarea,.selectize-control{
                        border:1px solid @black;
                    }
                  .selectize-input.items.not-full {
                        border: none;
                        box-shadow: none;
                        top: 2px;
                        @media (max-width:@desktop-breakpoint){
                                top: 2.8px;
                                height: auto;
                        }
                       // padding-left:21px;
                        input#subjectOfqtn-selectized {
                            font-size: 16px;
                            width: 100% !important;
                           }
                
                      input{
                             font-size: 16px;
                             width: 100% !important;
                @media(max-width:@desktop-breakpoint){
                                  font-size:14px;
                              }
                        }

                    }
                  .selectize-input.items.has-options.full.has-items {
                            border: none;
                            box-shadow: none;
                            top: 0px;
                        @media (max-width:@desktop-breakpoint){
                                top: 2.8px;
                                height: auto;
                           }
                            .item {
                            font-size: 16px;
                      @media(max-width:@desktop-breakpoint){
                              font-size:14px;
                          }
                        @media(max-width:767px){
                padding-right:15px;
                        }
                        }
                    }
                   .selectize-input{
                        background-color: transparent;
                        color:@black;
                      padding:8px 0;
                    @media(max-width:1024px){
                    padding: 8px 5px;
                    }
                      &.input-active{
                    background-color:transparent;
                      }
                        input::placeholder{
                            color:@black;
                        }
                    }

                    @media(max-width:@desktop-breakpoint){
                      table td{
                    display:block;
                      }
                     }
                  .custom-control-label{
              font-size:14px;
                    @media(max-width:@desktop-breakpoint){
              font-family:Noto Sans Regular;
                    }
                      &:before{
                     border: solid 1px @black;
                         //background-color: #000;
                         border-radius:0;
                       top: 2px
                      }

                  }
                &.checkbox-form{
                padding:0;
                }

                }


            }
        }

    .form-group{
      margin:0;
    }

.custom-control-input:checked ~ .custom-control-label:before{
  background-color:@black;

}
.custom-checkbox{
    .custom-control-input:checked ~ .custom-control-label::after {

   width: 1.75rem;
    left: -1.85rem;
    height: 1.7rem;
    top: -4px;
    }
    label{
    margin-bottom:0 !important;
    }
}

      .option{
          padding-left:21px;
      /*  .selected {
            padding-left: 21px;
        }*/
    }
       .selectize-control.single .selectize-input:after {
            border-width: 4px 4px 0;
            border-color: @black transparent transparent transparent;
    }


    .selectize-dropdown.single.form-control {
            border: none;
  }
    .selectize-dropdown-content{
          background-color: #f0f0f0;
          color: @black;
          box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.1);
     border: 1px solid @black;
    }
  

    label {
           font-size: 16px;
           font-weight: 500;
           letter-spacing: 0.5px;
           color: @black;
          font-family:Diodrum Regular;
           //padding-left: 18px;

        }
    .form-control{
           height: 50px;
           border: 0;
          background-color: transparent;
           @media(max-width:@desktop-breakpoint){
              width:100% !important;
            height:auto;
           }
          &::placeholder{
            color:@black;
          }
        }

    .required {
           color: @red;
           font-size : 13.2px;
           letter-spacing : 0.2px;
        }

    .btn-default {
            width: 121px;
          height: 46px;
            border-radius: 23px;
            border: solid 1px @black;
            background-color: rgba(0, 0, 0, 0);
            color:@black;
           @media(max-width:@mobile-breakpoint-max){
               width:100%;
            } 
        }
    .radio label {
          margin-bottom: 0;

        }
    textarea#comments {
      height: 131px;
         @media(max-width:@desktop-breakpoint){
            width:100% !important;
          &::placeholder{
                padding:8px 5px
            }
          }
        }

    }
}

label.control-label {
    padding-left: 0;
}

.customFieldset .selectize-control.single .selectize-input.dropdown-active:after {

  content:'';
}
.customFieldset .selectize-control.single .selectize-input.dropdown-active:after {

  border-width: 4px 4px 4px;
    border-color:transparent transparent @black transparent;
   // top:30%;
}

  @media(min-width:@desktop-breakpoint){
    .container .selectize-dropdown.single.form-control{

      width:100% !important;
        left: 0 !important;
            padding: 0;
        top:45px !important;
    }

  }


.selectize-dropdown-content .option:hover {
   background-color:rgba(194,194,194,0.5);
    color:#212121;
}

.rad{
    input {
    position: relative;
    left: 38px;
    top: 2px;
    }
        label:before {
            content: "";
            border: 1px solid @white;
            width: 24px;
            height: 24px;
            border-radius: 50px;
            position: absolute;
        }

        input[type=checkbox], input[type=radio] {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 10px;
            width: 10px;
            padding: 0;
            border: 0;
            vertical-align: middle;
            margin: 0 -1px -1px;
            opacity: 1;
        }
            input[type=checkbox]+label, input[type=radio]+label {
            padding-left: 37px;
            padding-right: 29px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            position: relative;
            min-height: 1em;
            color: @white;
            padding-top: 4px;
        }
            input[type=radio].active+label:after, input[type=radio]:checked+label:after {
        
            content: "";
            position: absolute;
            left: 5.4px;
            top: 7.75px;
            height: 14px;
            border-radius: 50%;
            width: 14px;
            background-color: @black;
        }

}


label.radio:before, label:before {
    position: absolute;
    left: 0;
    top: 3px;
}


/*.transportation-contactForm {
    position:relative;
     &:after{
                    border-bottom: 1px solid #e4001c;
                    width: 70px;
                    content: '';
                    display: block;
                    position: absolute;
                    top: 22%;
            left: 4%;
                @media(max-width:767px){
            top: 16%;
              left: -3%;
                    width:25px;
                }
                @media(min-width:767px) and (max-width:1024px){
            top: 20%;
              left: -3%;
                    width:35px;
                }
                }
}*/

.transportation-contactForm{
    position:relative;
  #selectedHelp .form-border{
    border-bottom: 1px solid @red;
        width: 70px;
        position: absolute;
        top: 70px;
      left: -3%;

                @media (max-width:1024px){
          top:65px;
                  width: 40px;
            left: -35px;

                }

    }
}

#selectedHelp .customFieldset{
  padding-bottom:26px;
     @media(max-width:@desktop-breakpoint){
      padding-bottom:18px;
    }
}

 @media(max-width:@desktop-breakpoint){
.selectReqTypeDesc p{
    font-size:14px;
    }
}
#corpSubmit{
  margin-top:5px;
  margin-bottom:35px;
    @media(max-width:@mobile-breakpoint-max){
              margin-top:15px;
            margin-bottom:37px;
            } 
}


.footer__banner {
  background-position: center center;
  background-size: cover;
  padding: 3.7rem 0;
  width: 100%;
  /*.subscTitle {
    float: right;
    @media screen and (max-width: 575px) {
      float: left;
    }
  }*/
}
.footer__banner .row {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .footer__banner .row {
    align-items: center;
    justify-content: normal;
    flex-direction: initial;
    display: block;
  }
}
.footer__banner .footer__banner-text {
  font-family: "Diodrum Regular", sans-serif;
  margin: 0px;
  padding: 0px 2rem;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .footer__banner .footer__banner-text {
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.footer__banner .footer__banner-input {
  border: 1px solid #ffffff;
  border-radius: 25px 0 0 25px;
  display: inline-block;
  margin: 0;
}
.footer__banner .footer__banner-form {
  display: inline-flex;
}
.footer__banner .footer__banner-form [type="email"] {
  min-width: auto;
  font-size: 14px;
}
.footer__banner .footer__banner-disclaimer {
  color: #ffffff;
  margin-top: 1.25rem;
}
.btn.subbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  padding-left: 24px;
}
.btn-primary:focus,
.btn:focus {
  outline: none;
  box-shadow: none !important;
}
.btn:hover:before,
.btn.hovered:before,
a.card:hover .btn:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  border-radius: 25px;
}
.btn-primary {
  border: 1px solid #217ac6;
  background-color: #217ac6;
  color: #fff;
  border-radius: 25px;
}
.btn-primary:before {
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary.hovered {
  color: #217ac6;
}
.btn-secondary {
  border: 1px solid #217ac6;
  color: #217ac6;
  background-color: transparent;
  border-radius: 25px;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.hovered {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #217ac6;
}
.subbtn.btn-secondary:before {
  background: #217ac6;
}
.btn-secondary--white {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
}
a.card:hover .btn-secondary {
  color: #fff !important;
  border-color: #217ac6 !important;
  border-radius: 25px;
}
.btn-secondary--white:hover,
.btn-secondary--white.hovered,
.btn-secondary:not(:disabled):not(.disabled):active,
a.card:hover .btn-secondary--white {
  color: #217ac6 !important;
  border-color: #fff !important;
  background: #fff;
}
.subbtn.btn-secondary--white:before {
  background: #fff;
}
.subbtn:hover,
.subbtn.hovered {
  color: #ff0000 !important;
  border-color: #fff !important;
  background: #fff;
}
.subbtn {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  text-transform: capitalize;
  cursor: pointer;
  transform: perspective(1px) translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  position: relative;
  transition: color 0.3s ease 0s;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: transparent;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #e4001c;
  line-height: 1;
  text-decoration: none;
  appearance: none;
}
.subbtn {
  border-radius: 0 25px 25px 0;
  color: white !important;
}
#subsbutton {
  padding-left: 15px;
}
#subscribeReq1 {
  color: red;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#subscribeReq2 {
  color: red;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.main_search {
  background: #000000;
  padding-bottom: 190px;
  padding-top: 96px;
  /* &: {
		placeholder {
			color:@white;
		}
	} */
}
.main_search .line_bar {
  border: 1px solid;
  color: #e4001c;
  width: 100px;
}
.main_search input {
  font-family: Diodrum Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.main_search input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.main_search input::-webkit-input-placeholder {
  color: #ffffff;
}
.main_search input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.main_search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.main_search input:-ms-input-placeholder {
  color: #ffffff;
}
.main_search input::-ms-input-placeholder {
  color: #ffffff;
}
.main_search input.form-control.extra_prop {
  padding: 0px;
  padding-right: 25px;
}
.main_search .extra_prop {
  border-bottom: 1px solid #e4001c !important;
}
.main_search .extra_prop {
  background: #000000;
  border-bottom: 1px solid #e4001c;
  border-radius: 0;
  border: 0px;
  box-shadow: none !important;
  color: #ffffff;
}
.main_search .extra_prop:hover {
  background: #000000;
  border-bottom: 1px solid #e4001c;
  border: 0px;
  box-shadow: none !important;
}
.main_search .extra_prop:focus {
  background: #000000;
  border-bottom: 1px solid #e4001c;
  border: 0px;
  box-shadow: none !important;
  z-index: 0;
}
.main_search i.fa.fa-search.extra_adj {
  color: #ffffff !important;
}
.main_search .extra_adj {
  color: white !important;
  position: absolute;
  right: 0px;
  top: 12px;
}
.main_search .has-search .form-control {
  padding-left: 2.375rem;
}
.main_search .has-search .form-control-feedback {
  color: #aaaaaa;
  display: block;
  height: 2.375rem;
  line-height: 2.375rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 2.375rem;
  z-index: 2;
}
.main_search hr {
  background: #e4001c;
  margin-left: 1.5%;
  position: relative;
  top: 36px;
  width: 63px;
}
.main_search .h_line {
  color: #ffffff;
  display: -webkit-inline-box;
  font-family: Diodrum Medium;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.31;
  text-align: left;
  padding-bottom: 39px;
}
.main_search .h_line:before {
  background: #e4001c;
  content: "";
  height: 1px;
  width: 100%;
}
.main_search .place_text {
  color: #ffffff;
  color: white;
  font-family: Diodrum Medium;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.62;
  position: absolute;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .main_search .h_line {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 1.5%;
    padding-bottom: 21px;
  }
  .main_search hr {
    width: 15px;
    background: #e4001c;
    margin-left: 1.2%;
    top: 36px;
    position: relative;
  }
  .main_search .place_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 762px) {
  .main_search {
    padding-top: 302px;
    padding-bottom: 44px;
  }
  .main_search .h_line {
    padding: 0px 26px 0px 26px;
    margin-left: 0px;
  }
  .main_search .input-group {
    padding: 0px 26px 0px 26px;
  }
  .main_search .extra_adj {
    right: 27px;
  }
}

.tni-locator_filter {
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  padding: 50px 30px 50px 75px;
  margin-bottom: 25px;
}
.tni-locator .error {
  color: #e4001c;
  font-size: 12px;
}
.tni-locator_form label {
  font-size: 16px;
}
.tni-locator_param {
  margin-bottom: 20px;
  padding-right: 60px;
}
.tni-locator_actions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 27px;
}
.tni-locator_actions a.cta {
  color: #e4001c;
  border-color: #e4001c;
  padding: 1em 2em 0.8em;
}
.tni-locator_actions a.cta:hover {
  color: #fff;
  background-color: #e4001c;
}
.tni-locator_actions a.loading {
  color: gray;
  background-color: #fff;
  border-color: gray;
  cursor: default;
}
.tni-locator_actions a.loading:hover {
  color: gray;
  background-color: #fff;
  border-color: gray;
  cursor: default;
}
.tni-locator_res-head {
  border-bottom: 1px solid lightgray;
  margin-bottom: 50px;
  margin-top: 30px;
}
.tni-locator_res-overview {
  display: flex;
  justify-content: space-between;
}
.tni-locator_res-overview p {
  padding-top: 10px;
  font-family: Diodrum Regular;
}
.tni-locator_res-overview p span.error {
  font-size: inherit;
  font-weight: 600;
  font-family: Diodrum Regular;
}
.tni-locator_res-search {
  margin-bottom: 20px;
}
.tni-locator_res-search input {
  width: 300px;
  height: 42px;
  border-radius: 6px;
  border: solid 1px #4c4c4c;
  background-color: #ffffff;
  font-family: "Noto Sans Regular";
  font-size: 14px;
  padding-left: 20px;
}
.tni-locator_res-search input[placeholder] {
  font-family: "Noto Sans Regular";
  font-size: 14px;
}
.tni-locator_res-item {
  display: flex;
  padding-bottom: 60px;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 50px;
}
.tni-locator_res-item-logo {
  flex: 0 0 172px;
}
.tni-locator_res-item-logo > div {
  border-radius: 6px;
  border: solid 1px #b7b7b7;
  overflow: hidden;
  padding: 0 10px;
}
.tni-locator_res-item-logo > div img {
  max-width: 100%;
}
.tni-locator_res-item-det {
  padding-left: 25px;
}
.tni-locator_res-item-name p {
  font-size: 20px;
  font-weight: 600;
  font-family: Diodrum Regular;
}
.tni-locator_res-item-desc p {
  line-height: 30px;
  font-family: Noto Sans Regular;
}
.tni-locator_res-item-links img {
  width: 25px;
  margin-right: 10px;
}
.tni-locator_res-item-links a {
  padding-right: 25px;
  font-family: Diodrum Regular;
  color: red;
}
.tni-locator .selectize-input input[placeholder] {
  width: 100% !important;
  font-size: 14px;
  font-family: Diodrum Regular;
}
.tni-locator .selectize-input .item,
.tni-locator .selectize-input input {
  font-size: 14px;
  color: #000;
  font-family: Diodrum Regular;
}
.tni-locator .selectize-dropdown .option {
  font-size: 14px;
  font-family: Diodrum Regular;
}
.tni-locator .selectize-control.single .selectize-input:after,
.tni-locator .selectize-control.single .selectize-input.dropdown-active:after,
.tni-locator .selectize-dropdown .option.active {
  cursor: pointer;
  color: #e4001c;
  content: "";
  margin-right: 0;
}
.tni-locator .selectize-input {
  padding: 1.25em 2em;
  border: 1px solid black;
  border-radius: 4px;
}
.tni-locator .selectize-control.single .selectize-input:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzcgNyAzNSAzNScgZW5hYmxlLWJhY2tncm91bmQ9J25ldyAwIDAgNTAgNTAnPjxwYXRoIGQ9J00yNSAzMi40bC05LjctOS43IDEuNC0xLjQgOC4zIDguMyA4LjMtOC4zIDEuNCAxLjR6Jy8+PC9zdmc+");
  border: none;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  margin-top: 0;
}
@media (max-width: 1023px) {
  .tni-locator_filter {
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .tni-locator_param {
    padding-right: 15px;
  }
  .tni-locator_actions {
    justify-content: space-between;
  }
  .tni-locator_actions a.cta {
    font-size: 14px;
    padding: 0.75em 1.5em;
    min-width: 115px;
    text-align: center;
    line-height: normal;
  }
  .tni-locator_res-overview {
    flex-wrap: wrap;
  }
  .tni-locator_res-item {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .tni-locator_res-item-links span {
    margin-bottom: 15px;
  }
  .tni-locator_res-item-desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .tni-locator_res-item {
    flex-wrap: wrap;
  }
  .tni-locator_res-item-det {
    padding-left: 0;
    padding-top: 25px;
  }
  .tni-locator_res-item-links span {
    display: block;
  }
  .tni-locator .selectize-input input[placeholder] {
    font-size: 16px;
  }
  .tni-locator .selectize-input .item,
  .tni-locator .selectize-input input {
    font-size: 16px;
  }
  .tni-locator_res-search {
    font-size: 16px;
  }
  .tni-locator_res-search[placeholder] {
    font-size: 16px;
  }
}
#tni-locator_res-list .pagination {
  justify-content: center;
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
}
#tni-locator_res-list .pagination-container {
  width: calc(100% - 100px);
  text-align: center;
}
#tni-locator_res-list .pagination li {
  border-radius: 4px;
  border: solid 1px #cfcfcf;
  background-color: #f5f5f5;
  padding: 0 8px;
  margin-right: 10px;
  min-width: 26px;
}
#tni-locator_res-list #page-prev,
#tni-locator_res-list #page-next {
  border-radius: 4px;
  border: solid 1px #cfcfcf;
  background-color: #f5f5f5;
  padding: 0 6px;
  margin-right: 10px;
  cursor: pointer;
}
#tni-locator_res-list #page-prev a,
#tni-locator_res-list #page-next a {
  color: #121111;
}
#tni-locator_res-list .pagination li a {
  font-family: Diodrum Regular;
  font-size: 16px;
  color: #121111;
}
#tni-locator_res-list .pagination li.active {
  border: solid 1px #cfcfcf;
  background-color: #e4001c;
}
#tni-locator_res-list .pagination li.active a {
  color: #fff;
}
.tni-locator_res-actions {
  position: relative;
}
.tni-locator_res-top {
  width: 60px;
  height: 60px;
  background-color: #e4001c;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer;
}
.tni-locator_res-top i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 17px;
}
.tni-locator_res-top span {
  color: #fff;
  font-family: Diodrum Bold;
  font-size: 14px;
  position: relative;
  top: 30px;
  left: 16px;
}
@media (max-width: 576px) {
  .tni-locator_res-top {
    top: -45px;
  }
  .tni-locator .pagination-container {
    padding: 10px 25px 0;
    position: relative;
  }
  .tni-locator .pagination-container > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .tni-locator .pagination-container > span#page-prev {
    left: 0;
  }
  .tni-locator .pagination-container > span#page-next {
    right: 0;
  }
  .tni-locator .pagination-container .pagination li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .tni-locator_res-list .pagination-container {
    width: calc(100% - 50px) !important;
  }
  .tni-locator_res-top {
    width: 40px;
    height: 40px;
    top: -35px;
  }
  .tni-locator_res-top i {
    font-size: 25px;
    left: 13px;
  }
  .tni-locator_res-top span {
    top: 14px;
    left: 10px;
    font-size: 10px;
  }
}

/* .control-label{
//     color:rgb(17,17,17);
//     font-weight:700;
 } */
.transport_InquiryForm .form-group {
  position: relative;
}
.transport_InquiryForm .mandatory {
  color: #e4001c;
}
.transport_InquiryForm .hide {
  display: none;
}
.transport_InquiryForm > .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.transport_InquiryForm .phone-showhide,
.transport_InquiryForm .postalcode-showhide {
  display: none;
}
.transport_InquiryForm .form-control {
  color: #495057;
  background-color: rgba(225, 225, 225, 0.2);
  font-family: "Diodrum Medium";
}
.transport_InquiryForm .fieldspace {
  margin-bottom: 0px;
}
.transport_InquiryForm .check-label {
  margin-left: 30px;
  position: absolute;
}
.transport_InquiryForm .building .page-title {
  padding-bottom: 30px;
}
.transport_InquiryForm .building .information-section .fieldspace {
  margin-bottom: 15px;
}
.transport_InquiryForm .building .information-section .information .fontsize24 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}
.transport_InquiryForm .building .information-section .information .fontsize18 {
  font-size: 18px;
  color: #333333;
}
.transport_InquiryForm .requiredtext_form,
.transport_InquiryForm label.control-label {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #212121;
}
.transport_InquiryForm .successButton {
  background-color: #e4001c;
  color: #ffffff;
  cursor: pointer;
}
.transport_InquiryForm .successButton:hover {
  background-color: #AA0014;
}
.transport_InquiryForm .successButton:disabled {
  background-color: #e1e1e1;
  color: #ffffff;
}
.transport_InquiryForm .successButton {
  min-width: 120px;
  height: 50px;
  padding: 0 32px;
  border-radius: 25px;
  margin: 0px 0px 14px 0px;
  font-family: "Diodrum Regular";
  border-style: none;
}
.transport_InquiryForm .result .success {
  margin-top: 0px;
  color: #128370;
  display: none;
  padding-bottom: 50px;
}
.transport_InquiryForm .result .success .success-message {
  color: #E4001C;
}
.transport_InquiryForm .result .success .glyphicon {
  font-size: 32px;
}
.transport_InquiryForm .captchavalidate {
  padding-left: 0px;
}
.transport_InquiryForm select.form-control,
.transport_InquiryForm input.form-control {
  height: 48px;
}
.transport_InquiryForm input[type=checkbox],
.transport_InquiryForm input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
.transport_InquiryForm .checkbox .element:first-child {
  margin-top: 30px;
}
.transport_InquiryForm .errormessage {
  display: none;
  margin-left: 10px;
}
.transport_InquiryForm .errormessage_show {
  color: red!important;
  margin-left: 10px;
}
.transport_InquiryForm input.invalid,
.transport_InquiryForm textarea.invalid {
  border: 1px solid #e4001c;
}
.transport_InquiryForm input.valid,
.transport_InquiryForm textarea.valid {
  border: 1px solid #000000;
}
.transport_InquiryForm input.fnameval,
.transport_InquiryForm .lnameval,
.transport_InquiryForm .email,
.transport_InquiryForm .jobtitle,
.transport_InquiryForm .cname,
.transport_InquiryForm .applist {
  padding: 6px 12px 6px 21px;
}
.transport_InquiryForm .form-control:focus {
  box-shadow: none;
  border-color: #000000;
  border-radius: 1px;
}
.transport_InquiryForm label {
  font-size: 11px;
  color: #000000;
  margin: 0;
  font-family: "Noto Sans Regular", sans-serif;
}
.transport_InquiryForm select.helpsection,
.transport_InquiryForm .roledropdown,
.transport_InquiryForm .companydropdown,
.transport_InquiryForm .productdropdown,
.transport_InquiryForm .cust-form-style {
  font-weight: 300;
  font-family: "Diodrum Medium";
  color: #495057;
  border: 1px solid #000000;
}
.transport_InquiryForm .form-group {
  padding-top: 0px;
}
.transport_InquiryForm .radio {
  margin-top: 30px;
}
.transport_InquiryForm .radio tbody tr td label {
  margin-right: 30px;
}
.transport_InquiryForm .form-submit-border {
  text-align: center;
}
.transport_InquiryForm .custom-checkbox .custom-control-label::before {
  border-radius: 100%;
}
.transport_InquiryForm .contact--form-title {
  margin-top: 50px;
}
.transport_InquiryForm .contact--form-disclaimer.contact--form-disclaimer-red {
  color: #e4001c;
  text-align: right;
  width: 100%;
}
.transport_InquiryForm .contact {
  padding-top: 56px;
  padding-bottom: 56px;
  margin: auto;
}
.transport-container-wapper .detailedList .dt-list-container .list-item .list-content-cont .list-item-img {
  height: 55px;
}
.layout-2col-rightsidebar__wrapper .row {
  padding: 0px !important;
  margin-left: -59px;
  width: 127%;
}
.required {
  color: red!important;
  font-size: 14px!important;
}
.cl-form-wrapper .form-group.required-field .control-label::after {
  content: "*";
  font-weight: normal;
  color: #e80033;
  display: none;
}
input#tniSubmit.btn.btn-default {
  padding: 15px 30px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 700;
}
.element {
  font-size: 11px;
  width: 180px;
  display: inline-block;
}
.checkbox {
  max-width: 400px;
}
@media (max-width: 768px) {
  .layout-2col-rightsidebar__wrapper .primary {
    padding: 0;
  }
  .layout-2col-rightsidebar__wrapper .row {
    width: 100%;
    margin-left: 0;
  }
  .comments-confirm {
    margin-left: 0;
  }
}
.cust-form-style {
  width: 100%;
  height: 48px;
  border: solid 1px #ccc!important;
}
.transport_InquiryForm input[type="checkbox"]:checked,
.transport_InquiryForm input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.transport_InquiryForm input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.transport_InquiryForm input[type="checkbox"]:checked + label,
.transport_InquiryForm input[type="checkbox"]:not(:checked) + label {
  top: 0px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666666;
}
.transport_InquiryForm input[type="checkbox"]:checked + label:before,
.transport_InquiryForm input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #217ac6;
  border-radius: 0px;
  background: #ffffff;
}
.transport_InquiryForm input[type="checkbox"]:checked + label:after,
.transport_InquiryForm input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  background-image: url(../../../../content/dam/dupont/amer/us/en/transportation-industrial/public/images/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -15px;
  left: 0px;
  border-radius: 0px;
  border-color: #217ac6;
  transition: all 0.2s ease 0s;
}
.transport_InquiryForm input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.transport_InquiryForm .loader,
.transport_InquiryForm .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.transport_InquiryForm .loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 20px;
  text-align: left;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.transport_InquiryForm i.fa.fa-check.verified-user-check {
  color: green;
  position: absolute;
  font-size: 20px;
  right: 25px;
  top: 20px;
}

/* Tyvek Smart services barand Color code */
@font-face {
  font-family: "Diodrum Extralight";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Extralight.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Extralight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Extralight Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-ExtralightItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-ExtralightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Light.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Light Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-LightItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Regular.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Regular Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-RegularItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Medium.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Medium Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-MediumItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Semibold.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Semibold Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-SemiboldItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-SemiboldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold";
  src: url('clientlib-base/source/resources/fonts/Diodrum-Bold.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Bold Italic";
  src: url('clientlib-base/source/resources/fonts/Diodrum-BoldItalic.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-BoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Diodrum Condensed Semibold";
  src: url('clientlib-base/source/resources/fonts/DiodrumCondensed-SemiBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans Regular';
  font-style: normal;
  font-weight: 400;
  src: url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.eot');
  src: local('Noto Sans'), local('NotoSans'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.svg#NotoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(clientlib-base/source/resources/fonts/glyphicons-halflings-regular.eot);
  src: url(clientlib-base/source/resources/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(clientlib-base/source/resources/fonts/glyphicons-halflings-regular.woff) format("woff"), url(clientlib-base/source/resources/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(clientlib-base/source/resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
@font-face {
  font-family: 'MetricSemibold';
  src: url('clientlib-base/source/resources/fonts/metric-semibold.eot');
  src: local('MetricSemibold'), local('MetricSemibold'), url('clientlib-base/source/resources/fonts/metric-semibold.eot') format('embedded-opentype'), url('clientlib-base/source/resources/fonts/metric-semibold.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/metric-semibold.woff') format('woff'), url('clientlib-base/source/resources/fonts/metric-semibold.ttf') format('truetype'), url('clientlib-base/source/resources/fonts/metric-semibold.svg#MetricSemibold') format('svg');
}
/*Override Great Stuff Specific fonts*/
@font-face {
  font-family: "NHaasGroteskTXPro Regular";
  src: url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-55Rg/font.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-55Rg/font.woff') format('woff'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.woff') format('woff'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.ttf') format('truetype'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
  font-family: "NHaasGroteskTXPro Medium";
  src: url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-65Md/font.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-65Md/font.woff') format('woff'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff') format('woff');
}
@font-face {
  font-family: "NHaasGroteskTXPro Bold";
  src: url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-75Bd/font.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/nhaasgroteskpro/NHaasGroteskTXPro-75Bd/font.woff') format('woff'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/noto-sans-v8-latin-700.woff') format('woff');
}
@font-face {
  font-family: 'Tungsten Light';
  src: url('clientlib-base/source/resources/fonts/tungsten/woff2/Tungsten-Light_Web.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/tungsten/woff/Tungsten-Light_Web.woff') format('woff'), url('clientlib-base/source/resources/fonts/Diodrum-Regular.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Tungsten Medium';
  src: url('clientlib-base/source/resources/fonts/tungsten/woff2/Tungsten-Medium_Web.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/tungsten/woff/Tungsten-Medium_Web.woff') format('woff'), url('clientlib-base/source/resources/fonts/Diodrum-Medium.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten Semibold";
  src: url('clientlib-base/source/resources/fonts/tungsten/woff2/Tungsten-Semibold_Web.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/tungsten/woff/Tungsten-Semibold_Web.woff') format('woff'), url('clientlib-base/source/resources/fonts/Diodrum-Semibold.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten Bold";
  src: url('clientlib-base/source/resources/fonts/tungsten/woff2/Tungsten-Bold_Web.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/tungsten/woff/Tungsten-Bold_Web.woff') format('woff'), url('clientlib-base/source/resources/fonts/Diodrum-Bold.woff2') format('woff2'), url('clientlib-base/source/resources/fonts/Diodrum-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "Diodrum Regular";
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0;
  color: #e4001c;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
  }
}
h2 {
  font-family: "Diodrum Medium";
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
.campaign-heading {
  font-family: "Diodrum Semibold";
}
h3 {
  font-family: "Diodrum Regular";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
h3.medium {
  font-family: "Diodrum Medium";
}
h4 {
  font-family: "Diodrum Regular";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000000;
}
h4.medium {
  font-family: "Diodrum Medium";
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
h5 {
  font-family: "Diodrum Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
a {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5;
  color: #000000;
}
.eyebrow {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #e4001c;
}
.credits {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #e1e1e1;
}
.body1 {
  font-family: "Noto Sans Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #212121;
}
@media only screen and (min-width: 768px) {
  .body1 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
.body2 {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  color: #212121;
}
.body2 p {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
}
.body2-bold {
  font-family: "Noto Sans Bold";
}
.body3 {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  color: #212121;
}
.body3 p {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
}
.body3-bold {
  font-family: "Noto Sans Bold";
}
a.cta {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  padding: 1.0625em 3em .9375em;
  font-family: "Diodrum Regular", sans-serif;
  letter-spacing: -0.5px;
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  display: inline-block;
}
a.cta:hover {
  border-color: #e4001c;
  color: #e4001c;
}
a.cta:active {
  color: #ffffff;
  background: #e4001c;
  border-color: #e4001c;
}
a.cta.white {
  color: #ffffff;
  border-color: #ffffff;
}
a.cta.white:hover {
  border-color: #e4001c;
  color: #e4001c;
}
a.cta.white:active {
  color: #ffffff;
}
a.cta.black {
  color: #ffffff;
  background-color: #000000;
}
a.cta.black:hover {
  background-color: #e4001c;
}
a.arrow {
  font-size: 14px;
  margin-top: 1.5em;
  display: inline-block;
  color: #212121;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.arrow {
    font-size: 16px;
  }
}
a.arrow:hover {
  color: #e4001c;
}
a.arrow:after {
  content: '→';
  position: relative;
  top: .125em;
  margin-left: .5em;
}
label.checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}
label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox.disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}
label.checkbox.disabled input {
  cursor: not-allowed;
}
label.checkbox.disabled span.checkmark {
  border: solid 1px #e1e1e1;
}
label.checkbox.disabled:hover input ~ span.checkmark {
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
label.checkbox span.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
}
label.checkbox span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
label.checkbox:hover input ~ span.checkmark {
  background-color: #e1e1e1;
  border: none;
}
label.checkbox input:checked ~ span.checkmark {
  background-color: #e4001c;
}
label.checkbox input:checked ~ span.checkmark:after {
  display: block;
}
label.checkbox span.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section:not(:first-child) {
  margin-top: 3em;
}
h2 {
  margin-top: 0;
}
.grid-container {
  padding-left: 3px;
  padding-right: 3px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .grid-container {
    padding: 0 9px;
    min-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-container {
    padding: 0 94px;
    min-width: 1024px;
    max-width: 1440px;
  }
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}
@media only screen and (min-width: 768px) {
  .grid-row {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-row {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
  }
}
.grid-item {
  padding: 1em;
  text-align: center;
}
.col-item-1 {
  grid-column: span 1;
}
.col-item-2 {
  grid-column: span 2;
}
.col-item-3 {
  grid-column: span 3;
}
.col-item-4 {
  grid-column: span 4;
}
.col-item-5 {
  grid-column: span 5;
}
.col-item-6 {
  grid-column: span 6;
}
.col-item-7 {
  grid-column: span 7;
}
.col-item-8 {
  grid-column: span 8;
}
.col-item-9 {
  grid-column: span 9;
}
.col-item-10 {
  grid-column: span 10;
}
.col-item-11 {
  grid-column: span 11;
}
.col-item-12 {
  grid-column: span 12;
}
.color-1 {
  background-color: #112F41;
  color: white;
}
.color-2 {
  background-color: #0894A1;
}
.color-3 {
  background-color: #47AB6C;
}
.color-4 {
  background-color: #F2B134;
}
.color-5 {
  background-color: #ED553B;
}
/* 
 * This is the Global less file that give access 
 * to all basics styles that are need it. Just import
 * this file in the less file of  your component or page.
 * 
 * @import "path_to_file/global.less";
 */
ol,
ul {
  margin: 0;
  padding: 0;
}
.bodycopy ul,
.bodycopy ol,
.newsbody-copy ul,
.newsbody-copy ol {
  margin: 0 0 1rem 2rem;
}
a:hover {
  text-decoration: none;
}
/*lazy load backgrounds*/
body:not(.lazy-load-bg-imgs) [style*=background]:not([style*=background-color]),
.no-background {
  background: unset !important;
  background-image: unset !important;
}
/* Font Families Code variables */
/* color Code variables */
/* Breaking Points for mobile, desktop */
.aem-GridColumn {
  padding: 0px;
}
.bodycopy a:hover {
  color: #e4001c;
}
* {
  box-sizing: border-box;
}
/* Breadcum STYLES Starts STARTS**/
.foundation-breadcrumb {
  padding: 0px;
  padding-top: 2.5625rem;
}
.foundation-breadcrumb li {
  font-family: Diodrum Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.82;
  letter-spacing: normal;
  text-align: left;
  color: black;
}
.foundation-breadcrumb li:after {
  content: '/';
  padding: 3px 0px 3px 3px;
}
.foundation-breadcrumb li a {
  font-family: Diodrum Regular;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.82;
  letter-spacing: normal;
  text-align: left;
  color: black;
}
.foundation-breadcrumb li:last-child a {
  color: black;
  pointer-events: none;
  cursor: default;
}
.foundation-breadcrumb li:last-child {
  color: black;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 991px) {
  .foundation-breadcrumb {
    padding-top: 5px;
  }
  .foundation-breadcrumb li {
    display: none;
    line-height: 1.71;
  }
  .foundation-breadcrumb li:nth-last-child(2) {
    display: list-item;
  }
  .foundation-breadcrumb li:nth-last-child(2):after {
    display: none;
  }
  .foundation-breadcrumb li:nth-last-child(2):before {
    content: "<";
    padding-right: 10px;
  }
  .heroBreadcum .heroimage .heroImage-Text {
    text-shadow: none;
  }
  .heroBreadcum .foundation-breadcrumb {
    padding-top: 5px;
  }
  .heroBreadcum .foundation-breadcrumb li {
    display: none;
    line-height: 1.71;
  }
  .heroBreadcum .foundation-breadcrumb li:nth-last-child(2) {
    display: list-item;
  }
  .heroBreadcum .foundation-breadcrumb li:nth-last-child(2):after {
    display: none;
  }
  .heroBreadcum .foundation-breadcrumb li:nth-last-child(2):before {
    content: "<";
    padding-right: 10px;
  }
}
/* Breadcum STYLES ENDS **/
/***** News landing page padding uses for mobile device ***/
.component-contact-title .contact-title {
  padding: 0px;
}
/*** News landing page padding issues ends here *****/
/*** News carousel issue with news local ***/
.months-container .main-content {
  padding: 0px;
}
/**** News carousel issues ends here ***/
/***Hero Image With Video POPUp ****/
.heroimage .transportation-hero-video {
  line-height: 0.5;
}
.heroimage .heroImage-Text {
  text-shadow: none !important;
}
.heroBreadcum .heroImage-Text_subtext {
  margin-bottom: 64px !important;
}
@media (max-width: 991px) {
  .heroBreadcum .heroImage-Text_subtext {
    margin-bottom: 26px !important;
  }
}
.videoCtaBtn {
  background: transparent;
  border: black;
}
.videoCtaBtn:hover {
  background-color: #e4001c !important;
  border-color: #ffffff !important;
  border-style: solid;
  border-width: 2px;
  color: #ffffff !important;
}
/***Hero Image With Video POPUp ENDS ****/
/*anchorlist css*/
.anchorlist .anchorlist .ancholist_items {
  display: block;
}
@media (max-width: 651px) {
  .anchorlist .anchorlist .ancholist_items {
    display: inline-block;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
  .anchorlist .anchorlist .ancholist_items .anchorlist .anchorlist {
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.anchorlist .anchorlist .ancholist_items li {
  display: block;
  padding: 18.4px 10px 15.6px 0px;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 651px) {
  .anchorlist .anchorlist .ancholist_items li {
    display: inline-block;
    border-bottom: 0;
  }
}
.anchorlist .anchorlist .anchorlist_names a {
  color: #000 !important;
  margin-right: 0px;
  font-family: Diodrum Regular;
}
.anchorlist .anchorlist .anchorlist_names a:active,
.anchorlist .anchorlist .anchorlist_names a:focus {
  color: #E4001C !important;
}
.anchorlist .anchorlist {
  background-color: transparent;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .anchorlist .anchorlist {
    margin: 0;
    border-bottom: 1px solid #dadada;
  }
  .anchorlist .anchorlist .anchorlist_names {
    margin: 0;
  }
  .anchorlist .anchorlist .anchorlist_names li {
    padding-right: 25px;
  }
}
@media (min-width: 652px) and (max-width: 991px) {
  .anchorlist .anchorlist {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .anchorlist .anchorlist {
    width: 210px;
  }
}
/* sitemap styles starts here */
.sitemap li {
  font-size: 18px;
  font-family: Diodrum Medium;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: -0.2px;
  text-align: left;
}
.sitemap li a {
  font-size: 18px;
  font-family: Diodrum Medium;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: -0.2px;
  text-align: left;
  color: #212121 !important;
}
@media (max-width: 768px) {
  .sitemap li a {
    font-family: Diodrum Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: -0.17px;
    text-align: left;
  }
}
.sitemap ul.level0 {
  list-style-type: disc;
}
.sitemap ul.level0 li {
  font-weight: bold;
}
.sitemap ul.level1 {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .sitemap ul.level1 {
    padding-top: 0px;
  }
}
.sitemap ul.level1 li {
  font-weight: normal;
  list-style-type: disc;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .sitemap ul.level1 li {
    margin-top: 15px;
  }
}
.sitemap ul.level1 li a {
  font-size: 18px;
  font-family: Diodrum Medium;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: -0.2px;
  text-align: left;
  color: #212121 !important;
}
@media (max-width: 768px) {
  .sitemap ul.level1 li a {
    font-family: Diodrum Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: -0.01px;
    text-align: left;
  }
}
.sitemap ul.level2 {
  margin-top: 25px;
}
.sitemap ul.level2 li {
  font-weight: normal;
  list-style-type: disc;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sitemap ul.level2 li {
    margin-top: 17px;
  }
}
.sitemap ul.level2 li a {
  font-family: Diodrum Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: -0.01px;
  text-align: left;
  color: #212121 !important;
}
@media (max-width: 768px) {
  .sitemap ul.level2 li a {
    font-size: 14px;
    font-family: Diodrum Regular;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -0.01px;
    text-align: left;
  }
}
/* sitemap styles ends here */
/* siteMap bodycopy underline override less file starts here*/
.TIbodyCopyContainer .bodycopy h2 span u {
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
/* siteMap bodycopy underline override less file ends here*/
/*CTA override*/
.cmp-CTA.curve-bordered .button-primary {
  border-radius: 100px;
  padding: 9px 35px;
}
@media (max-width: 767px) {
  .cmp-CTA .button-component {
    padding: 0 33px;
  }
}
.cmp-CTA .button-component a {
  font-family: Diodrum Regular;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #ffffff;
}
.cmp-CTA .button-component a:hover {
  background-color: #e4001c !important;
  border-color: #ffffff !important;
  border-style: solid;
  border-width: 2px;
}
@media (max-width: 767px) {
  .cmp-CTA .button-component a {
    width: 248px;
  }
}
/*CTA end*/
/* 1440 view container widt STARTS*/
.container {
  padding: 0 0;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px !important;
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 94px !important;
    max-width: 1440px !important;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding-right: 33px !important;
    padding-left: 33px !important;
  }
}
/* 1440 view container width ENDS*/
/*****Hero image arrow icon starts here ****/
.hero-video .video-content-overlay ul li a:after {
  content: "\279D";
  float: right;
  font-weight: bold;
  font-size: 1.25rem;
}
/*** Hero image arrow icon ends here *****/
/* herobg image STARTS*/
.heroimage .heroImage-Text {
  width: 100%;
  padding: 10px 33px;
}
@media (max-width: 767px) {
  .heroimage .herobgImage {
    max-height: 480px;
  }
  .heroimage .heroImage-Text {
    width: 100%;
  }
}
/* herobg image ENDS*/
/* .dupont-product-family-container {
    width:990px;
} */
/*body copy paddings for desktop and mobile */
.TIbodyCopyContainer .bodycopy {
  margin: 0 auto;
  float: none !important;
  /*     @media (min-width: 576px) {
        max-width: 540px;

}

        @media (min-width: 768px) {
       max-width: 743px;

}

        */
}
@media screen and (min-width: 1024px) {
  .TIbodyCopyContainer .bodycopy {
    padding: 0 94px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1023px) {
  .TIbodyCopyContainer .bodycopy {
    padding-right: 33px;
    padding-left: 33px;
  }
}
/*** mobile view header logo alignment fix  starts ****/
@media (max-width: 991px) and (min-width: 320px) {
  .transportation-header .MobTabheader .navbar-brand {
    padding-top: 8px;
  }
}
/*** mobile view header logo alignment fix ends here ***/
/* text with arrow icon in industrial page */
.TIbodyCopyContainer .bodycopy a,
.dupont-article-container .bodycopy a {
  color: #e4001c;
}
.TIbodyCopyContainer .bodycopy p span.arrowWithText a:after,
.dupont-article-container .bodycopy p span.arrowWithText a:after {
  content: '\279D';
  margin-left: 2.1875rem;
  font-weight: bold;
  font-size: 1.25rem;
}
/* text with arrow icon in industrial page ends */
/** Featured brands font sizes by chow ***/
.component-carousel .row {
  margin: 0;
}
.component-carousel .row h5 {
  margin-bottom: 35px;
  font-size: 42px;
}
.component-carousel.brands-carousel #carousel div img {
  max-width: 370px;
}
@media only screen and (max-width: 600px) {
  .component-carousel .row {
    margin: 0;
  }
  .component-carousel .row h5 {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 32px;
  }
}
/** Featured brands font sizes usses ends  by chow */
/*new less properties for featured v1 carousel in application detail page*/
.dupont-water-card-carousal .water-card-carousel img.play_button {
  top: 43%;
  left: 40%;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data h3 {
  line-height: 1.56;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data {
  padding: 37px 30px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .carousal-text {
  margin-top: 23px;
  font-size: 14px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .read-outer {
  bottom: 30px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .read-outer:hover .read {
  color: #e4001c;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .read-outer:hover .img.arrow-red {
  color: #e4001c;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .read-outer .read {
  font-size: 14px;
  font-family: "Noto Sans Regular";
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 140px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .carousal-text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 37px;
}
.dupont-water-card-carousal .carousel-background .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 38px;
}
/*new less properties for featured v1 carousel in application detail page end here */
/*article header css*/
.component-actionbar {
  background-color: #ffffff;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .component-actionbar {
    padding: 0 !important;
    box-shadow: none;
  }
  .component-actionbar .container {
    padding: 0 !important;
  }
}
.pbs-viewResidential.pbs-cards .pbs-card .pbsbox-shadow {
  padding-bottom: 20px;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description a.pbs-card-link {
  width: auto;
  position: relative;
}
@media (max-width: 768px) {
  .pbs-viewResidential {
    padding-right: 33px !important;
    padding-left: 33px !important;
  }
}
@media (max-width: 1024px) {
  .component-navigation-tap {
    background-color: #ffffff;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
.component-article-header-default {
  padding: 0;
}
/*actionbar override*/
@media (min-width: 992px) and (max-width: 1023px) {
  .component-actionbar.scroll-postop {
    display: block;
    height: 110px;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain {
    position: absolute;
    right: 10px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .category,
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    font-family: "Diodrum Regular";
    font-size: calc(8.55769231px);
    display: inline-block;
    padding-left: 0px;
    padding-right: 22px;
    color: #a2a2a2;
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .divider {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #000000;
    position: relative;
    top: 9px;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    padding-right: 0px;
    padding-left: 25px;
    color: #000000;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-share .share-off {
    display: none;
  }
  .component-actionbar.scroll-postop .component-actionbar--contain-share .share-on {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    margin: 0px;
  }
  .component-article-header .dupont-article-container {
    padding: 0 33px !important;
    max-width: none;
  }
  .heroimage.cmp-image.hero_Left.hero_Top .hero-video-content {
    padding-top: 20%;
  }
  .heroimage.cmp-image.hero_Center.hero_Top .hero-video-content {
    padding-top: 20%;
  }
  .heroimage.cmp-image.hero_Right.hero_Top .hero-video-content {
    padding-top: 20%;
  }
}
@media (min-width: 992px) {
  .component-actionbar.scroll-postop {
    padding: 0 94px !important;
  }
  .component-actionbar.scroll-postop .container {
    padding: 0 !important;
  }
  .component-actionbar.scroll-postop .container .component-actionbar--pageinfo .divider {
    position: relative;
    top: 9px;
  }
  .component-actionbar.scroll-postop .container .component-actionbar--pageinfo {
    display: flex;
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    left: 0px;
  }
  .component-actionbar.scroll-postop .container .component-actionbar--contain {
    position: absolute;
    right: 0px;
    width: auto;
    top: 46px;
    transform: translateY(-50%);
  }
  .component-actionbar.scroll-postop .container .component-actionbar--contain-share {
    border-style: none;
    padding: 0px 15px 0px 20px;
    margin: 0px;
    padding: 0;
  }
}
.component-actionbar--contain {
  right: 94px;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .component-actionbar--contain {
    right: 33px;
  }
}
@media (max-width: 1024px) {
  .component-actionbar--contain {
    right: 0;
  }
}
@media (max-width: 1170px) {
  .dupont-container {
    padding: 0 33px !important;
  }
}
/*foundation water carousel override*/
.dupont-water-card-carousal .water-card-carousel .owl-item {
  width: 560px !important;
}
@media (max-width: 767px) {
  .dupont-water-card-carousal .water-card-carousel .owl-item {
    width: 300px !important;
  }
}
.dupont-water-card-carousal .water-card-carousel .card-image {
  width: 271px;
  height: 303px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data {
  width: 271px;
  height: 303px;
  padding: 30px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data h3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
}
.dupont-water-card-carousal .water-card-carousel .carousal-item-data .carousal-text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
/**Body Copy cherry Red Brush Styles starts**/
.cherry-red .bodycopy p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  font-size: 18px;
  font-family: Diodrum Regular;
}
.cherry-red .bodycopy ul {
  margin: 0 0 1rem 1rem;
}
.cherry-red .bodycopy ul li {
  list-style-type: none;
  font-size: 14px;
  font-family: Noto Sans Regular;
}
.cherry-red .bodycopy ul li:before {
  content: "\2022";
  color: #e4001c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 14px;
}
/**Body Copy cherry Red Brush Styles ENDs**/
@media screen and (min-width: 992px) {
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .category,
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .component-actionbar.scroll-postop .component-actionbar--pageinfo .title {
    width: 575px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .component-article-header {
    margin-top: 100px;
  }
}
/** brand carousel image color styles starts here **/
.brands-carousel #carousel div img {
  filter: none !important;
  -webkit-filter: none !important;
}
/** brand carousel image color ends here **/
/** action bar in 992 - 1023 issues fix of padding STARTS**/
@media screen and (min-width: 992px) {
  .component-actionbar .container {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    height: 100%;
    position: relative;
  }
}
.component-navigation--logo.showShare .navigationShare {
  background-color: #ffffff;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
}
/** action bar in 992 - 1023 issues fix of padding ENDS**/
/*newsbodycopy override*/
.news-bodycopy .download-align {
  position: relative;
}
.news-bodycopy .download-align .dupont-image_zoomin {
  left: 0;
}
.news-bodycopy .download-align .dupont-image_zoomin span:hover {
  color: #e4001c;
}
/*newsbodycopy override complete*/
/**  news pages image and view media  icon styles starts here **/
.download-align {
  padding-top: 8px;
}
.download-align a span {
  font-weight: 600;
}
.img-medium .figcaption .body2 {
  line-height: 0px;
}
#newsModal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 767px) {
  #newsModal .modal-dialog {
    max-width: 100%;
  }
}
#newsModal .modal-dialog img {
  width: 100%;
}
/**  news pages image and download icons styles ends here **/
/* product-family-name nav bar changes  starts here */
.anchorlist .anchorlist_names .ancholist_items li .dynamicActive {
  color: #e4001c !important;
}
/* product-family-name nav bar changes  endshere */
/* News body copy image over lay issue starts here */
.news-bodycopy .dupont-image__wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 7%;
  bottom: 0;
  opacity: .45;
  background-image: none;
}
/* News body copy image over lay issue ends here */
/* catergiour container body copy padding issue starts here */
@media only screen and (min-width: 320px) and (max-width: 992px) {
  .category-bgImage .bodyCopyContainer .bodycopy {
    padding: 0px 33px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 19920px) {
  .category-bgImage .bodyCopyContainer .bodycopy {
    padding: 0px 94px;
  }
}
/* catergiour container body copy padding issue starts here */
/* featured block overlay text hover color starts here */
.img_over_text a:hover {
  color: #e4001c;
}
/* featured block overlay text hover color ENDS here */
/* Hero image overlay color reduce and img opacity nad  bg color STARTS*/
.heroimage {
  background: black;
}
.heroimage .herobgImage {
  opacity: 0.95;
}
.heroimage.cmp-image.heroImage_TextbgColor .heroImage-Text,
.heroimage.cmp-image.heroImage_TextbgColor .content-teaser {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0, rgba(0, 0, 0, 0.28));
}
/* Hero image overlay color reduce and img opacity nad  bg color ENDS*/
/* Catgeory Container bgimage margin removal starts*/
@media only screen and (max-width: 599px) {
  .category-bgImage {
    margin-top: 0px;
  }
}
/* Catgeory Container bgimage margin removal End's */
.category-bgImage > div {
  background-size: cover;
}
.img_over_text p a span:hover {
  color: #e4001c;
}
/** news article page download component issue STARTS here **/
.dupont-article-container .dupont-download .TandIdownload .TandIdownload_icon {
  left: 1px;
}
.dupont-article-container .dupont-download .TandIdownload .TandIdownload_icon img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 992px) {
  .dupont-article-container .dupont-download .TandIdownload .TandIdownload_icon img {
    position: absolute;
    transform: translate(-10%, -30%);
  }
}
/** news article page download component issue ENDS here **/
/** pbs arrows over ride STARTS **/
.pbs-viewResidential span.glyphicon.glyphicon-arrow-right,
.pbs-viewResidential span.fa-long-arrow-alt-right {
  font-size: 16px;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description a.pbs-card-link {
  width: auto;
  position: absolute;
  float: right;
  padding-bottom: 10px;
  bottom: 0;
  right: 30px;
}
.pbs-viewResidential span.glyphicon.glyphicon-arrow-right:before,
.pbs-viewResidential span.fa-long-arrow-alt-right:before {
  content: "\279D";
  float: right;
  font-weight: bold;
  font-size: 1.25rem;
}
.pbs-viewResidential.pbs-cards .pbs-card .card-description {
  height: 35%;
}
/** pbs arrows over ride ENDS **/
/** Products navigation in table-accordian STARTS Here **/
#Products .table-accordian h4 {
  font-family: Diodrum Medium;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  display: inline-block;
}
/** Products navigation in table-accordian ENDS Here **/
/** single vertical carousel item superscript issue **/
.transportation-vertical-carousel .vertical_carousel .spec_vc .carousel-heading .head_title p.pt-0 sup {
  top: -0.4em;
}
/** single vertical carousel item superscript issue ENDS Here **/
.water-card-rt-view-carousel .carousal-item-data {
  padding: 37px 30px;
}
.water-card-rt-view-carousel .carousal-item-data a:hover {
  color: #e4001c;
}
/*for fixing webinar recaptcha alignment*/
.webinar-lookup-form .form-check {
  display: block;
  padding-bottom: 0px !important;
}
.webinar-lookup-form .col-md-12 {
  float: left;
  margin-bottom: 20px !important;
}
.webinar-lookup-form .body3 {
  border: none;
}
.webinar-lookup-form .body3 span + span {
  display: none;
}
.contactWaterForm label.body3 span + span {
  display: none;
}
.component-article-header .article-header-container-full {
  max-width: 60vw !important;
  padding-top: 95px !important;
}
footer {
  background-color: black;
  padding: 0px;
}
footer .teal-bgd {
  background: #222222;
}
footer .dark-tea-bgd {
  background: #010101;
  padding-top: 40px;
}
footer .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  footer .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
footer .footer-col {
  float: left;
  margin-bottom: 0px;
  padding: 0px 1.5%;
}
@media screen and (min-width: 992px) {
  footer .footer-col {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(1) {
    min-width: initial!important;
  }
}
footer .footer-col:nth-child(1) .footer-list1 {
  column-count: 3;
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(1) .footer-list1 {
    column-count: 1;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(2) {
    max-width: initial!important;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(3) {
    min-width: initial!important;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(4) {
    max-width: initial!important;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(5) {
    max-width: initial!important;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-col:nth-child(6) {
    max-width: initial!important;
  }
}
footer .footer-col .last-col-m-top {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer-col .last-col-m-top {
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  footer .acquireFullWidth .tni-footer-top {
    display: flex;
    justify-content: center;
  }
}
footer a {
  font-family: "Noto Sans Regular";
  word-break: keep-all;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff !important;
}
@media only screen and (min-width: 1024px) {
  footer a {
    font-size: 12px;
    line-height: 15px;
  }
}
footer .col-sm-12 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .col-sm-12 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  footer .col-sm-12 {
    margin-bottom: 0;
  }
}
footer .body3 {
  color: #ffffff;
}
footer .body3 p {
  margin: 0px;
  font-size: 14px!important;
  font-family: "Diodrum Regular" !important;
}
footer .footer-flex-container {
  width: 100%;
  display: inline-block;
  height: auto;
  align-items: center;
}
footer .footer-flex-container .col-sm-12 {
  padding: 0;
}
footer .footer-flex-container a {
  font-size: 14px!important;
  font-family: "Diodrum Regular" !important;
}
.layout-footer {
  width: 100%;
}
.layout-footer-container {
  box-shadow: 1px 1px 5px #969696;
}
@media only screen and (min-width: 1024px) {
  .layout-footer-header {
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 1fr));
    grid-column-gap: 20px;
    margin-top: 25px;
  }
}
.layout-footer-bottom .body1 {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .layout-footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px 0;
  }
  .layout-footer-bottom > p {
    font-size: 11px;
  }
}
.layout-footer .grid-container {
  padding: 30px 34px;
}
@media only screen and (min-width: 768px) {
  .layout-footer .grid-container {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-footer .grid-container {
    padding-left: 94px;
    padding-right: 94px;
  }
}
.footer-list1 {
  list-style: none;
  margin: 0;
}
.footer-list1 > li {
  display: block;
  line-height: 1.45;
}
.footer-list1 > li a {
  text-decoration: none;
}
.footer-list1 > li a:hover {
  color: #e4001c;
  text-decoration: none;
}
.footer-list1 > li a {
  display: inline-block;
  line-height: 15px;
}
.footer-list1.accordion-closed {
  display: none;
  transition: display 1s linear;
}
@media only screen and (min-width: 992px) {
  .footer-list1.accordion-closed {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-list1.accordion-closed.accordion-open {
    display: block;
    margin: 0 0 20px;
  }
}
.footer-list-legal li {
  list-style: none;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .footer-list-legal li {
    float: left;
    margin-right: 15px !important;
  }
}
@media only screen and (min-width: 480px) {
  .footer-list-legal li {
    float: left;
    margin-right: 5px;
  }
}
.footer-list-legal li a {
  color: #fff !important;
}
.footer-social-icons {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .footer-social-icons {
    text-align: right;
  }
}
.footer-social-icons ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-social-icons ul {
    justify-content: flex-start;
  }
}
.footer-social-icons ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
  padding: 0 10px;
}
.footer-social-icons ul li a img {
  opacity: 1;
  width: 16px;
  height: auto;
}
.footer-social-icons ul li a:hover img {
  opacity: 0.5;
}
.footer-social-icons ul li a:active img {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .footer-social-icons ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: "Diodrum Bold";
  line-height: 20px;
  letter-spacing: 0.5px;
  line-height: 1.45;
  margin-bottom: 0px;
}
.footer-title a {
  font-size: 12px;
  font-family: "Diodrum Bold";
}
.footer-title > span {
  font-size: 9px;
}
@media only screen and (min-width: 992px) {
  .footer-title > span {
    display: none;
  }
}
.footer .desktop-list {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer .desktop-list {
    display: initial;
  }
}
#bold {
  font-weight: bold;
}
.padding-top {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .padding-top {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 480px) {
  .padding-top {
    padding-top: 25px;
  }
}
.padding-bottom {
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 480px) {
  .padding-bottom {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  footer .acquireFullWidth {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  footer a {
    word-break: break-word;
  }
  footer .col-sm-2 {
    max-width: 20%;
    flex: 0 0 20%;
  }
  footer .footer-social-icons {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0 0 0;
    float: left!important;
  }
  footer .footer-flex-container {
    display: block;
    padding: 10px 0px 10px 0px;
  }
  footer .footer-flex-container .col-sm-12 {
    padding: 0;
  }
  footer .footer-flex-container .footer-list-legal {
    display: flex;
    justify-content: center;
  }
  footer .footer-flex-container .footer-list-legal li:after {
    content: "|";
    padding-left: 10px;
    color: #fff;
  }
  footer .footer-flex-container .footer-list-legal li a {
    color: #fff!important;
  }
  footer .footer-flex-container .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer .footer-flex-container .body3 p {
    margin: 5px 0px 0px 0px;
    text-align: center;
  }
  footer .footer-list-legal li {
    float: left;
    margin: 0px 10px 0px 10px;
  }
  footer .footer-list-legal li:after {
    content: "|";
    color: #fff;
    padding-left: 10px;
  }
  footer .footer-list-legal li a {
    color: #fff!important;
  }
}
@media only screen and (max-width: 991px) and screen and (max-width: 767px) {
  footer .footer-social-icons {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .col-sm-2 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .col-sm-2:nth-child(5) {
    padding-left: 0 !important;
    padding-right: 0;
  }
  footer .footer-flex-container {
    height: auto;
  }
  footer .footer-flex-container .footer-list-legal {
    display: inline-block;
  }
  footer .footer-flex-container .footer-list-legal li {
    width: 100%;
  }
  footer .footer-flex-container .footer-list-legal li::after {
    content: "|";
    color: #fff;
    padding-left: 10px;
  }
  footer .footer-flex-container .footer-list-legal li a {
    border-right: none;
    color: #fff!important;
  }
  footer .footer-flex-container .body3 p {
    margin: 5px 0px 0px 0px;
    text-align: left;
  }
  footer .padding-bottom {
    padding-bottom: 30px;
  }
  footer .padding-top {
    padding-top: 30px;
  }
  footer .footer-title {
    padding: 0 0 10px 0;
    margin: 0;
  }
  footer .footer-title .fas.fa-plus {
    color: #fff;
  }
  footer .footer-list-legal li {
    margin: 0px 3px 0px 3px;
    line-height: 30px;
  }
  footer .footer-list-legal li:after {
    content: "|";
    color: #fff;
    padding-left: 10px;
  }
  footer .footer-list-legal li a {
    color: #fff!important;
    font-size: 14px;
    font-family: "Diodrum Regular" !important;
  }
}
@media only screen and (min-width: 992px) {
  .fas.fa-plus,
  .fas.fa-minus {
    display: none;
  }
  .footer-col:first-child {
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
  }
}
.no-paddin-LR {
  padding-left: 0;
  padding-right: 0;
}
.footer-col:nth-child(4) .footer-list1 {
  margin-right: 15px;
}
.footer-col:nth-child(4) .footer-list1 li:last-child {
  padding-top: 2px;
}
.footer-col .footer-list1 a:hover {
  color: #999!important;
}
.footercr {
  padding-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footercr {
    padding-left: 0;
  }
}
.ti-footer-pipe .container .footer-flex-container .footer-list-legal li {
  margin-right: 15px!important;
}
.ti-footer-pipe .container .footer-flex-container .footer-list-legal li:after {
  content: "|" !important;
  padding-left: 10px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ti-footer-pipe .container .footer-flex-container .footer-list-legal li:after {
    display: none!important;
    content: none!important;
  }
}
.ti-footer-pipe .container .footer-flex-container .footer-list-legal li:last-child::after {
  content: none!important;
}
.footer-list-legal li {
  margin-right: 4%!important;
}
.footer-list-legal li:after {
  content: "|";
  padding-left: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-list-legal li:after {
    display: none!important;
    content: none!important;
  }
}
.footer-list-legal li:after {
  content: none!important;
}
.footer-list-legal li:last-child::after {
  content: none;
}
.footer-list-legal li a:hover {
  color: #999!important;
}
.fa-minus:before {
  content: "\f068";
  color: #fff;
}
.transportation-hero-video {
  background: #000000;
}
.transportation-header .dropdown-item:hover,
.transportation-header .dropdown-item:focus {
  background-color: transparent;
}
.transportation-header .Dheader a:hover {
  opacity: 0.8;
}
.transportation-header .navbar-brand {
  margin-right: 1.66rem !important;
}
.transportation-header .menuClicked {
  height: 100vh;
  overflow: auto;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px -3px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999999;
}
.transportation-header .MNabBtm span a {
  font-size: 14px;
}
.transportation-header .dropdown-item.active {
  background-color: #ffffff;
}
.transportation-header .dropdown-item:active {
  background-color: #ffffff;
}
.transportation-header .TNavBar {
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
}
.transportation-header .TNavBar nav {
  width: 100%;
  height: 80px;
}
.transportation-header .TNavBar .navbar-light .navbar-toggler {
  border: none;
}
.transportation-header .dropdown-submenu {
  position: relative;
}
.transportation-header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: -10rem;
  margin-top: -6px;
}
.transportation-header .dropdown-submenu a.dropdown-item.dropdown-toggle {
  display: flex;
}
.transportation-header .dropdown-menu {
  border: none;
}
.transportation-header .dropdown-menu .container {
  padding: 0 60px!important;
}
.transportation-header .dropdown-menu > li > a:hover:after {
  text-decoration: none;
  transform: rotate(0deg);
}
.transportation-header .dropdown-toggle::after {
  content: none;
}
.transportation-header .dropdown-item {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.79;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.transportation-header .nav-link {
  font-family: Diodrum Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.63;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  white-space: nowrap;
}
.transportation-header .NavButton {
  border-radius: 100px;
  border: solid 1px #e4001c;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 8px;
  margin-bottom: 8px;
  height: 46px;
  font-family: Diodrum Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e4001c;
  padding-left: 26px;
  padding-right: 26px;
  white-space: nowrap;
}
.transportation-header .NavButton a {
  color: #e4001c;
}
.transportation-header .NavButton a:hover,
.transportation-header .NavButton a:focus {
  color: #ffffff;
}
.transportation-header .NavButton:hover,
.transportation-header .NavButton:focus {
  color: #ffffff;
  background: #e4001c;
}
.transportation-header .Tlogo {
  width: 134px;
  height: 38px;
}
.transportation-header .TlogoWht {
  display: block;
}
.transportation-header .TlogoRed {
  display: block;
}
.transportation-header .Tlogo-txt a {
  font-family: Diodrum Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: inline-block;
  width: 120px;
}
.transportation-header .TNavbar-Brand {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
  height: 50px;
  background-color: #e4001c;
  line-height: 4;
}
.transportation-header .TNavbar-Brand span {
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.transportation-header .TNavbar-Brand span a {
  padding-right: 1rem;
  font-family: Diodrum Medium;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.transportation-header #MNavbar .MNabBtm {
  padding: 2.3125rem 0;
}
.transportation-header #MNavbar .MNabBtm span a {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.79;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.transportation-header #MNavbar #THeaderForm input {
  font-family: Diodrum Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.79;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.transportation-header #MNavbar #THeaderForm input:focus {
  z-index: 0;
}
.transportation-header span.Tlogo-txt:focus {
  outline: none;
}
.transportation-header #THeaderForm {
  display: inline-block;
  width: 210px;
}
.transportation-header #THeaderForm .glyphicon {
  line-height: 2.5;
}
.transportation-header #THeaderForm input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.transportation-header #THeaderForm input::-webkit-input-placeholder {
  color: #ffffff;
}
.transportation-header #THeaderForm input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.transportation-header #THeaderForm input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.transportation-header #THeaderForm input:-ms-input-placeholder {
  color: #ffffff;
}
.transportation-header #THeaderForm input::-ms-input-placeholder {
  color: #ffffff;
}
.transportation-header #THeaderForm .form-group {
  margin-bottom: 0px;
}
.transportation-header #Theadersearch {
  background-color: #e4001c;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0px;
  font-family: Diodrum Medium;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  height: 30px;
}
.transportation-header input#Theadersearch:focus {
  box-shadow: none;
}
.transportation-header .navbar-toggler {
  padding-right: 33px;
  padding-left: 0px;
}
.transportation-header .navbar-toggler:focus {
  outline: 0;
}
.transportation-header .navbar-toggler:active {
  outline: 0;
}
.transportation-header .navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 1px;
  width: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
}
.transportation-header .navbar-toggler span:nth-child(1) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.transportation-header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.transportation-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  right: 33px;
  top: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.transportation-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.transportation-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  right: 33px;
  top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.transportation-header.ti-fixed-multinav {
  position: fixed;
  width: 100%;
  z-index: 6;
  background-color: #ffffff;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown {
  position: relative!important;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  padding-bottom: 20px;
  padding-top: 15px;
  overflow-x: hidden !important;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown .dropdown-menu.megamenu .container {
  padding: 0!important;
  margin: 0!important;
  height: auto;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown .dropdown-menu.megamenu .container .dropdown-item {
  display: inline-flex !important;
  padding: 0;
  width: auto;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown .dropdown-menu.megamenu .container .dropdown-item .ul-column-list .dropdown-header a {
  white-space: initial!important;
  padding: 0 16px!important;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .dropdown .dropdown-menu.megamenu .container .dropdown-item .ul-column-list .dropdown-header a:hover {
  cursor: pointer;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(1) ul {
  width: 240px;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(1) ul .container .dropdown-item {
  width: 100px!important;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(1) ul .container .dropdown-item .ul-column-list {
  column-gap: 10px;
  width: 240px;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(1) ul .container .dropdown-item .ul-column-list .dropdown-header {
  padding-top: 10px!important;
  width: 140px;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(2) ul {
  width: 160px;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(3) ul {
  width: 160px;
  overflow: hidden;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(4) ul {
  width: 160px;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(5) ul {
  width: 160px;
  max-width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .transportation-header.ti-fixed-multinav .TIMenuSpacing li:nth-child(5) ul {
    left: -70px !important;
  }
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .menu-large:nth-child(1) .ul-column-list {
  column-count: 2;
  column-gap: 110px;
  width: 120px;
  display: inline-block;
}
.transportation-header.ti-fixed-multinav .TIMenuSpacing .menu-large:nth-child(1) .ul-column-list .dropdown-header {
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 991px) and (max-width: 1024px) {
  .transportation-header form#THeaderForm .glyphicon {
    line-height: 1;
    top: -22px;
    right: -195px;
  }
}
@media (min-width: 1024px) and (max-width: 1190px) {
  .transportation-header #navbarNavDropdown .navbar-nav li {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1190px) {
  .transportation-header .NavButton {
    margin-left: 0.6875rem;
  }
  .transportation-header #navbarNavDropdown .dropdown-menu .dropdown-item {
    color: #000000 !important;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li {
    padding: 0rem 1.6rem 0 0rem;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li > a span:hover {
    border-bottom: 2px solid #e4001c;
    padding-bottom: 1.720rem;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li.active > a span {
    border-bottom: 2px solid #e4001c;
    color: #000000;
    padding-bottom: 1.823rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .transportation-header .LevelTwoMenu {
    width: 87% !important;
  }
  .transportation-header .level3Menu {
    padding: 23px 23px 22px 70px !important;
  }
  .transportation-header .TNavBar nav {
    width: 100%;
    height: auto;
  }
  .transportation-header .nav-link {
    line-height: 1.5;
  }
  .transportation-header .NavButton {
    width: 10rem;
  }
  .transportation-header .Tlogo {
    width: 80px;
    height: 30px;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li {
    padding: 0rem;
    padding-right: 10px;
  }
  .transportation-header #navbarNavDropdown {
    margin-right: 0px;
  }
  .transportation-header #navbarNavDropdown li {
    padding: 0rem 0.5rem 0 0rem;
  }
  .transportation-header .MobTabheader #navbarNavDropdown .navbar-nav li {
    padding: 0rem !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .transportation-header .navbar-brand {
    margin-right: 0.5rem !important;
  }
  .transportation-header .Tlogo {
    width: 84px;
    height: 28px;
    margin-left: 33px;
    /** styles for middle icon **/
    position: absolute;
    top: 9px;
    /** styles for middle icon ends **/
  }
  .transportation-header .TlogoRed {
    display: block;
  }
  .transportation-header .MobTabheader {
    border-top: 2px solid #e4001c;
  }
  .transportation-header .TNavbar-Brand {
    height: auto;
  }
  .transportation-header .TNavbar-Brand span {
    font-family: Diodrum Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.79;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: block;
  }
  .transportation-header .TNavbar-Brand span a {
    padding-left: 0px;
  }
  .transportation-header .TlogoWht {
    display: none;
  }
  .transportation-header .TNavBar nav {
    height: auto;
  }
  .transportation-header form#THeaderForm {
    width: 98%;
  }
  .transportation-header form#THeaderForm .glyphicon {
    line-height: 2;
    right: 6px;
    position: absolute;
  }
  .transportation-header .nav-link {
    border-bottom: 1px solid #dadada;
  }
  .transportation-header .dropdown-item {
    border-bottom: 1px solid #dadada;
  }
  .transportation-header .NavButton {
    width: 100%;
    margin: 26px 0px;
    height: 46px;
    font-family: Diodrum Regular;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e4001c;
    border-radius: 23px;
    border: solid 1px #e4001c;
    background-color: rgba(255, 255, 255, 0);
  }
  .transportation-header #navbarNavDropdown {
    margin-right: 0px;
  }
  .transportation-header #navbarNavDropdown li {
    padding: 0px;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li.active > div a {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .transportation-header #navbarNavDropdown .navbar-nav li > div a {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.63;
    letter-spacing: normal;
    text-align: left;
    width: 95%;
    color: #000000;
    font-family: Diodrum Regular;
  }
  .transportation-header .Tlogo-txt a {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    width: 79px;
    margin: auto 0.8rem auto auto;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .transportation-header .dropdown-toggle[data-toggle="dropdown"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f067";
    border: none;
    float: right;
    color: #000000;
    opacity: .5;
  }
  .transportation-header div .dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f067";
    border: none;
    float: right;
    color: #000000;
    opacity: .5;
  }
  .transportation-header .dropdown-toggle::after {
    vertical-align: 0em;
  }
  .transportation-header .show > .dropdown-toggle[data-toggle="dropdown"]:after {
    content: "\f068";
  }
  .transportation-header div .dropdown-item.show:after {
    content: "\f068";
  }
  .transportation-header .level3Menu {
    background-color: #e1e1e1;
    padding: 23px 23px 22px 70px;
    border-radius: 0px;
  }
  .transportation-header .level3Menu a {
    font-family: Diodrum Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    display: block;
    padding-top: 5px;
  }
  .transportation-header .level3Menu a:hover {
    color: #e4001c;
  }
  .transportation-header .level3Menu a:focus {
    color: #e4001c;
  }
  .transportation-header .LevelOneMenu {
    margin: 0 33px;
    line-height: 2.63;
  }
  .transportation-header .LevelTwoMenu {
    padding: 0.25rem 0rem;
    margin: 0px auto;
    width: 81%;
  }
  .transportation-header .LevelTwoMenu a,
  .transportation-header .LevelTwoMenu span {
    font-family: Diodrum Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.79;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }
}
/** Transparent Header sub menu on hover in desktop STARTS***/
.TIdropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  font-family: Diodrum Regular;
}
.TIdropdown {
  position: relative;
  display: inline-block;
}
.TIMegaListedItems {
  font-family: Diodrum Regular;
}
.TIMegaListedItems .TIMenuSpacing {
  padding: 28px 20px 0 20px;
  /* .nav-item.active
            {border-bottom: 2px solid @color_cherry;} */
}
.TIMegaListedItems .TIMenuSpacing .nav-item .TINav-linkpadding {
  /* 	 &:hover{
				border-bottom: 2px solid @color_cherry;
           		 }
                  &:focus{
				border-bottom: 2px solid @color_cherry;
            } */
}
.TIMegaListedItems .TIMenuSpacing li .TINav-linkpadding {
  padding-bottom: 0px;
  line-height: 1.5;
  cursor: pointer;
  /*       &:hover{
				border-bottom: 2px solid @color_cherry;

                                .hovertoggle{border-bottom: 2px solid @color_cherry;}

           		 }
                  &:focus{
				border-bottom: 2px solid @color_cherry;
            } */
}
.TIMegaListedItems .TIMenuSpacing li ul li {
  padding-right: 0px !important;
}
.TIMegaListedItems .TIMenuSpacing li .container {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  /* three columns per row */
  column-gap: 0;
  /* for horizontal gaps between groups */
  height: 350px;
}
.TIMegaListedItems .TIMenuSpacing li .dropdown-item {
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  white-space: normal;
}
.TIMegaListedItems .TIMenuSpacing li:hover .dropdown-menu {
  display: block;
  overflow: auto;
}
.TIMegaListedItems .TIMenuSpacing li:hover .TIMegaLevel2 {
  top: 60px;
  width: max-content;
  padding-bottom: 30px;
  padding-top: 10px;
  width: auto;
}
.TIMegaListedItems .megamenu:hover .menu-large {
  border: 2px solid #e4001c;
}
.TIMegaListedItems .row {
  margin: 0 15px;
}
.TIMegaListedItems .dropdown-header {
  font-family: Diodrum Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  color: #000000;
}
.TIMegaListedItems .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
  padding-bottom: 91px;
  width: 100%;
  overflow: auto;
}
.TIMegaListedItems .dropdown-menu div li ul li {
  padding: 20px 0px 0 0 !important;
  line-height: 1.49;
}
.TIMegaListedItems .dropdown-menu div li ul li .dropdownLevel3 {
  font-size: 14px;
  font-family: Diodrum Regular;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 1200px) {
  .TIMegaListedItems .dropdown-menu div li ul li .dropdownLevel3 {
    white-space: normal;
  }
}
.TIMegaListedItems .dropdown-menu div li ul li .dropdownLevel3:hover,
.TIMegaListedItems .dropdown-menu div li ul li .dropdownLevel3:focus {
  color: #e4001c;
}
.TIMegaListedItems .dropdown-menu:hover,
.TIMegaListedItems .dropdown-menu:focus {
  overflow: auto;
}
.TIMegaListedItems ul {
  list-style: none;
}
.TIMegaListedItems ul li {
  list-style: none;
}
.TIMegaListedItems .navbar-light {
  color: #fff;
  border-color: #aca1a2;
}
.TIMegaListedItems .navbar-light .navbar-nav > li > a {
  color: #fff;
}
.TIMegaListedItems .navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.TIMegaListedItems .navbar-light .navbar-brand {
  color: #fff;
}
.TIMegaListedItems .menu-large {
  position: static !important;
}
.TIMegaListedItems .megamenu {
  width: 100%;
  overflow: auto !important;
}
.TIMegaListedItems .megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.TIMegaListedItems .megamenu > div > li > ul > li {
  list-style: none;
}
.TIMegaListedItems .megamenu > div > li > ul > li > a:hover,
.TIMegaListedItems .megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #e4001c;
}
.TIMegaListedItems .megamenu.disabled > a,
.TIMegaListedItems .megamenu.disabled > a:hover,
.TIMegaListedItems .megamenu.disabled > a:focus {
  color: #999999;
}
@media (max-width: 768px) {
  .TIMegaListedItems .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .TIMegaListedItems .megamenu > li {
    margin-bottom: 30px;
  }
  .TIMegaListedItems .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .TIMegaListedItems .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .TIMegaListedItems .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.TIdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Diodrum Regular;
}
.TIdropdown-content a:hover {
  background-color: white;
  color: #e4001c;
  font-family: "Diodrum Regular";
}
.TIdropdown:hover .TIdropdown-content {
  display: block;
}
.TIdropdown:hover .TIdropbtn span {
  border-bottom: 2px solid #e4001c;
  padding-bottom: .20rem;
}
.DefaultBorderActive {
  border-bottom: 2px solid transparent;
}
/* Mega menu scroll styles */
@media (min-width: 1200px) {
  .TIMegaScroll::-webkit-scrollbar {
    height: 10px;
    background-color: #f5f5f5;
  }
  .TIMegaScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .TIMegaScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    outline: 1px solid red;
  }
}
.TIMegaLevel2 {
  width: max-content;
}
.TIMegaLevel2 .dropdown-header:hover {
  color: #e4001c;
}
.TIMegaLevel2 .dropdown-header:focus {
  color: #e4001c;
}
.TIMegaListedItems .TIMenuSpacing li:hover .hovertoggle {
  border-bottom: 2px solid #e4001c;
}
.hovertoggle {
  padding: 0px 0 26px 0px;
}
.hovertoggle:hover {
  border-bottom: 2px solid #e4001c;
  cursor: pointer;
}
.hovertoggle:focus {
  color: #e4001c;
  border-bottom: 2px solid #e4001c;
  cursor: pointer;
}
/* Mega menu scroll styles ENDS */
/** Transparent Header sub menu on hover in desktop ENDS ***/
/** Transparent Naivgation ***/
.transparent-Naivgation {
  position: absolute;
  z-index: 9999999;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  height: 189px;
}
.transparent-Naivgation .TNavMegaMenu {
  top: 88px;
}
.transparent-Naivgation #navbarNavDropdown .navbar-nav li.active > a span {
  color: #ffffff;
}
.transparent-Naivgation .nav-link {
  color: #ffffff;
}
.transparent-Naivgation .Tlogo-txt a {
  color: #ffffff;
}
.transparent-Naivgation .NavButton {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.logo-text {
  display: inline-block;
  float: right;
}
.component-navigation--logo {
  width: 100%;
}
.navigationShare {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 2% 0;
}
.nav-link[data-toggle] {
  cursor: default !important;
}
.nav-link[data-toggle] + .hovertoggle {
  cursor: default !important;
}
/** Transparent Naivgation ENDS***/
/*right padding when there is no find product button on desktop*/
@media (min-width: 992px) {
  .navbar-collapse > #navbarNavDropdown:last-child ul.TIMenuSpacing,
  .navbar-collapse > #navbarNavDropdown:last-child ul.TIMenuSpacing li.nav-item:last-child,
  .navbar-collapse > #navbarNavDropdown:last-child ul.TIMenuSpacing li.nav-item:last-child a {
    padding-right: 0;
  }
}
/* Dynamic Divider with header height(desktop and mobile) for fixed header*/
.header-divider {
  height: 46px;
}
@media (min-width: 992px) {
  .header-divider {
    height: 138px;
  }
}
/***** End ****/
.transportation-header .nav-user-icon {
  padding-right: 0px !important;
  list-style-type: none;
  position: relative;
  left: 10px;
}
.transportation-header .nav-user-icon img {
  max-width: 24px;
}
.transportation-header .nav-user-icon ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 20px;
  width: max-content;
  background-color: #ffffff;
  margin-left: -30px;
  right: 0;
  padding: 35px 30px 15px 30px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.transportation-header .nav-user-icon ul li {
  border: none  !important;
  display: block;
  padding: 10px 0px !important;
}
.transportation-header .nav-user-icon ul li a {
  opacity: 1;
  margin-left: 0;
  color: #212121;
  font-family: 'Diodrum Regular';
  line-height: 18px;
  font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  transition-property: none;
  padding: 0 0;
  text-decoration: none;
}
.transportation-header .nav-user-icon ul li h5 {
  margin: 0;
}
.transportation-header .nav-user-icon ul li#businessUnit {
  padding: 0 !important;
}
.transportation-header .nav-user-icon:hover ul {
  display: block!important;
}
@media screen and (min-width: 1024px) {
  .transportation-header .search-icon-user {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .transportation-header .search-icon-user {
    display: block !important;
  }
  .transportation-header .search-icon-user > a {
    position: absolute;
    /*right: calc( 30px ~" - (" unit(10px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .transportation-header .search-icon-user img {
    width: 20px;
  }
  .transportation-header .search-icon-user > ul {
    position: absolute;
    display: none;
    background: white;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: calc(100vh - 71px);
    overflow: auto;
    padding: 30px 33px;
    list-style: none;
  }
  .transportation-header .search-icon-user li {
    list-style: none;
    margin: 0 0 15px 0;
    display: block;
  }
  .transportation-header .search-icon-user .profileClose {
    /*left: calc( 20px ~" - (" unit(20px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
    padding: 15px;
    position: absolute;
    left: 45px;
    top: 60%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  .transportation-header .search-icon-user .profileClose.open > span {
    opacity: 1;
    transform: rotate(45deg) translate(-7px, -12px);
    background: #232323;
  }
  .transportation-header .search-icon-user .profileClose.open > span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .transportation-header .search-icon-user .profileClose.open > span:nth-last-child(2) {
    transform: rotate(-43deg) translate(0, 7px);
  }
  .transportation-header .search-icon-user .profileClose span {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
  }
  .transportation-header .search-icon-user .profileClose span:first-child {
    transform-origin: 0% 0%;
  }
  .transportation-header .search-icon-user .profileClose span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .transportation-header .search-icon-user .profileClose span:last-child {
    margin-bottom: 0;
  }
}
.transportation-header .search-icon-user .profileClose {
  display: none;
  left: auto !important;
  right: 18px;
}
@media screen and (max-width: 1023px) {
  .transportation-header .menuClicked .search-icon-user {
    display: none !important;
  }
}
.transportation-header.ti-fixed-multinav.component-navigation-tap.scroll-out {
  margin-top: -4em;
}
form.tandijapanform .col-12.col-sm-6 {
  float: left;
}
form.tandijapanform div#radio .form-group {
  float: left;
  width: 24%;
}
div#radio + .radio-selection-error {
  display: none;
  float: left;
  margin-top: -2em;
}
div#radio {
  margin-left: 0.2em;
}
.toray-contactus .container .corporateForm {
  background-color: #ffffff;
  position: relative;
  border: 1px solid #000000;
}
.toray-contactus .container .corporateForm .MainTit {
  margin-top: 59.2px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm .MainTit {
    margin-top: 54px;
  }
}
.toray-contactus .container .corporateForm .has-feedback {
  color: #000000;
}
.toray-contactus .container .corporateForm .has-feedback p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm {
    padding: 0 10px;
  }
}
.toray-contactus .container .corporateForm form {
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form {
    padding: 0 ;
  }
}
.toray-contactus .container .corporateForm form .form-control {
  padding-left: 21px;
  color: #000000;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .form-control {
    padding: 0 ;
  }
}
.toray-contactus .container .corporateForm form .form-control:focus {
  box-shadow: none;
  color: #000000;
}
.toray-contactus .container .corporateForm form .title-desc h4.form-title {
  padding-bottom: 24px;
  color: #000000;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .title-desc h4.form-title {
    padding-bottom: 18px;
  }
}
.toray-contactus .container .corporateForm form .title-desc .form-description p {
  color: #000000;
}
.toray-contactus .container .corporateForm form legend {
  margin: 0;
}
.toray-contactus .container .corporateForm form .customFieldset {
  padding-bottom: 35px;
  margin: 0;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset {
    padding-bottom: 40px;
  }
  .toray-contactus .container .corporateForm form .customFieldset .col-md-12 {
    padding: 0 7px;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .form-control {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.toray-contactus .container .corporateForm form .customFieldset .requireFieldBorder {
  border: 1px solid #e4001c;
}
@media (max-width: 767px) {
  .toray-contactus .container .corporateForm form .customFieldset .requireFieldBorder {
    padding: 8px 5px;
  }
}
.toray-contactus .container .corporateForm form .customFieldset label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  font-family: Diodrum Regular;
  margin-bottom: 0.75rem;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset label {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
.toray-contactus .container .corporateForm form .customFieldset textarea,
.toray-contactus .container .corporateForm form .customFieldset .selectize-control {
  border: 1px solid #000000;
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.not-full {
  border: none;
  box-shadow: none;
  top: 2px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.not-full {
    top: 2.8px;
    height: auto;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.not-full input#subjectOfqtn-selectized {
  font-size: 16px;
  width: 100% !important;
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.not-full input {
  font-size: 16px;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.not-full input {
    font-size: 14px;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.has-options.full.has-items {
  border: none;
  box-shadow: none;
  top: 0px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.has-options.full.has-items {
    top: 2.8px;
    height: auto;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.has-options.full.has-items .item {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.has-options.full.has-items .item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input.items.has-options.full.has-items .item {
    padding-right: 15px;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input {
  background-color: transparent;
  color: #000000;
  padding: 8px 0;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .selectize-input {
    padding: 8px 5px;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input.input-active {
  background-color: transparent;
}
.toray-contactus .container .corporateForm form .customFieldset .selectize-input input::placeholder {
  color: #000000;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset table td {
    display: block;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .custom-control-label {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .toray-contactus .container .corporateForm form .customFieldset .custom-control-label {
    font-family: Noto Sans Regular;
  }
}
.toray-contactus .container .corporateForm form .customFieldset .custom-control-label:before {
  border: solid 1px #000000;
  border-radius: 0;
  top: 2px;
}
.toray-contactus .container .corporateForm form .customFieldset.checkbox-form {
  padding: 0;
}
.toray-contactus .container .form-group {
  margin: 0;
}
.toray-contactus .container .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #000000;
}
.toray-contactus .container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 1.75rem;
  left: -1.85rem;
  height: 1.7rem;
  top: -4px;
}
.toray-contactus .container .custom-checkbox label {
  margin-bottom: 0 !important;
}
.toray-contactus .container .option {
  padding-left: 21px;
  /*  .selected {
            padding-left: 21px;
        }*/
}
.toray-contactus .container .selectize-control.single .selectize-input:after {
  border-width: 4px 4px 0;
  border-color: #000000 transparent transparent transparent;
}
.toray-contactus .container .selectize-dropdown.single.form-control {
  border: none;
}
.toray-contactus .container .selectize-dropdown-content {
  background-color: #f0f0f0;
  color: #000000;
  box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #000000;
}
.toray-contactus .container label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  font-family: Diodrum Regular;
}
.toray-contactus .container .form-control {
  height: 50px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .toray-contactus .container .form-control {
    width: 100% !important;
    height: auto;
  }
}
.toray-contactus .container .form-control::placeholder {
  color: #000000;
}
.toray-contactus .container .required {
  color: #e4001c;
  font-size: 13.2px;
  letter-spacing: 0.2px;
}
.toray-contactus .container .btn-default {
  width: 121px;
  height: 46px;
  border-radius: 23px;
  border: solid 1px #000000;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}
@media (max-width: 767px) {
  .toray-contactus .container .btn-default {
    width: 100%;
  }
}
.toray-contactus .container .radio label {
  margin-bottom: 0;
}
.toray-contactus .container textarea#comments {
  height: 131px;
}
@media (max-width: 1024px) {
  .toray-contactus .container textarea#comments {
    width: 100% !important;
  }
  .toray-contactus .container textarea#comments::placeholder {
    padding: 8px 5px;
  }
}
label.control-label {
  padding-left: 0;
}
.customFieldset .selectize-control.single .selectize-input.dropdown-active:after {
  content: '';
}
.customFieldset .selectize-control.single .selectize-input.dropdown-active:after {
  border-width: 4px 4px 4px;
  border-color: transparent transparent #000000 transparent;
}
@media (min-width: 1024px) {
  .container .selectize-dropdown.single.form-control {
    width: 100% !important;
    left: 0 !important;
    padding: 0;
    top: 45px !important;
  }
}
.selectize-dropdown-content .option:hover {
  background-color: rgba(194, 194, 194, 0.5);
  color: #212121;
}
.rad input {
  position: relative;
  left: 38px;
  top: 2px;
}
.rad label:before {
  content: "";
  border: 1px solid #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
}
.rad input[type=checkbox],
.rad input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 10px;
  width: 10px;
  padding: 0;
  border: 0;
  vertical-align: middle;
  margin: 0 -1px -1px;
  opacity: 1;
}
.rad input[type=checkbox] + label,
.rad input[type=radio] + label {
  padding-left: 37px;
  padding-right: 29px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  min-height: 1em;
  color: #ffffff;
  padding-top: 4px;
}
.rad input[type=radio].active + label:after,
.rad input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 5.4px;
  top: 7.75px;
  height: 14px;
  border-radius: 50%;
  width: 14px;
  background-color: #000000;
}
label.radio:before,
label:before {
  position: absolute;
  left: 0;
  top: 3px;
}
/*.transportation-contactForm {
    position:relative;
     &:after{
                    border-bottom: 1px solid #e4001c;
                    width: 70px;
                    content: '';
                    display: block;
                    position: absolute;
                    top: 22%;
            left: 4%;
                @media(max-width:767px){
            top: 16%;
              left: -3%;
                    width:25px;
                }
                @media(min-width:767px) and (max-width:1024px){
            top: 20%;
              left: -3%;
                    width:35px;
                }
                }
}*/
.transportation-contactForm {
  position: relative;
}
.transportation-contactForm #selectedHelp .form-border {
  border-bottom: 1px solid #e4001c;
  width: 70px;
  position: absolute;
  top: 70px;
  left: -3%;
}
@media (max-width: 1024px) {
  .transportation-contactForm #selectedHelp .form-border {
    top: 65px;
    width: 40px;
    left: -35px;
  }
}
#selectedHelp .customFieldset {
  padding-bottom: 26px;
}
@media (max-width: 1024px) {
  #selectedHelp .customFieldset {
    padding-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .selectReqTypeDesc p {
    font-size: 14px;
  }
}
#corpSubmit {
  margin-top: 5px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #corpSubmit {
    margin-top: 15px;
    margin-bottom: 37px;
  }
}
/* .control-label{
//     color:rgb(17,17,17);
//     font-weight:700;
 } */
.transport-contactUs {
  background-color: rgba(225, 225, 225, 0.2);
}
.transport-contactUs > .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.transport-contactUs .phone-showhide,
.transport-contactUs .postalcode-showhide {
  display: none;
}
.transport-contactUs .form-control {
  color: #495057;
  background-color: rgba(225, 225, 225, 0.2);
  font-family: "Diodrum Medium";
}
.transport-contactUs .fieldspace {
  margin-bottom: 0px;
}
.transport-contactUs .check-label {
  margin-left: 30px;
  position: absolute;
}
.transport-contactUs .building .page-title {
  padding-bottom: 30px;
}
.transport-contactUs .building .information-section .fieldspace {
  margin-bottom: 15px;
}
.transport-contactUs .building .information-section .information .fontsize24 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}
.transport-contactUs .building .information-section .information .fontsize18 {
  font-size: 18px;
  color: #333333;
}
.transport-contactUs .requiredtext_form,
.transport-contactUs label.control-label {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #212121;
}
.transport-contactUs .successButton {
  background-color: #e4001c;
  color: #ffffff;
  cursor: pointer;
}
.transport-contactUs .successButton:hover {
  background-color: #AA0014;
}
.transport-contactUs .successButton:disabled {
  background-color: #e1e1e1;
  color: #ffffff;
}
.transport-contactUs .successButton {
  min-width: 120px;
  height: 50px;
  padding: 0 32px;
  border-radius: 25px;
  margin: 0px 0px 14px 0px;
  font-family: "Diodrum Regular";
  border-style: none;
}
.transport-contactUs .result .success {
  margin-top: 0px;
  color: #128370;
  display: none;
  padding-bottom: 50px;
}
.transport-contactUs .result .success .success-message {
  color: #E4001C;
}
.transport-contactUs .result .success .glyphicon {
  font-size: 32px;
}
.transport-contactUs .captchavalidate {
  padding-left: 0px;
}
.transport-contactUs select.form-control,
.transport-contactUs input.form-control {
  height: 48px;
}
.transport-contactUs input[type=checkbox],
.transport-contactUs input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}
.transport-contactUs .checkbox .element:first-child {
  margin-top: 30px;
}
.transport-contactUs .errormessage {
  display: none;
  margin-left: 10px;
}
.transport-contactUs .errormessage_show {
  color: red!important;
  margin-left: 10px;
}
.transport-contactUs input.invalid,
.transport-contactUs textarea.invalid {
  border: 1px solid #e4001c;
}
.transport-contactUs input.valid,
.transport-contactUs textarea.valid {
  border: 1px solid #000000;
}
.transport-contactUs .form-control:focus {
  box-shadow: none;
  border-color: #000000;
  border-radius: 1px;
}
.transport-contactUs label {
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 12px;
  font-family: "Noto Sans Regular", sans-serif;
}
.transport-contactUs select.helpsection,
.transport-contactUs .roledropdown,
.transport-contactUs .companydropdown,
.transport-contactUs .productdropdown,
.transport-contactUs .cust-form-style {
  font-weight: 300;
  font-family: "Diodrum Medium";
  color: #495057;
  border: 1px solid #000000;
}
.transport-contactUs .form-group {
  padding-top: 0px;
}
.transport-contactUs .radio {
  margin-top: 30px;
}
.transport-contactUs .radio tbody tr td label {
  margin-right: 30px;
}
.transport-contactUs .form-submit-border {
  text-align: center;
}
.transport-contactUs .custom-checkbox .custom-control-label::before {
  border-radius: 100%;
}
.transport-container-wapper .detailedList .dt-list-container .list-item .list-content-cont .list-item-img {
  height: 55px;
}
.layout-2col-rightsidebar__wrapper .row {
  padding: 0px !important;
  margin-left: -59px;
  width: 127%;
}
.required {
  color: red!important;
  font-size: 14px!important;
}
.cl-form-wrapper .form-group.required-field .control-label::after {
  content: "*";
  font-weight: normal;
  color: #e80033;
  display: none;
}
input#tniSubmit.btn.btn-default {
  padding: 15px 30px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 700;
}
.element {
  font-size: 11px;
  width: 180px;
  display: inline-block;
}
.checkbox {
  max-width: 400px;
}
@media (max-width: 768px) {
  .layout-2col-rightsidebar__wrapper .primary {
    padding: 0;
  }
  .layout-2col-rightsidebar__wrapper .row {
    width: 100%;
    margin-left: 0;
  }
  .comments-confirm {
    margin-left: 0;
  }
}
.cust-form-style {
  width: 100%;
  height: 48px;
  border: solid 1px #ccc!important;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 43px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
i.fa.fa-check.verified-user-check {
  color: green;
  position: absolute;
  font-size: 20px;
  right: 25px;
  top: 48px;
}
.round {
  position: relative;
}
.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  float: left;
  width: 20px;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 11px;
}
.round .body3 {
  padding-left: 12px;
  display: inline-block;
  width: calc(80%);
  vertical-align: middle;
}
.round input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round input[type="checkbox"]:checked + label {
  background-color: #e4001c;
  border-color: #e4001c;
}
/*** user-avatar ***/
.businessUnitList,
.transportation-header .nav-user-icon ul.businessUnitList,
.transportation-header .nav-user-icon ul.businessUnitList {
  position: static;
  padding: 0;
  margin: 0;
  max-height: none;
}
.transportation-header .nav-user-icon {
  padding-right: 0px !important;
  list-style-type: none;
  position: relative;
  left: 40px;
}
.transportation-header .nav-user-icon img {
  max-width: 24px;
}
.transportation-header .nav-user-icon ul {
  display: none;
  /*position: absolute;*/
  top: 25px;
  /*left: 20px; */
  width: max-content;
  background-color: #ffffff;
  margin-left: -30px;
  right: 0;
  padding: 35px 30px 15px 30px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.transportation-header .nav-user-icon ul li {
  border: none  !important;
  display: block;
  padding: 10px 0px !important;
}
.transportation-header .nav-user-icon ul li a {
  opacity: 1;
  margin-left: 0;
  color: #212121;
  font-family: 'Diodrum Regular';
  line-height: 18px;
  font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
  transition-property: none;
  padding: 0 0;
  text-decoration: none;
}
.transportation-header .nav-user-icon ul li h5 {
  margin: 0;
}
.transportation-header .nav-user-icon ul li#businessUnit {
  padding: 0 !important;
}
.transportation-header .nav-user-icon:hover ul {
  display: block!important;
}
@media screen and (min-width: 1024px) {
  .transportation-header .search-icon-user {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .transportation-header .search-icon-user {
    display: block;
  }
  .transportation-header .search-icon-user > a {
    position: absolute;
    /*right: calc( 30px ~" - (" unit(10px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .transportation-header .search-icon-user img {
    width: 24px;
  }
  .transportation-header .search-icon-user > ul {
    position: absolute;
    display: none;
    background: white;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: calc(100vh - 71px);
    overflow: auto;
    padding: 30px 33px;
    list-style: none;
  }
  .transportation-header .search-icon-user li {
    list-style: none;
    margin: 0 0 15px 0;
    display: block;
  }
  .transportation-header .search-icon-user .profileClose {
    /*left: calc( 20px ~" - (" unit(20px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
    padding: 15px;
    position: absolute;
    left: 45px;
    top: 60%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  .transportation-header .search-icon-user .profileClose.open > span {
    opacity: 1;
    transform: rotate(45deg) translate(-7px, -15px);
    background: #232323;
  }
  .transportation-header .search-icon-user .profileClose.open > span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .transportation-header .search-icon-user .profileClose.open > span:nth-last-child(2) {
    transform: rotate(-43deg) translate(4px, 6px);
  }
  .transportation-header .search-icon-user .profileClose span {
    display: block;
    position: relative;
    width: 27px;
    height: 2px;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
  }
  .transportation-header .search-icon-user .profileClose span:first-child {
    transform-origin: 0% 0%;
  }
  .transportation-header .search-icon-user .profileClose span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .transportation-header .search-icon-user .profileClose span:last-child {
    margin-bottom: 0;
  }
}
.transportation-header .search-icon-user .profileClose {
  display: none;
  left: auto !important;
  right: 18px;
}
@media screen and (max-width: 1023px) {
  .transportation-header .menuClicked .search-icon-user {
    display: none !important;
  }
  .transportation-header .search-icon-adjustHome {
    padding-right: 30px;
  }
  .transportation-header .search-icon-expand {
    margin-left: -30px;
    padding-right: 50px !important;
  }
}

