.vendorContent p {
  margin: 0 0 15px;
  line-height: 1.5;
  font-family: "RobotoRegular";
}
.vendorContent b,.vendorContent strong {
  font-weight:bold;
}
.vendorsMain {
  margin: 0 auto;
}
.content {
  background: #fff;
  color: #282828;
}
.content > div {
  display: none;
  padding: 10px;
}
.row.Disp_widHeigh{
  height: 500px;
}
.vendorsMain label, .vendorsMain label a {
  display: inline-block;
  padding: 8px 15px;
  font-weight: bold;
  text-align: center;
  color: #00549f;
  font-family: "RobotoRegular";
  font-size:16px;
}
.vendorContent a{
  color: #00549f;
  font-family: "RobotoRegular";
}
.vendorContent a{
  color:#00549f;
  font-family: "RobotoRegular";
}
.vendorsMain label:hover {
  color:#00549f;
  cursor: pointer;
  font-family: "RobotoRegular";
  font-size:16px;
}
.vendorsMain input:checked + label {
  background: #fff;
  color:#00549f;
  font-family: "RobotoRegular";
  font-size:16px;
  border-bottom:2px solid #00549f;
}
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4,
#tab5:checked ~ .content #content5{
  display: block;
}
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #CCC;
  opacity:0.5;
  background: #707070;
  color: #FFF;
}
.tooltipster-default .tooltipster-content {
  font-size: 11px;
  line-height: 20px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.logStaticPageWrap{
  font-size:14px;
}
.logStaticPageWrap strong, .logStaticPageWrap b {
  font-weight: bold;
}
.logStaticPageWrap ol {
  padding-left: 15px;
}
.logStaticPageWrap ul, .logStaticPageWrap ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.logStaticPageWrap ol, .logStaticPageWrap ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.logStaticPageWrap ol li {
  margin-left: 15px;
}
.logStaticPageWrap ul li ul li {
  list-style-type: circle;
}
.logStaticPageWrap h1, .logStaticPageWrap h2,.logStaticPageWrap h3,.logStaticPageWrap h4,.logStaticPageWrap h5,.logStaticPageWrap h6 {
  color: #21428a;
  font-family: oswald;
  margin-top: 0;
}
.tabSpace {
  padding-left: 12px;
}
.pullLeft{
  float:left;
}
.pullRight{
  float:right;
}
.vendorTitle{
  width:100%;
  display:none;
}
.vendorTitle h1{
  font-family:oswald;
  font-size:32px;
  color:#21428a;
}
.vendorList-wrap,.vendorList-wrap ul{
  width:100%;
}
.vendorList-wrap ul li{
  float:left;
  padding:15px 3%;
  font-size:18px;
}
.vendorList-wrap ul li a{
  color:#21428a;
  font-family:oswald;
  font-weight:bold;
}
.vendorContent{
  width:100%;
  font-family:'open sans';
  font-size:14px;
}
.locationBranchWrap{
  width:100%;
  background:#21428a;
  padding:5px;
}
.locationBranchWrap h5{
  padding-left:15px;
  color:#fff !important;
}
.branchHeadDetails h3, .branchContact h3, .businessHours h3, .branchCode h3{
  color:#21428a;
  font-size:14px;
}
.branchHeadDetails p, .branchContact p, .businessHours p, .branchCode p{
  font-size:12px;
  margin-bottom:10px;
}
.branchDetailsWrap{
  width:97%;
  background:#f0f0f0;
  padding:10px 0 10px;
  height:auto;
  margin-left:15px;
}
.branchLeftMenu ul li{
  padding:2px 5px;
  list-style-type: disc;
}
.branchLeftMenu ul li a{
  font-size:14px;
  color:#21428a;
}
.cimm_leftMenuEnclosure .branchLeftMenu ul{
  margin-top:5px;
}
.siteMapWrap ul li ul{
  margin-left: 20px;
}
.siteMapWrap > ul > li > a{
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 400px) {
  label {
    padding: 15px 10px;
  }
}
.cimm_formLabel{
  width:20%;
  float:left;
}
.vendorTable{
  overflow-x:hidden;
}
.vendorsMain input{
  display:none;
}
.vendorContent .cimm_formTbx input{
  display:block;
}
.storelocator-panel{
  border:1px soild #ccc;
}
.branchLeftMenu h3{
  color:#fff !important;
  background: #21428a;
  padding:7px 10px;
}
.cimm_pageTitle{
  font-family:oswald;
}
.staticContentWidth{
  width:70%;
}
.staticRightImage{
  width:28%;
}
.staticLeftImage{
  width:28%;
  float:left;
}
.staticLeftImage img{
  width:100%;
}
.staticRightImage img{
  width:100%;
}
.venderContentImage ul{
  list-style-type:none;
}
.venderContentImage ul li{
  float:left;
  margin-left:50px;
  list-style:none;
}
.vendorContentImage li{
  width:30%;
  list-style:none;
  float:left;
  text-align:center;
  height:210px;
}
.staticLeftContent{
  float:left;
  width:30%;
  margin-left:5%;
}
.venderContentList ul{
  list-style:none;
}
.vendorContentList li{
  list-style:none;
}
.venderContentImageList ul{
  list-style:none;
}
.venderContentImageList ul li{
  width:20%;
  list-style:none;
  float:left;
}
@media (max-width:767px){
  .venderContentImageList ul li{
    width:38%;
    margin-left:10%;
  }
.rwd-table th{
  display:none;
}
.rwd-table td {
  display: block;
  position: relative;
  padding-left: 45% !important;
  text-align: left;
  border-left:none;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 150px;
  position: absolute;
  display: inline-block;
  left: 10px;
  color: #28343C;
  font-size: 12px;
  font-family: 'tvnordcondefblack',sans-serif;
  text-transform: uppercase;
  padding:3px;
}
.staticContentWidth{
  width:60%;
}
.staticRightImage{
  width:38%;
}
.staticLeftImage{
  width:38%;
}
.row.Disp_widHeigh{
  height:1560px;
}
}
@media (max-width: 480px) {
  .venderContentImageList ul li{
    width: 100%;
    list-style: none;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-left:0;
  }
.staticContentWidth{
  width:100%;
}
.staticRightImage{
  width:100%;
  float:none;
  text-align:center;
}
.staticLeftImage{
  width:100%;
  float:none;
  text-align:center;
  font-size:12px;
}
.rwd-table th{
  display:none;
}
.rwd-table td {
  display: block;
  position: relative;
  padding-left: 45% !important;
  text-align: left;
  border-left:none;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 150px;
  position: absolute;
  display: inline-block;
  left: 10px;
  color: #28343C;
  font-size: 12px;
  font-family: 'tvnordcondefblack',sans-serif;
  text-transform: uppercase;
  padding:3px;
}
.vendorsMain label{
  width:100%;
  float:left;
  text-align:left;
}
.vendorsMain label a{
  padding:0;
}
.cimm_formLabel,.cimm_formTbx{
  width:100%;
  float:left;
}
}
.rwd-table{
  width:100%;
}
.borderedContainer {
  border-bottom:1px solid #21428a;
}
.vendorContent ul{
  margin-bottom:20px;
}
.vendorContent ul li ul{
  margin-left:25px;
}
.vendorContent ul li p{
  margin-left:15px;
}
.vendorContent table tr th{
  font-size:14px;
  font-family:oswald;
  border:2px dotted #999;
}
.vendorContent table tr td{
  border:2px dotted #999;
}
.centerText{
  width:30%;
  margin:0 auto;
}
.vendorsMain table{
  width:100%;
}
.vendorsMain table th{
  font-size:18px;
  border-bottom:4px solid #ccc;
  padding:10px;
}
.vendorsMain table td{
  font-size:14px;
  font-weight:600;
  border-bottom:2px solid #ccc;
  padding:10px;
}
.vendorsMain table td a{
  color: #21428a;
}
.vendorsMain a {
  color: #21428a;
  text-align:center;
  font-size:14px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 10px 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 10px 0;
}
.customLink {
  background-color: #21428a;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.staticLeftMenuWrap {
  background: #F6F6F6;
  margin-top: 30px;
}
.leftboardHead {
  width: 80%;
  margin: 0 auto;
}
.leftboardHead ul {
  min-height: 170px;
}
.leftboardHead h3 {
  text-align: center;
  color: #21428a;
  background: #ebebeb;
  margin: 20px auto;
}
.leftboardHead ul li {
  line-height: 30px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
  list-style: none;
}
.staticPageWrap a, .EventsContents a {
  color: #21428a;
  font-weight: bold;
}
.staticRightContentWrap {
  height: auto;
  float: right;
}
.StaticUserInfoWrap {
  width: 100%;
  height: auto;
}
.StaticUserInfo {
  float: right;
  width: 75%;
  height: auto;
  margin-top: 20px;
}
.StaticUserInfo h2 {
  margin: 10px 25px;
  text-align: center;
}
.staticUserArticle {
  background: #f6f2f1;
  position: relative;
  height: auto;
  -moz-box-shadow: inset 0 1px 15px #EEE;
  -webkit-box-shadow: inset 0 1px 15px #EEE;
  box-shadow: inset 0 1px 15px #EEE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  width: 100%;
}
.userImgWrap {
  position: absolute;
  left: -150px;
  top: -25px;
  width: 150px;
}
.userImgWrap img {
  width: 150px;
  height: 150px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-transform: rotate(5deg) translateX(0px) translateY(0px);
  -webkit-transform: rotate(5deg) translateX(0px) translateY(0px);
  -o-transform: rotate(5deg) translateX(0px) translateY(0px);
  -ms-transform: rotate(5deg) translateX(0px) translateY(0px);
  transform: rotate(5deg) translateX(0px) translateY(0px);
  -webkit-box-shadow: 5px 5px 5px 2px #DBDBDB;
  box-shadow: 5px 5px 5px 2px #DBDBDB;
}
.userInfoWrap {
  margin-top: 15px;
}
.userInfoWrap p {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}
.staticUserArticle li {
  line-height: 25px;
}
.UserAnswer{
  color:#21428a;
}
.morelink{
  color: #21428a;
  font-weight: bold;
}
.branchRightWrap{
  float:right;
}
#CustomForm input[type="text"], #CustomForm select{
  padding:15px;
}
.cimm_blogfullwidth{
  width:100%;
  float:left;
}
.cimm_blogfullwidth p{
  text-align:justify;
  line-height:20px;
  margin:0 5px 10px 5px;
}
.leftAlign{
  float:left;
  text-align:left;
  margin:0 10px 10px 0;
}
.rightAlign{
  float:right;
  text-align:right;
  margin:0 0 10px 10px;
}
.centerAlign{
  width:30%;
  margin:0 auto;
  text-align:center;
  float:none;
}
.cimm_blogfullwidth p img{
  border:1px solid #ccc;
}
.cimm_blogfullwidth ul li{
  list-style: disc;
  line-height: 20px;
}
.cimm_blogfullwidth ul{
  margin-left: 20px;
}
@media(max-width:480px){
  .cimm_blogfullwidth{
    width:100%;
    float:none;
  }
.cimm_blogfullwidth p{
  clear:both;
  margin:0px;
}
.cimm_blogfullwidth p img{
  width:98%;
  text-align:justify;
  line-height:20px;
  margin:5px}
.rightAlign,.leftAlign,.centerAlign{
  float:none;
  text-align:center;
  margin:0px;
  width:100%;
}
}
.staticBanner{
  width:100%;
  height:400px;
  position:relative;
}
.staticBanner img{
  display:block;
  width:100%;
  height:100%;
  margin-bottom:16px;
}
.staticTextBlocks{
  width:100%;
}
.staticTextBlocksFirstLetter{
  font-size: 72px;
  font-family: Oswald;
  font-weight: bold;
  float: left;
  height: 90px;
  width: 60px;
}
.staticTextBlocksText, .staticTextBlocksText p{
  line-height: 26px;
  font-size: 18px;
}
.staticTextBlocks p, .staticTextBlocksSpl{
  margin-top:16px;
  line-height: 26px;
  font-size: 18px;
}
.staticTextBlocksSpl{
  font-style:italic;
  font-weight:700;
  padding-bottom:16px;
  color:#21428a;
}
.staticTextSimilarBlocks{
  width:100%;
  padding:16px 0;
}
.staticTextSimilarBlocksContent{
  width:73%;
  float:left;
}
.staticTextSimilarBlocksContent p, .staticTextSimilarBlocksContent ul li{
  line-height:26px;
  font-size:18px;
}
.staticTextSimilarBlocksContent ul{
  list-style-type: inherit;
  padding-left:20px;
  margin-top:16px;
}
.staticTextSimilarBlocksContent ul li ul{
  list-style-type:decimal;
  margin-top:0px;
}
.staticTextSimilarBlocksContent h5{
  font-family: Oswald;
  color: #21428a;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.staticTextSimilarBlocksImage{
  width:25%;
  float:right;
}
.staticTextSimilarBlocksImage img{
  display:block;
  width:100%;
}
h3{
  font-family:Oswald;
  color:#21428a;
  font-size: 2em;
}
.bannerText{
  position:absolute;
  bottom: 9%;
  left: 3%;
  width:95%;
}
.bannerText h4{
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding: 0px 10px 0 0px;
  margin: 0;
  line-height: 40px;
  text-shadow: 1px 1px 6px #000;
}
.bannerText h2{
  color: #fff;
  display: block;
  font-size: 6.5em;
  padding: 0 10px 0 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 100px;
  text-shadow: 1px 1px 6px #000;
}
.staticTextSimilarBlocksContent1 p, .staticTextSimilarBlocksContent1 ul li{
  line-height:26px;
  font-size:18px;
}
.staticTextSimilarBlocksContent1 ul li{
  margin-bottom: 0px;
  list-style-type: disc;
}
.staticTextSimilarBlocksContent1 ul li a{
  color:#21428a;
}
.staticTextSimilarBlocksContent1 ul{
  list-style-type: inherit;
  padding-left:40px;
}
.staticTextSimilarBlocksConten1t ul li ul{
  list-style-type:decimal;
  margin-top:0px;
}
.staticTextSimilarBlocksContent1 h5{
  color: #21428a;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.colsWrap .col-xs-1, .colsWrap .col-sm-1,.colsWrap .col-md-1,.colsWrap .col-lg-1,.colsWrap .col-xs-2,.colsWrap .col-sm-2,.colsWrap .col-md-2,.colsWrap .col-lg-2,.colsWrap .col-xs-3,.colsWrap .col-sm-3,.colsWrap .col-md-3,.colsWrap .col-lg-3,.colsWrap .col-xs-4,.colsWrap .col-sm-4,.colsWrap .col-md-4,.colsWrap .col-lg-4,.colsWrap .col-xs-5,.colsWrap .col-sm-5,.colsWrap .col-md-5,.colsWrap .col-lg-5,.colsWrap .col-xs-6,.colsWrap .col-sm-6,.colsWrap .col-md-6,.colsWrap .col-lg-6,.colsWrap .col-xs-7,.colsWrap .col-sm-7,.colsWrap .col-md-7,.colsWrap .col-lg-7,.colsWrap .col-xs-8,.colsWrap .col-sm-8,.colsWrap .col-md-8,.colsWrap .col-lg-8,.colsWrap .col-xs-9,.colsWrap .col-sm-9,.colsWrap .col-md-9,.colsWrap .col-lg-9,.colsWrap .col-xs-10,.colsWrap .col-sm-10,.colsWrap .col-md-10,.colsWrap .col-lg-10,.colsWrap .col-xs-11,.colsWrap .col-sm-11,.colsWrap .col-md-11,.colsWrap .col-lg-11,.colsWrap .col-xs-12,.colsWrap .col-sm-12,.colsWrap .col-md-12,.colsWrap .col-lg-12{
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.borderedContainer1 {
  border-bottom: 1px solid #21428a;
  margin-bottom: 16px;
}
.imgPad{
  height: 80%;
  width: 80%;
  float: right;
  margin-bottom: 20px;
}
.imgPad1{
  height: 80%;
  width: 80%;
  float: right;
  margin-bottom: 30px;
}
.imgPad img{
  display: block;
  width: 100%;
}
.UL-lhight li{
  line-height: 26px !important;
}
.UL-lhight{
  float:left;
}
.staticBanner1 {
  width: 100%;
  height: 400px;
  position: relative;
}
.staticTextSimilarBlocksContent2 p, .staticTextSimilarBlocksContent1 p{
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 15px;
}
.UL-lhight li ol{
  margin: 10px;
}
.staticTextBlocksText h4{
  line-height: 26px;
  font-size: 22px;
  color: #21428a;
  font-family: "RobotoRegular";
}
.branchLeftMenu ul li{
  margin-left:15px;
}
.staticBanner1 img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}
.imgMargin{
  margin-top: 39px;
}
.h4Italics{
  font-style:italic;
}
.staticResourceLeftImg{
  width: 100%;
  float: none;
  margin-right: 0;
}
.videoText{
  border-bottom:2px solid #999;
  height:45px;
}
@media (max-width: 767px){
  .row .staticTextSimilarBlocksContent1 p a{
    color: #f15a22;
    word-break: break-all;
  }
.row.Disp_widHeigh{
  height:1560px;
}
}
@media
  (min-width: 320px) 
  and (max-width:568px)
  {
  .bannerText h2{
    font-size:3.5em !important;
    line-height: 55px;
  }
.bannerText h4{
  font-size:16px;
  line-height: 22px;
}
.row.Disp_widHeigh{
  height:auto;
}
}
@media (max-width:1180px) and (min-width: 991px){
  .logStaticPageWrap {
    width: 96%;
    margin: 0 auto;
  }
.row.Disp_widHeigh{
  height:auto;
}
.staticTextSimilarBlocksContent1{
  float:left;
}
.imageWrap{
  float:left;
}
.blogRigh{
  width:100%!important;
}
}
@media (max-width:1025px) and (min-width: 991px){
  .staticVideo {
    display: none;
  }
.blogRigh{
  display:none;
}
.well, #sidebar_content, .blogSubTitle{
  display:none;
}
.col-md-9 {
  width: 100%;
}
.staticBanner, .staticBanner img{
  height: 480px;
}
.staticBanner{
  margin-top:25px;
}
.col-md-8 {
  width: 100%!important;
}
.imageBlock{
  display:none;
}
.row.Disp_widHeigh{
  height:auto;
}
}
@media (max-width:990px) and (min-width: 768px){
  .blogRigh{
    display:none;
  }
.imageWrap{
  display:none;
}
.colsWrap .col-md-8{
  width:100%;
}
.bannerText h2{
  font-size: 65px;
  line-height: 70px;
}
.bannerText h4{
  font-size: 25px;
  line-height: 32px;
}
.row.Disp_widHeigh{
  height:auto;
}
.staticVideo {
  display: none;
}
.staticBanner, .staticBanner img{
  height: 370px;
}
.bannerText h2{
  font-size: 3.5em!important;
  line-height: 55px;
}
.col-md-8 {
  width: 100%!important;
}
.imageBlock{
  display:none;
}
.cimm_navigationBar.homeNav{
  display:none;
}
}
@media (max-width:767px){
  .staticVideo{
    display:none;
  }
.blogRigh{
  display:none;
}
.imageBlock{
  display:none;
}
.row.Disp_widHeigh{
  height:1560px;
}
.col-md-8{
  width:100%!important;
}
.bannerText h2{
  font-size: 65px;
  line-height: 70px;
}
.bannerText h4{
  font-size: 25px;
  line-height: 32px;
}
.staticBanner, .staticBanner img{
  height: 250px;
}
.bannerText h2{
  font-size: 3.5em!important;
  line-height: 55px;
}
.UL-lhight{
  float:none;
}
.branchRightWrap{
  float:none;
}
}
@media (max-width:480px){
  .staticVideo{
    display:none;
  }
.blogRigh{
  display:none;
}
.imageWrap{
  display:none;
}
.bannerText h4 {
  font-size: 14px;
  line-height: 16px;
}
.staticBanner, .staticBanner img{
  height: 180px;
}
.bannerText h2{
  font-size: 24px!important;
  line-height: 32px;
}
.col-md-8 {
  width: 100%!important;
}
.imageBlock{
  display:none;
}
.branchLeft{
  width:100%;
}
.branchRightWrap{
  float:none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
  .branchRightWrap{
    float:none;
  }
.row.Disp_widHeigh{
  height:auto;
}
}
.locationListHide{
  display:none;
}
#cimm_noticeBanContainer .sliderContainer .sliderBxslider ul li a {
  color: #A1A1A1;
}
#cimm_noticeBanContainer .sliderContainer .sliderBxslider ul li{
  font-size:14px;
}
.staticPagePadding{
  padding-top: 240px;
}
.homeOurProductsImg {
  height: 157px;
  width: auto;
}
footer, .cimm_stickyPageWrap:after {
  height: auto !important;
}
#slider0_container a[u="image"] img {
  height:383px !important;
}
.DiSP-appInfo p{
  font-size:18px;
}