.results-bar {
  height: 46px;
  text-align: center;
  border-top: 1px solid #d1d3d4;
  padding: 10px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .results-bar {
    text-align: left;
    padding: 0;
  }
}
.results-bar .page-number-input {
  width: 25px;
  height: 25px;
  padding: 4px 0px 0px;
  text-align: center;
  background-color: #e6e7e8;
}
@media only screen and (min-width: 992px) {
  .results-bar .page-number-input {
    vertical-align: middle;
  }
}
.results-bar .total-pages {
  font-size: 1em;
  color: #808285;
  font-style: italic;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .results-bar .total-pages {
    vertical-align: middle;
  }
}
.results-bar .total-results {
  font-size: 1em;
  color: #a3a3a3;
  text-transform: uppercase;
  line-height: 46px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .results-bar .total-results {
    vertical-align: middle;
  }
}
.results-bar .page-left,
.results-bar .page-right {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  cursor: default;
}
.results-bar .page-left {
  left: 10px;
  background-image: url('main/img/arrow-left-gray.png');
}
.results-bar .page-left.active {
  background-image: url('main/img/arrow-left-blue.png');
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .results-bar .page-left {
    position: relative;
    top: auto;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 20px;
  }
}
.results-bar .page-right {
  right: 10px;
  background-image: url('main/img/arrow-right-gray.png');
}
.results-bar .page-right.active {
  background-image: url('main/img/arrow-right-blue.png');
  cursor: pointer;
}
.results-bar .page-right.page-right-md {
  display: none;
  vertical-align: middle;
  top: auto;
  right: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .results-bar .page-right.page-right-md {
    display: inline-block;
    position: relative;
  }
}
.tag-parent {
  text-transform: uppercase;
  color: #808285;
}
@media only screen and (min-width: 768px) {
  .tag-parent {
    text-align: right;
  }
}
.tag-children ul {
  list-style-type: none;
}
#specifications-area {
  margin-top: 10px;
}
#legalCopy {
  color: white;
  font-size: 16px;
}
.carousel-container {
  position: relative;
}
.carousel-container .prev-image,
.carousel-container .next-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .carousel-container .prev-image,
  .carousel-container .next-image {
    display: block;
    position: absolute;
    width: 66px;
    height: 66px;
    background-color: #e6e7e8;
    top: 50%;
    margin-top: -33px;
    z-index: 10;
  }
  .carousel-container .prev-image.active,
  .carousel-container .next-image.active {
    background-color: #428bca;
    cursor: pointer;
  }
}
.carousel-container .prev-image {
  left: 10px;
  background-image: url('aggregate.apps/img/slide-left.png');
  background-repeat: no-repeat;
  background-position: 50%;
}
.carousel-container .next-image {
  right: 10px;
  background-image: url('aggregate.apps/img/slide-right.png');
  background-repeat: no-repeat;
  background-position: 50%;
}
.fancybox-carousel {
  width: 100%;
  height: 315px;
  border: 5px solid #e6e7e8;
  overflow-x: scroll;
  -ms-overflow-style: none;
  position: relative;
}
.fancybox-carousel::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fancybox-carousel {
    height: 380px;
  }
}
@-moz-document url-prefix() {
  
}
.ie .fancybox-carousel {
  overflow: hidden;
}
.carousel-images {
  width: 200%;
  height: 100%;
  position: relative;
}
.carousel-images .slide-img {
  height: 100%;
  display: inline-block;
  border-left: 5px solid #e6e7e8;
}
.carousel-images .slide-img:first-child {
  border-left: 0;
}
.carousel-images .slide-img img {
  height: 100%;
}
.carousel-pag {
  text-align: center;
}
.carousel-pag a {
  font-size: 2em;
  color: #e6e7e8;
}
.carousel-pag a:hover {
  text-decoration: none;
}
.carousel-pag a.active {
  color: #428bca;
}
.fancybox-close {
  background-image: none;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #2f5571;
  top: 8px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .fancybox-close {
    top: 25px;
    right: 20px;
  }
}
.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-close .fancybox-close-x {
  display: inline-block;
  font-size: 2.2em;
  margin-left: 3px;
  vertical-align: middle;
  line-height: 1em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.authorize-tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.authorize-tooltip .question {
  background: url(images/question_mark.png) center no-repeat;
  display: inline;
  padding-left: 16px;
  margin-left: 5px;
  text-decoration: none;
  line-height: 13px;
}
.big-promo .extra-padding {
  padding-bottom: 25px;
  padding-top: 25px;
}
.big-promo .big-promo-image {
  margin-bottom: -50px;
  padding-top: 35px;
  width: 100%;
  text-align: center;
}
.big-promo .big-promo-image img {
  max-width: 100%;
}
.big-promo .big-promo-button {
  text-align: center;
  margin-top: 40px;
}
.big-promo .big-promo-button a:focus {
  text-decoration: none;
}
.big-promo .col-sm-push-6 {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
  .big-promo .extra-padding {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .big-promo .big-promo-button {
    text-align: left;
    margin-top: 40px;
  }
  .big-promo .vertical-bar-orange {
    border-right: 2px solid #fdad37;
    padding-right: 25px;
  }
  .big-promo .vertical-bar-orange-left {
    border-left: 2px solid #fdad37;
    padding-left: 25px;
  }
  .big-promo .vertical-bar-white {
    border-right: 2px solid white;
    padding-right: 25px;
  }
  .big-promo .vertical-bar-white-left {
    border-left: 2px solid white;
    padding-left: 25px;
  }
  .big-promo .vertical-bar-light-blue {
    border-right: 2px solid #428bca;
    padding-right: 25px;
  }
  .big-promo .vertical-bar-light-blue-left {
    border-left: 2px solid #428bca;
    padding-left: 25px;
  }
  .big-promo .vertical-bar-dark-blue {
    border-right: 2px solid #183142;
    padding-right: 25px;
  }
  .big-promo .vertical-bar-dark-blue-left {
    border-left: 2px solid #183142;
    padding-left: 25px;
  }
}
.marqueeTextImage.section {
  padding-right: 0;
  padding-left: 0;
}
.merchant-feature {
  padding-bottom: 40px;
}
.merchant-feature.extra-padding {
  padding: 35px 0;
}
.merchant-feature .merchant-feature-text h3 {
  padding-top: 0;
}
.merchant-feature .merchant-feature-text ul {
  display: inline-block;
  text-align: left;
  width: auto;
}
.merchant-feature .merchant-feature-text ul li {
  list-style-type: disc;
  padding-bottom: 15px;
}
.merchant-feature.horizontal-bar-orange {
  border-bottom: 2px solid #fdad37;
}
.merchant-feature.horizontal-bar-grey {
  border-bottom: 2px solid #d7d7d7;
}
.merchant-feature.horizontal-bar-white {
  border-bottom: 2px solid white;
}
.merchant-feature.horizontal-bar-light-blue {
  border-bottom: 2px solid #428bca;
}
.merchant-feature.horizontal-bar-dark-blue {
  border-bottom: 2px solid #183142;
}
.merchant-feature .blue-circle-promo {
  background: transparent url("aggregate.apps/img/circle-226px.png") 0 0 no-repeat;
  height: 226px;
  margin: 0 auto;
  position: relative;
  width: 226px;
}
.merchant-feature .blue-circle-promo img {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  .merchant-feature .blue-circle-promo {
    background: transparent url("aggregate.apps/img/circle-326px.png") 0 0 no-repeat;
    height: 326px;
    width: 326px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .merchant-feature .blue-circle-promo img {
    width: 100%;
  }
}
.merchant-feature .blue-circle {
  background: transparent url("aggregate.apps/img/circle-163px.png") 0 0 no-repeat;
  height: 163px;
  margin: 0 auto;
  position: relative;
  width: 163px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.merchant-feature .blue-circle img {
  width: 95px;
}
@media only screen and (min-width: 768px) {
  .merchant-feature .blue-circle {
    background: transparent url("aggregate.apps/img/circle-326px.png") 0 0 no-repeat;
    height: 326px;
    width: 326px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .merchant-feature .blue-circle img {
    width: 100%;
  }
}
.merchant-feature .merchant-feature-image {
  bottom: 0;
  height: 55%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}
.merchant-feature .merchant-feature-button {
  text-align: center;
  margin-top: 40px;
}
.merchant-feature .merchant-feature-button a:focus {
  text-decoration: none;
}
.merchant-feature .col-sm-push-6 {
  padding-left: 25px;
}
.merchant-feature .marquee-tags {
  position: absolute;
  top: 380px;
  width: 100%;
  text-align: center;
}
.merchant-feature .merchant-mobile-mobile {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .merchant-feature.extra-padding {
    padding: 85px 0;
  }
  .merchant-feature .merchant-feature-text ul {
    width: 100%;
  }
  .merchant-feature .merchant-feature-button {
    text-align: left;
    margin-top: 40px;
  }
}
.marquee-mobile-tags {
  text-align: center;
  margin: 0 auto;
}
.spotlight {
  color: #fff;
  text-align: center;
  padding: 0;
}
.spotlight p {
  margin: 0;
  font-weight: bold;
}
.spotlight section {
  padding: 22px 0;
}
.spotlight a {
  text-decoration: none;
}
.spotlight .link-arrow {
  text-decoration: underline;
}
.spotlight .orange-arrow {
  display: inline;
}
.spotlight .orange-bg .spotlight-link {
  color: #2f5571;
}
.spotlight .blue-md-bg .spotlight-link {
  color: #2f5571;
}
.spotlight .dark-blue-bg .spotlight-link {
  color: #fdad37;
}
.column-icon-text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.column-icon-text .column-icon {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 50px;
}
.column-icon-text .column-icon .image {
  display: inline-block;
}
.column-icon-text .column-icon h3 {
  margin-top: 0px;
}
.column-icon-text .column-icon-text-button {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .column-icon-text {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .column-icon-text .column-icon {
    padding-bottom: 0px;
  }
  .column-icon-text .column-icon-text-button {
    margin-top: 70px;
  }
}
.topCarousel,
.logoCarousel {
  position: relative;
}
.topCarousel div.carousel,
.logoCarousel div.carousel {
  margin-top: 0;
  margin-bottom: -2px;
}
.topCarousel h2,
.logoCarousel h2 {
  margin: 70px auto 35px auto;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .topCarousel h2,
  .logoCarousel h2 {
    font-size: 36px;
  }
}
.topCarousel p,
.logoCarousel p {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .topCarousel p,
  .logoCarousel p {
    font-size: 15px;
    max-width: 90%;
  }
}
.topCarousel .carousel-nav,
.logoCarousel .carousel-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 20;
}
.topCarousel .carousel-nav .carousel-indicators,
.logoCarousel .carousel-nav .carousel-indicators {
  bottom: 3px;
  margin-bottom: 0;
  position: relative;
  width: auto;
  margin-left: 0;
  left: auto;
  display: inline-block;
}
.topCarousel .carousel-nav .carousel-indicators li,
.logoCarousel .carousel-nav .carousel-indicators li {
  width: 23px;
  height: 0;
  border: 0;
  border-top: 2px solid #2f5571;
  margin: 0;
  padding: 0px 0 3px 0;
  border-radius: 0;
  background-color: transparent;
}
.topCarousel .carousel-nav .carousel-indicators li.active,
.logoCarousel .carousel-nav .carousel-indicators li.active {
  border-top-color: #d1d0d0;
}
.topCarousel .carousel-nav .top-carousel-control,
.logoCarousel .carousel-nav .top-carousel-control,
.topCarousel .carousel-nav .logo-carousel-control,
.logoCarousel .carousel-nav .logo-carousel-control {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 18px;
  opacity: 1;
  background-image: none;
}
.topCarousel .carousel-nav .top-carousel-control.left,
.logoCarousel .carousel-nav .top-carousel-control.left,
.topCarousel .carousel-nav .logo-carousel-control.left,
.logoCarousel .carousel-nav .logo-carousel-control.left {
  margin-right: 15px;
}
.topCarousel .carousel-nav .top-carousel-control.right,
.logoCarousel .carousel-nav .top-carousel-control.right,
.topCarousel .carousel-nav .logo-carousel-control.right,
.logoCarousel .carousel-nav .logo-carousel-control.right {
  margin-left: 15px;
}
.topCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-right,
.logoCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-right,
.topCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-right,
.logoCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-right {
  width: 11px;
  height: 18px;
  background-image: url(aggregate.apps/img/carouselArrow.png);
  background-size: 11px 18px;
  background-repeat: no-repeat;
  position: static;
  margin: 0;
  vertical-align: top;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-right:before,
.logoCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-right:before,
.topCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-right:before,
.logoCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-right:before {
  content: "";
}
.topCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-left,
.logoCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-left,
.topCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-left,
.logoCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-left {
  width: 11px;
  height: 18px;
  background-image: url(aggregate.apps/img/carouselArrow.png);
  background-size: 11px 18px;
  background-repeat: no-repeat;
  position: static;
  margin: 0;
  vertical-align: top;
}
.topCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-left:before,
.logoCarousel .carousel-nav .top-carousel-control .glyphicon-chevron-left:before,
.topCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-left:before,
.logoCarousel .carousel-nav .logo-carousel-control .glyphicon-chevron-left:before {
  content: "";
}
.topCarousel .slide-full,
.logoCarousel .slide-full {
  height: 100%;
  text-align: center;
  padding: 100px 0;
  box-sizing: border-box;
}
.topCarousel .slide-full .slide-content,
.logoCarousel .slide-full .slide-content {
  max-width: 960px;
  margin: 0 auto;
  height: 620px;
  overflow: hidden;
}
.topCarousel .slide-full .slide-content img,
.logoCarousel .slide-full .slide-content img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .topCarousel .slide-full .slide-content img,
  .logoCarousel .slide-full .slide-content img {
    width: 75%;
    margin: 0 auto;
  }
}
.topCarousel .two-column-slide .slide-content,
.logoCarousel .two-column-slide .slide-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.topCarousel .two-column-slide .slide-content img,
.logoCarousel .two-column-slide .slide-content img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .topCarousel .two-column-slide .slide-content img,
  .logoCarousel .two-column-slide .slide-content img {
    width: 60%;
    margin: 0 auto;
  }
}
.topCarousel .two-column-slide .slide-content .content-right,
.logoCarousel .two-column-slide .slide-content .content-right {
  background-size: 100% auto;
}
.topCarousel .two-column-slide.pattern-light-bg,
.logoCarousel .two-column-slide.pattern-light-bg {
  padding-top: 0px;
}
.topCarousel .slide-buttons,
.logoCarousel .slide-buttons {
  margin: 30px 0;
}
.topCarousel {
  min-height: 620px;
}
.topCarousel.section {
  padding-left: 0px;
  padding-right: 0px;
}
.topCarousel img {
  margin-bottom: 0px;
  margin-top: 0px;
}
.topCarousel .slide-full {
  height: 620px;
}
.topCarousel .button,
.topCarousel .buttonVideo {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
.topCarousel .button .text-left,
.topCarousel .buttonVideo .text-left {
  text-align: left;
}
.topCarousel .button .text-center,
.topCarousel .buttonVideo .text-center {
  text-align: center;
}
.topCarousel .button .text-right,
.topCarousel .buttonVideo .text-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .topCarousel .button .tablet-text-left,
  .topCarousel .buttonVideo .tablet-text-left {
    text-align: left;
  }
  .topCarousel .button .tablet-text-center,
  .topCarousel .buttonVideo .tablet-text-center {
    text-align: center;
  }
  .topCarousel .button .tablet-text-right,
  .topCarousel .buttonVideo .tablet-text-right {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .topCarousel .button .mobile-text-left,
  .topCarousel .buttonVideo .mobile-text-left {
    text-align: left;
  }
  .topCarousel .button .mobile-text-center,
  .topCarousel .buttonVideo .mobile-text-center {
    text-align: center;
  }
  .topCarousel .button .mobile-text-right,
  .topCarousel .buttonVideo .mobile-text-right {
    text-align: right;
  }
}
.topCarousel #tab-content .image img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.iconWrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
}
.iconWrapper .header-logos h3 {
  font-size: 16px;
  font-weight: bold;
}
.logoCarousel.section {
  padding-left: 0px;
  padding-right: 0px;
}
.logoCarousel .carousel-inner {
  max-width: 910px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.logoCarousel .carousel-inner .icon {
  text-align: center;
  height: 70px;
  margin-top: 50px;
}
.logoCarousel .carousel-inner .icon img {
  max-width: 80%;
  height: 100%;
}
.logoCarousel .carousel-nav {
  position: static;
  margin-top: 50px;
  height: 20px;
  text-align: center;
  z-index: 20;
}
div.download div.item {
  clear: both;
  margin: 0 0 8px 0;
}
div.download span.icon img {
  width: 16px;
  height: 16px;
}
div.download span.icon {
  float: left;
  padding: 0 8px 8px 0;
  background: url(aggregate.apps/img/icons/default.gif) no-repeat;
}
div.download span.icon.type_doc {
  background: url(aggregate.apps/img/icons/doc.gif) no-repeat;
}
div.download span.icon.type_eps {
  background: url(aggregate.apps/img/icons/eps.gif) no-repeat;
}
div.download span.icon.type_gif {
  background: url(aggregate.apps/img/icons/zip.gif) no-repeat;
}
div.download span.icon.type_jpg {
  background: url(aggregate.apps/img/icons/jpg.gif) no-repeat;
}
div.download span.icon.type_pdf {
  background: url(aggregate.apps/img/icons/pdf.gif) no-repeat;
}
div.download span.icon.type_ppt {
  background: url(aggregate.apps/img/icons/ppt.gif) no-repeat;
}
div.download span.icon.type_tif {
  background: url(aggregate.apps/img/icons/tif.gif) no-repeat;
}
div.download span.icon.type_txt {
  background: url(aggregate.apps/img/icons/txt.gif) no-repeat;
}
div.download span.icon.type_xls {
  background: url(aggregate.apps/img/icons/xls.gif) no-repeat;
}
div.download span.icon.type_zip {
  background: url(aggregate.apps/img/icons/zip.gif) no-repeat;
}
.downloadAssets {
  margin-top: 20px;
}
.downloadAssets.section {
  padding-left: 0;
  padding-right: 0;
}
.download-btn {
  border: 3px solid #4f90bd;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 23px 0;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.download-btn:active,
.download-btn:hover {
  text-decoration: none;
}


