@charset "UTF-8";
/* variables and mixins */
/* primary colors */
/* color vars start with c- */
/* Badge colors */
/* Branding colors for Nobles */
/* font cascades start with f- */
.contained {
  max-width: 1130px; }

.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.c-primary {
  color: #F37A1D; }

.c-secondary {
  color: #009AC7; }

.m-a-0 {
  margin: 0; }

.m-t-0 {
  margin-top: 0; }

.m-r-0 {
  margin-right: 0; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-x-0 {
  margin-right: 0;
  margin-left: 0; }

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-a {
  margin: 15px; }

.m-t {
  margin-top: 15px; }

.m-r {
  margin-right: 15px; }

.m-b {
  margin-bottom: 15px; }

.m-l {
  margin-left: 15px; }

.m-x {
  margin-right: 15px;
  margin-left: 15px; }

.m-y {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-x-auto {
  margin-right: auto;
  margin-left: auto; }

.p-a-0 {
  padding: 0; }

.p-t-0 {
  padding-top: 0; }

.p-r-0 {
  padding-right: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-l-0 {
  padding-left: 0; }

.p-x-0 {
  padding-right: 0;
  padding-left: 0; }

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-a {
  padding: 15px; }

.p-t {
  padding-top: 15px; }

.p-r {
  padding-right: 15px; }

.p-b {
  padding-bottom: 15px; }

.p-l {
  padding-left: 15px; }

.p-x {
  padding-right: 15px;
  padding-left: 15px; }

.p-y {
  padding-top: 15px;
  padding-bottom: 15px; }

input {
  vertical-align: middle; }

input.form-control {
  border-radius: 0; }

input.form-control:focus {
  color: #000;
  border-color: #000;
  box-shadow: 0 0 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto"; }

h1, h2, h3 {
  font-weight: 700; }

h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 14px; } }

.fine-print {
  font-size: 10px; }

.color-blue {
  color: #009AC7; }

.hidden {
  display: none !important; }

.ldgEllipsis:after {
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 0; }

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em; } }

@-moz-keyframes ellipsis {
  to {
    width: 1.25em; } }

@-ms-keyframes ellipsis {
  to {
    width: 1.25em; } }

@-o-keyframes ellipsis {
  to {
    width: 1.25em; } }

@keyframes ellipsis {
  to {
    width: 1.25em; } }

/* webfonts */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello-1f8e61c9.eot?68709235");
  src: url("../fonts/fontello-1f8e61c9.eot?68709235#iefix") format("embedded-opentype"), url("../fonts/fontello-1f8e61c9.woff?68709235") format("woff"), url("../fonts/fontello-1f8e61c9.ttf?68709235") format("truetype"), url("../fonts/fontello-1f8e61c9.svg?68709235#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello-1f8e61c9.svg?68709235#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-tennant_icon_account:before {
  content: '\e800'; }

/* '' */
.icon-tennant_icon_hamburger:before {
  content: '\e801'; }

/* '' */
.icon-tennant_icon_help:before {
  content: '\e802'; }

/* '' */
.icon-tennant_icon_language:before {
  content: '\e803'; }

/* '' */
.icon-tennant_icon_left:before {
  content: '\e804'; }

/* '' */
.icon-tennant_icon_minus:before {
  content: '\e805'; }

/* '' */
.icon-tennant_icon_plus:before {
  content: '\e806'; }

/* '' */
.icon-tennant_icon_right:before {
  content: '\e807'; }

/* '' */
.icon-tennant_icon_search:before {
  content: '\e808'; }

/* '' */
.icon-tennant_icon_shoppingcart:before {
  content: '\e809'; }

/* '' */
.icon-cancel:before {
  content: '\e80a'; }

/* '' */
.icon-right-open:before {
  content: '\e80b'; }

/* '' */
.icon-left-open:before {
  content: '\e80c'; }

/* '' */
.icon-tennant_icon_left_large:before {
  content: '\e80d'; }

/* '' */
.icon-tennant_icon_right_large:before {
  content: '\e80e'; }

/* '' */
.icon-tennant_icon_down:before {
  content: '\e80f'; }

/* '' */
.icon-tennant_icon_up:before {
  content: '\e810'; }

/* '' */
.icon-tennant_icon_tick:before {
  content: '\e811'; }

/* '' */
.icon-tennant_icon_info:before {
  content: '\e812'; }

/* '' */
.icon-tennant_icon_questionmark:before {
  content: '\e813'; }

/* '' */
.icon-tennant_icon_calendar:before {
  content: '\e814'; }

/* '' */
.icon-tennant_icon_circle_check:before {
  content: '\e815'; }

/* '' */
.icon-tennant_icon_circle_remove:before {
  content: '\e816'; }

/* '' */
.icon-tennant_icon_gridview_selected:before {
  content: '\e817'; }

/* '' */
.icon-tennant_icon_gridview:before {
  content: '\e818'; }

/* '' */
.icon-tennant_icon_listview_selected:before {
  content: '\e819'; }

/* '' */
.icon-tennant_icon_listview:before {
  content: '\e81a'; }

/* '' */
.icon-tennant_icon_doc:before {
  content: '\e81b'; }

/* '' */
.icon-tennant_icon_document:before {
  content: '\e81c'; }

/* '' */
.icon-tennant_icon_pdf:before {
  content: '\e81d'; }

/* '' */
.icon-tennant_icon_ppt:before {
  content: '\e81e'; }

/* '' */
.icon-tennant_icon_txt:before {
  content: '\e81f'; }

/* '' */
.icon-tennant_icon_xls:before {
  content: '\e820'; }

/* '' */
.icon-tennant_icon_square_remove:before {
  content: '\e821'; }

/* '' */
.icon-tennant_icon_download:before {
  content: '\e822'; }

/* '' */
.icon-tennant_document_cart:before {
  content: '\e823'; }

/* '' */
.icon-utility_email:before {
  content: '\e824'; }

/* '' */
.icon-utility_favorites:before {
  content: '\e825'; }

/* '' */
.icon-utility_print:before {
  content: '\e826'; }

/* '' */
.icon-utility_share:before {
  content: '\e827'; }

/* '' */
/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Open-Sans-300.eot");
  src: url("../fonts/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("Open-Sans-300"), url("../fonts/Open-Sans-300.woff2") format("woff2"), url("../fonts/Open-Sans-300.woff") format("woff"), url("../fonts/Open-Sans-300.ttf") format("truetype"), url("../fonts/Open-Sans-300.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Open-Sans-regular.eot");
  src: url("../fonts/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("../fonts/Open-Sans-regular.woff2") format("woff2"), url("../fonts/Open-Sans-regular.woff") format("woff"), url("../fonts/Open-Sans-regular.ttf") format("truetype"), url("../fonts/Open-Sans-regular.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Open-Sans-600.eot");
  src: url("../fonts/Open-Sans-600.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold"), local("Open-Sans-600"), url("../fonts/Open-Sans-600.woff2") format("woff2"), url("../fonts/Open-Sans-600.woff") format("woff"), url("../fonts/Open-Sans-600.ttf") format("truetype"), url("../fonts/Open-Sans-600.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Open-Sans-700.eot");
  src: url("../fonts/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("../fonts/Open-Sans-700.woff2") format("woff2"), url("../fonts/Open-Sans-700.woff") format("woff"), url("../fonts/Open-Sans-700.ttf") format("truetype"), url("../fonts/Open-Sans-700.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Open-Sans-300italic/Open-Sans-300italic.eot");
  src: url("../fonts/Open-Sans-300italic/Open-Sans-300italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Light Italic"), local("Open-Sans-300italic"), url("../fonts/Open-Sans-300italic.woff2") format("woff2"), url("../fonts/Open-Sans-300italic.woff") format("woff"), url("../fonts/Open-Sans-300italic.ttf") format("truetype"), url("../fonts/Open-Sans-300italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Open-Sans-italic.eot");
  src: url("../fonts/Open-Sans-italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Italic"), local("Open-Sans-italic"), url("../fonts/Open-Sans-italic.woff2") format("woff2"), url("../fonts/Open-Sans-italic.woff") format("woff"), url("../fonts/Open-Sans-italic.ttf") format("truetype"), url("../fonts/Open-Sans-italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Open-Sans-600italic.eot");
  src: url("../fonts/Open-Sans-600italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold Italic"), local("Open-Sans-600italic"), url("../fonts/Open-Sans-600italic.woff2") format("woff2"), url("../fonts/Open-Sans-600italic.woff") format("woff"), url("../fonts/Open-Sans-600italic.ttf") format("truetype"), url("../fonts/Open-Sans-600italic.svg#OpenSans") format("svg"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Open-Sans-700italic.eot");
  src: url("../fonts/Open-Sans-700italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold Italic"), local("Open-Sans-700italic"), url("../fonts/Open-Sans-700italic.woff2") format("woff2"), url("../fonts/Open-Sans-700italic.woff") format("woff"), url("../fonts/Open-Sans-700italic.ttf") format("truetype"), url("../fonts/Open-Sans-700italic.svg#OpenSans") format("svg"); }

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-300.eot");
  src: url("../fonts/Roboto-300.eot?#iefix") format("embedded-opentype"), local("Roboto Light"), local("Roboto-300"), url("../fonts/Roboto-300.woff2") format("woff2"), url("../fonts/Roboto-300.woff") format("woff"), url("../fonts/Roboto-300.ttf") format("truetype"), url("../fonts/Roboto-300.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-regular.eot");
  src: url("../fonts/Roboto-regular.eot?#iefix") format("embedded-opentype"), local("Roboto"), local("Roboto-regular"), url("../fonts/Roboto-regular.woff2") format("woff2"), url("../fonts/Roboto-regular.woff") format("woff"), url("../fonts/Roboto-regular.ttf") format("truetype"), url("../fonts/Roboto-regular.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-700.eot");
  src: url("../fonts/Roboto-700.eot?#iefix") format("embedded-opentype"), local("Roboto Bold"), local("Roboto-700"), url("../fonts/Roboto-700.woff2") format("woff2"), url("../fonts/Roboto-700.woff") format("woff"), url("../fonts/Roboto-700.ttf") format("truetype"), url("../fonts/Roboto-700.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Roboto-300italic.eot");
  src: url("../fonts/Roboto-300italic.eot?#iefix") format("embedded-opentype"), local("Roboto Light Italic"), local("Roboto-300italic"), url("../fonts/Roboto-300italic.woff2") format("woff2"), url("../fonts/Roboto-300italic.woff") format("woff"), url("../fonts/Roboto-300italic.ttf") format("truetype"), url("../fonts/Roboto-300italic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Roboto-italic.eot");
  src: url("../fonts/Roboto-italic.eot?#iefix") format("embedded-opentype"), local("Roboto Italic"), local("Roboto-italic"), url("../fonts/Roboto-italic.woff2") format("woff2"), url("../fonts/Roboto-italic.woff") format("woff"), url("../fonts/Roboto-italic.ttf") format("truetype"), url("../fonts/Roboto-italic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Roboto-700italic.eot");
  src: url("../fonts/Roboto-700italic.eot?#iefix") format("embedded-opentype"), local("Roboto Bold Italic"), local("Roboto-700italic"), url("../fonts/Roboto-700italic.woff2") format("woff2"), url("../fonts/Roboto-700italic.woff") format("woff"), url("../fonts/Roboto-700italic.ttf") format("truetype"), url("../fonts/Roboto-700italic.svg#Roboto") format("svg"); }

/* component specific scss */
.tabs-heading {
  font-size: 22px;
  text-align: center;
  padding-bottom: 25px; }

.tabs .tab-header {
  list-style: none;
  padding: 0;
  text-align: center; }
  .tabs .tab-header li {
    display: inline-block; }
    .tabs .tab-header li .icon {
      display: none; }
    .tabs .tab-header li > a {
      display: block;
      font-weight: 700;
      color: #009AC7;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: .05em; }
      .tabs .tab-header li > a:hover, .tabs .tab-header li > a:focus {
        text-decoration: none; }
    .tabs .tab-header li:last-child {
      border-right-width: 0; }
    .tabs .tab-header li.active > a {
      color: #000; }

.tabs .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px; }
  .tabs .title sup {
    font-size: 16px; }

.tabs h1,
.tabs h3 {
  font-weight: 600; }

.tabs .tab-info .btn [class^="icon-"],
.tabs .tab-content .btn [class^="icon-"] {
  font-size: 9px; }

.tabs .tab-info .h1Header,
.tabs .tab-content .h1Header {
  font-size: 48px;
  font-weight: 600; }

.tabs .h3Header {
  font-size: 30px;
  font-weight: 600; }

.tabs-home .tab-info {
  text-align: center; }

@media screen and (min-width: 768px) {
  .tabs .tab-info {
    display: none; }
  .tabs .tab-content {
    padding-top: 40px; }
  .tabs .tab-header {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .tabs .tab-header li {
      display: table-cell;
      vertical-align: middle;
      height: 30px;
      border-right: 2px solid #dde4e8;
      padding: 0 15px; }
  .component-dark-blue .tabs .tab-header li > a,
  .component-med-blue .tabs .tab-header li > a,
  .component-teal .tabs .tab-header li > a,
  .component-dark-green .tabs .tab-header li > a,
  .component-dark-gray .tabs .tab-header li > a {
    color: #fff; }
  .component-dark-blue .tabs .tab-header li.active > a,
  .component-med-blue .tabs .tab-header li.active > a,
  .component-teal .tabs .tab-header li.active > a,
  .component-dark-green .tabs .tab-header li.active > a,
  .component-dark-gray .tabs .tab-header li.active > a {
    color: #000; } }

@media screen and (max-width: 767px) {
  .tabs.container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .tabs .tab-header {
    text-align: left; }
    .tabs .tab-header li {
      display: list-item; }
      .tabs .tab-header li .tab-info {
        display: none;
        padding: 20px 20px 30px 20px; }
        .tabs .tab-header li .tab-info .tab-btn {
          margin-bottom: 10px; }
      .tabs .tab-header li .icon {
        display: inline-block;
        float: right; }
        .tabs .tab-header li .icon > span {
          font-size: 12px;
          font-weight: normal;
          color: #009AC7; }
      .tabs .tab-header li > a {
        border-right-width: 0;
        padding: 15px 20px;
        background-color: #f1f2f2;
        color: #000; }
      .tabs .tab-header li .plus {
        display: inline-block; }
      .tabs .tab-header li .minus {
        display: none; }
      .tabs .tab-header li.active .tab-info {
        display: block; }
      .tabs .tab-header li.active .plus {
        display: none; }
      .tabs .tab-header li.active .minus {
        display: inline-block; }
      .tabs .tab-header li.toggle .tab-info {
        display: none; }
      .tabs .tab-header li.active.toggle .plus {
        display: inline-block; }
      .tabs .tab-header li.active.toggle .minus {
        display: none; }
  .tabs .tab-content {
    display: none; }
    .tabs .tab-content .text.richtext ul {
      list-style-type: disc; }
  .tabs .title {
    font-size: 22px;
    font-weight: 700; }
    .tabs .title sup {
      font-size: 16px;
      top: -0.05em; }
  .tabs .h3Header {
    font-size: 26px; } }

.btn.cta-primary {
  background-color: #F37A1D;
  border-color: #F37A1D;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 13px; }

.btn.cta-secondary {
  background-color: #009AC7;
  color: #fff;
  letter-spacing: .1em;
  font-size: 13px; }

.btn.cta-secondary-transparent {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: .1em;
  font-size: 13px; }

.btn.btn-link [class^="icon-"] {
  font-size: 12px; }

.btn.cta-primary,
.btn.cta-secondary,
.btn.cta-secondary-transparent,
.btn.cta-btn-primary,
.btn.cta-primary-brand,
.btn.cta-btn-secondary,
.btn.cta-btn-secondary-transparent {
  text-align: center;
  white-space: normal; }
  .btn.cta-primary:hover, .btn.cta-primary:focus, .btn.cta-primary.focus,
  .btn.cta-secondary:hover,
  .btn.cta-secondary:focus,
  .btn.cta-secondary.focus,
  .btn.cta-secondary-transparent:hover,
  .btn.cta-secondary-transparent:focus,
  .btn.cta-secondary-transparent.focus,
  .btn.cta-btn-primary:hover,
  .btn.cta-btn-primary:focus,
  .btn.cta-btn-primary.focus,
  .btn.cta-primary-brand:hover,
  .btn.cta-primary-brand:focus,
  .btn.cta-primary-brand.focus,
  .btn.cta-btn-secondary:hover,
  .btn.cta-btn-secondary:focus,
  .btn.cta-btn-secondary.focus,
  .btn.cta-btn-secondary-transparent:hover,
  .btn.cta-btn-secondary-transparent:focus,
  .btn.cta-btn-secondary-transparent.focus {
    color: #fff;
    opacity: 0.8; }

.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link.focus,
.btn.cta-btn-link:hover,
.btn.cta-btn-link:focus,
.btn.cta-btn-link.focus {
  opacity: 0.8; }

.cta-btn-primary,
.cta-btn-secondary,
.cta-btn-secondary-transparent,
.cta-btn-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600; }

.cta-btn-primary {
  background-color: #F37A1D;
  border-color: #F37A1D;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px; }

.cta-btn-secondary {
  background-color: #009AC7;
  color: #fff;
  letter-spacing: .1em;
  font-size: 13px; }

.cta-btn-secondary-transparent {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: .1em;
  font-size: 13px; }

.cta-btn-link {
  color: #009AC7;
  background-color: transparent; }
  .cta-btn-link:after {
    font-family: "fontello";
    content: '\e80b';
    padding-left: 8px;
    font-size: 12px;
    opacity: .75;
    font-weight: normal; }

.cta-btn-link:hover {
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .btn.cta-btn-primary, .btn.cta-btn-secondary, .btn.cta-btn-secondary-transparent, .btn.cta-primary, .btn.cta-secondary, .btn.cta-secondary-transparent {
    font-size: 9px !important; } }

/* color overrides for specific component combinations */
.component-white .cta-btn-link,
.component-white a.doc-link,
.component-gray .cta-btn-link,
.component-gray a.doc-link,
.component-med-gray .cta-btn-link,
.component-med-gray a.doc-link {
  color: #009AC7; }

.component-white .show-more a span,
.component-gray .show-more a span,
.component-med-gray .show-more a span {
  color: #000; }
  .component-white .show-more a span.icon-plus-minus,
  .component-gray .show-more a span.icon-plus-minus,
  .component-med-gray .show-more a span.icon-plus-minus {
    color: #009AC7; }

.component-white .component-dark-blue .cta-btn-link,
.component-white .component-dark-blue .show-more a span,
.component-white .component-dark-blue a.doc-link,
.component-white .component-med-blue .cta-btn-link,
.component-white .component-med-blue .show-more a span,
.component-white .component-med-blue a.doc-link,
.component-white .component-teal .cta-btn-link,
.component-white .component-teal .show-more a span,
.component-white .component-teal a.doc-link,
.component-white .component-dark-green .cta-btn-link,
.component-white .component-dark-green .show-more a span,
.component-white .component-dark-green a.doc-link,
.component-white .component-dark-gray .cta-btn-link,
.component-white .component-dark-gray .show-more a span,
.component-white .component-dark-gray a.doc-link,
.component-gray .component-dark-blue .cta-btn-link,
.component-gray .component-dark-blue .show-more a span,
.component-gray .component-dark-blue a.doc-link,
.component-gray .component-med-blue .cta-btn-link,
.component-gray .component-med-blue .show-more a span,
.component-gray .component-med-blue a.doc-link,
.component-gray .component-teal .cta-btn-link,
.component-gray .component-teal .show-more a span,
.component-gray .component-teal a.doc-link,
.component-gray .component-dark-green .cta-btn-link,
.component-gray .component-dark-green .show-more a span,
.component-gray .component-dark-green a.doc-link,
.component-gray .component-dark-gray .cta-btn-link,
.component-gray .component-dark-gray .show-more a span,
.component-gray .component-dark-gray a.doc-link,
.component-med-gray .component-dark-blue .cta-btn-link,
.component-med-gray .component-dark-blue .show-more a span,
.component-med-gray .component-dark-blue a.doc-link,
.component-med-gray .component-med-blue .cta-btn-link,
.component-med-gray .component-med-blue .show-more a span,
.component-med-gray .component-med-blue a.doc-link,
.component-med-gray .component-teal .cta-btn-link,
.component-med-gray .component-teal .show-more a span,
.component-med-gray .component-teal a.doc-link,
.component-med-gray .component-dark-green .cta-btn-link,
.component-med-gray .component-dark-green .show-more a span,
.component-med-gray .component-dark-green a.doc-link,
.component-med-gray .component-dark-gray .cta-btn-link,
.component-med-gray .component-dark-gray .show-more a span,
.component-med-gray .component-dark-gray a.doc-link {
  color: #fff; }

.component-dark-blue .cta-btn-link,
.component-dark-blue .show-more a span,
.component-dark-blue a.doc-link,
.component-med-blue .cta-btn-link,
.component-med-blue .show-more a span,
.component-med-blue a.doc-link,
.component-teal .cta-btn-link,
.component-teal .show-more a span,
.component-teal a.doc-link,
.component-dark-green .cta-btn-link,
.component-dark-green .show-more a span,
.component-dark-green a.doc-link,
.component-dark-gray .cta-btn-link,
.component-dark-gray .show-more a span,
.component-dark-gray a.doc-link {
  color: #fff; }

.component-dark-blue .component-white .cta-btn-link,
.component-dark-blue .component-white a.doc-link,
.component-dark-blue .component-gray .cta-btn-link,
.component-dark-blue .component-gray a.doc-link,
.component-dark-blue .component-med-gray .cta-btn-link,
.component-dark-blue .component-med-gray a.doc-link,
.component-med-blue .component-white .cta-btn-link,
.component-med-blue .component-white a.doc-link,
.component-med-blue .component-gray .cta-btn-link,
.component-med-blue .component-gray a.doc-link,
.component-med-blue .component-med-gray .cta-btn-link,
.component-med-blue .component-med-gray a.doc-link,
.component-teal .component-white .cta-btn-link,
.component-teal .component-white a.doc-link,
.component-teal .component-gray .cta-btn-link,
.component-teal .component-gray a.doc-link,
.component-teal .component-med-gray .cta-btn-link,
.component-teal .component-med-gray a.doc-link,
.component-dark-green .component-white .cta-btn-link,
.component-dark-green .component-white a.doc-link,
.component-dark-green .component-gray .cta-btn-link,
.component-dark-green .component-gray a.doc-link,
.component-dark-green .component-med-gray .cta-btn-link,
.component-dark-green .component-med-gray a.doc-link,
.component-dark-gray .component-white .cta-btn-link,
.component-dark-gray .component-white a.doc-link,
.component-dark-gray .component-gray .cta-btn-link,
.component-dark-gray .component-gray a.doc-link,
.component-dark-gray .component-med-gray .cta-btn-link,
.component-dark-gray .component-med-gray a.doc-link {
  color: #009AC7; }

.component-dark-blue .component-white .show-more a span,
.component-dark-blue .component-gray .show-more a span,
.component-dark-blue .component-med-gray .show-more a span,
.component-med-blue .component-white .show-more a span,
.component-med-blue .component-gray .show-more a span,
.component-med-blue .component-med-gray .show-more a span,
.component-teal .component-white .show-more a span,
.component-teal .component-gray .show-more a span,
.component-teal .component-med-gray .show-more a span,
.component-dark-green .component-white .show-more a span,
.component-dark-green .component-gray .show-more a span,
.component-dark-green .component-med-gray .show-more a span,
.component-dark-gray .component-white .show-more a span,
.component-dark-gray .component-gray .show-more a span,
.component-dark-gray .component-med-gray .show-more a span {
  color: #000; }
  .component-dark-blue .component-white .show-more a span.icon-plus-minus,
  .component-dark-blue .component-gray .show-more a span.icon-plus-minus,
  .component-dark-blue .component-med-gray .show-more a span.icon-plus-minus,
  .component-med-blue .component-white .show-more a span.icon-plus-minus,
  .component-med-blue .component-gray .show-more a span.icon-plus-minus,
  .component-med-blue .component-med-gray .show-more a span.icon-plus-minus,
  .component-teal .component-white .show-more a span.icon-plus-minus,
  .component-teal .component-gray .show-more a span.icon-plus-minus,
  .component-teal .component-med-gray .show-more a span.icon-plus-minus,
  .component-dark-green .component-white .show-more a span.icon-plus-minus,
  .component-dark-green .component-gray .show-more a span.icon-plus-minus,
  .component-dark-green .component-med-gray .show-more a span.icon-plus-minus,
  .component-dark-gray .component-white .show-more a span.icon-plus-minus,
  .component-dark-gray .component-gray .show-more a span.icon-plus-minus,
  .component-dark-gray .component-med-gray .show-more a span.icon-plus-minus {
    color: #009AC7; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #dae3e8;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  filter: Alpha(Opacity=80);
  /*IE7 fix*/
  opacity: 0.8;
  font-size: 22px; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  margin: 5px 3px;
  background-color: #d9e4e8; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #029acb; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.grid-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(25, 25, 25, 0.25);
  display: none; }
  .grid-overlay .container-fluid {
    height: 100%; }
    .grid-overlay .container-fluid .row {
      height: 100%; }
      .grid-overlay .container-fluid .row .col-sm-1, .grid-overlay .container-fluid .row .col-xs-6 {
        border: 1px solid #000;
        background-color: rgba(25, 25, 25, 0.25);
        height: 100%; }
        .grid-overlay .container-fluid .row .col-sm-1 .content, .grid-overlay .container-fluid .row .col-xs-6 .content {
          background-color: rgba(25, 25, 25, 0.25);
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff; }

.resultactive {
  background-color: #F1F2F2; }

::-ms-clear, ::-ms-reveal {
  display: none; }

@media screen and (min-width: 768px) {
  .main-header .container-fluid {
    max-width: 1130px; }
  .searchform {
    position: relative; }
  #header-right #header-search {
    display: none;
    position: absolute;
    top: 100px;
    right: 23px;
    z-index: 9999; }
  #header-search #search-global-submit {
    background: #009AC7;
    font-size: 18px;
    line-height: 62px;
    position: absolute;
    right: 0px;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 70px; }
  #header-right #header-search .search-Triangle {
    position: absolute;
    right: 25px;
    top: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #454F57 #454F57 #009AC7 #454F57; }
  #header-search {
    width: 524px;
    height: 60px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
    #header-search .search-bar {
      border: 1px solid #ccc;
      position: relative;
      height: 60px; }
    #header-search #search-global {
      display: block;
      width: 100%;
      height: 60px;
      padding: 0 110px 0 140px;
      color: #2E2E2E;
      border: none;
      outline: none; }
    #header-search .searchform-close {
      position: absolute;
      display: none;
      top: 0;
      right: 70px;
      width: 50px;
      height: 60px;
      text-align: center;
      line-height: 60px; }
      #header-search .searchform-close > span {
        color: #A8A8AA;
        display: inline-block;
        cursor: pointer;
        font-size: 20px;
        width: 50px;
        text-align: center; }
    #header-search #search-global-submit {
      background: #009AC7;
      font-size: 18px;
      line-height: 62px;
      position: absolute;
      right: 0px;
      top: 0;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 70px; }
    #header-search .type-search-results {
      display: none;
      width: 100%;
      overflow: initial;
      background-color: #fff;
      position: absolute;
      z-index: 1000;
      max-height: 240px;
      overflow: auto;
      text-align: left;
      text-decoration: none;
      border: 1px solid #ccc;
      border-top: 0; }
      #header-search .type-search-results > ul > li {
        padding-left: 20px;
        line-height: 30px; }
        #header-search .type-search-results > ul > li a {
          display: inline-block;
          width: 100%;
          color: #333; }
    #header-search .type-search-results ul {
      padding-left: 0px; }
    #header-search .select-scope {
      position: absolute;
      left: 1px;
      top: 1px;
      height: 60px;
      border-right: 1px solid #ccc;
      width: 134px;
      padding-left: 8px;
      overflow: hidden; }
      #header-search .select-scope:hover {
        background-color: #F1F2F2;
        /*border: 1px solid #ccc;*/ }
      #header-search .select-scope .select-modal {
        float: left;
        position: absolute;
        height: 100%;
        text-align: left;
        width: 100%;
        display: table;
        color: #A8A8AA; }
        #header-search .select-scope .select-modal span {
          color: #A8A8AA;
          font-size: 13px; }
        #header-search .select-scope .select-modal .select-ico {
          position: absolute;
          top: 0;
          right: 10px;
          /*zoom:0.5;*/
          transform: scale(0.8);
          line-height: 60px;
          right: 15px; }
        #header-search .select-scope .select-modal .select-label {
          display: table-cell;
          vertical-align: middle;
          padding-right: 25px; }
      #header-search .select-scope .search-type {
        display: block;
        position: absolute;
        left: -1px;
        top: 0;
        height: 60px;
        line-height: 60px;
        color: gray;
        opacity: 0;
        outline: none;
        -moz-appearance: none;
        appearance: none;
        width: 135px;
        -webkit-appearance: menulist-button; }
  #searchcart {
    display: block;
    float: right;
    height: 50px;
    position: relative;
    right: 15px;
    top: 40px; }
    #searchcart .search-icon {
      display: inline-block;
      cursor: pointer;
      line-height: 50px;
      vertical-align: text-top;
      font-size: 18px; }
    #searchcart #minicart {
      margin-left: 20px;
      display: inline-block;
      vertical-align: text-top; }
      #searchcart #minicart a {
        text-decoration: none; }
      #searchcart #minicart #minicart-link {
        font-size: 24px;
        margin-top: 5px;
        height: 30px; }
      #searchcart #minicart span {
        font-size: 18px; }
    #searchcart .searchcart-label {
      text-transform: uppercase;
      color: #fff;
      font-size: 12px !important;
      font-weight: 600;
      letter-spacing: .2em;
      margin-left: 0px;
      margin-right: 0px; } }

ul.search-category {
  display: none;
  position: absolute;
  padding: 0;
  color: gray;
  text-align: left;
  list-style: none;
  border: 1px solid #ccc;
  width: 135px;
  background: #fff;
  line-height: 150%; }
  ul.search-category li {
    padding-left: 8px;
    cursor: pointer; }
    ul.search-category li:hover {
      background: #09f;
      color: #fff; }

@media (max-width: 767px) {
  #header-right #header-search {
    display: none; }
  #header-right {
    display: block; }
  #searchcart .search-icon {
    display: none; }
  #searchcart .minicart {
    display: block; }
  #header-search {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    padding: 12px 20px; }
    #header-search .select-scope {
      position: relative;
      display: block;
      width: 100%;
      left: 0;
      top: 0;
      height: 40px;
      line-height: 40px;
      border: 1px solid #A8A8AA;
      background-color: #fff;
      padding-left: 15px;
      overflow: hidden; }
      #header-search .select-scope:hover {
        background-color: #F1F2F2; }
      #header-search .select-scope .select-modal {
        float: left;
        color: #A8A8AA; }
        #header-search .select-scope .select-modal span {
          color: #A8A8AA; }
        #header-search .select-scope .select-modal .select-ico {
          position: absolute;
          top: 0;
          right: 15px;
          transform: scale(0.8); }
      #header-search .select-scope .search-type {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
        color: gray;
        opacity: 0;
        outline: none;
        appearance: none; }
    #header-search #search-global {
      width: 100%;
      height: 40px;
      margin-top: -1px;
      padding: 0 60px 0 15px;
      font-size: 12px;
      color: #2E2E2E; }
    #header-search #search-global-submit {
      background: #009AC7;
      font-size: 18px;
      line-height: 39px;
      position: absolute;
      right: 20px;
      top: 52px;
      padding: 0 7px;
      width: 38px; }
    #header-search .searchform-close {
      position: absolute;
      top: 52px;
      right: 60px;
      width: 20px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: none; }
      #header-search .searchform-close > span {
        color: #A8A8AA;
        display: block;
        cursor: pointer; }
    #header-search ul.search-category {
      width: 216px;
      top: 51px;
      z-index: 1; }
  .main-navigation .nav {
    box-shadow: 0px 1px 1px #A8A8AA; }
  .main-navigation #header-search {
    position: absolute;
    background-color: #454F57;
    display: block; }
  .main-navigation ul.nav {
    position: absolute;
    top: 105px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    overflow-y: auto; }
  .main-navigation .type-search-results {
    width: 100%;
    position: relative;
    display: none;
    overflow: auto;
    overflow-x: none;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
    max-height: 240px;
    overflow: auto;
    text-align: left;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 0;
    box-shadow: 0px 1px 1px #A8A8AA; }
    .main-navigation .type-search-results > ul > li {
      padding-left: 20px;
      line-height: 30px; }
      .main-navigation .type-search-results > ul > li a {
        display: inline-block;
        width: 100%;
        color: #333; }
  .main-navigation .type-search-results ul {
    padding-left: 0px; }
  .main-navigation .searchcart {
    display: none; } }

.list {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .list .entry {
    margin-bottom: 45px;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #DDE4E8; }
    .list .entry:last-child {
      border-bottom: none;
      padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .list {
    margin-top: 10px; }
    .list .entry {
      margin-bottom: 35px;
      padding-bottom: 15px; } }

.productList .list .entry .entry-name {
  color: #009AC7; }
  .productList .list .entry .entry-name > b {
    font-size: 16px;
    display: block; }

.productList .list .entry .part-number {
  font-size: 12px;
  margin: 5px 0; }

.productList .list .entry .price {
  font-weight: 600; }

.productList .list .entry .price .value {
  font-size: 22px; }

.productList .list .entry .entry-button {
  text-align: right;
  padding: 0 10px; }

@media screen and (max-width: 767px) {
  .productList .list .entry .entry-button {
    text-align: left; } }

.productList .list .entry.grid,
.documentsList .list .entry.grid,
.pagesList .list .entry.grid {
  border: none;
  padding: 0 15px 50px 15px; }

.productList .list .entry.grid .entry-button {
  text-align: left;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .productList .list .entry .entry-button .btn {
    margin-left: 0;
    margin-top: 10px; }
  .productList .list .entry .entry-button {
    margin-top: 10px; } }

.productList .list .entry .entry-button .btn {
  font-size: 13px; }

.productList .list .entry .entry-button .qty {
  text-align: center;
  display: inline-block;
  width: 50px;
  margin-right: 5px; }

.productList .list .entry .entry-button .checkbox {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .productList .list .entry .entry-button .qty {
    display: block; } }

.productList .entry .description {
  margin-top: 10px; }
  .productList .entry .description a {
    color: #009AC7; }

.productList .stock.not-in-stock {
  color: #e03636; }

.gridListToggle span {
  font-size: 22px; }

.gridListToggle span .selected {
  color: #009AC7; }

.viewAndToggle {
  text-align: right; }

.categoryPanel.hidden-xs {
  background-color: #DDE4E8;
  padding: 10px; }

.categoryPanel .content-type-title {
  padding-bottom: 10px; }

.categoryPanel ul {
  font-weight: 600;
  list-style: none;
  padding: 0; }

.categoryPanel ul li {
  margin-top: 10px; }

.categoryPanel a {
  color: #009AC7; }

.documentsList .product-head,
.pagesList .product-head,
.productList .product-head {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #DDE4E8;
  padding-bottom: 10px; }

.documentsList .product-head span,
.pagesList .product-head span,
.productList .product-head span {
  display: none; }

.productList .category-search-head {
  margin: 35px 0 0 0; }

.view_all .documentsList .product-head span,
.view_all .pagesList .product-head span,
.view_all .productList .product-head span {
  display: inline;
  font-weight: bold; }

.machinesListContainer,
.partsAndSuppliesListContainer,
.documentsListContainer,
.pagesListContainer {
  margin-bottom: 70px; }

.products-more a,
.documents-more a,
.pages-more a {
  color: #009AC7; }

.search-header {
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 35px; }
  .search-header .search-text {
    font-weight: 300; }

@media screen and (max-width: 767px) {
  .search-header {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 15px; }
  .productList .category-search-head {
    margin: 15px 0; } }

.documentsList .list .entry .document-name {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #009AC7;
  width: 55.5555556%; }

.documentsList .list .entry .document-description {
  margin-bottom: 30px;
  width: 55.5555556%; }

.documentsList .list .entry .document-format {
  margin-left: -5px;
  color: #009AC7;
  font-size: 22px;
  text-decoration: none; }

.documentsList .list .entry .document-filesize {
  color: #A8A8AA;
  margin-right: 10px;
  font-size: 11px; }

.documentsList .list .entry .document-languages {
  font-weight: 600;
  font-size: 12px; }

@media screen and (max-width: 767px) {
  .documentsList .list .entry .document-name {
    width: 100%; }
  .documentsList .list .entry .document-description {
    margin-bottom: 10px;
    width: 100%; } }

.pagesList .list .entry .page-title {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #009AC7;
  width: 55.5555556%; }

.pagesList .list .entry .page-description {
  margin-bottom: 30px;
  width: 55.5555556%; }

@media screen and (max-width: 767px) {
  .pagesList .list .entry .page-title {
    width: 100%; }
  .pagesList .list .entry .page-description {
    margin-bottom: 10px;
    width: 100%; } }

.paginationContainer {
  border-top: 1px solid #DDE4E8;
  margin-top: -60px;
  margin-bottom: 70px;
  text-align: right; }
  .paginationContainer .pagination {
    margin: 15px 0 0 0; }
    .paginationContainer .pagination > li > a {
      border: none;
      color: #009AC7;
      padding: 3px 8px; }
    .paginationContainer .pagination > li.next > a, .paginationContainer .pagination li.prev > a {
      background-color: #009AC7;
      color: #fff;
      font-size: 9px;
      padding: 6px 5px; }
    .paginationContainer .pagination > li:last-child > a {
      border-radius: 0; }
    .paginationContainer .pagination > li:first-child > a {
      border-radius: 0; }
    .paginationContainer .pagination > .active > a {
      color: #2E2E2E;
      background: none; }

.filterSortViewMobileContainer {
  margin: 10px 0 20px 0; }

.sortContainer .sort-by {
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
  bottom: 7px;
  position: relative; }

.sortContainer select {
  width: 185px;
  display: inline-block; }

#sortViewModal .modal-header {
  padding: 10px 15px;
  background-color: #F1F2F2; }
  #sortViewModal .modal-header .modal-title {
    font-weight: 700; }

#sortViewModal .modal-body {
  padding: 0; }
  #sortViewModal .modal-body .sortMobileContainer ul {
    list-style: none;
    -webkit-padding-start: 0; }
    #sortViewModal .modal-body .sortMobileContainer ul li {
      padding: 15px;
      border-bottom: 1px solid #DDE4E8;
      font-weight: 600;
      color: #009AC7; }
      #sortViewModal .modal-body .sortMobileContainer ul li.active {
        color: #000; }
      #sortViewModal .modal-body .sortMobileContainer ul li.sort-by-title {
        color: #000;
        font-weight: 700; }
      #sortViewModal .modal-body .sortMobileContainer ul li.active:before {
        font-family: "fontello";
        content: '\e811';
        padding-right: 15px;
        font-size: 8px;
        display: inline-block;
        -webkit-transform: scale(0.66667); }
  #sortViewModal .modal-body .view {
    padding: 15px;
    padding-bottom: 40px; }
    #sortViewModal .modal-body .view .view-title {
      font-weight: 700;
      margin-top: -10px;
      margin-bottom: 15px; }
    #sortViewModal .modal-body .view .perPageMobileContainer .btn-blue {
      color: #009AC7;
      border-color: #009AC7;
      margin-bottom: 10px; }
      #sortViewModal .modal-body .view .perPageMobileContainer .btn-blue span {
        display: none; }
      #sortViewModal .modal-body .view .perPageMobileContainer .btn-blue.selected {
        color: #000;
        border-color: #000; }
        #sortViewModal .modal-body .view .perPageMobileContainer .btn-blue.selected span {
          display: block;
          font-size: 8px;
          -webkit-transform: scale(0.66667);
          display: inline-block; }

.filterPanelContainer {
  margin-top: 40px; }
  .filterPanelContainer .filter-top {
    padding-bottom: 8px; }
    .filterPanelContainer .filter-top .filter-title {
      font-weight: 600; }
    .filterPanelContainer .filter-top .filter-clear-all {
      float: right;
      color: #009AC7; }
  .filterPanelContainer .filter {
    background-color: #F1F2F2;
    padding: 25px;
    margin-top: 7px; }
    .filterPanelContainer .filter .filter-category {
      font-size: 24px;
      font-weight: 300;
      padding-bottom: 10px; }
    .filterPanelContainer .filter .checkbox {
      margin-top: 5px; }

#filterModal .filterMobileContainer .modal-header {
  padding: 10px 15px;
  background-color: #F1F2F2; }
  #filterModal .filterMobileContainer .modal-header .modal-title {
    font-weight: 700; }
  #filterModal .filterMobileContainer .modal-header a.filter-clear-all {
    float: right;
    margin-top: -20px; }

#filterModal .filterMobileContainer .modal-body {
  padding: 0; }
  #filterModal .filterMobileContainer .modal-body ul {
    list-style: none;
    padding-left: 0; }
    #filterModal .filterMobileContainer .modal-body ul li {
      padding: 10px 15px;
      border-bottom: 1px solid #DDE4E8;
      font-weight: 700; }
      #filterModal .filterMobileContainer .modal-body ul li.facet-name {
        text-transform: uppercase; }
      #filterModal .filterMobileContainer .modal-body ul li label {
        font-weight: 600; }

#filterModal .modal-footer {
  background-color: #F1F2F2;
  padding: 10px 5px; }
  #filterModal .modal-footer .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px; }

.view_all #filterList, .view_all .filterSortViewMobileContainer, .view_all .selectedFilterContainer {
  display: none; }

.selectedFilterContainer .selectedFilter {
  border-top: 1px solid #DDE4E8;
  padding-top: 10px; }
  .selectedFilterContainer .selectedFilter .selected-filter-title {
    font-weight: 700;
    margin-bottom: 10px; }
  .selectedFilterContainer .selectedFilter .selected-filter {
    display: inline-block;
    min-width: 118px;
    margin-bottom: 15px; }
    .selectedFilterContainer .selectedFilter .selected-filter .remove-filter-btn {
      color: #009AC7;
      cursor: pointer; }

.filter-category-items div:nth-child(n+6) {
  display: none; }

.filter-category-items.more div:nth-child(n+6) {
  display: block; }

.filter-category-more {
  display: none; }
  .filter-category-more.more {
    display: inline; }

.document-order-wrapper .add-to-order {
  display: none; }

.documents .document-order-wrapper .add-to-order {
  display: block; }

@media screen and (min-width: 768px) {
  .selectedFilterContainer .selectedFilter {
    margin-top: 40px;
    padding-bottom: 20px; }
  .document-order-wrapper {
    position: relative; }
    .document-order-wrapper .add-to-order {
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (max-width: 767px) {
  .selectedFilterContainer .selectedFilter .selected-filter-title .icon-tennant {
    float: right;
    color: #009AC7; }
    .selectedFilterContainer .selectedFilter .selected-filter-title .icon-tennant[aria-expanded="true"]:before {
      content: "\e805"; }
    .selectedFilterContainer .selectedFilter .selected-filter-title .icon-tennant[aria-expanded="false"]:before {
      content: "\e806"; }
  .selectedFilterContainer .selectedFilter .selected-filter {
    min-width: 49%; }
  .document-order-wrapper .add-to-order {
    margin-top: 10px; }
  .doc-cart-top {
    padding-top: 30px; }
    .doc-cart-top .doc-order-btn {
      display: none;
      margin-right: 100px;
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 12px; } }

@media screen and (min-width: 768px) {
  .doc-cart-top {
    padding-top: 30px; }
    .doc-cart-top .doc-order-btn {
      display: none;
      float: right;
      margin-right: 100px;
      padding-left: 40px;
      padding-right: 40px;
      margin-top: -32px; } }

.doc-cart {
  position: relative;
  margin-top: 10px; }
  .doc-cart .doc-cart-icon {
    position: absolute;
    top: -38px;
    right: 10px;
    font-size: 18px; }
    .doc-cart .doc-cart-icon .doc-icon {
      position: absolute;
      top: -13px;
      right: -15px;
      font-size: 22px;
      color: #F37A1D; }
      .doc-cart .doc-cart-icon .doc-icon .doc-cart-num {
        position: absolute;
        top: 9px;
        right: .5em;
        left: .5em;
        text-align: center;
        color: #fff;
        font-size: 12px;
        display: inline-block;
        -webkit-transform: scale(0.66667); }
  .doc-cart .doc-cart-content {
    display: none;
    background-color: #F1F2F2;
    padding: 15px; }
    .doc-cart .doc-cart-content:before {
      top: -9px;
      right: 11px;
      content: "";
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 9px solid #F1F2F2;
      position: absolute; }
    .doc-cart .doc-cart-content .doc-entry {
      margin-top: 10px; }
      .doc-cart .doc-cart-content .doc-entry .remove-doc {
        color: #009AC7;
        padding-right: 5px;
        margin-left: -5px;
        cursor: pointer; }
    .doc-cart .doc-cart-content a.more-doc, .doc-cart .doc-cart-content a.less-doc {
      color: #009AC7;
      display: none;
      margin-top: 10px; }

.doc-added .check-mark {
  color: #8dc600; }

.perPageContainer {
  padding-right: 60px; }
  .perPageContainer .view {
    padding-right: 50px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }
  .perPageContainer .perPage {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .perPageContainer .perPage li {
      display: inline-block;
      color: #009AC7;
      margin-right: 5px;
      cursor: pointer;
      font-size: 15px;
      padding: 1px 2px; }
      .perPageContainer .perPage li.active {
        color: #000;
        cursor: text; }

.c-badge {
  position: relative; }
  .c-badge .c-badge-inner {
    position: absolute;
    left: 0;
    top: 0; }
    .c-badge .c-badge-inner > .content {
      display: block;
      height: 20px;
      line-height: 20px;
      color: #fff;
      padding-left: 8px;
      padding-right: 8px;
      text-transform: uppercase; }
      .c-badge .c-badge-inner > .content i {
        display: block;
        font-size: 11px;
        -webkit-transform: scale(0.917);
        font-style: normal;
        font-weight: 600;
        letter-spacing: .05em; }
    .c-badge .c-badge-inner > .arrow {
      border-right: 5px solid transparent;
      position: absolute;
      right: -5px; }
      .c-badge .c-badge-inner > .arrow.top {
        top: 0;
        border-top-width: 10px;
        border-top-style: solid; }
      .c-badge .c-badge-inner > .arrow.bottom {
        bottom: 0;
        border-bottom-width: 10px;
        border-bottom-style: solid; }
  .c-badge.new .c-badge-inner > .content {
    background-color: #8dc600; }
  .c-badge.new .c-badge-inner > .arrow {
    border-top-color: #8dc600;
    border-bottom-color: #8dc600; }
  .c-badge.sale .c-badge-inner > .content, .c-badge.clearance .c-badge-inner > .content {
    background-color: #77CAE2; }
  .c-badge.sale .c-badge-inner > .arrow, .c-badge.clearance .c-badge-inner > .arrow {
    border-top-color: #77CAE2;
    border-bottom-color: #77CAE2; }
  .c-badge.used .c-badge-inner > .content {
    background-color: #73AFB6; }
  .c-badge.used .c-badge-inner > .arrow {
    border-top-color: #73AFB6;
    border-bottom-color: #73AFB6; }
  .c-badge.cpo .c-badge-inner > .content {
    width: 90px;
    height: 30px;
    line-height: 13px;
    padding-right: 0;
    word-wrap: word-break;
    background-color: #0084a9; }
    .c-badge.cpo .c-badge-inner > .content i {
      padding-top: 2px; }
  .c-badge.cpo .c-badge-inner > .arrow {
    border-top-color: #0084a9;
    border-bottom-color: #0084a9;
    border-right: 15px solid transparent;
    right: -11px; }
    .c-badge.cpo .c-badge-inner > .arrow.top {
      border-top-width: 30px; }
    .c-badge.cpo .c-badge-inner > .arrow.bottom {
      border-bottom-width: 30px; }
  .c-badge.discontinued .c-badge-inner > .content, .c-badge.rental .c-badge-inner > .content {
    background-color: #97999B; }
  .c-badge.discontinued .c-badge-inner > .arrow, .c-badge.rental .c-badge-inner > .arrow {
    border-top-color: #97999B;
    border-bottom-color: #97999B; }

@media screen and (min-width: 768px) {
  .c-badge.big .c-badge-inner > .content {
    height: 27px;
    line-height: 25px; }
    .c-badge.big .c-badge-inner > .content i {
      font-size: 15px; }
  .c-badge.big .c-badge-inner > .arrow.top {
    border-top-width: 14px; }
  .c-badge.big .c-badge-inner > .arrow.bottom {
    border-bottom-width: 14px; }
  .c-badge.big.cpo .c-badge-inner > .content {
    width: 106px;
    height: 40px;
    line-height: 16px; }
    .c-badge.big.cpo .c-badge-inner > .content i {
      padding-top: 4px; }
  .c-badge.big.cpo .c-badge-inner > .arrow.top {
    border-top-width: 30px; }
  .c-badge.big.cpo .c-badge-inner > .arrow.bottom {
    border-bottom-width: 30px; } }

.minicart-content,
#popup-cart {
  z-index: 1033;
  width: 348px;
  background: #fff;
  position: absolute;
  right: -13px;
  margin-top: 25px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

.minicart-content #minicart-empty,
.minicart-content #minicart-error {
  padding: 20px; }
  .minicart-content #minicart-empty span.error,
  .minicart-content #minicart-error span.error {
    font-size: 12px !important;
    display: block; }

.minicart-content:before,
#popup-cart:before {
  top: -6px;
  right: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute; }

.minicart-content .entries {
  margin-top: 5px; }

.minicart-content .entries .hint {
  width: 206px;
  position: absolute;
  bottom: 102px;
  left: 50%;
  margin-left: -103px;
  background: #fff;
  padding: 0 15px;
  color: #A8A8AA; }

.minicart-content .subtotal {
  margin-top: 15px;
  padding: 0 20px;
  font-size: 19px;
  font-weight: 600; }

.minicart-content .subtotal .value {
  float: right; }
  .minicart-content .subtotal .value sup {
    top: -.3em; }

.minicart-content .checkout-btn {
  margin-top: 15px;
  padding: 0 20px 20px 20px; }

.minicart-content .entry {
  padding: 10px 20px;
  border-bottom: 1px solid #DDE4E8; }

.minicart-content .entry.last {
  padding-bottom: 20px; }

.minicart-content .entry .name {
  font-size: 15px;
  color: #009AC7; }

.minicart-content .entry .qty,
#popup-cart .qty {
  margin-top: 5px; }

.minicart-content .entry .price,
#popup-cart .price {
  float: right;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600; }

#minicart {
  position: relative;
  color: #000;
  text-align: left;
  margin-right: -15px; }

#popup-cart {
  color: #000;
  position: fixed;
  text-align: left; }
  #popup-cart .title {
    background-color: #DDE4E8;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  #popup-cart .content {
    padding: 10px 20px; }
  #popup-cart:before {
    border-bottom: 6px solid #DDE4E8; }

.minicart-loading {
  padding: 10px;
  text-align: center; }

.custom-select {
  position: relative; }
  .custom-select .select-value {
    cursor: pointer;
    display: inline-block;
    width: 210px;
    height: 37px;
    padding: 8px;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    font-weight: 600; }
    .custom-select .select-value .selectedValue {
      display: block;
      height: 20px;
      overflow: hidden; }
  .custom-select .icon-dropdown {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid black;
    top: 14px;
    right: 5px; }
  .custom-select .custom-select-option {
    display: none;
    z-index: 1;
    position: absolute;
    text-align: left;
    list-style: none;
    border: 1px solid #ccc;
    width: 300px;
    background: #fff;
    font-weight: 600;
    padding-left: 0;
    width: 100%;
    left: 0; }
    .custom-select .custom-select-option li {
      cursor: pointer;
      padding-left: 30px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .custom-select .custom-select-option li.selected:before {
        font-family: "fontello";
        content: '\e811';
        font-size: 8px;
        display: inline-block;
        -webkit-transform: scale(0.66667);
        color: #009AC7;
        padding-right: 6px;
        margin-left: -17px; }
      .custom-select .custom-select-option li:hover {
        background-color: #F1F2F2; }

.cookie-acceptance, .notice {
  background: #F1F2F2;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px; }
  .cookie-acceptance > span, .notice > span {
    cursor: pointer;
    background: #009AC7;
    float: right;
    width: 20px;
    height: 20px;
    padding: 4px 0px;
    margin-top: 6px; }
    .cookie-acceptance > span:before, .notice > span:before {
      content: '\e80a';
      color: white;
      float: right; }

.bulk-order {
  margin-top: 40px;
  margin-bottom: 80px; }
  .bulk-order .title {
    padding-bottom: 7px;
    font-size: 25px;
    font-weight: 700; }
  .bulk-order .table-head {
    font-weight: 700; }
  .bulk-order .part-num {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDE4E8; }
    .bulk-order .part-num .head {
      font-size: 15px;
      font-weight: 700; }
    .bulk-order .part-num .description {
      margin-top: 10px;
      margin-right: 30px; }
    .bulk-order .part-num .add-fields {
      margin: 5px 0; }
      .bulk-order .part-num .add-fields a {
        cursor: pointer;
        text-decoration: none; }
      .bulk-order .part-num .add-fields:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  .bulk-order {
    margin-bottom: 40px; } }

/* template specific scss */
.login-links {
  background-color: #000; }

.pdp-actions .pdp-inventory-threshold {
  margin-left: 10px; }
  .pdp-actions .pdp-inventory-threshold.not-in-stock {
    color: #e03636; }

#order-detail {
  margin-bottom: 50px; }
  #order-detail .title {
    font-weight: 700;
    text-transform: uppercase; }
  #order-detail .divider {
    border-top: 1px solid #d6dfda;
    margin: 10px 0; }
  #order-detail .content {
    margin-bottom: 20px; }
  #order-detail .sub-title {
    font-weight: 600;
    margin-top: 20px; }
  #order-detail .sub-total {
    margin-top: 20px; }
  #order-detail .right-float {
    float: right; }
  #order-detail #product-list {
    margin-top: 20px; }
    #order-detail #product-list .icon-plus-minus.collapsed:before {
      content: '\e806'; }
    #order-detail #product-list .icon-plus-minus:before {
      content: '\e805';
      float: right;
      text-decoration: none; }
    #order-detail #product-list .header {
      background-color: #F1F2F2;
      font-size: 13px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      margin: 17px 0;
      padding-left: 20px;
      text-transform: uppercase; }
    #order-detail #product-list .inner-content {
      padding-left: 20px; }
    #order-detail #product-list .ship-status {
      color: #8dc600; }
    #order-detail #product-list .product-header {
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    #order-detail #product-list .product {
      margin-bottom: 30px; }
      #order-detail #product-list .product .product-info div {
        padding-bottom: 5px; }
      #order-detail #product-list .product .product-name,
      #order-detail #product-list .product .total-price {
        font-weight: 700; }
      #order-detail #product-list .product .price {
        font-weight: 700; }
        #order-detail #product-list .product .price .your-price {
          color: #F37A1D;
          padding-left: 10px; }
    #order-detail #product-list .view-all a {
      cursor: pointer; }
    #order-detail #product-list .view-all .view-less {
      display: none; }
    #order-detail #product-list .product:nth-child(n+6) {
      display: none; }
  #order-detail .order-total {
    font-weight: 700; }
  #order-detail .tacking-number {
    color: #009AC7; }
  #order-detail .notShip-status {
    color: #A8A8AA; }

@media screen and (min-width: 768px) {
  #order-detail .min-height {
    min-height: 300px; } }

@media screen and (max-width: 767px) {
  #order-detail .mobile-block {
    display: block; }
  #order-detail .product .quantity,
  #order-detail .product .total-price {
    margin-left: 27%; }
  #order-detail .margin-b {
    margin-bottom: 10px; } }

.accountnav {
  margin-left: -15px;
  margin-right: -15px; }
  .accountnav li {
    background: #DDE4E8; }
    .accountnav li a {
      font-size: 13px;
      font-weight: bold;
      padding-bottom: 13px;
      padding-top: 13px;
      text-transform: uppercase; }
    .accountnav li + li {
      margin-top: 10px; }
    .accountnav li.active {
      background: #F1F2F2; }
      .accountnav li.active a {
        color: #2E2E2E;
        cursor: default; }
    .accountnav li:hover {
      background: #F1F2F2; }
      .accountnav li:hover a {
        color: #2E2E2E; }

.content-account-profile .headline h3 {
  margin-top: 0; }

.content-account-profile h5 {
  margin-bottom: 0;
  font-weight: bold; }

.content-account-profile .password-change {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }

.content-account-profile .sold-to .header {
  padding-left: 0; }
  .content-account-profile .sold-to .header b {
    font-size: 24px;
    font-weight: 500; }

.content-account-profile .sold-to .item {
  margin-bottom: 15px; }
  .content-account-profile .sold-to .item .content-text {
    padding-left: 0; }
  .content-account-profile .sold-to .item .content-radio + .content-text {
    padding-left: 22px; }

.content-account-profile .sold-to .continue {
  padding: 10px 0; }

.content-account-profile .account-profile-data .h5Header {
  text-transform: capitalize; }

.content-account-profile #profileSoldTo .h5Header {
  text-transform: capitalize; }

.loading-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.8);
  text-align: center;
  z-index: 999;
  display: none; }

.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  top: 50%;
  left: 50%; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle.black .sk-child:before {
  background-color: #2E2E2E; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.h1Header {
  font-size: 48px;
  font-weight: 700; }

.h2Header {
  font-size: 30px;
  font-weight: 700; }

.h3Header {
  font-size: 24px;
  font-weight: 700; }

.h4Header {
  font-size: 20px; }

.h5Header {
  font-size: 18px; }

.h6Header {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.headline6Mix {
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .h1Header {
    font-size: 38px;
    font-weight: 700; }
  .h2Header {
    font-size: 28px;
    font-weight: 700; }
  .h3Header {
    font-size: 24px;
    font-weight: 700; }
  .h4Header {
    font-size: 20px; }
  .h5Header {
    font-size: 18px; }
  .h6Header {
    font-size: 16px; }
  .headline6Mix {
    font-size: 16px; }
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; } }
