.clearfix,
.group,
.result,
.clear {
  *zoom: 1;
}
.clearfix:before,
.group:before,
.result:before,
.clear:before,
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.group:after,
.result:after,
.clear:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 36px;
}
/* 
Added by Joseph Serpa
Custom mixin to get around the compliation error with the deafult navbar less file.
http://www.tagwith.com/question_477890_less-v2-does-not-compile-twitters-bootstrap-2-x
*/
.footer [class^="icon-"],
.footer [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../komodo/clientlibs/base/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.footer .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.footer .collapse.in {
  height: auto;
}
.footer li {
  line-height: 22px;
}
.footer img {
  vertical-align: middle;
  border: 0;
}
.footer p {
  margin: 0 0 20px;
}
/*
	Brands Bar Styles
*/
.our-products {
  display: none;
  background: #ee3134;
  text-align: center;
}
.our-products.active {
  display: block;
}
.our-products ul#hfOurProductsList {
  height: 79px;
  line-height: 79px;
  overflow: hidden;
  text-align: center;
  margin-bottom: -4px;
}
.our-products li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  /*
            Navbar images
        */
}
.our-products li a {
  display: inline-block;
  height: 75px;
  width: 144px;
  overflow: hidden;
  background-repeat: no-repeat;
  border-bottom: 4px solid transparent;
  background-position: center;
}
.our-products li a:hover {
  border-bottom-color: #ffffff;
}
.our-products li.product-nav-1 a {
  background-image: url("../../komodo/clientlibs/base/img/ts-logo.svg");
  background-image: url("../../komodo/clientlibs/base/img/ts-logo.png") \9;
  padding: 0 6px \9;
}
.our-products li.product-nav-2 a {
  background-position-y: 30px;
  background-image: url("../../komodo/clientlibs/base/img/ab-logo.svg");
  background-image: url("../../komodo/clientlibs/base/img/ab-logo.png") \9;
  padding: 0 6px \9;
}
.our-products li.product-nav-3 a {
  background-position-y: 30px;
  background-image: url("../../komodo/clientlibs/base/img/invg-logo.svg");
  background-image: url("../../komodo/clientlibs/base/img/invg-logo.png") \9;
  padding: 0 6px \9;
}
.our-products li.product-nav-4 a {
  background-image: url("../../komodo/clientlibs/base/img/fs-logo.svg");
  background-image: url("../../komodo/clientlibs/base/img/fs-logo.png") \9;
  padding: 0 6px \9;
}
.our-products li.product-nav-5 a {
  background-position-y: 30px;
  background-image: url("../../komodo/clientlibs/base/img/uls-logo.svg");
  background-image: url("../../komodo/clientlibs/base/img/uls-logo.png") \9;
  padding: 0 6px \9;
}
.our-products ul.our-products-list-2-items li {
  margin: 0 80px;
}
.our-products ul.our-products-list-3-items li {
  margin: 0 40px;
}
.our-products ul.our-products-list-4-items li {
  margin: 0 20px;
}
.our-products ul.our-products-list-5-items li {
  margin: 0 24px;
}
#hfOurProductsMobileContainer {
  display: none;
}
/*
	Footer Default Styles
*/
.footer {
  margin: auto;
  background-color: #f3f3f3;
  overflow-x: hidden;
}
.footer .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.footer .container:before,
.footer .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer .container:after {
  clear: both;
}
.footer .container,
.footer .navbar-static-top .container,
.footer .navbar-fixed-top .container,
.footer .navbar-fixed-bottom .container {
  width: 950px;
}
.footer body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif";
  font-size: 13px;
  line-height: 22px;
  color: #333;
  background-color: #fff;
  -ms-overflow-style: scrollbar;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:hover,
.footer a:focus,
.footer a:visited {
  text-decoration: none;
}
.footer a:link {
  color: #1e8ae7;
}
.footer a:hover,
.footer a:focus {
  color: #27245f;
}
.footer a:visited {
  color: #7b26c9;
}
.footer a.visited-color:link {
  color: #7b26c9;
}
.footer a.visited-color:hover {
  color: #1e8ae7;
}
.footer a.visited-color:visited {
  color: #7b26c9;
}
.footer ul,
.footer ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer a,
.footer a:link,
.footer a:active,
.footer a:hover,
.footer a:focus,
.footer a:visited {
  color: #333333;
}
.footer form {
  margin: 0;
}
.footer-header {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
}
.footer-header .footer-icon {
  display: none;
}
.footer-group-collapsable .collapse {
  overflow: visible;
  height: auto;
}
.footer-list li {
  margin: 5px 0;
}
.footer-main {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.footer-main .footer-group {
  width: 25%;
  float: left;
}
.footer-main a {
  border-bottom: 2px solid transparent;
}
.footer-main a:hover {
  border-color: #ee3134;
}
.footer-legal {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer-legal .footer-legal-list {
  margin: 0 0 5px 0;
}
.footer-legal .footer-legal-list li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-legal .footer-legal-list li {
  display: inline;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #d8d8d8;
}
.footer-legal .footer-group:first-child {
  text-align: left;
}
.footer-legal .footer-group {
  float: left;
  text-align: right;
  width: 50%;
}
.footer-legal .country-group {
  margin: 0 auto 10px;
  float: right;
  text-align: right;
}
.footer-legal a {
  border-bottom: 2px solid transparent;
}
.footer-legal a:hover {
  border-color: #ee3134;
}
.footer-main,
.footer-legal {
  clear: both;
}
/*
	Redeem a quote form
*/
#redeemQuoteForm {
  margin: 0;
}
#redeemQuoteForm .enter-quote {
  margin: 5px auto;
}
#redeemQuoteForm .enter-quote-closed {
  display: none;
}
#redeemQuoteForm #redeemQuoteErrorMessage {
  display: none;
  color: #ee3134;
  margin-top: 5px;
}
#redeemQuoteForm #redeemQuoteInput {
  width: 140px;
  background: #FFF;
  border: 1px solid #d8d8d8;
  padding: 5px;
  line-height: 22px;
  height: 22px;
}
#redeemQuoteForm #redeemQuoteGoButton {
  padding: 5px 10px;
  line-height: 22px;
  height: 34px;
  vertical-align: top;
}
#redeemQuoteForm #redeemQuoteInput.error {
  color: #ee3134;
  border-color: #ee3134;
}
/*
	Change Language form
*/
#form-select-language label,
#form-select-language #changeLanguageSelect,
#form-select-language #changeLanguageButton {
  display: inline-block;
}
#form-select-language #changeLanguageSelect {
  margin: 10px auto;
}
/*
* RESPONSIVE BRAND BAR STYLES
*/
@media (max-width: 979px) {
  .our-products ul.our-products-list-2-items li {
    margin: 0 40px;
  }
  .our-products ul.our-products-list-3-items li {
    margin: 0 30px;
  }
  .our-products ul.our-products-list-4-items li {
    margin: 0 20px;
  }
  .our-products ul.our-products-list-5-items li {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 767px) {
  .our-products {
    padding: 0;
    background: inherit;
    border: none;
    text-align: left;
  }
  .our-products ul,
  .our-products li {
    border: none;
  }
  .our-products li a {
    border: none;
  }
  #hfOurProductsList {
    display: none;
  }
  #hfFooterGroupContents {
    color: #222222;
  }
  #hfOurProductsMobileContainer {
    display: block;
  }
  #hfOurProductsMobileContainer #hfOurProductsMobileList li {
    display: inherit;
    height: inherit;
    line-height: 22px;
    text-align: initial;
  }
  #hfOurProductsMobileContainer #hfOurProductsMobileList li a {
    width: inherit;
    display: block;
    height: inherit;
    background: none;
    text-indent: 0;
    overflow: visible;
  }
}
/*
* RESPONSIVE FOOTER STYLES
*/
@media (max-width: 979px) {
  .footer {
    margin: 0 -10px;
  }
  .footer-legal {
    padding: 10px;
  }
  .footer-group-collapsable {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .footer-group-collapsable .collapse {
    height: 0;
    overflow: hidden;
    padding-left: 35px;
    position: absolute;
    top: 0;
  }
  .footer-group-collapsable .in {
    height: auto;
    position: relative;
  }
  .footer-header {
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
  }
  .footer-header .footer-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    display: inherit;
    width: 24px;
    height: 24px;
  }
  .footer-header .footer-icon.icon-expand {
    background: url("../../komodo/clientlibs/base/img/icon-plus.svg") no-repeat;
  }
  .footer-header .footer-icon.icon-minus-sign {
    background: url("../../komodo/clientlibs/base/img/icon-minus.svg") no-repeat;
  }
  .footer-main {
    border: none;
    padding: 0;
  }
  .footer-main .footer-group {
    width: 100%;
    float: none;
  }
  .footer-legal .footer-group:first-child,
  .footer-legal .footer-group {
    text-align: left;
  }
  .footer-legal .footer-group:first-child {
    width: 60%;
  }
  .footer-legal .footer-group {
    width: 40%;
  }
  .footer-legal .country-group {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-legal .footer-legal-list li {
    display: block;
    padding: 0;
    margin: 10px 0;
    border: none;
  }
  .footer-legal .footer-group:first-child,
  .footer-legal .footer-group {
    text-align: left;
    width: 100%;
  }
  .footer-legal .footer-group:first-child .footer-legal-list,
  .footer-legal .footer-group:first-child .footer-legal-copyright {
    display: none;
  }
  .footer-legal .footer-group:first-child .country-group {
    display: inherit;
  }
  .footer-legal .footer-group {
    float: none;
  }
  .footer-legal .footer-group .footer-legal-list,
  .footer-legal .footer-group .footer-legal-copyright {
    display: inherit;
  }
  .footer-legal .footer-group .country-group {
    display: none;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .footer .container,
  .footer .navbar-static-top .container,
  .footer .navbar-fixed-top .container,
  .footer .navbar-fixed-bottom .container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .footer .container {
    width: auto;
  }
}
@media (max-width: 979px) {
  .footer-legal {
    padding: 10px;
  }
}
