.topBar-block .icomoon { font-family: 'icomoon'; font-style: normal; }
.headerMain__inner .btns {cursor:default;}
/*.headerMain .logo {max-width: 200px;}*/
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
.row-fluid .span6 {
    width: 48.93617021276595%;
}
.icomoon { font-family: 'icomoon'; }

.catGrid{
    padding: 0 20px;
    box-sizing: border-box;
}
.catGrid__item{
    margin: 24px 0;
}
.catBlock__title{
    background: #fff;
    text-align: center;
    color: #474646;
    padding: 10px;
    font-size: 25px;
}
.catBlock{
    max-width: 335px;
    margin: auto;
}
.catBlock__img{
     width: 100%;
}
/*
 @font-face {
      font-family: 'icomoon';
      src: url("/fonts/icomoon.eot");
      src: url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/fonts/icomoon.svg#icomoon") format("svg"), url("/fonts/icomoon.ttf") format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}
*/
/* Icon font data attributes method */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Icon font class per icon method */
[class^="icon-"]:before, [class*=" icon-"]:before, i[class^="icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  margin-right: 4px;
  padding-top: 2px;
}

label.error {display:none;color:red;padding-top: 6px;}

.track_refund article p { margin-bottom: 4px; }
.track_refund article button,
.track_refund article a.btn { margin-bottom: 12px; }
.quote div.apptIntro { margin-bottom: 4px; }
.form div.apptIntro p { margin-bottom: 0px !important;}

/*.iconList.iconList-fax::before {content: "\1F5B7";}*/

.equatorSocialBlock {text-align: center;}

.socialBlock__icons a:hover {opacity: 0.5;}

.banner__heading p {line-height: 1.2 !important;}

.footerMain {padding-top:120px !important;}

.carousel-inner .item {height:inherit !important;}

.carousel-control {width:0%;}
.formInput {color:#222222;}

@media only screen and (max-width: 768px){
    .footerMain__item {
        width: 100% !important;
    }
}

@media only screen and (max-width:480px){
    .fixedTopCarousel .carousel-indicators {
        bottom: 40px;
    }
   /*.topBar-block {text-align: center;}*/
}

@media only screen and (max-width:665px){
  /*.topBar-block {text-align: center;}*/
}

.fixedTopCarousel .carousel-indicators {
    bottom: 20px;
}

label.error {display:none;color:red;}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin-bottom: 6px;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*
.feature-block__left {
    height:550px !important;
    overflow:hidden !important;
    background-repeat:no-repeat !important;
    background-position: center top !important;
    position: relative !important;
    max-width:458px !important;
}
.featureCover {
  background-image:none;
}
.featureOverlay {
    height:550px !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    position: absolute;
    top: 0 !important;
    background-image: none;
}

.featureCover__title {
    float:left !important;
    font-size: 40px !important;
    line-height: 44px !important;
    color:#ffffff !important;
    text-transform: none;
}

.featureCover__excerpt {
    float:left !important;
    font-size: 18px !important;
    font-weight:bold !important;
    color:#ffffff !important;
    line-height: 24px !important;
}
.featRecentContainer {
    overflow: hidden !important;
    height:100px !important;
    width: 120px !important;
    display: inline-block !important;
    background-position: -30px -100px !important;
    background-size: 224px 100px !important;
    position: relative !important;
}*/