.cimm_productHead h2 {
  color: #444d69;
}
.cimm_placeHolder_Top {
  background: #bfae7f;
  padding: 20px 0px;
  text-align: center;
}
.cimm_placeHolder_Top h3, .cimm_placeHolder_Top p {
  color: #fff;
}
.cimm_placeHolder_Top p {
  padding: 0 10px;
}
.cimm_placeHolder_Top h3 {
  margin-bottom: 10px;
}
.cimm_welcomeNote {
  color: #878787;
  text-align: center;
}
.cimm_placeHolder_Bottom img {
  width: 100%;
}
.cimm_HomepageSliderWrap {
  height: 382px;
  margin-bottom: 30px;
}
.cimm_HomepageSliderWrap img {
  top: 0px !important;
}
.cimm_HomepageSliderWrap {
  color: #ffffff !important;
  font-weight: bold;
}
.cimm_HomepageSliderWrap .jssorb01 {
  top: 170px !important;
  bottom: 0 !important;
}
.cimm_placeHolder {
  margin: 0 10px;
}
.cimm_staticPageWrap{
  font-family:Montserrat-Regular;
  font-size:12px;
}
.mainHeading{
  color: #444d69;
  margin-top:20px;
  /*border-bottom: 1px solid #9C0101;*/
  padding-bottom:5px;
}
.subHeading{
  margin:20px 0 20px 0;
  text-align:center;
  background-color:#444d69;
  padding:10px;
  color:#fff;
}
/*.subHeading{
color:#000038;
margin-top:20px;
position: relative;
}
.subHeading hr{
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin: -2px 0 0 0;
border: 1px solid #9C0101;
}*/
/*.subHeading h3 span{
padding: 5px 20px;
background-color:#fff;
}
.subHeading h3{
position: relative;
z-index: 1;
/*overflow: hidden;*/
/*text-align: center;
bottom: 0px;
}*/
.paraBold{
  font-weight:bold;
  margin:0 0 20px 0;
  background-color:#f2efe5;
  color:#444d69;
  padding:10px;
}
.paragrapghtext{
  margin:10px 0;
}
.paraWrap p a img{
  float:left;
  margin-right:20px;
}
.paraWrap p a{
  display: block;
}
.leadershipWrap{
  margin-top:20px;
}
.imgWrap{
  margin-right:20px;
  border: 1px solid #ccc;
  padding:10px;
}
.imgDiv{
  padding-left: 20px!important;
}
.imgWrap a img{
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0.3s linear;
}
.imgWrap a{
  display:block;
  overflow:hidden;
}
.imgWrap a img:hover{
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  opacity: 0.5;
}
.listBlock h3{
  margin:20px 0 10px 0;
}
.listBlock ul{
  padding-left:15px;
}
.listBlock ul li{
  list-style:disc;
  padding-bottom:5px;
}
/*.listBlock{
margin-top:20px;
}*/
.subheading2{
  color:#000038;
  font-size: 14px;
  margin-bottom:10px;
}
button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #ddd;
}
/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
}
/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block;
}
.marginTop{
  margin-top:20px;
}
/*career stars*/
.accordion{
  margin-bottom:1px;
  background-color:#444d69!important;
  padding:10px 5px!important;
  color:#fff!important;
}
.panel{
  padding:20px!important;
  margin-bottom:1px!important;
  border:1px solid #ccc!important;
}
.panel ul{
  padding-left:20px;
}
.panel ul li{
  padding:3px;
  list-style-type:disc;
}
.DiSp_bttns {
  width: 100%;
  box-shadow: none !important;
  margin-bottom: 40px!important;
}
.DiSp_bttns > .DiSp_applyOnlineBtn {
  float: right!important;
  background: #bfae7f!important;
  color: #FFF!important;
  font-size: 14px!important;
  padding: 6px 10px!important;
  box-shadow: none!important;
  font-weight: bold;
  text-decoration: none!important;
  border: none;
}
.DiSp_bttns > .DiSp_downloadBtn {
  float: right!important;
  background: #bfae7f!important;
  color: #FFF!important;
  font-size: 14px!important;
  padding: 6px 10px!important;
  margin-right: 10px!important;
  box-shadow: none!important;
  font-weight: bold;
  text-decoration: none!important;
  border: none;
}
.DiSp_bttns > .DiSp_downloadBtn:hover, .DiSp_bttns > .DiSp_applyOnlineBtn:hover{
  background:#565f65!important;
}
.staticFormWrap{
  margin-top:20px;
}
.fullStaticBG{
  width:600px;
  background-color:#f2efe5;
  padding:20px;
}
.forms .Validate-String, .forms .Validate-email{
  width:100%;
}
.forms > ul > li > label > span{
  color:#F00;
}
.DiSP_txtBox{
  width:400px!important;
  height:40px!important;
  padding:5px!important;
  border-color:1px solid #878787!important;
  border-radius:5px!important;
}
.DiSP_form{
  margin-top:20px!important;
  background-color:#f2efe5;
  padding:20px;
  width:1000px;
  margin:0 auto!important;
}
.DiSP_form input[type="text"]{
  padding:0 10px;
  width:94%;
  margin-right:3%;
}
.selectInDropDown1{
  width:94%;
  margin-right:3%;
}
/*.DiSP_txtBox span{
color:#F00;
}
.DiSP_form label{
display:block;
}
.DiSP_selectInDropDown{
width:400px;
}
.DiSP_selectInDropDown{
box-shadow:none!important;
}
.firstRow{
margin-bottom: 20px;
}
.firstRow span{
color: #f00;
}
.DiSP_red{
color: #f00;
}
.DiSP_txtBoxComment{
width:980px!important;
height:120px!important;
}*/
/*a*/
.Disp_button {
  padding: 5px;
  background: #444d69;
  color: #fff;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  border: 2px solid #fff;
  height: 40px;
  width: 180px;
  margin-top: 35px;
  margin-bottom: 60px;
  /* font-weight: bold; */
  float:right;
}
.DiSp_invImg {
  margin-right: 15px;
  /* width: 287px; */
}
.sideHeading {
  text-align: center;
  background-color: #444d69;
  padding: 10px;
  color: #fff;
}
ul.listimg li {
  float: left;
  width: 30%;
  padding: 18px;
  margin-right: 2%;
  /* border-right: 1px solid red; */
}
.listimg a {
  display: block;
  overflow: hidden;
}
.listimg li a img {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0.3s linear;
}
.listimg li a img:hover {
  transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  opacity: 0.5;
}
ul.DiSp_invent li i {
  color: #444d69;
  margin-right: 10px;
}
ul.DiSp_invent li {
  line-height: 30px;
}
#cimm_headingbg h3{
  color:#444d69;
  font-size:30px;
}
.cimm_top{
  margin-top:20px;
}
#cimm_headingbg{
  background:rgba(191, 174, 127, 0.42);
  ;
  text-align: center;
  padding: 30px;
  width: 100%;
  height: 100px;
  /* margin-top: 10px; */
  float: left;
}
.cimm_para {
  margin: 0 auto!important;
  float: none!important;
  width: 70%!important;
}
.cimm_SubTitles h5 {
  color: #444d69;
  font-size: 17px;
  text-align:center;
}
ul.cimm_listitems li {
  line-height: 25px;
  font-size: 16px;
  list-style-type: disc;
  margin-left: 17px;
}
.cimm_TabBlock:hover, .cimm_TabBlock_img:hover {
  background:rgba(228, 221, 201, 0.12);
}
.cimm_TabBlock, .cimm_TabBlock_img {
  padding: 15px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.cimm_banner{
  /*position: relative;*/
  overflow: hidden;
}
h1.cimm_bannertxt {
  color: rgb(164, 135, 67);
  position: absolute;
  /* bottom: 0; */
  left: 0px;
  width: 100%;
  padding: 20px 50px;
  text-shadow: 0 1px 0 black;
  font-size: 50px;
  top: 32px;
  /* right: 0; */
  /* float: right; */
  text-align: right;
}
.cimm_bannerpara {
  color: #fff;
  position: absolute;
  /* bottom: 0; */
  /* left: 0px; */
  width: 45%;
  padding: 20px 50px;
  text-shadow: 0 1px 0 black;
  font-size: 16px;
  top: 111px;
  right: 0;
  float: right;
  text-align: right;
}
.cimm_middlecontent {
  height: auto;
  line-height: 25px;
  width: 80%!important;
  float: none!important;
  background: rgba(200, 204, 217, 0.109804);
  margin: 0px auto !important;
}
.cimm_middlecontent h3 {
  margin: 0 auto;
  width: 85%;
  /* margin: 20px 0; */
  line-height: 75px;
  font-size: 26px;
  color: #444d69;
}
.cimm_midpart{
  margin: 0 auto;
  width: 85%;
}
.cimm_midpart i {
  font-size: 25px;
  color: #444d69;
}
.cimm_midpart span{
  font-size:16px;
  line-height:26px;
}
#cimm_head {
  font-weight: bold;
  font-size: 17px;
  margin-right: 10px;
}
.cimm_imgbgcenter {
  margin: 0 auto!important;
  width: 80%!important;
  float: none!important;
  background: #f9fafb;
  padding: 0 -2px!important;
}
.cimm_imgbgcenter img {
  background: #444d69;
  border-radius: 60%;
  display: block;
  padding: 12px;
  margin: 0 10px;
}
.cimm_imghead{
  color:#444d69;
}
.cimm_left {
  margin-top: 20px;
  /* margin-right: 0px; */
}
.cimm_img :hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.Static_columnImage{
  width: 45%;
  margin: 0 auto;
}
.cimm_frstleft {
  padding: 15px!important;
}
.cimm_frstright {
  width: 30%!important;
  padding: 15px!important;
}
.cimm_frstleft h4 {
  font-size: 26px;
  color: #444d69;
  font-weight: bold;
  text-transform:lowercase;
}
.cimm_frstleft  p{
  font-size:16px;
  line-height:26px;
}
ul.cimm_lists li {
  line-height: 26px;
  margin-left: 10px;
}
.cimm_frstright h4 {
  font-size: 18px;
  margin-bottom: 7px;
}
.cimm_lists i{
  font-size:14px;
  padding-right:10px;
  color:#444d69;
}
.cimm_middlecontent p {
  line-height: 25px;
}
.cimm_clipart {
  padding: 15px!important;
}
.cimm_clipart img {
  float: left;
  display: block;
  margin-right: 10px;
}
.cimm_clipart p{
  font-size:16px;
  line-height:26px;
}
.cimm_leftcontent {
  padding: 20px!important;
  width:30%!important;
  /* border: 1px solid red; */
}
.cimm_gov {
  background: rgba(191, 174, 127, 0.15);
  padding: 20px;
  margin: 5px;
}
.cimm_gov {
  background: rgba(191, 174, 127, 0.15);
  padding: 20px!important;
  margin: 12px;
  float: right!important;
  width: 25%!important;
  font-style: italic;
  font-weight: bold;
}
.cimm_imgleft {
  margin-right: 20px;
  width: 40%!important;
}
/********* L *********/
p.DiSp_paragrapghText {
  margin-top: 15px;
}
ul.DiSp_liststyle {
  margin-left: 21px;
  width: 250px;
  float: left;
}
ul.DiSp_liststyle li {
  padding: 10px;
  border-bottom: 1px solid #f2efe5 !important;
}
.DiSp_border {
  padding: 22px !important;
  border: 1px solid #f2efe5;
}
i.fa.fa-arrow-right {
  color: #444d69;
}
.DiSp_Heading_bg {
  background: #444d69;
  width: 6px;
  position: relative;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.DiSp_Main_heading {
  /* margin: 20px 0 20px 0; */
  /* text-align: center; */
  /* background-color: #444d69; */
  padding: 3px 10px;
  color: #444d69;
  position: absolute;
  width: 232px;
  margin-left: 10px;
  height: 50px;
}
.DiSp_Heading_bg p {
  width: 250px;
  position: absolute;
  padding: 34px 20px;
}
.DiSp_Static_Image{
  float: left;
  width: 45%;
  margin-right:5%;
}
.DiSp_static_content {
  float: left;
  width: 45%;
  margin: 20px 0px;
}
a.DiSp_Static_more {
  color:#444d69;
}
.DiSp_static_content hr {
  margin: 30px 0px;
  border: none;
  height: 1px;
  background: #f2efe5;
}
.clear {
  clear: both;
}
a.DiSp_Static_more:hover {
  border-bottom: 1px dotted #bfae7f;
}
.colelem {
  display: inline;
  float: left;
  clear: both;
}
.DiSp_Static_columnImage{
  width: 45%;
  margin: 0 auto;
}
.DiSp_columnText
{
  margin-top: 15px;
  text-align: center;
  padding: 10px;
}
.DiSp_Static_columnHeading{
  text-align: center;
  margin-top: 20px;
}
.DiSp_threeBlocks {
  margin: 0 1%;
  border-top: 5px solid #444d69;
  width: 31.33% !important;
}
/********* L *********/
/*HistoryPage2*/
.column1, .column2, .column3{
  width:22%!important;
  margin-right:2%;
  float:left;
  padding:0 10px;
}
.column1{
  margin-left:3%;
}
.column4{
  width:22%!important;
  margin-right:3%;
  float:left;
  padding:0 10px;
}
.outerWrap{
  padding:40px 20px 20px 20px;
  background-color:#444d69;
}
.outerWrap ul li{
  float:left;
  width:23.5%;
  margin-right:2%;
  list-style-type:none;
}
.outerWrap ul li:last-child{
  margin-right:0;
}
.titleWrap{
  position:relative;
  top:0;
  left:10px;
  background-color:#bfae7f;
  padding:10px 20px;
}
.outerWrap{
  position:absolute;
  margin-top:20px;
}
.flip{
  color: #000!important;
}
.flip i {
  display: inline;
  float: right;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.flip a{
  padding: 5px;
  background-color: #444d69!important;
  border: 1px solid;
  border-color: #fff;
  border-bottom-color: #aaa;
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
.DiSp_panel {
  padding: 0px 25px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  display: block;
  color:#000;
}
.redStar{
  color: #f00;
}
.inputWrap{
  margin-top:20px;
}
.DiSP_form label{
  display:block;
}
.DiSP_form textarea{
  width: 930px;
  height: 100px;
  border: 1px solid #bfae7f;
}
.formWrap{
  margin-top:20px;
}
.bttnWrap{
  width:1000px;
  margin: 0 auto!important;
}
.bttnWrap input[type="submit"]{
  background: #bfae7f!important;
  color: #FFF!important;
  font-size: 14px!important;
  padding: 11px 30px!important;
  float:right;
  margin-top:20px;
  box-shadow: none!important;
  font-weight: bold;
  text-decoration: none!important;
  border: none;
}
.pressWrap  h3{
  border-bottom:1px solid #ccc;
  padding-bottom: 10px;
}
.pressWrap p{
  text-align:justify;
}
.NewsWrap{
  padding:20px 30px!important;
}
.NewsWrap h4 a{
  color: #444d69;
  text-decoration:underline;
}
.NewsWrap h4 a:hover{
  text-decoration:none;
}
.NewsWrap span a{
  color: #bfae7f;
}
.NewsWrap span a:hover{
  text-decoration:underline;
}
.DiSP_aboutUsDescp img {
  float:left;
  padding:0 20px 20px 0;
}
.DiSP_aboutUsDescp{
  margin-top:20px;
}
.aboutUsList ul li{
  list-style-type:disc;
  padding:3px 0;
}
.aboutUsList ul{
  padding-left:20px;
}
.aboutUsList h5{
  margin:20px 0;
}
.aboutDescp1 h4{
  color: #444d69;
  margin:20px 0 0 0;
}
.padding-top{
  padding-top:30px;
}
.greyBg{
  background:#ededed;
  position:relative;
}
.colmBox2{
  width:370px;
  height:360px;
  color:#fff;
  background:#072b61;
}
.colmBox2 span{
  padding: 0px 15%;
  display: inline-block;
  margin: 30px 0;
  font-weight: 500;
  font-size: 15px;
}
.staticBtn{
  background: #008080;
  margin: 0 15%;
  border: none;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.colmBox6{
  width:370px;
  height:360px;
  color:#363636;
  background:#d7d7d7;
}
.colmBox6 span{
  padding: 0px 15%;
  display: inline-block;
  margin: 30px 0;
  font-weight: 500;
  font-size: 15px;
}
/************************DISP****************************/
.DiSp_heading {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 24px;
  color:#111111;
  margin: 30px 0;
}
.DiSp_hr {
  border-bottom: 1px solid #D7D7D7 !important;
  border: 0;
}
.DiSp_subheading {
  font-family: "Montserrat";
  font-size: 16px;
  color: #000;
  margin: 10px 0 30px 0;
  line-height: 26px;
}
.DiSp_paragraph {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #000;
  line-height: 22px;
  margin: 14px 0;
}
.DiSp_awardtitle {
  padding: 10px 20px;
  background: #082B61;
  font-family: "Montserrat";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.DiSp_awardtitle  p{
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.DiSp_awardcontent {
  background: #f3f3f3;
  padding: 26px 20px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.DiSp_awardsblock {
  margin: 12px 0;
}
.DiSp_ourcustomer {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 3px 27px 30px 27px;
  margin: 5% 0;
}
.DiSp_brdcrumb {
  background: none;
  margin: 30px 0 10px 0;
  padding: 0;
  float:left;
}
.DiSp_brdcrumb li {
  display:inline;
}
.DiSp_brdcrumb li a {
  color: #707070;
  font-weight: bold;
}
.DiSp_brdcrumb li a i {
  font-size: 15px;
  color: #111111;
  padding-right: 3px;
}
.DiSp_brdcrumb li + li:before {
  content: "/";
  padding: 0 10px;
  color: #ccc;
}
.DiSp_active{
  color: #082B61 !important;
}
.DiSp_emlprint{
  margin: 30px 0 10px 0;
  padding: 0;
  float:right;
}
.DiSp_emlprint li{
  display:inline-block;
  float:left;
  padding:0 10px;
}
.DiSp_emlprint li a{
  color: #082B61;
  font-weight:bold;
}
.DiSp_emlprint li a img{
  float:left;
  display:block;
  margin: 3px 10px 0 0;
}
.DiSp_emlprint li:last-child {
  padding-right: 0;
}
.DiSp_title {
  color: #111111;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 20px;
  letter-spacing: 0;
}
.DiSp_companies li {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.DiSp_categoryItemBlock {
  border: 1px solid #D7D7D7;
  margin-bottom: 20px;
  border-radius: 3px;
}
.DiSp_categoryItemBlock > a {
  display: block;
}
.DiSp_categoryItemBlock > a > .DiSp_categoryImg{
  width: 100%;
  position: relative;
  height: 180px;
}
.DiSp_categoryItemBlock > a > .DiSp_categoryImg > img {
  height: 150px;
  padding: 2px;
  max-width: 100%;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.DiSp_categoryItemBlock > a > p {
  text-align: center;
  color: #082B61;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin: 0;
  padding: 10px 5px;
  height: 60px;
  background: #EDEDED;
}
.DiSp_leftRsrc {
  float:left;
  background: #f3f3f3;
  border-radius: 3px;
  width: 100%;
  padding: 0 0 16% 0;
  margin-bottom: 30px;
}
.DiSp_leftRsrc ul {
  width: 100%;
  display: block;
}
.DiSp_leftRsrc ul li {
  line-height: 50px;
}
.DiSp_leftRsrc ul li a {
  float:left;
  color: #082B61;
  letter-spacing: 0.1px;
  font-size: 16px;
  font-family: "Montserrat";
  color: #333333;
  width:100%;
  padding: 0px 20px;
  line-height: 50px;
}
.DiSp_leftRsrc ul li a:hover {
  background: #082B61;
  color: #ffffff;
  width: 100%;
  border-radius:3px;
}
.DiSp_rsrcactive{
  background: #082B61;
  color: #ffffff !important;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-radius:3px;
}
dl.DiSp_QuestionSection {
  width: 100%;
  margin-bottom: 16px;
}
dl.DiSp_QuestionSection dt {
  font-size: 20px;
  font-family: "Montserrat";
  color:     #ffffff ;
  font-weight: bold;
  padding: 14px 18px;
  border-radius: 3px;
  background: #082B61!important;
  cursor: pointer;
}
dl.DiSp_QuestionSection dd{
  padding: 30px 30px 40px 30px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.DiSp_leftpara {
  float: right;
  width: 95%;
  line-height: 28px!important;
  font-size: 16px;
}
dl.DiSp_QuestionSection i {
  margin-right: 2%;
  font-size: 24px;
  vertical-align: -webkit-baseline-middle;
  width: 3%;
  float: left;
  color: #f89e30;
}
.DiSp_message{
  width:100%;
  height: 140px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  resize: none !important;
  display: block;
}
.DiSp_contacticon{
  float:left;
  margin: 14px 25px 0 0;
}
.DiSp_contacticon img{
  display:block;
  width:100%;
}
.DiSp_subtitle {
  color: #082B61;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 15px;
  letter-spacing: 0;
}
ul.DiSp_pdf {
  width: 100%;
  display: block;
}
ul.DiSp_pdf li {
  list-style-type: none;
  margin-bottom:10px;
}
ul.DiSp_pdf li a {
  /* float: left;*/
  font-size: 13px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
/*ul.DiSp_pdf li a img {
float: left;
margin-right: 20px;
}*/
ul.DiSp_formContent{
  width:100%;
}
ul.DiSp_formContent li{
  float:left;
  width: 40%;
  margin: 0 40px 30px 0;
}
ul.DiSp_formContent .DiSp_fullfield{
  width: 87% !important;
}
ul.DiSp_formContent li label {
  color: #111111;
  font-weight: bold;
  vertical-align: top;
  font-family: "Montserrat-Medium";
}
ul.DiSp_formContent li input[type="text"], ul.DiSp_formContent li input[type="password"], ul.DiSp_formContent li select, ul.DiSp_formContent li textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.DiSp_textarea {
  resize: none;
  height: 142px !important;
}
p.DiSp_contactinfo img {
  float: left;
  margin-right: 30px;
}
p.DiSp_contactinfo {
  float:left;
  margin-bottom: 30px;
}
ul.DiSp_contactinfo {
  display: block;
  margin-top: 3%;
}
ul.DiSp_contactinfo li img {
  float: left;
  margin-right: 24px;
}
ul.DiSp_contactinfo li  {
  margin-bottom: 10%;
  font-size:13px;
}
.DiSp_cntctsubtitle {
  color: #111111;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 15px;
}
.DiSp_companybtn {
  text-align: center;
  margin: 6% 0;
  width: 100%;
}
.DiSp_listitems {
  width: 100%;
  display: block;
}
.DiSp_listitems li {
  list-style-type: none;
  line-height: 28px;
  margin-left: 30px;
}
.DiSp_listitems li i {
  font-size: 7px;
  vertical-align: middle;
  color: #f89e30;
  margin-right: 10px;
}
.DiSp_fullwidth {
  width: 100% !important;
}
.DiSp_bottomgap{
  margin-bottom:6%;
}
.DiSp_textonimg{
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.DiSp_text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat";
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align:center;
}
.DiSp_text span {
  font-size: 14px;
}
.DiSp_title span {
  text-transform: lowercase;
}
.DiSp_companies li:hover {
  background: #082B61;
}
.DiSp_logoimg img {
  margin: 0 auto;
}
.DiSp_logoimg{
  text-align: center;
  width: 100%;
  padding: 20px 14px 6px 14px;
}
.DiSp_companyblock {
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  margin-bottom: 18%;
}
textarea.sp-required.form-control.DiSp_comment {
  height: 165px;
  resize: none;
}
button.Disp_send {
  width: 120px;
  margin: 45px 0;
}
.DiSp_rightcontact {
  float: right !important;
  width: 77% !important;
}
.DiSp_btn {
  background: #082B61;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 28px !important;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 22px;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 3px;
  font-weight: bold;
}
.DiSp_industryblock {
  float: left;
}
.DiSp_industryblock:last-child {
  margin-right: 0;
}
.branchHeading{
  font-size:22px;
  font-weight:bold;
  text-transform:uppercase;
}
.addressWrap,.phoneNoWrap{
  margin-bottom:20px;
}
.directionWrap a{
  margin-bottom:20px;
  color:#082B61;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}
.DiSp_locationSearch {
  width: 74.6%;
  margin-bottom: 5px;
  float:left;
}
.DiSp_locationZipcode {
  margin-bottom: 14px;
  width: 300px;
  float: left;
}
.DiSp_locationZipcode label {
  font-size: 14px;
  width: 108px;
  display: block;
  float: left;
  text-align: right;
  margin-top: 7px;
}
.DiSp_locationZipcode input[type="text"] {
  width: 156px;
  float: left;
  padding: 6px;
  margin-left: 10px;
}
.DiSp_locationWithinMiles {
  margin-bottom: 5px;
  width: 220px;
  float: left;
}
.DiSp_locationSearch input[type="button"] {
  background: transparent;
  color: #082B61;
  font-weight: 600;
  text-decoration: underline;
  margin: 7px 0 0 20px;
  border: none;
}
.DiSp_locationWithinMiles select{
  width:156px;
  height:34px;
  margin-left: 10px;
}
.DiSp_locationnames {
  float: left;
  background: #f3f3f3;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 30px;
}
.DiSp_locationnames ul {
  width: 100%;
  display: block;
}
.DiSp_locationnames li{
  line-height: 50px;
}
.DiSp_locationnames li a{
  float: left;
  color: #082B61;
  letter-spacing: 0.1px;
  font-size: 15px;
  font-family: "Montserrat";
  color: #333333;
  width: 100%;
  padding: 0px 20px;
  line-height: 44px;
}
.DiSp_locationnames li a:hover {
  background: #082B61;
  color: #ffffff;
  width: 100%;
  border-radius: 3px;
}
a.DiSp_largeloc {
  line-height: 26px !important;
  /* padding: 8px 0 !important; */
}
.DiSp_paragraph a{
  color: #082B61;
  font-weight: bold;
}
#purvis:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/PurvisBearing_KO-Web-STD.png');
}
.DiSp_activecompnay{
  background: #082B61;
}
#capc:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/CapCorp_KO-Web-STD.png');
}
#trd:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/Triad_KO-Web-STD.png');
}
#amcn:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/AmericanPackageHytrol_KO-Web-STD.png');
}
#usa:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/USConveying_KO-Web-STD.png');
}
#national:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/NationalMechPower_KO-Web-STD.png');
}
#hair:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/HydraAir_KO-Web-STD.png');
}
#np:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/NPOP_KO-Web-STD.png');
}
#kmec:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/KMEC_KO-Web-STD.png');
}
#mse:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/MineSupply_KO-Web-STD.png');
}
#imsco:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/Imsco_KO-Web-STD.png');
}
#picor:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/Picor-KO-STD.png');
  background: #04248c;
  border-radius: 5px;
}
#hgear:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/HydraGear-KO-STD.png');
}
#precision:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/PNG_Standardized/Precisionlogo_KO-Web-STD.png');
}
#face:hover{
  content: url('/ASSETS/IMAGES/CMS/STATIC_IMAGES/LogoImages/Foresight_KO-Web-STD.jpg');
}
img#face{
  border-radius: 6px;
}
img.picorComp{
  margin-top:-35px;
}
img#picorHover{
  border-radius: 5px;
}
ul.DiSp_sitemaplist {
  width: 100%;
  display: block;
  margin: 14px 0;
}
ul.DiSp_sitemaplist li {
  list-style-type: none;
  margin-left: 22px;
}
ul.DiSp_sitemaplist li a {
  font-size: 13px;
  line-height: 30px;
}
.DiSp_sitemaptitle a{
  color: #082B61;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 15px;
}
.DiSp_sitemaptitle {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #f3f3f3;
}
.DiSp_sitemaplist > li > a:hover{
  color: #082B61;
}
.DiSp_marginzero {
  margin-top: 0;
}
/*****************************Responsive design*********************/
@media(max-width:320px){
  ul.DiSp_contactinfo {
    margin-top: 5%;
  }
.DiSp_rightcontact {
  width: 100% !important;
}
.colmBox2,.colmBox6{
  width:100%;
  margin-bottom:20px;
}
}
@media(min-width:321px) and (max-width:480px){
  ul.DiSp_contactinfo {
    margin-top: 5%;
  }
.DiSp_rightcontact {
  width: 100% !important;
}
dl.DiSp_QuestionSection i {
  width: 5% !important;
}
.DiSp_leftpara {
  width: 90% !important;
}
.colmBox2,.colmBox6{
  width:100%;
  margin-bottom:20px;
}
}
@media(min-width:481px) and (max-width:768px){
  .DiSp_rightcontact {
    width: 100% !important;
  }
ul.DiSp_contactinfo {
  margin-top: 5%;
}
ul.DiSp_contactinfo li {
  margin-bottom: 8%;
}
.DiSp_industryblock {
  margin-right: 16%;
}
.colmBox2{
  margin-bottom:20px;
}
}
@media(min-width:769px) and (max-width:980px){
  .DiSp_rightcontact {
    width: 100% !important;
  }
ul.DiSp_contactinfo li {
  margin-bottom: 6%;
}
.DiSp_industryblock {
  margin-right: 20%;
}
}
@media(min-width:981px) and (max-width:1024px){
  .colmBox2,.colmBox6{
    width:100%;
    height:300px;
  }
}
.DiSp_newsdate{
  color: #082B61;
  font-weight: bold;
  margin: 10px 0;
}
.DiSp_newsTitle{
  color: #082B61 ;
  font-family: "Montserrat" ;
  margin-top: 10px ;
}
.DiSp_newsrightbar {
  background: #f3f3f3;
  border-radius: 3px;
  box-shadow: none;
  padding: 20px;
  margin-bottom: 20px;
}
.DiSp_newsrightbar ul li a {
  color: #111111;
  font-weight: bold;
  line-height: 32px;
  font-size: 15px;
}
ul.DiSp_policylist {
  width: 100%;
  display: block;
  margin: 20px 0;
}
ul.DiSp_policylist li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 22px;
  font-size: 13px;
}
.DiSp_leftcol{
  float:left !important;
  width:75% !important;
}
#ourCompanies .modal-dialog {
  width: 350px !important;
  min-width: 250px;
  margin: 5% auto;
}
#ourCompanies .modal-header {
  padding: 10px !important;
}
#ourCompanies .modal-body {
  padding-top: 0 !important;
}
#ourCompanies .close {
  opacity: 1.0 !important;
}
/*Side navigation tabs mobile*/		
@media(max-width: 992px){
  .DiSp_leftRsrc.mob_DiSp_leftRsrc{
    float: none		
  }
.DiSp_leftRsrc.mob_DiSp_leftRsrc ul li a{
  float: none;
  display: block		
}
}
/********************button demo********************/
ul.DiSp_buttoncolor {
  width: 100%;
  display: block;
  margin: 30px 0;
}
ul.DiSp_buttoncolor li {
  line-height: 30px;
}
ul.DiSp_buttoncolor li a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 40px;
}
ul.DiSp_buttoncolor li a:hover {
  background: #082B61;
  color: #ffffff;
}
ul.DiSp_buttoncolor {
  width: 100%;
  display: block;
  margin: 30px 0;
}
a.DiSp_activebtn {
  background: #082B61;
  color: #ffffff !important;
}
ul.DiSp_pdf li img {
  float: left;
  padding-right: 20px;
}
/*Golf Pages Image Align Center*/
img.img-responsive.aligncenter {
  margin: 0 auto;
}
