/******AGA Styles******/
.roundedImage {
  border-radius:50%;
  border: solid 3px #a1a1a1;
}
.unorderedListAGA {
  padding-bottom:22px;
}
img.aligncenter.img-responsive {
  text-align:center;
  padding:0 0 0 0;
  margin: 0 0 0 0;
}
/******Do not remove******/
.pushImgLeft{
  float: left;
  margin: 10px;
}
.pushImgRight{
  float: right;
  margin: 10px;
}
/******Do not remove******/
.cimm_bodyContentWrap {
  margin-bottom: 0;
}
/** history plugin **/
ul#timeline-menu {
  height: 50px;
  text-align: center;
}
ul#timeline-menu li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul#timeline-menu li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  padding-top: 20px;
  color: #093959;
  font-weight: bold;
  border-bottom: 5px solid transparent;
}
ul#timeline-menu li a:hover {
  color: #F26C4F;
  border-bottom: 5px solid #F26C4F;
  font-weight: normal;
}
section#timeline {
  width: 90%;
  margin: 20px auto;
  padding-bottom: 20px;
  position: relative;
}
section#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #f26c4f;
  left: 50%;
  height: 100%;
  margin-left: -1.5px;
  z-index: -1;
}
section#timeline article {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
section#timeline article:after {
  content: '';
  display: block;
  clear: both;
}
section#timeline > article > div.panel {
  width: 45%;
  float: left;
  background: #FFF;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
section#timeline > article > div.panel .panel-heading {
  padding: 5px 10px;
  margin: 0;
  font-size: 1.2em;
  background-color: #f26c4f;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section#timeline > article > div.panel .panel-heading .panel-title {
  color: #FFF;
}
section#timeline > article > div.panel .panel-body {
  padding: 15px;
  position: relative;
}
section#timeline > article > div.panel .panel-body img {
  float: left;
  margin: 0 15px 15px 0;
}
section#timeline > article > div.panel .panel-footer {
  padding: 15px;
  background-color: #EEE;
}
section#timeline > article.inverted > div.panel {
  float: right;
}
section#timeline > article.inverted > div.panel .panel-body:after {
  left: -5px;
}
section#timeline > article.inverted > div.panel .panel-body img {
  float: right;
}
section#timeline div[class*="group"],
section#timeline article div.panel div.badge {
  display: block;
  text-align: center;
  cursor: none;
  font-weight: bold;
  -moz-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px #EF693A, inset 0 2px 0 rgba(0, 0, 0, 0.1), 0 3px 0 2px rgba(0, 0, 0, 0.15);
}
section#timeline div[class*="group"] {
  width: 65px;
  font-size: 1.3em;
  margin: 35px auto;
  padding: 5px;
  border-radius: 0px;
  background: #f26c4f;
  color: #FFF;
}
.badge {
  padding: 24px 6px !important;
}
section#timeline article div.panel div.badge {
  position: absolute;
  top: 0;
  left: 48.5%;
  margin: 0 0 0 -15px;
  border-radius: 50%;
  font-size: 0.75em;
  width: 60px;
  height: 60px;
  background: #FFF;
  color: #f26c4f;
}
section#timeline article div.panel div.badge:last-child {
  background-color: #f26c4f;
  width: 60px;
  height: 60px;
}
a.mylink {
  color: #f26c4f;
  font-weight: bold;
}
a.mylink:hover {
  color: #DA3203;
}
/** history plugin ends **/
.cimm_staticPageWrap p {
  color: #323232;
  font-size: 16px;
}
.DiSP-promoImg{
  position: relative;
}
.DiSP-promoCont{
  position: absolute;
  border: 3px solid #fff;
  top: 0px;
  left: 0px;
  width: 82%;
  height: 92%;
  padding: 4%;
  margin: 5% 9%;
  text-align: center;
}
.DiSP-promoCont:hover{
  background: rgb(0 0 0 / 20%);
}
.DiSP-promoCont h4 {
  font-family: 'OpenSans-ExtraBold';
  font-size: 36px;
  color: #fff;
  margin-top: 80px;
}
.DiSP-promoCont p {
  font-family: 'OpenSans-ExtraBold';
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.DiSP-hpBtnStyle {
  background: #093959;
  padding: 10px 24px;
  color: #fff !important;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  border-left: 5px solid #F26C4F;
  display: inline-block;
  margin-top: 50px;
}
.DiSP-hpBtnStyle:hover {
  background: #F26C4F;
  transition: all 0.5s;
}
.DiSP-Btn2border {
  border-left: 5px solid #0075BF;
}
.DiSP-Btn2border:hover {
  background: #0075BF;
  color: #fff;
}
.DiSP-ban2Wrap {
  position: relative;
  margin-top: 40px;
}
.DiSP-ban2 {
  position: absolute;
  top:30px;
  left: 40px;
  width: 42%;
  margin-right: 40px;
}
.DiSP-ban2 label {
  background: #093959;
  padding: 4px 14px;
  color: #fff;
  margin-bottom: 0;
}
.DiSP-ban2 hr {
  border: none;
  height: 1px;
  background: #093959;
  margin: 0;
}
.DiSP-ban2 h2 {
  font-family: 'OpenSans-ExtraBold';
  font-size: 42px;
}
.DiSP-ban2 p {
  color: #4c4c4c;
  margin-top: 20px;
}
.DiSP-anchor {
  color: #F26C4F;
  margin: 10px 0;
  display: inline-block;
}
.DiSP-anchor:hover {
  color: #F26C4F !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #f26c4f;
  text-decoration: none !important;
}
.DiSP-sliderWrap {
  position: relative;
}
.DiSP-sliderWrap .banCaption {
  width: 80% !important;
  margin: 0 10% !important;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 30px;
}
.DiSP-sliderWrap h1 {
  font-family: 'OpenSans-Bold';
  font-size: 130px;
  color: #fff;
  margin-top: 30px;
}
.DiSP-sliderWrap h3 {
  font-family: 'OpenSans-ExtraBold';
  font-size: 45px;
  color: #fff;
  margin-top: 10px;
}
.DiSP-sliderWrap .captionOrange{
  width: 80% !important;
  margin: 0 10% !important;
  text-align: center;
}
.DiSP-sliderWrap .DiSP-shopBtn {
  background: #F26C4F;
  padding: 10px 40px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'OpenSans-Regular';
  margin-top: 20px;
  display: inline-block;
}
.DiSP-banBottom {
  background: #bdbcbc;
  padding: 8px 20px;
  margin-bottom: 40px;
}
.DiSP-banBottom ul {
  width: 80%;
  margin: 0 10%;
}
.DiSP-banBottom ul li {
  display: inline-block;
  margin: 0 1%;
  color: #fff;
  list-style-type: none;
  width: 31.3%;
  padding-left: 0 !important;
  text-align: center;
}
.DiSP-banBottom ul li:before {
  content: none !important;
}
.DiSP-banBottom ul li img {
  width: 34px !important;
  display: inline-block;
  margin-right: 20px;
}
.DiSP-banBottom ul li label {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  margin-bottom: 0;
}
.DiSP-banBottom ul li .fa{
  font-size: 18px;
  margin-right: 10px;
}
.DiSP-Title {
  font-family: 'OpenSans-Bold';
  font-size: 26px;
  color: #093959;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 16px;
  margin: 50px 0 30px 0;
}
.DiSP-category a {
  font-family: 'OpenSans-Bold';
  color: #5a5a5a !important;
  margin: 10px 0 20px 0;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.DiSP-category a:hover {
  color: #F26C4F !important;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #f26c4f;
}
.DiSP-category a span {
  color: #0073BE;
}
.DiSP-catLD a {
  color: #093959 !important;
}
.DiSP-catLD a span {
  color: #F26C4F;
}
.DiSP-category img:hover {
  transition: all 0.4s;
  opacity: 0.4;
}
.DiSP-category a.DiSP-imgHover {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  margin: 0;
  background: #093959;
}
.DiSP-category a.DiSP-imgHover:hover {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.DiSP-promoImg {
  margin-bottom: 35px;
}
.DiSP-signUpWrap {
  background: #ebebeb;
  padding: 30px 0;
  margin-top: 80px;
}
.DiSP-footerLeft {
  width: 46%;
  margin-right: 4%;
  float: left;
}
.DiSP-footerLeft h4 {
  font-family: 'OpenSans-ExtraBold';
  font-size: 28px;
  color: #4e4e4e;
  margin: 10px 0 20px 0;
}
.DiSP-footerLeft p {
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  color: #4e4e4e;
}
.DiSP-footerRight {
  width: 50%;
  float: right;
  padding: 30px 0;
}
.DiSP-footerRight input[type=text] {
  width: 70%;
  border: 1px solid #b7b7b7;
  height: 60px;
  float: left;
  font-family: 'OpenSans-Bold';
  font-size: 16px;
  padding: 0 10px;
}
.DiSP-footerRight input[type=button] {
  background: #F26C4F;
  height: 60px;
  width: 30%;
  font-family: 'OpenSans-ExtraBold';
  font-size: 18px;
  color: #fff;
  border: none;
}
.DiSP-fpWrap {
  margin-bottom: 40px;
}
.DiSP-fpWrap .cimm_slideItemImg {
  background: none;
}
.DiSP-fpWrap .cimm_slideItemImg a {
  border: none;
}
.DiSP-fpWrap .cimm_slideItemDesp .productTitle {
  font-size: 18px;
  color: #093959;
  font-family: OpenSans-CondBold;
}
.DiSP-fpWrap .cimm_slideItemDesp .priceSpan {
  font-family: 'OpenSans-Bold';
  font-size: 14px;
  color: #9EA5A9;
}
.DiSP-fpWrap .slick-next, .DiSP-fpWrap .slick-prev {
  background: none;
}
.DiSP-fpWrap .slick-next::before, .DiSP-fpWrap .slick-prev::before {
  color: #F26C4F;
}
.DiSP-fpWrap .slick-next::before {
  content: "\f0da";
}
.DiSP-fpWrap .slick-prev::before {
  content: "\f0d9";
}
.DiSP-fpWrap .slick-next:hover, .DiSP-fpWrap .slick-prev:hover {
  background: none;
  box-shadow: none;
  color: #093959;
}
.DiSP-pageTitle {
  font-family: 'OpenSans-ExtraBold';
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  border-bottom: 1px solid #dedede;
}
#timeline-menu li:before {
  content: none;
}
#timeline h1, #timeline h2 {
  color: #093959;
}
.DiSP-fpWrap .cimm_slideItemDesp {
  padding-left: 0;
}
.DiSP-banWrap {
  position: absolute;
  top: 40%;
  left: 15%;
}
.DiSP-banWrap h1 {
  color: #fff;
  font-family: 'OpenSans-ExtraBold';
  font-size: 105px;
}
.DiSP-anchorStyle {
  color: #fff !important;
  font-family: 'OpenSans-ExtraBold';
  font-size: 18px;
  border: 2px solid #fff;
  padding: 12px 36px;
  margin: 14px 0;
  display: inline-block;
}
.DiSP-anchorStyle:hover {
  color: #f26c4f !important;
  text-decoration: none !important;
  border: 2px solid #f26c4f;
}
.DiSP-banStyle {
  margin-bottom: 140px;
}
.DiSP-banBGcolor {
  background: #ebebeb;
}
.DiSP-careerBanBottom {
  padding: 160px 0;
}
.jssora03l {
  display: block !important;
  top: 48% !important;
  position: absolute;
  left: 0 !important;
  width: 60px !important;
  cursor: pointer;
}
.jssora03r {
  display: block !important;
  top: 48% !important;
  position: absolute;
  right: 0 !important;
  width: 60px !important;
  cursor: pointer;
}
.DiSP-careerBanBottom .jssora03l::before, .DiSP-careerBanBottom .jssora03r::before {
  left: 20px;
  font-weight: 600;
  font-size: 36px;
  opacity: 1;
  color: #fff !important;
}
.jssora03l:before, .jssora03r:before {
  font-family: "FontAwesome";
  line-height: 1;
  position: absolute;
  top: 10px;
}
.DiSP-careerBanBottom .jssora03l::before {
  content: "\f104";
}
.DiSP-careerBanBottom .jssora03r::before {
  content: "\f105";
}
.DiSP-careerCont {
  margin-bottom: 160px;
}
.DiSP-careerCont h2 {
  color: #3a3a3a;
  font-family: 'OpenSans-ExtraBold';
  font-size: 118px;
  margin-bottom: 60px;
}
.DiSP-careerCont p {
  color: #5a5a5a;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  margin-bottom: 20px;
}
.DiSP-blueText {
  color: #0273be !important;
  font-family: 'OpenSans-Bold' !important;
  font-size: 16px;
}
.DiSP-anchorLink {
  color: #0273be;
  font-family: 'OpenSans-Regular';
  font-size: 16px;
}
.DiSP-anchorLink .fa{
  color: #4070b7;
  margin-right: 10px;
}
.DiSP-anchorLink:hover {
  color: #32aa60 !important;
  text-decoration: none !important;
  padding-bottom: 2px;
  border-bottom: 1px solid #32aa60;
}
.DiSP-anchorLink .fa:hover {
  color: #f26c4f;
}
.DiSP-careerCont ul li:before {
  content: none !important;
}
.DiSP-careerCont ul li {
  padding-left: 0px;
  width: 50%;
  float: left;
  line-height: 34px;
}
.DiSP-blueTitle {
  font-size: 42px;
  font-family: 'OpenSans-ExtraBold';
  color: #0273be;
  margin: 80px 0 30px 0;
}
.DiSP-spacing {
  margin: 40px 0;
}
.DiSP-proBG {
  background: #eee;
  padding: 60px 0 160px 0;
  text-align: center;
}
.DiSP-largeImgWrap img {
  width: 70% !important;
  display: inline-block;
  margin: 30px 0;
}
.DiSP-dewaltLogo {
  width: 165px !important;
  display: inline-block;
}
.DiSP-italics {
  font-style: italic;
}
.DiSP-priceStyle {
  background: #fdbf00;
  padding: 0px 20px;
  display: inline-block;
  font-size: 100px !important;
  font-family: 'OpenSans-ExtraBold';
  margin: 20px 0;
}
.DiSP-priceStyle sup {
  font-family: 'OpenSans-Bold';
}
.DiSP-proBG h4 {
  font-size: 42px;
  font-family: 'OpenSans-Bold';
  margin: 40px 0;
}
.DiSP-note {
  font-size: 30px;
  font-family: 'OpenSans-Bold';
}
.DiSP-btnLarge {
  border: 10px solid #df5e42;
  background: #f26c4f;
  color: #fff;
  font-size: 30px;
  font-family: 'OpenSans-ExtraBold';
  padding: 15px 40px;
  margin-top: 60px;
  display: inline-block;
}
.DiSP-formStyle {
  padding: 40px !important;
  background: #f7f7f7;
  margin-top: 40px;
  box-shadow: 25px 25px 45px rgb(0 0 0 / 15%);
  text-align: center;
  margin-bottom: 60px;
}
.DiSP-formStyle h4 {
  color: #0273be;
  font-family: 'OpenSans-ExtraBold';
}
.DiSP-formStyle p {
  margin: 30px 0;
}
.DiSP-formStyle form label {
  display: none;
}
.DiSP-formStyle form input[type=text], .DiSP-formStyle form textarea {
  border: 1px solid #dadada;
  height: 56px;
  box-shadow: none;
}
.DiSP-formStyle .button  {
  margin-top: 30px;
  cursor: pointer;
}
.DiSP-pageBG {
  padding-bottom: 100px !important;
  padding-top: 40px !important;
}
.DiSP-pageBG .DiSP-bgDiv {
  position: absolute;
  top: 670px;
  width: 100%;
  height: 170px;
  z-index: -1;
}
.DiSP-contBG {
  background: #f7f7f7;
}
.DiSP-cont {
  padding: 120px 80px !important;
}
.DiSP-paddingNone {
  padding: 0 !important;
}
.DiSP-cont h2 {
  color: #4c4c4c;
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 30px;
}
.DiSP-categoryLink {
  font-size: 18px;
  color: #383838 !important;
  font-family: 'OpenSans-Bold';
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.DiSP-categoryLink:hover {
  color: #F26C4F;
  padding-bottom: 2px;
  border-bottom: 1px solid #f26c4f;
}
.DiSP-whiteBG{
  background: #fff;
  box-shadow: 0px 0px 45px rgb(0 0 0 / 20%);
  padding: 80px 0 !important;
}
.DiSP-DTStyle {
  margin-top: 30px;
}
.DiSP-name {
  font-family: 'OpenSans-Bold';
}
.DiSP-shadow{
  box-shadow: 0px -25px 45px rgb(0 0 0 / 20%);
  padding-top: 80px;
}
.DiSP-DTStyle h3 {
  color: #093959;
  font-family: 'OpenSans-ExtraBold';
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.DiSP-DTStyle h5 {
  font-size: 16px;
  color: #093959;
  text-align: center;
}
.DiSP-brands {
  padding: 80px 0;
}
.DiSP-brands img {
  width: 60% !important;
  margin: 0 auto 30px auto;
}
.DiSP-rentalBlock {
  background: #093959;
  margin: 60px 0 100px 0;
  padding: 40px 60px;
}
.DiSP-rentalBlock h2 {
  margin-top: 0;
  color: #fff;
}
.DiSP-rentalBlock p {
  color: #fff;
}
.DiSP-left {
  float: left;
}
.DiSP-right {
  float: right;
}
.DiSP-contBtn {
  border: 1px solid #fff;
  padding: 10px 40px;
  color: #fff;
}
.DiSP-contBtn:hover {
  background: #fff;
  color: #093959;
}
.DiSP-GSCode {
  margin-top: 30px;
}
.DiSP-rentalItem {
  margin-bottom: 120px;
}
.DiSP-rentalItem img {
  width: 100%;
}
.DiSP-imgStyle {
  width: 165px !important;
}
.DiSP-quoteWrap {
  background: #fff;
  padding: 60px !important;
}
.DiSP-quoteWrap .fa {
  color: #000;
  font-size: 42px;
}
.DiSP-FPStyle  {
  margin: 120px 0 60px 0;
}
.DiSP-FPStyle .fa {
  color: #f26c4f;
  font-size: 26px;
  margin-right: 10px;
}
.DiSP-FPStyle ul li:before {
  content: none !important;
}
.DiSP-FPStyle ul li {
  padding-left: 60px;
}
.DiSP-FPStyle ul li {
  list-style-type: disc;
  padding-left: 0 !important;
  line-height: 26px;
}
.DiSP-FPStyle h3 {
  color: #0273be;
  font-size: 42px;
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 30px;
}
.DiSP-letterSpace {
  font-weight: bold;
  letter-spacing: 2px;
}
.DiSP-imgCenter img {
  display: inline-block;
  width: 370px !important;
}
.DiSP-creditLinks li:before {
  content: none !important;
}
.DiSP-creditLinks li a {
  margin: 0;
}
.DiSP-plainWhiteBG {
  background: #fff;
  margin-top: 80px;
  padding: 40px;
}
.DiSP-plainWhiteBG h4 {
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 30px;
}
.DiSP-plainWhiteBG h5 {
  font-weight: bold;
  margin-bottom: 16px;
}
.DiSP-plainWhiteBG p {
  margin-bottom: 30px;
}
.DiSP-creditNote {
  font-weight: bold;
  margin: 20px 40px;
  text-align: center;
}
.DiSP-creditLeftCont {
  background: #fff;
  padding: 40px !important;
}
.DiSP-creditLeftCont img {
  padding: 0 40px;
}
.DiSP-creditContWrap {
  margin-top: 80px;
  padding: 60px 0 !important;
}
.DiSP-finListStyle {
  margin-bottom: 30px;
}
.DiSP-finListStyle li {
  line-height: 32px;
  padding-left: 0 !important;
}
.DiSP-finListStyle li:before {
  content: none !important;
}
.DiSP-finListStyle li .fa {
  color: #8dc63f;
  margin-right: 8px;
}
.DiSP-creditRightCont h2 {
  font-family: 'OpenSans-Bold';
  margin-top: 60px;
}
.DiSP-creditRightCont h3 {
  color: #0273be;
  font-family: 'OpenSans-Bold';
  margin-bottom: 20px;
}
.DiSP-creditRightCont p {
  font-size: 12px;
  margin-bottom: 20px;
}
.DiSP-applyBtn {
  background: #0273be;
  color: #fff;
  font-family: 'OpenSans-Bold';
  border-radius: 10px;
  padding: 14px 48px;
  margin: 60px 0;
  display: inline-block;
}
.DiSP-applyBtn:hover {
  background: #F26C4F;
}
.DiSP-services label {
  font-family: 'OpenSans-Bold';
  letter-spacing: 3px;
  margin: 20px 0 10px 0;
  font-size: 14px;
}
.DiSP-services p {
  font-family: 'OpenSans-Regular';
  margin-bottom: 40px;
  font-size: 14px;
}
.DiSP-orangeBtn {
  color: #fff !important;
  background: #f26c4f;
  padding: 12px 34px;
  font-family: 'OpenSans-Bold';
  border-bottom: 6px solid #dd5d42;
  transition: all 0.2s;
  display: inline-block;
}
.DiSP-orangeBtn:hover {
  border-bottom: none;
  text-decoration: none !important;
}
.DiSP-btnWrap {
  margin: 50px 0;
  text-align: center;
}
.DiSP-proWrap .DiSP-blueTitle {
  margin: 0;
}
.DiSP-proWrap p {
  font-family: 'OpenSans-Bold';
  letter-spacing: 3px;
}
.DiSP-blueBG {
  background: #093959;
  margin-bottom: 80px;
}
.DiSP-blueBG p{
  color: #fff;
}
.DiSP-blueBG .fa{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.DiSP-folioStyle {
  border-left: 1px solid #147ec3;
  padding-left: 20px;
  margin-bottom: 80px;
}
.DiSP-folioStyle .DiSP-letterSpace {
  font-size: 14px;
}
.DiSP-folioStyle h2 {
  font-family: 'OpenSans-ExtraBold';
  color: #0273be;
}
.DiSP-folioStyle a {
  color: #f26c4f;
}
.DiSP-folioStyle .fa {
  color: #f26c4f;
  font-size: 26px;
  margin-right: 10px;
}
.DiSP-folio-banWrap {
  position: absolute;
  top: 30%;
  left: 0;
  width: 60%;
  margin: 0 20%;
  text-align: center;
}
.DiSP-folio-banWrap h1 {
  color: #fff;
}
.DiSP-folio-banWrap p {
  color: #fff;
  margin-top: 30px;
}
.DiSP-termsWrap h4 {
  margin-bottom: 30px;
  color: #093959;
}
.DiSP-termsWrap h5 {
  margin-bottom: 30px;
}
.DiSP-termsWrap ul {
  padding-left: 20px;
}
.DiSP-termsWrap ul li:before {
  content: none !important;
}
.DiSP-termsWrap ul li {
  list-style-type: disc;
  line-height: 28px;
  padding-left: 0 !important;
  list-style-position: inside;
}
.DiSP-year {
  margin: 30px 0;
  text-align: center;
}
.DiSP-year ul li {
  display: inline-block;
  font-size: 16px;
  font-family: 'OpenSans-ExtraBold';
  padding: 0 12px !important;
}
.DiSP-year ul li:before {
  content: none !important;
}
.DiSP-year ul li a {
  color: #093959 !important;
}
.DiSP-year ul li a:hover {
  border-bottom: 3px dashed #f26c4f;
  color: #f26c4f !important;
  text-decoration: none !important;
}
.DiSP-vertical {
  width: 2px;
  height: 100px;
  border-right: 3px dashed #f26c4f;
}
.DiSP-jobNote {
  margin-top: 14px;
}
.DiSP-yearStyle {
  background: #f26c4f;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-family: 'OpenSans-ExtraBold';
  display: inline-block;
  margin-bottom: 30px;
}
.DiSP-yearWrap {
  text-align: center;
}
.DiSP-contStyle {
  padding: 30px;
  /**border: 1px solid #dedede;
  box-shadow: 0px 0px 8px #dedede;**/
}
.DiSP-historyBlock {
  border: 1px solid #dedede;
  padding: 20px;
}
.DiSP-historyBlock:hover {
  box-shadow: inset 0px 0px 10px #dedede;
}
.DiSP-form .button {
  margin-top:20px !important;
}
.DiSP-rentalItem [data-mce-href]:not(.btn):hover {
  text-decoration: none !important;
}
.DiSP-rentalItem p {
  text-align: center;
}
.DiSP-rentalItem p a{
  display: inline-block;
}
.DiSP-noPadding {
  padding-top: 0 !important;
}
.imgCenterAlign{
  display: inline-block !important;
}
/** lightbox styles **/
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
.sl-wrapper .sl-navigation button.sl-next {
  right: 10px;
  font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 10px;
  font-size: 3rem;
}
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
.sl-wrapper .sl-navigation button.sl-next {
  right: 20px;
  font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 20px;
  font-size: 3rem;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2);
  opacity: 0;
}
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2);
  opacity: 0;
}
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2);
  opacity: 0;
}
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2);
  opacity: 0;
}
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2);
  opacity: 0;
}
}
/** lightbox styles ends here **/
/* rwd */
@media (min-width:320px) and (max-width:480px ){
  .DiSP-banBottom{
    display: none;
  }
.DiSP-sliderWrap .banCaption {
  top: 2px;
}
.DiSP-sliderWrap h1 {
  margin: 0;
  font-size: 32px !important;
}
.DiSP-sliderWrap h3 {
  font-size: 12px !important;
  margin: 4px 0;
}
.DiSP-sliderWrap .DiSP-shopBtn {
  margin: 0;
  padding: 4px 12px;
  font-size: 12px;
}
.DiSP-ban3img{
  display: none;
}
.DiSP-promoCont {
  width: 78%;
  margin: 5% 11%;
  border: 2px solid #fff;
}
.DiSP-category a {
  font-size: 14px;
}
.DiSP-promoCont h4 {
  font-size: 18px !important;
  margin-top: 5% !important;
}
.DiSP-hpBtnStyle {
  margin-top: 20px;
  padding: 8px 12px;
}
.DiSP-promoCont p {
  font-family: 'OpenSans';
  font-size: 12px;
}
.DiSP-Btn2border {
  margin-top: 12px;
}
.DiSP-promoImg {
  margin: 30px 0;
}
.DiSP-ban2 {
  top: 4px;
  left: 20px;
}
.DiSP-ban2 label {
  font-size: 8px;
  padding: 3px 6px;
}
.DiSP-ban2 h2 {
  font-size: 12px;
  margin: 4px 0 0 0;
}
.DiSP-ban2 p {
  display: none;
}
.DiSP-anchor {
  margin: 0;
  font-size: 10px;
}
.DiSP-banStyle {
  margin-bottom: 60px;
}
.DiSP-careerCont {
  margin-bottom: 30px;
}
.DiSP-careerCont h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.DiSP-careerCont p {
  font-size: 14px;
}
.DiSP-banWrap {
  top: 0 !important;
}
.DiSP-banWrap h1 {
  font-size: 32px;
}
.DiSP-btnLarge {
  font-size: 16px !important;
}
.DiSP-right {
  float: left;
}
.DiSP-btnWrap {
  margin: 10px 0;
}
.DiSP-DTStyle p, .DiSP-name {
  text-align: center;
}
.DiSP-DTStyle img {
  width: auto !important;
  display: inline-block !important;
}
.DiSP-rentalItem img {
  width: auto;
  display: inline-block;
}
.DiSP-rentalItem {
  margin-bottom: 60px;
}
.DiSP-careerBanBottom {
  padding: 60px 0;
}
.DiSP-reverseLayout {
  display: flex;
  flex-direction: column-reverse;
}
}
@media (max-width:767px){
  .DiSP-sliderWrap .banCaption {
    top: 10px;
  }
.DiSP-sliderWrap h1 {
  margin-top: 0;
  font-size: 42px;
}
.DiSP-sliderWrap h3 {
  margin-top: 0;
  font-size: 24px;
}
.DiSP-sliderWrap .DiSP-shopBtn {
  margin-top: 0;
  padding: 6px 20px;
}
.DiSP-banBottom, .DiSP-ban3img {
  display: none;
}
.DiSP-ban2Wrap {
  margin-top: 0px;
}
.DiSP-ban2 p {
  margin-top: 6px;
  font-size: 8px;
}
.DiSP-ban2 {
  top: 4px;
  left: 20px;
}
.DiSP-ban2 label {
  font-size: 8px;
  padding: 3px 6px;
}
.DiSP-ban2 h2 {
  font-size: 12px;
  margin: 4px 0 0 0;
}
.DiSP-anchor {
  margin: 0;
  font-size: 10px;
}
.DiSP-promoImg {
  margin: 30px 0;
}
.DiSP-promoCont h4 {
  margin-top: 40%;
  font-size: 30px;
}
.DiSP-hpBtnStyle {
  margin-top: 10px;
}
.DiSP-banStyle {
  margin-bottom: 60px;
}
.DiSP-careerCont {
  margin-bottom: 30px;
}
.DiSP-careerCont h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.DiSP-careerCont p {
  font-size: 14px;
}
.DiSP-banWrap {
  top: 20%;
}
.DiSP-banWrap h1 {
  font-size: 54px;
}
.DiSP-anchorStyle {
  font-size: 12px;
}
.DiSP-btnLarge {
  font-size: 32px;
}
.DiSP-categoryLink {
  display: block;
  margin-bottom: 34px !important;
}
.DiSP-DTStyle p.DiSP-title {
  margin-bottom: 34px;
}
.DiSP-cont {
  padding: 34px 80px;
}
.DiSP-left {
  width: 100%;
}
.DiSP-right {
  margin-top: 20px;
}
.DiSP-btnWrap {
  margin: 10px 0;
}
.DiSP-title {
  margin-bottom: 30px;
}
.DiSP-DTStyle p, .DiSP-name {
  text-align: center;
}
.DiSP-DTStyle img {
  width: auto !important;
  display: inline-block !important;
}
.DiSP-rentalItem img {
  width: auto;
  display: inline-block;
}
.DiSP-rentalItem {
  margin-bottom: 60px;
}
.DiSP-careerBanBottom {
  padding: 60px 0;
}
}
@media (min-width:768px) and (max-width:991px){
  .DiSP-banBottom ul li label {
    font-size: 12px;
  }
.DiSP-banBottom ul {
  width: 90%;
  margin: 0 5%;
}
.DiSP-sliderWrap .banCaption {
  top: 10px;
}
.DiSP-sliderWrap h1 {
  margin-top: 0;
  font-size: 72px;
}
.DiSP-sliderWrap h3 {
  margin-top: 0;
  font-size: 32px;
}
.DiSP-sliderWrap .DiSP-shopBtn {
  margin: 0;
  padding: 6px 30px;
}
.DiSP-ban2 {
  top: 6px;
  left: 25px;
}
.DiSP-ban2 label {
  padding: 1px 14px;
  margin-bottom: 0;
  font-size: 12px;
}
.DiSP-ban2 h2 {
  font-size: 22px;
  margin: 6px 0;
}
.DiSP-ban2 p {
  margin-top: 10px;
  font-size: 12px;
}
.DiSP-anchor {
  font-size: 14px;
}
/*.DiSP-promoImg {
margin: 30px 0;
}*/
.DiSP-banStyle {
  margin-bottom: 60px;
}
.DiSP-careerCont {
  margin-bottom: 30px;
}
.DiSP-careerCont h2 {
  font-size: 52px;
  margin-bottom: 10px;
}
.DiSP-banWrap {
  top: 20%;
}
.DiSP-pageBG .DiSP-bgDiv {
  top: 930px !important;
}
.DiSP-cont {
  padding: 34px 80px;
}
.DiSP-left {
  width: 72%;
}
.DiSP-promoCont h4 {
  font-size: 26px;
  margin-top: 0px;
}
.DiSP-rentalItem {
  margin-bottom: 60px;
}
}
@media (min-width:992px) and (max-width:1024px){
  .DiSP-banBottom ul li img {
    margin-right: 10px;
  }
.DiSP-banBottom ul li label {
  font-size: 14px;
}
.DiSP-ban2 h2 {
  font-size: 32px;
  margin: 10px 0;
}
.DiSP-ban2 p {
  margin-top: 10px;
}
.DiSP-rentalItem {
  margin-bottom: 60px;
}
}
@media (max-width:1200px){
  .DiSP-pageBG .DiSP-bgDiv {
    top: 712px;
  }
}
/* Careers Flexbot CSS Begin */
.careersBckgrd {
  background-image: url("/ASSETS/IMAGES/CMS/STATIC_IMAGES/StaticPageImges/careersBanner.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:200px;
  padding-bottom:140px;
  margin-bottom:50px;
}
.bannerWrapper {
  display: block;
  padding: 0 0 0 0;
  margin: 0 auto;
  width: 400px;
  text-align: center;
}
.bannerWrapper h1 {
  color: #fff;
  font-family: 'OpenSans-ExtraBold';
  font-size: 90px;
}
.flexbox-container {
  display:flex;
  align-items: center;
}
.flexbox-container.careerWrapper .flexbox-item2, .flexbox-container.careerWrapper .flexbox-item3 {
  padding:20px 30px;
}
.flexbox-item1 {
  width:50%;
}
.flexbox-item2 {
  width:50%;
}
.flexbox-item3 {
  width:50%;
}
.flexbox-item4 {
  width:50%;
}
.flexbox-container.careerWrapper h2 {
  font-size:72px;
  line-height: 1.1;
  color: #3a3a3a;
  font-family: 'OpenSans-ExtraBold';
  padding-bottom:15px;
}
.flexbox-container .DiSP-blueText {
  font-size:20px;
  padding-bottom:20px;
}
.flexbox-container p {
  font-size:16px;
  line-height:1.6;
  padding-bottom:20px;
}
.flexbox-container li.noBullet:before {
  background:#fff !important;
}
.DiSP-homeImgBG{
  background: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/Static_Images/1920x560-510065980-min.jpg');
  padding: 60px 0 !important;
  background-size: cover;
}
.DiSP-banCapBG {
  background: #303030;
  padding: 20px;
  color: #fff;
}
.DiSP-banCapBG p {
  color: #fff;
}
.DiSP-btn {
  background: #336633;
  padding: 8px 24px;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
}
/* 	Media Queries */
@media (max-width: 1000px) {
  .flexbox-item1 {
    width:30%;
  }
.flexbox-item2 {
  width:70%;
}
.flexbox-item3 {
  width:70%;
}
.flexbox-item4 {
  width:30%;
}
.flexbox-container.careerWrapper h2 {
  font-size:48px;
  padding-bottom:10px;
}
.flexbox-container .DiSP-blueText {
  font-size:20px;
  padding-bottom:10px;
}
}
@media (max-width: 992px) {
  .careersBckgrd {
    padding-top:200px;
    padding-bottom:140px;
  }
.bannerWrapper {
  display: block;
  padding: 0 0 0 0;
  margin: 0 auto;
  width: 400px;
  text-align: center;
}
.bannerWrapper h1 {
  color: #fff;
  font-family: 'OpenSans-ExtraBold';
  font-size: 70px;
}
.flexbox-item1 {
  width:40%;
}
.flexbox-item2 {
  width:60%;
}
.flexbox-item3 {
  width:60%;
}
.flexbox-item4 {
  width:40%;
}
}
@media (max-width: 767px) {
  .flexbox-container.odd {
    flex-direction: column;
  }
.flexbox-container.even {
  flex-direction: column-reverse;
}
.flexbox-item1 {
  width:100%;
}
.flexbox-item2 {
  width:100%;
}
.flexbox-item3 {
  width:100%;
}
.flexbox-item4 {
  width:100%;
}
}
/* Careers Flexbot CSS End */
@media (max-width: 480px) {
  .DiSP-services p {
    min-height: 80px;
  }
}
/* AGA Styles */
.agaText p {
  font-size:16px;
  line-height:1.4;
}
.agaText li {
  font-size:16px;
  line-height:1.4;
  padding-bottom:20px;
}
/** home **/
.DiSP-subHeading {
  color: #0066cc;
  padding-bottom: 6px;
  border-bottom: 2px dotted #0066cc;
  text-align: center;
  margin-bottom: 30px;
}
.DiSP-home .slick-slide{
  box-shadow: none !important;
  border: 1px solid #a3c0e4;
}
.cimm_slideItemDesp a {
  color: #32aa60;
  font-size: 18px;
}
.DiSP-home .cimm_sliderWrap{
  margin-bottom: 40px;
}
.DiSP-home .slick-prev, .DiSP-home .slick-next{
  box-shadow: none !important;
  background: transparent;
}
.DiSP-home .slick-prev:hover, .DiSP-home .slick-next:hover{
  background: transparent;
}
.DiSP-home .slick-prev:before, .DiSP-home .slick-next:before{
  color: #a3c0e4;
}
.DiSP-home .cimm_slideItemDesp .productTitle{
  color: #32aa60;
}
.cimm_staticPageWrap h4, .cimm_staticPageWrap h5, .cimm_staticPageWrap h6, .cimm_staticPageWrap h3, .cimm_staticPageWrap h2 {
  color: #32aa60;
}
.DiSP-locBG{
  background: rgb(163 192 228 / 20%);
  min-height: 200px;
  padding: 20px;
  margin-bottom: 30px;
}
.DiSP-locBG h4{
  min-height: 45px;
}
.DiSP-bannerWrap {
  position: relative;
}
.DiSP-banCaption{
  color: #fff;
  position: absolute;
  top: 42%;
  /*left: 42%;*/
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
}
.DiSP-proSerWrap {
  margin-top: 30px;
  text-align: center;
}
.DiSP-proSerWrap ul li{
  display: inline-block;
}
.DiSP-proSerWrap ul li::before{
  display: none !important;
}
.DiSP-proSerWrap ul li a{
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #0066cc;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 6px #0066cc;
  transition: all ease 0.2s;
}
.DiSP-proSerWrap ul li a:hover{
  background: #336633;
  box-shadow: none;
}
.DiSP-proSerWrap ul li a img{
  margin: 0px auto;
  padding: 25px 0;
}
.DiSP-imgWrap img {
  border: 1px solid #ccc;
  padding: 10px;
}
.DiSP-subHeading {
  margin-bottom: 30px;
}
.DiSP-bannerWrap{
  margin-bottom: 30px;
  text-align: center;
}
/****** Reuse styles *****/
.Disp_text_align_center {
  text-align: center
}
.Disp_Bg_color_primary {
  background: #0066cc;
  margin-bottom: 30px;
  padding: 20px;
}
.Disp_img_align_center .fa{
  font-size: 36px;
}
.DiSP_anchorLink_btn {
  color: white;
  background: #32aa60;
  padding: 12px 10px
}
.Disp_img_align_center {
  text-align: center;
}
.Disp_Bg_color_primary a {
  color: #fff;
}
.Disp_Bg_color_primary a:hover {
  color: #32aa60;
}
.Disp_img_align_center  a > img {
  display: inline-block;
}
.DiSP-hr{
  border-top: 2px solid #013780;
}
#weather {
  margin-left: 15px;
}
#weather > ul {
  display: unset !important;
}
.cimm_staticPageWrap .cimm_sliderWrap .cimm_caroWrap li ul .sliderDescrip p {
  min-height: 70px;
  margin-bottom: 10px;
}
.cimm_sliderWrap .cimm_caroWrap li ul .sliderDescrip p a {
  text-decoration: underline;
}

