@charset "UTF-8";
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 579px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 579px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 579px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 579px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 799px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 799px) {
  .visible-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 799px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 799px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 800px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 579px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 699px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 580px) and (max-width: 799px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 800px) {
  .hidden-lg {
    display: none !important;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1:first-child,
.col-sm-1:first-child,
.col-md-1:first-child,
.col-lg-1:first-child,
.col-xs-2:first-child,
.col-sm-2:first-child,
.col-md-2:first-child,
.col-lg-2:first-child,
.col-xs-3:first-child,
.col-sm-3:first-child,
.col-md-3:first-child,
.col-lg-3:first-child,
.col-xs-4:first-child,
.col-sm-4:first-child,
.col-md-4:first-child,
.col-lg-4:first-child,
.col-xs-5:first-child,
.col-sm-5:first-child,
.col-md-5:first-child,
.col-lg-5:first-child,
.col-xs-6:first-child,
.col-sm-6:first-child,
.col-md-6:first-child,
.col-lg-6,
.col-xs-7:first-child,
.col-sm-7:first-child,
.col-md-7:first-child,
.col-lg-7:first-child,
.col-xs-8:first-child,
.col-sm-8:first-child,
.col-md-8:first-child,
.col-lg-8:first-child,
.col-xs-9:first-child,
.col-sm-9:first-child,
.col-md-9:first-child,
.col-lg-9:first-child,
.col-xs-10:first-child,
.col-sm-10:first-child,
.col-md-10:first-child,
.col-lg-10:first-child,
.col-xs-11:first-child,
.col-sm-11:first-child,
.col-md-11:first-child,
.col-lg-11:first-child {
  padding-left: 10px;
}
.col-xs-1:last-child,
.col-sm-1:last-child,
.col-md-1:last-child,
.col-lg-1:last-child,
.col-xs-2:last-child,
.col-sm-2:last-child,
.col-md-2:last-child,
.col-lg-2:last-child,
.col-xs-3:last-child,
.col-sm-3:last-child,
.col-md-3:last-child,
.col-lg-3:last-child,
.col-xs-4:last-child,
.col-sm-4:last-child,
.col-md-4:last-child,
.col-lg-4:last-child,
.col-xs-5:last-child,
.col-sm-5:last-child,
.col-md-5:last-child,
.col-lg-5:last-child,
.col-xs-6:last-child,
.col-sm-6:last-child,
.col-md-6:last-child,
.col-lg-6,
.col-xs-7:last-child,
.col-sm-7:last-child,
.col-md-7:last-child,
.col-lg-7:last-child,
.col-xs-8:last-child,
.col-sm-8:last-child,
.col-md-8:last-child,
.col-lg-8:last-child,
.col-xs-9:last-child,
.col-sm-9:last-child,
.col-md-9:last-child,
.col-lg-9:last-child,
.col-xs-10:last-child,
.col-sm-10:last-child,
.col-md-10:last-child,
.col-lg-10:last-child,
.col-xs-11:last-child,
.col-sm-11:last-child,
.col-md-11:last-child,
.col-lg-11:last-child {
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-6:nth-child(odd),
.col-xs-6:nth-child(even).col-xs-pull-6,
.col-xs-12 {
  padding-left: 10px;
}
.col-xs-6:nth-child(even),
.col-xs-6:nth-child(odd).col-xs-push-6,
.col-xs-12 {
  padding-right: 10px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media only screen and (min-width: 580px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1.col-xs-6:nth-child(odd),
  .col-sm-2.col-xs-6:nth-child(odd),
  .col-sm-3.col-xs-6:nth-child(odd),
  .col-sm-4.col-xs-6:nth-child(odd),
  .col-sm-5.col-xs-6:nth-child(odd),
  .col-sm-6.col-xs-6:nth-child(odd),
  .col-sm-7.col-xs-6:nth-child(odd),
  .col-sm-8.col-xs-6:nth-child(odd),
  .col-sm-9.col-xs-6:nth-child(odd),
  .col-sm-10.col-xs-6:nth-child(odd),
  .col-sm-11.col-xs-6:nth-child(odd),
  .col-sm-12.col-xs-6:nth-child(odd),
  .col-sm-1.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-2.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-3.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-4.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-5.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-6.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-7.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-8.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-9.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-10.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-11.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-12.col-xs-6:nth-child(even).col-xs-pull-6,
  .col-sm-1.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-2.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-3.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-4.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-5.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-6.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-7.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-8.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-9.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-10.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-11.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-12.col-sm-6:nth-child(odd).col-sm-push-6 {
    padding-left: 10px;
  }
  .col-sm-1.col-xs-6:nth-child(even),
  .col-sm-2.col-xs-6:nth-child(even),
  .col-sm-3.col-xs-6:nth-child(even),
  .col-sm-4.col-xs-6:nth-child(even),
  .col-sm-5.col-xs-6:nth-child(even),
  .col-sm-6.col-xs-6:nth-child(even),
  .col-sm-7.col-xs-6:nth-child(even),
  .col-sm-8.col-xs-6:nth-child(even),
  .col-sm-9.col-xs-6:nth-child(even),
  .col-sm-10.col-xs-6:nth-child(even),
  .col-sm-11.col-xs-6:nth-child(even),
  .col-sm-12.col-xs-6:nth-child(even),
  .col-sm-1.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-2.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-3.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-4.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-5.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-6.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-7.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-8.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-9.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-10.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-11.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-12.col-xs-6:nth-child(odd).col-xs-push-6,
  .col-sm-1.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-2.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-3.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-4.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-5.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-6.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-7.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-8.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-9.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-10.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-11.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-12.col-sm-6:nth-child(even).col-sm-pull-6 {
    padding-right: 10px;
  }
  .col-sm-6:nth-child(odd),
  .col-sm-6:nth-child(even).col-sm-pull-6,
  .col-sm-4:nth-child(4),
  .col-xs-6:first-child,
  .col-sm-12 {
    padding-left: 10px;
  }
  .col-sm-6:nth-child(even),
  .col-sm-6:nth-child(odd).col-sm-push-6,
  .col-sm-4:nth-child(3),
  .col-xs-6:last-child,
  .col-sm-12 {
    padding-right: 10px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1.col-sm-6:nth-child(odd),
  .col-md-2.col-sm-6:nth-child(odd),
  .col-md-3.col-sm-6:nth-child(odd),
  .col-md-4.col-sm-6:nth-child(odd),
  .col-md-5.col-sm-6:nth-child(odd),
  .col-md-6.col-sm-6:nth-child(odd),
  .col-md-7.col-sm-6:nth-child(odd),
  .col-md-8.col-sm-6:nth-child(odd),
  .col-md-9.col-sm-6:nth-child(odd),
  .col-md-10.col-sm-6:nth-child(odd),
  .col-md-11.col-sm-6:nth-child(odd),
  .col-md-12.col-sm-6:nth-child(odd),
  .col-md-1.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-2.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-3.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-4.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-5.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-6.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-7.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-8.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-9.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-10.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-11.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-12.col-sm-6:nth-child(odd).col-sm-push-6,
  .col-md-1.col-sm-4:nth-child(4),
  .col-md-2.col-sm-4:nth-child(4),
  .col-md-3.col-sm-4:nth-child(4),
  .col-md-4.col-sm-4:nth-child(4),
  .col-md-5.col-sm-4:nth-child(4),
  .col-md-6.col-sm-4:nth-child(4),
  .col-md-7.col-sm-4:nth-child(4),
  .col-md-8.col-sm-4:nth-child(4),
  .col-md-9.col-sm-4:nth-child(4),
  .col-md-10.col-sm-4:nth-child(4),
  .col-md-11.col-sm-4:nth-child(4),
  .col-md-12.col-sm-4:nth-child(4) {
    padding-left: 10px;
  }
  .col-md-1.col-sm-6:nth-child(even),
  .col-md-2.col-sm-6:nth-child(even),
  .col-md-3.col-sm-6:nth-child(even),
  .col-md-4.col-sm-6:nth-child(even),
  .col-md-5.col-sm-6:nth-child(even),
  .col-md-6.col-sm-6:nth-child(even),
  .col-md-7.col-sm-6:nth-child(even),
  .col-md-8.col-sm-6:nth-child(even),
  .col-md-9.col-sm-6:nth-child(even),
  .col-md-10.col-sm-6:nth-child(even),
  .col-md-11.col-sm-6:nth-child(even),
  .col-md-12.col-sm-6:nth-child(even),
  .col-md-1.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-2.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-3.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-4.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-5.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-6.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-7.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-8.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-9.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-10.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-11.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-12.col-sm-6:nth-child(even).col-sm-pull-6,
  .col-md-1.col-sm-4:nth-child(3),
  .col-md-2.col-sm-4:nth-child(3),
  .col-md-3.col-sm-4:nth-child(3),
  .col-md-4.col-sm-4:nth-child(3),
  .col-md-5.col-sm-4:nth-child(3),
  .col-md-6.col-sm-4:nth-child(3),
  .col-md-7.col-sm-4:nth-child(3),
  .col-md-8.col-sm-4:nth-child(3),
  .col-md-9.col-sm-4:nth-child(3),
  .col-md-10.col-sm-4:nth-child(3),
  .col-md-11.col-sm-4:nth-child(3),
  .col-md-12.col-sm-4:nth-child(3) {
    padding-right: 10px;
  }
  .col-sm-offset-3 {
    margin-left: 0%;
  }
  .col-md-6:nth-child(odd),
  .col-sm-6:first-child,
  .col-md-12 {
    padding-left: 10px;
  }
  .col-md-6:nth-child(even),
  .col-sm-6:last-child,
  .col-md-12 {
    padding-right: 10px;
  }
  .col-md-6:nth-child(even).col-md-pull-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6:nth-child(odd).col-md-push-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4.col-md-push-4.col-md-offset-2 {
    padding-left: 10px;
  }
  .col-md-4:last-child.col-md-pull-4 {
    padding-right: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1_half {
    margin-left: 12.5%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-9.col-md-push-3,
  .col-md-3.col-md-push-9,
  .col-md-4.col-md-push-8,
  .col-md-8.col-md-push-4,
  .col-md-7.col-md-push-5,
  .col-md-5.col-md-push-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3.col-md-pull-9,
  .col-md-9.col-md-pull-3,
  .col-md-8.col-md-pull-4,
  .col-md-4.col-md-pull-8,
  .col-md-7.col-md-pull-5,
  .col-md-5.col-md-pull-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 970px) {
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1.col-md-6:nth-child(odd),
  .col-lg-2.col-md-6:nth-child(odd),
  .col-lg-3.col-md-6:nth-child(odd),
  .col-lg-4.col-md-6:nth-child(odd),
  .col-lg-5.col-md-6:nth-child(odd),
  .col-lg-6.col-md-6:nth-child(odd),
  .col-lg-7.col-md-6:nth-child(odd),
  .col-lg-8.col-md-6:nth-child(odd),
  .col-lg-9.col-md-6:nth-child(odd),
  .col-lg-10.col-md-6:nth-child(odd),
  .col-lg-11.col-md-6:nth-child(odd),
  .col-lg-12.col-md-6:nth-child(odd) {
    padding-left: 10px;
  }
  .col-lg-1.col-md-6:nth-child(even),
  .col-lg-2.col-md-6:nth-child(even),
  .col-lg-3.col-md-6:nth-child(even),
  .col-lg-4.col-md-6:nth-child(even),
  .col-lg-5.col-md-6:nth-child(even),
  .col-lg-6.col-md-6:nth-child(even),
  .col-lg-7.col-md-6:nth-child(even),
  .col-lg-8.col-md-6:nth-child(even),
  .col-lg-9.col-md-6:nth-child(even),
  .col-lg-10.col-md-6:nth-child(even),
  .col-lg-11.col-md-6:nth-child(even),
  .col-lg-12.col-md-6:nth-child(even) {
    padding-right: 10px;
  }
  .col-lg-1.col-lg-6:nth-child(odd),
  .col-lg-2.col-lg-6:nth-child(odd),
  .col-lg-3.col-lg-6:nth-child(odd),
  .col-lg-4.col-lg-6:nth-child(odd),
  .col-lg-5.col-lg-6:nth-child(odd),
  .col-lg-6.col-lg-6:nth-child(odd),
  .col-lg-7.col-lg-6:nth-child(odd),
  .col-lg-8.col-lg-6:nth-child(odd),
  .col-lg-9.col-lg-6:nth-child(odd),
  .col-lg-10.col-lg-6:nth-child(odd),
  .col-lg-11.col-lg-6:nth-child(odd),
  .col-lg-12.col-lg-6:nth-child(odd) {
    padding-left: 10px;
  }
  .col-lg-1.col-lg-6:nth-child(even),
  .col-lg-2.col-lg-6:nth-child(even),
  .col-lg-3.col-lg-6:nth-child(even),
  .col-lg-4.col-lg-6:nth-child(even),
  .col-lg-5.col-lg-6:nth-child(even),
  .col-lg-6.col-lg-6:nth-child(even),
  .col-lg-7.col-lg-6:nth-child(even),
  .col-lg-8.col-lg-6:nth-child(even),
  .col-lg-9.col-lg-6:nth-child(even),
  .col-lg-10.col-lg-6:nth-child(even),
  .col-lg-11.col-lg-6:nth-child(even),
  .col-lg-12.col-lg-6:nth-child(even) {
    padding-right: 10px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: 300;
  margin: 0;
}
html,
body {
  background-color: #fff;
  height: 100%;
}
html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #333d47;
  max-width: 100%;
  overflow-x: hidden;
}
pre {
  line-height: 200%;
  font-size: 12px;
  padding: 20px;
}
.mejs-container {
  max-width: 80% !important;
  max-height: 100% !important;
  margin: 0 auto;
}
.mejs-overlay,
.mejs-poster {
  max-width: 100% !important;
  max-height: 100% !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
embed {
  width: initial !important;
  height: initial !important;
}
.youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-img {
  display: none;
}
@media (max-width: 800px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
}
.content.padded {
  padding: 30px 30px 30px 30px;
}
.content,
footer,
.content-wrapper {
  width: 100%;
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 835px) {
  .content,
  footer,
  .content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.bg-cover {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  display: none;
  z-index: 99;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media__figure {
  margin-right: 1em;
}
.media__body {
  flex: 1;
}
.hero-bkg-img.m-align-left {
  text-align: left;
}
.hero-bkg-img.m-align-center {
  text-align: center;
}
.hero-bkg-img.m-align-right {
  text-align: right;
}
@media only screen and (min-width: 700px) {
  .hero-bkg-img.d-align-left {
    text-align: left;
  }
  .hero-bkg-img.d-align-center {
    text-align: center;
  }
  .hero-bkg-img.d-align-right {
    text-align: right;
  }
}
@font-face {
  font-family: 'zebra-icons';
  src: url('commons/less/global/fonts/zebra-icons.eot');
  src: local("☺"), url("commons/less/global/fonts/zebra-icons.eot?#iefix") format("embedded-opentype"), url('commons/less/global/fonts/zebra-icons.woff') format('woff'), url('commons/less/global/fonts/zebra-icons.ttf') format('truetype'), url('commons/less/global/fonts/zebra-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-dismiss:before {
  content: '\e600';
}
/* '' */
.icon-alert-link:before {
  content: '\e601';
}
/* '' */
.icon-android:before {
  content: '\e602';
}
/* '' */
.icon-apple:before {
  content: '\e603';
}
/* '' */
.icon-barcode-scanning:before {
  content: '\e604';
}
/* '' */
.icon-blog:before {
  content: '\e605';
}
/* '' */
.icon-breadcrumb-arrow:before {
  content: '\e606';
}
/* '' */
.icon-card-printing:before {
  content: '\e607';
}
/* '' */
.icon-cloud-base-service-management:before {
  content: '\e608';
}
/* '' */
.icon-cta-arrow:before {
  content: '\e609';
}
/* '' */
.icon-data-capture-and-scanning:before {
  content: '\e60a';
}
/* '' */
.icon-dev-location:before {
  content: '\e60b';
}
/* '' */
.icon-dev-tag:before {
  content: '\e60c';
}
/* '' */
.icon-down-arrow:before {
  content: '\e60d';
}
/* '' */
.icon-download:before {
  content: '\e60e';
}
/* '' */
.icon-drivers:before {
  content: '\e60f';
}
/* '' */
.icon-drop-rating:before {
  content: '\e610';
}
/* '' */
.icon-facebook:before {
  content: '\e611';
}
/* '' */
.icon-firmware:before {
  content: '\e612';
}
/* '' */
.icon-hardware:before {
  content: '\e613';
}
/* '' */
.icon-healthcare:before {
  content: '\e614';
}
/* '' */
.icon-ip-rating:before {
  content: '\e615';
}
/* '' */
.icon-left-arrow:before {
  content: '\e616';
}
/* '' */
.icon-linkedin:before {
  content: '\e617';
}
/* '' */
.icon-location-and-motion-sensing:before {
  content: '\e618';
}
/* '' */
.icon-manuals:before {
  content: '\e619';
}
/* '' */
.icon-manufacturing:before {
  content: '\e61a';
}
/* '' */
.icon-mobile-computing:before {
  content: '\e61b';
}
/* '' */
.icon-multimedia:before {
  content: '\e61c';
}
/* '' */
.icon-play:before {
  content: '\e61d';
}
/* '' */
.icon-print-width:before {
  content: '\e61e';
}
/* '' */
.icon-retail:before {
  content: '\e61f';
}
/* '' */
.icon-rfid:before {
  content: '\e620';
}
/* '' */
.icon-right-arrow:before {
  content: '\e621';
}
/* '' */
.icon-service:before {
  content: '\e622';
}
/* '' */
.icon-software:before {
  content: '\e623';
}
/* '' */
.icon-speed:before {
  content: '\e624';
}
/* '' */
.icon-supplies:before {
  content: '\e625';
}
/* '' */
.icon-transportation:before {
  content: '\e626';
}
/* '' */
.icon-twitter:before {
  content: '\e627';
}
/* '' */
.icon-up-arrow:before {
  content: '\e628';
}
/* '' */
.icon-video:before {
  content: '\e629';
}
/* '' */
.icon-weight:before {
  content: '\e62a';
}
/* '' */
.icon-wifi:before {
  content: '\e62b';
}
/* '' */
.icon-windows8:before {
  content: '\e62c';
}
/* '' */
.icon-wireless-lan:before {
  content: '\e62d';
}
/* '' */
.icon-youtube:before {
  content: '\e62e';
}
/* '' */
.icon-demo:before {
  content: '\e62f';
}
/* '' */
.icon-lock:before {
  content: '\e630';
}
/* '' */
.icon-location-solutions:before {
  content: '\e631';
}
/* '' */
.icon-search:before {
  content: '\e632';
}
/* '' */
.icon-warehouse-management:before {
  content: '\e633';
}
/* '' */
.icon-how-to-video:before {
  content: '\e634';
}
/* '' */
.icon-mobile-menu:before {
  content: '\e635';
}
/* '' */
.icon-checkmark:before {
  content: '\e636';
}
/* '' */
.icon-quote-left:before {
  content: '\e637';
}
/* '' */
.icon-quote-right:before {
  content: '\e638';
}
/* '' */
.icon-field-mobility:before {
  content: '\e800';
}
/* '' */
.icon-hospitality:before {
  content: '\e801';
}
/* '' */
.icon-developer-tools:before {
  content: '\e864';
}
/* '' */
.icon-knowledge-articles:before {
  content: '\e867';
}
/* '' */
.icon-utilities:before {
  content: '\e86c';
}
/* '' */
.icon-operating-systems:before {
  content: '\e870';
}
/* '' */
.icon-productivity:before {
  content: '\e871';
}
/* '' */
.icon-down:before {
  content: '\e8c4';
}
/* '' */
.icon-dismiss {
  background: url(commons/img/icons/cancel-icon.svg) center no-repeat;
}
#cancel-icon {
  fill: #fff;
}
.icon-mobile-hamburger-menu {
  background: url(commons/img/icons/hamburger-menu-icon.svg) center no-repeat;
}
.globe-icon {
  background: url(commons/img/icons/world-icon.svg) center no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 4px;
}
@media only screen and (max-width: 835px) {
  .globe-icon {
    background: none;
  }
}
@media only screen and (max-width: 835px) {
  .globe-icon-mobile {
    background: url(commons/img/icons/world-icon-mobile.svg) center no-repeat;
  }
}
@font-face {
  font-family: 'unrestricted-login-icon';
  src: url('commons/less/global/fonts/unrestricted-login-icon.eot');
  src: local("☺"), url('commons/less/global/fonts/unrestricted-login-icon.woff') format('woff'), url('commons/less/global/fonts/unrestricted-login-icon.ttf') format('truetype'), url('commons/less/global/fonts/unrestricted-login-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="unrestricted-login-icon-"],
[class*="unrestricted-login-icon-"] {
  font-family: 'unrestricted-login-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.unrestricted-login-icon-unrestricted-login-icon:before {
  content: "\e900";
}
@font-face {
  font-family: 'download-icons';
  src: url('commons/less/global/fonts/download-icons.eot');
  src: local("☺"), url('commons/less/global/fonts/download-icons.woff') format('woff'), url('commons/less/global/fonts/download-icons.ttf') format('truetype'), url('commons/less/global/fonts/download-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="download-icon-"],
[class*=" download-icon-"] {
  font-family: 'download-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.download-icon-software:before {
  content: '\e900';
}
.download-icon-knowledge-articles:before {
  content: '\e901';
}
.download-icon-productivity-apps:before {
  content: '\e902';
}
.download-icon-utilities:before {
  content: '\e903';
}
.download-icon-demos:before {
  content: '\e904';
}
.download-icon-operating-systems:before {
  content: '\e905';
}
.download-icon-videos:before {
  content: '\e906';
}
.download-icon-firmware:before {
  content: '\e907';
}
.download-icon-drivers:before {
  content: '\e908';
}
.download-icon-dev-tools:before {
  content: '\e909';
}
.download-icon-manuals:before {
  content: '\e90a';
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 1.5;
}
h1 {
  padding-bottom: 10px;
  font-weight: 700;
  color: #000000;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2 {
  font-weight: 600;
  color: #000000;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2.image-tagline {
  margin: 15px 0 0;
}
h2.image-tagline p {
  clear: both;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  background: #333d47;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: 0 0 0 14px #333d47;
  box-decoration-break: clone;
  margin: 0 0 40px;
  padding: 0 10px;
}
h3 {
  margin-top: 20px;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
}
h3.grey {
  color: #666666;
}
h3.subhead {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
}
h4.label {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.label {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}
.content-callout {
  font-weight: 700;
  font-size: 18px;
  color: #ed4d1c;
  text-transform: uppercase;
}
.navigation,
li.header {
  font-weight: 600;
  font-size: 16px;
  font-color: #000000;
  text-transform: uppercase;
}
.bread-crumb {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #ccc;
  text-transform: uppercase;
}
.bread-crumb.selected {
  color: #000;
}
p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333d47;
}
ul.bullets li {
  font-size: 16px;
  letter-spacing: 1.5px;
  list-style-type: disc;
  font-weight: 300;
  margin-left: 18px;
}
a {
  text-decoration: none;
  font-weight: 500;
  font-size: inherit;
  color: #007cb0;
  letter-spacing: 1px;
}
a.cta {
  font-weight: 600;
  font-size: 14px;
  color: #007cb0;
  padding: 0;
}
a.cta i {
  font-size: 13px;
  color: #007cb0;
}
a.cta:after {
  color: inherit;
}
a.cta:hover::after {
  color: inherit;
}
a.cta-02 {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  padding: 0;
}
a.cta-02 i {
  font-size: 13px;
  color: #007cb0;
}
a.cta-02 i:after {
  color: #666666;
}
a.outbound-link {
  margin-right: 30px;
  text-transform: capitalize;
}
a.outbound-link:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e621";
  font-size: 12px;
  position: relative;
  top: 0px;
  margin-left: 5px;
}
a.dropdown-link {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
a.dropdown-link ul {
  visibility: hidden;
  background: #fff;
  position: absolute;
  border: solid 1px #7e868c;
  opacity: 0;
  margin-top: 3px;
  left: 0;
  z-index: -1;
}
a.dropdown-link li {
  background: #fff;
  padding: 10px;
  border-bottom: solid 1px #7e868c;
}
a.dropdown-link.primary .dropdown-link-menu,
a.dropdown-link.secondary .dropdown-link-menu {
  margin-top: 10px;
  border-bottom: none;
}
a.dropdown-link.primary .dropdown-link-menu li,
a.dropdown-link.secondary .dropdown-link-menu li {
  color: #cccccc;
}
a.dropdown-link.primary .dropdown-link-menu {
  border: solid 1px #ffd200;
}
a.dropdown-link.primary .dropdown-link-menu li {
  border-bottom: solid 1px #ffd200;
}
a.dropdown-link.secondary .dropdown-link-menu {
  border: solid 1px #007cb0;
}
a.dropdown-link.secondary .dropdown-link-menu li {
  border-bottom: solid 1px #007cb0;
}
a.dropdown-link:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
a.dropdown-link.open:after {
  content: "\e628";
}
a.dropdown-link.open ul {
  visibility: visible;
  z-index: 2;
}
.breadcrumb-page-actions-container > .breadcrumb {
  display: inline-block;
}
.breadcrumb {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumb a {
  margin: 0;
  color: #ccc;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 800px) {
  h1 {
    font-size: 40px;
  }
  h2.image-tagline {
    font-size: 30px;
  }
  h2.image-tagline br {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h3.subhead {
    font-size: 25px;
  }
  h4.label {
    font-size: 17px;
  }
  .content-callout {
    font-size: 22px;
  }
  .navigation,
  li.header {
    font-size: 20px;
  }
  .bread-crumb {
    font-size: 17px;
  }
  .bread-crumb.selected {
    color: #000;
  }
  ul.bullets li {
    font-size: 20px;
  }
  .cta-02 {
    font-size: 20px;
  }
  p {
    font-size: 22px;
  }
  a.cta {
    font-size: 20px;
  }
  a.outbound-link:after {
    font-size: 12px;
  }
}
input {
  padding: 10px 20px 10px 20px;
  color: #666666;
  border: 2px #e5e8e8 solid;
}
input:focus {
  color: #007cb0;
  border-color: #007cb0;
}
.input-full label {
  display: block;
  font-weight: bold;
}
.input-full input {
  width: 100%;
  margin-bottom: 10px;
}
input[type="submit"],
button {
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  font-weight: 600;
}
input[type="submit"].primary,
button.primary {
  background-color: #ffd200;
  border: 2px solid #ffd200;
  color: #000000;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
input[type="submit"].primary:hover,
button.primary:hover {
  text-decoration: none;
  background-color: transparent;
}
.black input[type="submit"].primary:hover,
.black button.primary:hover {
  color: #ffd200;
}
@media only screen and (min-width: 580px) {
  input[type="submit"].primary,
  button.primary {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
  }
}
input[type="submit"] .secondary,
button .secondary,
input[type="submit"].form_button_submit,
button.form_button_submit {
  background-color: #007cb0;
  border: 2px solid #007cb0;
  color: #ffffff;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
input[type="submit"] .secondary:hover,
button .secondary:hover,
input[type="submit"].form_button_submit:hover,
button.form_button_submit:hover {
  text-decoration: none;
  background-color: transparent;
  color: #007cb0;
}
@media only screen and (min-width: 580px) {
  input[type="submit"] .secondary,
  button .secondary,
  input[type="submit"].form_button_submit,
  button.form_button_submit {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
  }
}
a.primary {
  background-color: #ffd200;
  border: 2px solid #ffd200;
  color: #000000;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
a.primary:hover {
  text-decoration: none;
  background-color: transparent;
}
.black a.primary:hover {
  color: #ffd200;
}
.gray a.primary:hover {
  color: #ffd200;
}
@media only screen and (min-width: 580px) {
  a.primary {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
  }
}
a.secondary {
  background-color: #007cb0;
  border: 2px solid #007cb0;
  color: #ffffff;
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
}
a.secondary:hover {
  text-decoration: none;
  background-color: transparent;
  color: #007cb0;
}
@media only screen and (min-width: 580px) {
  a.secondary {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
  }
}
.buttons a,
.button a {
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
}
@media only screen and (min-width: 580px) {
  .buttons a,
  .button a {
    margin-right: 11px;
  }
}
.buttons .primary,
.button .primary {
  background-color: #00a7ff;
  border: 2px solid #00a7ff;
  color: #ffffff;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
.buttons .primary:hover,
.button .primary:hover,
.buttons .primary:active,
.button .primary:active {
  text-decoration: none;
  background-color: #66caff;
  border: 2px solid #66caff;
}
.black .buttons .primary:hover,
.black .button .primary:hover,
.black .buttons .primary:active,
.black .button .primary:active {
  color: #00a7ff;
}
@media only screen and (min-width: 580px) {
  .buttons .primary,
  .button .primary {
    font-size: 14px;
  }
}
.buttons .secondary,
.button .secondary {
  background-color: #00a7ff;
  border: 2px solid #00a7ff;
  color: #ffffff;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: capitalize;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.buttons .secondary:hover,
.button .secondary:hover,
.buttons .secondary:active,
.button .secondary:active {
  text-decoration: none;
  background-color: #66caff;
  color: #ffffff;
  border: 2px solid #66caff;
}
@media only screen and (min-width: 580px) {
  .buttons .secondary,
  .button .secondary {
    font-size: 14px;
  }
}
.buttons .tertiary,
.button .tertiary {
  background: #333;
  color: #fff;
  border: 2px solid #333;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  width: auto;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 580px) {
  .buttons .tertiary,
  .button .tertiary {
    font-size: 14px;
  }
}
.buttons .tertiary:hover,
.button .tertiary:hover,
.buttons .tertiary:active,
.button .tertiary:active {
  background: #ccc;
  border: 2px solid #ccc;
  color: #333;
  text-decoration: none;
}
.buttons .download,
.button .download {
  background: #ffffff;
  font-size: 14px;
  color: #00a7ff;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  text-transform: capitalize;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 580px) {
  .buttons .download,
  .button .download {
    min-width: 90px;
    width: auto;
  }
}
.buttons .download:hover,
.button .download:hover,
.buttons .download:active,
.button .download:active {
  border: 10px solid rgba(255, 255, 255, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  text-decoration: underline;
}
.buttons .transparent,
.button .transparent {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 5px 10px;
  width: auto;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: capitalize;
  display: inline-block;
}
.buttons .transparent:hover,
.button .transparent:hover,
.buttons .transparent:active,
.button .transparent:active {
  text-decoration: none;
  background: transparent;
  border: 2px solid #fff;
}
@media only screen and (min-width: 580px) {
  .buttons .transparent,
  .button .transparent {
    width: auto;
  }
}
.buttons .primary-video,
.button .primary-video {
  width: 100%;
  height: 100%;
}
.buttons .primary-video figure,
.button .primary-video figure {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 0 50px 86.6px;
  border-color: transparent transparent transparent #ffd200;
  margin: 0;
  padding: 0;
}
.buttons .heroImageBtn,
.button .heroImageBtn {
  background-color: #00a7ff;
  border: 2px solid #00a7ff;
  color: #ffffff;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
  text-transform: capitalize;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.buttons .heroImageBtn:hover,
.button .heroImageBtn:hover,
.buttons .heroImageBtn:active,
.button .heroImageBtn:active {
  text-decoration: none;
  background-color: #66caff;
  color: #ffffff;
  border: 2px solid #66caff;
}
.buttons h3,
.button h3 {
  margin-top: 20px;
  padding-left: 10px;
}
button.tertiary {
  background: #fff;
  color: #7e868c;
  border: 2px solid #7e868c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
button.tertiary:hover {
  background: #7e868c;
  color: white;
}
.form_row {
  margin-bottom: 10px;
  overflow: hidden;
}
.form_row .form_field_text,
.form_row .form_field_textarea {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .form_row .form_field_text,
  .form_row .form_field_textarea {
    width: 500px;
  }
}
.form_row .form_field_select {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .form_row .form_field_select {
    width: 500px;
  }
}
.form_leftcollabel,
.form_leftcolmark {
  display: inline-block;
}
.form_leftcollabel label {
  font-weight: 600;
}
.form_leftcolmark {
  color: #f00;
}
textarea {
  color: #666666;
  border: 2px #e5e8e8 solid;
  width: 500px;
}
.custom-text-float {
  float: left;
  width: 50%;
}
.calc-container {
  margin: 0 10px 10px;
  max-width: 900px;
  border: 1px solid #e5e8e8;
}
@media only screen and (min-width: 800px) {
  .calc-container {
    margin: 0;
  }
}
.calc-instructions {
  padding: 10px;
  background: #e5e8e8;
  font-weight: normal;
}
.calc-cell {
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
}
.calc-cell span.selectBox-label {
  width: 40px!important;
}
.calc-cell.shaded {
  background: #e5e8e8;
}
.calc-cell.shaded label {
  font-weight: bold;
}
.calc-cell--half {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  .calc-cell--half {
    width: 49%;
  }
}
.calc-cell--full {
  width: 100%;
}
.calc-cell input[type="text"] {
  width: 45px;
  height: 38px;
  padding: 2px;
  text-align: center;
  vertical-align: top;
}
.calc-cell input[type="text"].noshow {
  width: auto;
  max-width: 100px;
  background: transparent;
  border: none;
  text-align: left;
}
@media only screen and (min-width: 700px) {
  .calc-cell input[type="text"].noshow {
    text-align: left;
  }
}
.calc-cell select {
  width: 90px;
}
.calc-cell label {
  display: block;
}
@media only screen and (min-width: 700px) {
  .calc-cell label {
    display: inline-block;
    padding: 10px;
    max-width: 80%;
  }
}
.calc-currency {
  padding-right: 5px;
  vertical-align: top;
  display: inline-block;
  height: 38px;
  padding: 8px 0;
}
.hide-small {
  display: none;
}
@media only screen and (min-width: 700px) {
  .hide-small {
    display: inline-block;
  }
}
@media (max-width: 580px) {
  .custom-text-float {
    float: none;
    width: inherit;
  }
}
.calc-main-label {
  margin-bottom: 10px;
}
.calc-right {
  display: block;
}
@media only screen and (min-width: 700px) {
  .calc-right {
    display: inline-block;
    float: right;
  }
}
.calc-header {
  margin-left: 10px;
}
@media only screen and (min-width: 700px) {
  .calc-header {
    margin-left: 0;
  }
}
@media (max-width: 580px) {
  .custom-text-float {
    float: none;
    width: inherit;
  }
}
.requiredErrorMsg,
form .form_error,
.serial-validation {
  color: #ce1126;
  font-style: italic;
  font-weight: normal;
}
.form_row .prodListWrap table.table {
  border: none;
  border-collapse: collapse;
}
.form_row .prodListWrap table.table th {
  background: rgba(198, 202, 204, 0.5);
  border: none;
  color: #5c5e60;
  height: 33px;
  line-height: 16px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
.form_row .prodListWrap table.table th.first {
  background: #f1f1f1;
}
.form_row .prodListWrap table.table th span {
  background: none;
  font-weight: bold;
  padding: 0;
}
.form_row .prodListWrap table.table tr {
  border: none transparent;
}
.form_row .prodListWrap table.table tr.highlight {
  background: #f6f6f6;
}
.form_row .prodListWrap table.table tr.highlight td {
  color: #5c5e60;
}
.form_row .prodListWrap table.table tr.highlight td a {
  color: #0077ff;
}
.form_row .prodListWrap table.table td {
  border: none transparent;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 15px;
}
.form_row .selectBox.purchase-date-select.selectBox-dropdown {
  width: 30% !important;
}
@media only screen and (min-width: 580px) {
  .form_row .selectBox.purchase-date-select.selectBox-dropdown {
    width: 142px !important;
  }
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none;
}
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.bad {
  color: #ed1c24;
}
.good {
  color: #81e277;
}
.highlight {
  color: #7e868c;
}
.info {
  color: #333d47;
}
.warning {
  color: #ed4d1c;
}
#CQ .dialog-warning {
  color: #ed1c24;
}
.grey {
  background-color: #666666;
}
.grey * {
  color: #ffffff;
}
.grey-light {
  background-color: #cccccc;
}
.grey-light * {
  color: #000000;
}
.grey-extra-light {
  background-color: #e5e5e5;
}
.grey-extra-light * {
  color: #000000;
}
.grey-dark {
  background-color: #333d47;
}
.grey-dark * {
  color: #ffffff;
}
.primary {
  background-color: #000000;
}
.primary * {
  color: #ffffff;
}
.secondary {
  background-color: #333d47;
}
.secondary * {
  color: #ffffff;
}
.good {
  background-color: #81e277;
}
.good * {
  color: #ffffff;
}
.bad {
  background-color: #ed1c24;
}
.bad * {
  color: #ffffff;
}
.highlight {
  background-color: #7e868c;
}
.highlight * {
  color: #ffffff;
}
.info {
  background-color: #7e868c;
}
.info * {
  color: #ffffff;
}
.warning {
  background-color: #ed4d1c;
}
.warning * {
  color: #ffffff;
}
.sunset {
  background-color: #ed4d1c;
}
.grid {
  width: 100%;
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.ie6 .grid,
.ie7 .grid {
  zoom: 1;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid .column:last-child {
  margin-right: 0;
  float: right;
}
.grid-framework .grid {
  margin: 20px 0;
}
.col-12 {
  float: left;
  width: 100%;
  margin-right: 0%;
}
.col-11 {
  float: left;
  width: 91.66666667%;
  margin-right: 0%;
}
.col-10 {
  float: left;
  width: 83.33333333%;
  margin-right: 0%;
}
.col-9 {
  float: left;
  width: 75%;
  margin-right: 0%;
}
.col-8 {
  float: left;
  width: 66.66666667%;
  margin-right: 0%;
}
.col-7 {
  float: left;
  width: 58.33333333%;
  margin-right: 0%;
}
.col-6 {
  float: left;
  width: 50%;
  margin-right: 0%;
}
.col-5 {
  float: left;
  width: 41.66666667%;
  margin-right: 0%;
}
.col-4 {
  float: left;
  width: 33.33333333%;
  margin-right: 0%;
}
.col-3 {
  float: left;
  width: 25%;
  margin-right: 0%;
}
.col-2 {
  float: left;
  width: 16.66666667%;
  margin-right: 0%;
}
.col-1 {
  float: left;
  width: 8.33333333%;
  margin-right: 0%;
}
.col-pull-2 {
  margin-left: 16.66666667%;
}
.col-pull-1 {
  margin-left: 8.33333333%;
}
.col-push-2 {
  margin-right: 16.66666667%;
}
.col-push-1 {
  margin-right: 8.33333333%;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.collapsible {
  display: tablecell;
  vertical-align: middle;
}
@media only screen and (min-width: 580px) {
  .collapsible {
    display: block;
  }
}
.collapsible h2:first-child,
.collapsible h3:first-child {
  cursor: pointer;
}
@media only screen and (min-width: 580px) {
  .collapsible h2:first-child,
  .collapsible h3:first-child {
    cursor: auto;
  }
}
.collapsible .arrow {
  float: right;
  vertical-align: middle;
  font-size: 20px;
  top: -10px;
}
.collapsible .arrow:before {
  font-size: 20px;
}
@media only screen and (min-width: 800px) {
  .collapsible .arrow {
    display: none;
  }
}
@media (max-width: 800px) {
  .collapsible.collapsed .collapsible-content {
    display: none;
  }
}
.full-width-video .video-vertical {
  background-color: #fff !important;
  width: 323px !important;
  height: 703px !important;
}
.video-player {
  cursor: pointer;
}
.video-player,
.video-player > .video-js > .vjs-poster {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  background-color: #000;
  overflow: hidden;
}
.video-player > .video-js > .vjs-poster {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-player > .video-js > .vjs-tech,
.video-player > .video-js > .vjs-poster > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.video-player > .video-js > iframe.vjs-tech {
  height: 100%;
  width: 100%;
}
.video-player .vjs-youtube.vjs-user-active .iframeblocker {
  display: block !important;
}
.video-player .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-player .video-js.vjs-fullscreen .vjs-tech {
  height: 100%;
}
.video-player .video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.video-player .frame {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video-player picture {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-player picture img {
  width: 100%;
}
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-zebra-skin {
  color: white;
  display: block;
  height: 100%;
}
.selected .vjs-zebra-skin {
  background: black;
}
.vjs-zebra-skin .vjs-big-play-button {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  font-size: 100px;
  line-height: 100%;
  transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 2;
}
.vjs-zebra-skin .vjs-big-play-button:before {
  display: inline-block;
  vertical-align: middle;
  color: #00a7ff;
  content: "\e61d";
}
.vjs-zebra-skin.vjs-controls-disabled .vjs-big-play-button,
.vjs-zebra-skin.vjs-has-started .vjs-big-play-button,
.vjs-zebra-skin.vjs-using-native-controls .vjs-big-play-button {
  opacity: 0;
}
.vjs-zebra-skin .vjs-control-bar {
  height: 50px;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2s;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}
.vjs-zebra-skin.vjs-has-started .vjs-control-bar {
  opacity: 1;
  transition: opacity 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vjs-zebra-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.vjs-zebra-skin.vjs-using-native-controls .vjs-control-bar,
.vjs-zebra-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-zebra-skin .vjs-progress-control {
  position: absolute;
  top: 0;
  right: 95px;
  bottom: 0;
  left: 50px;
}
.vjs-zebra-skin .vjs-progress-control .vjs-progress-holder {
  cursor: pointer;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.vjs-zebra-skin .vjs-progress-control .vjs-progress-holder:after {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.vjs-zebra-skin .vjs-progress-control .vjs-play-progress {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.vjs-zebra-skin .vjs-play-control {
  cursor: pointer;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 20px;
  height: 16px;
  width: 15px;
}
.vjs-zebra-skin .vjs-play-control:before {
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  content: "";
  display: block;
}
.vjs-zebra-skin.vjs-playing .vjs-play-control:before,
.vjs-zebra-skin.vjs-playing .vjs-play-control:after {
  background-color: white;
  border: none;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
}
.vjs-zebra-skin.vjs-playing .vjs-play-control:after {
  left: auto;
  right: 0;
}
.vjs-zebra-skin .vjs-fullscreen-control {
  border: 3px solid white;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 14px;
  width: 22px;
}
.vjs-zebra-skin.vjs-fullscreen .vjs-fullscreen-control {
  background: white;
}
.vjs-zebra-skin.vjs-fullscreen .vjs-fullscreen-control:after {
  background: black;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
}
.vjs-zebra-skin .vjs-volume-control {
  cursor: pointer;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 55px;
  height: 14px;
  width: 22px;
}
.vjs-zebra-skin .vjs-volume-bar {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAQAAACw95UnAAAAMElEQVRIx2NgoBL4n4YKGUYNHkEG4zJg1OCRYDCpBowaPJwMppbLRg0eNXjUYBLEAXWNUA6QNm1lAAAAAElFTkSuQmCC);
  background-size: 22px 14px;
  height: 100%;
  width: 100%;
}
.vjs-zebra-skin .vjs-volume-level {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcAQAAAAAyhWABAAAAAnRSTlMAAHaTzTgAAAAZSURBVHgBYwAB/g9EUv+JokCqiaT+U4MCAPKPS7WUUOc1AAAAAElFTkSuQmCC);
  background-size: 22px 14px;
  height: 100%;
}
.vjs-zebra-skin .vjs-current-time,
.vjs-zebra-skin .vjs-time-divider,
.vjs-zebra-skin .vjs-duration,
.vjs-zebra-skin .vjs-remaining-time,
.vjs-zebra-skin .vjs-load-progress,
.vjs-zebra-skin .vjs-play-progress .vjs-control-text,
.vjs-zebra-skin .vjs-play-control .vjs-control-content,
.vjs-zebra-skin .vjs-fullscreen-control .vjs-control-text,
.vjs-zebra-skin .vjs-slider-handle,
.vjs-zebra-skin .vjs-volume-handle,
.vjs-zebra-skin .vjs-live-controls,
.vjs-zebra-skin .vjs-playback-rate,
.vjs-zebra-skin .vjs-subtitles-button,
.vjs-zebra-skin .vjs-captions-button,
.vjs-zebra-skin .vjs-mute-control {
  display: none;
}
.campaign .zebra-text {
  padding-left: 20px;
}
.campaign .call-to-action {
  margin-left: 20px;
}
.campaign-nav {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 9;
}
.campaign-nav ul {
  padding: 0;
  list-style-type: none;
}
.campaign-nav .wrapper {
  border-bottom: 1px solid #333d47;
}
.campaign-nav .container {
  display: flex;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 60px;
  background-color: #fff;
  position: relative;
}
.campaign-nav .container > .parsys.iparsys {
  display: none;
}
@media (min-width: 899px) {
  .campaign-nav .container > .parsys.iparsys {
    display: block;
  }
}
.cq-wcm-edit .campaign-nav .container > .parsys.iparsys {
  width: 300px;
}
.campaign-nav.black {
  background-color: #000;
}
.campaign-nav.black .wrapper {
  border-bottom: 1px solid #fff;
}
.campaign-nav.black .container {
  background-color: #000;
}
.campaign-nav .brand-link {
  flex: 1;
  display: block;
  position: relative;
  min-height: 44px;
  max-width: 140px;
  min-width: 140px;
}
@media (min-width: 899px) {
  .campaign-nav .brand-link {
    max-width: 150px;
  }
}
.campaign-nav .brand-link .helper {
  display: inline-block;
  height: 100%;
  min-height: 70px;
  vertical-align: middle;
}
.campaign-nav .brand-link img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 40px;
  background: #000;
}
@media (min-width: 899px) {
  .campaign-nav .brand-link img {
    max-width: 150px;
  }
}
.campaign-nav .chat-wrapper.hide {
  display: none;
}
.main-nav {
  display: none;
}
.main-nav ul {
  padding: 0;
  list-style-type: none;
}
.main-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.025em;
  color: #333d47;
}
.black .main-nav ul li a {
  color: #fff;
}
.main-nav ul li a:hover {
  color: #0077ff;
  text-decoration: underline;
}
.main-nav ul li a.active {
  color: #0077ff;
}
@media (max-width: 898px) {
  .main-nav {
    display: block;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    transition: transform .3s;
    position: fixed;
    z-index: -1;
    transform: translateY(-110%);
    padding-top: 61px;
    overflow: hidden;
  }
  .black .main-nav {
    background-color: #000;
  }
  .main-nav .count-2 > a,
  .main-nav .count-3 > a,
  .main-nav .count-4 > a,
  .main-nav .count-5 > a,
  .main-nav .count-6 > a {
    min-height: 90px;
    padding: 15px 20px;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
  }
  .main-nav.open {
    transform: translateY(0);
    overflow: scroll;
  }
}
@media (min-width: 899px) {
  .main-nav {
    display: block;
    position: static;
    flex: 2;
    overflow: hidden;
    max-width: 80%;
    margin-left: auto;
  }
  .main-nav > ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .main-nav > ul > li.count-2 {
    max-width: 50%;
  }
  .main-nav > ul > li.count-3 {
    max-width: 33.333333333%;
  }
  .main-nav > ul > li.count-4 {
    max-width: 25%;
  }
  .main-nav > ul > li.count-5 {
    max-width: 20%;
  }
  .main-nav > ul > li.count-6 {
    max-width: 16.666666667%;
  }
  .main-nav > ul > li.count-7 {
    max-width: 14.285714286%;
  }
  .main-nav > ul > li a {
    padding: 20px;
    min-height: 70px;
    height: 100%;
    line-height: 1.25;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.025em;
    color: #333d47;
  }
  .main-nav > ul > li a:hover {
    color: #0077ff;
    text-decoration: underline;
  }
}
.menu-wrap {
  display: flex;
  flex: 2;
  justify-content: flex-end;
  height: 100%;
  min-height: 60px;
  width: 44px;
}
@media (min-width: 899px) {
  .menu-wrap {
    display: none;
  }
}
.menu-wrap .menu-btn {
  align-items: center;
  vertical-align: middle;
  justify-content: flex-end;
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 22px;
  display: flex;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-wrap .menu-btn > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333d47;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.black .menu-wrap .menu-btn > span {
  background: #fff;
}
.menu-wrap .menu-btn span:nth-child(1) {
  top: 23px;
}
.menu-wrap .menu-btn span:nth-child(2),
.menu-wrap .menu-btn span:nth-child(3) {
  top: 29px;
}
.menu-wrap .menu-btn span:nth-child(4) {
  top: 35px;
}
.menu-wrap .menu-btn.open span:nth-child(1) {
  top: 29px;
  width: 0%;
  left: 50%;
}
.menu-wrap .menu-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-wrap .menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-wrap .menu-btn.open span:nth-child(4) {
  top: 29px;
  width: 0%;
  left: 50%;
}
@media (min-width: 899px) {
  .menu-wrap .menu-btn {
    display: none;
  }
}
.campaign .content {
  margin-top: 70px;
}
@media (min-width: 899px) {
  .campaign .content {
    margin-top: 71px;
  }
}
.campaign .chat-wrapper.chat-button,
.campaign .chat-wrapper.chat-contactus {
  margin-top: 15px;
}
.accordion-container {
  width: 100%;
}
.accordion-container h3.accordion-header {
  position: relative;
  display: block;
  color: #007cb0;
  padding: 5px 0 5px 40px;
  margin: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #007cb0;
}
.accordion-container h3.accordion-header:hover {
  background: #007cb0;
  color: #fff;
}
.accordion-container h3.accordion-header.open {
  background: #007cb0;
  color: #fff;
}
.accordion-container h3.accordion-header.open:hover {
  background: #fff;
  color: #007cb0;
}
.accordion-container h3.accordion-header i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
  display: block;
  float: left;
  width: 40px;
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
.accordion-container .accordion-content {
  background: #fff;
  margin: 0 0 10px;
}
.accordion-container .accordion-content .accordion-content-container {
  padding: 10px 1rem 1rem 1rem;
  display: none;
}
.accordion-container .accordion-content .accordion-content-container.open {
  display: block;
}
.applicationtilecontainer .applicationtiles {
  display: block;
  width: 100%;
  overflow: auto;
}
.applicationtilecontainer .applicationtiles.applications-loading {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.applicationtilecontainer .applicationtiles.applications-loading .applications-loading-icon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.applicationtilecontainer .applicationtiles.applications-loading.applications-failed .applications-error-message {
  display: block;
  color: #ff2222;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  text-align: center;
}
.applicationtilecontainer .applicationtiles.applications-loading.applications-failed .applications-loading-icon {
  display: none;
}
.applicationtilecontainer .applicationtiles.applications-loading.applications-not-logged-in .applications-login-message {
  display: block;
  color: #ff2222;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  text-align: center;
}
.applicationtilecontainer .applicationtiles.applications-loading.applications-not-logged-in .applications-loading-icon {
  display: none;
}
.applicationtilecontainer .applicationtiles.applications-loading .applicationtile {
  display: none;
}
.applicationtilecontainer .applicationtiles .applications-loading-icon {
  display: none;
}
.applicationtilecontainer .applicationtiles .applications-error-message {
  display: none;
}
.applicationtilecontainer .applicationtiles .applications-login-message {
  display: none;
}
.applicationtilecontainer .applicationtiles .applicationtile {
  float: left;
  margin: 10px;
  background: #0077FF;
  color: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-family: "proxima-nova", Arial, sans-serif;
  width: 31.33%;
  width: calc(100%/3 - 21px);
  min-height: 340px;
}
@media (max-width: 1040px) {
  .applicationtilecontainer .applicationtiles .applicationtile {
    width: 47%;
    width: calc(100%/2 - 21px);
    min-height: 310px;
  }
}
@media (max-width: 768px) {
  .applicationtilecontainer .applicationtiles .applicationtile {
    width: 100%;
    min-height: 0px;
  }
}
.applicationtilecontainer .applicationtiles .applicationtile.application-request-only {
  background: #FFF;
  color: #000;
  border: 2px solid #d5d5d5;
}
.applicationtilecontainer .applicationtiles .applicationtile.application-request-only .application-button {
  background: #0077ff;
  border: 2px solid #0077ff;
  color: #FFF;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.applicationtilecontainer .applicationtiles .applicationtile.application-request-only .application-icon {
  border: 2px solid #000;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-missing-icon {
  height: 50px;
  width: 50px;
  margin: auto;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
  height: 50px;
  width: 50px;
  margin: auto;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-icon img {
  width: 28px;
  display: block;
  margin: auto;
  padding: 8px 0;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-title {
  font-size: 22px;
  margin: 5px 0 2px 0;
  font-weight: 600;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-description {
  margin-bottom: 20px;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-button {
  background: #0077ff;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
.applicationtilecontainer .applicationtiles .applicationtile .application-button:hover {
  color: #0077ff;
  background: #FFF;
}
.cq-wcm-edit .applicationtiles .applicationtile {
  float: none;
  width: 100%;
}
.cq-wcm-edit :not(.applicationtiles) > .applicationtile {
  background: #ff0000;
  color: #000000;
}
.cq-wcm-edit :not(.applicationtiles) > .applicationtile::before {
  content: "Application Tiles are only allowed inside of Application Tile Containers. Please move this to an appropriate location.";
}
.call-to-action {
  margin-bottom: 10px;
}
.call-to-action .open {
  position: relative;
}
.call-to-action a {
  margin-right: 0px;
}
.call-to-action.align-left {
  text-align: left;
}
.call-to-action.align-center {
  text-align: center;
}
.call-to-action.align-right {
  text-align: right;
}
.global-footer .button-wrapper a.left-button {
  background-color: transparent;
  overflow-y: hidden;
  text-overflow: ellipsis;
  border: 0px solid;
  box-shadow: none;
  padding: 0;
  text-align: center;
  height: none;
  word-wrap: break-word;
}
.global-footer .button-wrapper {
  display: block;
  width: 125px;
  overflow: hidden;
  text-overflow: clip;
  text-align: left;
  height: 55px;
  display: flex;
  justify-content: center;
  padding: 6px;
  flex-direction: column;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #00a7ff;
  border: 2px solid #00a7ff;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  transition: all .2s ease;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
.global-footer .button-wrapper:hover {
  text-decoration: none;
  background-color: #66caff;
  border: 2px solid #66caff;
}
.global-footer .button-wrapper .primary:hover,
.global-footer .button-wrapper .primary:hover,
.global-footer .button-wrapper .primary:active,
.global-footer .button-wrapper .primary:active {
  text-decoration: none;
  background-color: none;
  border: 0px solid;
}
.primary ~ .dropdown-link-menu,
.secondary ~ .dropdown-link-menu {
  top: 54px;
  left: -10px;
}
.primary ~ .dropdown-link-menu > li > a {
  border-color: #ffd200;
}
.secondary ~ .dropdown-link-menu > li > a {
  border-color: #007cb0;
}
.cta.outbound-link {
  color: #00a7ff;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}
.textLinkPadding {
  padding-left: 0px;
  padding-right: 0px;
}
.buttons .textLink {
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  display: inline;
  color: #0074b2;
  text-transform: capitalize;
}
.buttons .textLinkH1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 25px;
  color: #0074b2;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 600px) {
  .buttons .textLinkH1 {
    font-size: 46px;
    line-height: 49px;
  }
}
.buttons .textLinkH2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 26px;
  color: #0074b2;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 600px) {
  .buttons .textLinkH2 {
    font-size: 34px;
    line-height: 35px;
  }
}
.buttons .textLinkH3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 16px;
  color: #0074b2;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 600px) {
  .buttons .textLinkH3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
  }
}
.buttons .textLinkH4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #0074b2;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 600px) {
  .buttons .textLinkH4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
}
.buttons .linkSubText {
  color: #0074b2;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: none;
  padding: 0;
  font-weight: 400;
}
@media only screen and (min-width: 700px) {
  .buttons .linkSubText {
    font-size: 12px;
  }
}
.buttons .textLink:hover,
.buttons .textLinkH1:hover,
.buttons .textLinkH2:hover,
.buttons .textLinkH3:hover,
.buttons .textLinkH4:hover,
.buttons .linkSubText:hover {
  color: #00a7ff;
}
.cta.dropdown-link {
  padding: 0;
  text-transform: capitalize;
  color: #000000;
  font-size: 14px;
}
.cta.dropdown-link:hover {
  color: #00a7ff;
}
.primary-cta {
  background-color: #ffd200;
}
.primary-cta * {
  color: #000000;
}
.secondary-cta {
  background-color: #007cb0;
}
.secondary-cta * {
  color: #ffffff;
}
.dropdown-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.ie7 .dropdown-container {
  display: inline;
  zoom: 1;
}
.dropdown-link {
  padding: 20px 40px;
  line-height: 1.5;
  width: 100%;
}
.dropdown-link:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ffffff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.open .dropdown-link:after {
  content: "\e628";
}
.dropdown-link-menu {
  display: none;
  min-width: 160px;
  border-top: 1px solid #7e868c;
  margin-top: -10px;
  position: absolute;
}
.open .dropdown-link-menu {
  display: block;
  width: 100%;
  padding: 10px 10px;
  z-index: 1;
  border-top: none;
}
.dropdown-link-menu > li:first-child a {
  border-top: 1px solid #7e868c;
}
.dropdown-link-menu > li > a {
  color: #a6adb2;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #7e868c;
  border-top: none;
  width: 99%;
  display: block;
}
.dropdown-link-menu > li > a:hover {
  background: #a6adb2;
  color: #fff;
}
.yellow-circle-arrow {
  color: #333d47;
  font-weight: 500;
}
.yellow-circle-arrow:before {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e621";
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #00a7ff;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 14px;
  vertical-align: middle;
  padding-top: 7px;
  box-sizing: border-box;
  margin-right: 8px;
}
a.yellow-circle-arrow {
  color: #00a7ff;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  .dropdown-container {
    width: auto;
  }
  .dropdown-link {
    width: 100%;
  }
  .dropdown-link-menu {
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 800px) {
  .dropdown-container {
    width: 100%;
  }
  .dropdown-link {
    width: 100%;
  }
}
@media only screen and (min-width: 970px) {
  .dropdown-container {
    width: auto;
  }
  .dropdown-link {
    width: auto;
  }
  .dropdown-link-menu {
    position: absolute;
    left: 10px;
    top: 100%;
  }
}
.column-control .image-text {
  min-height: 110px;
  padding: 0 10px;
}
.column-control .image-text h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  padding-top: 0;
}
.column-control .image-text h2 img {
  bottom: auto;
  top: 0;
}
.column-control .image-text p {
  font-size: 1.1em;
}
@media (max-width: 800px) {
  .column-control .image-text.per20 {
    min-height: 125px;
  }
}
.column-control .image-text.per20 h2 {
  padding-left: 22%;
}
.column-control .image-text.per20 h2 img {
  width: 20%;
  max-width: none;
}
.column-control .image-text.per20 img.image-per20 {
  float: left;
  width: 20%;
}
@media (max-width: 800px) {
  .column-control .image-text.per30 {
    min-height: 150px;
  }
}
.column-control .image-text.per30 h2 {
  padding-left: 32%;
}
.column-control .image-text.per30 h2 img {
  width: 30%;
  max-width: none;
}
@media (max-width: 800px) {
  .column-control .image-text.per40 {
    min-height: 230px;
  }
}
.column-control .image-text.per40 h2 {
  padding-left: 42%;
}
.column-control .image-text.per40 h2 img {
  width: 40%;
  max-width: none;
}
.column-control .per20 p {
  padding-left: 22%;
}
.column-control .per30 p {
  padding-left: 32%;
}
.column-control .per40 p {
  padding-left: 42%;
}
.column-control .image div {
  text-align: center;
}
.blogsfeedcomponent li {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 769px) {
  .blogsfeedcomponent li {
    padding: 0;
  }
}
.blogsfeedcomponent li > a {
  font-size: 16px;
  display: inline-block;
}
.blogsfeedcomponent li p {
  font-size: 16px;
}
.blogsfeedcomponent li p:first-child {
  margin-bottom: 0;
}
.blogsfeedcomponent li img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  .blogsfeedcomponent li img {
    float: left;
    max-width: 280px;
    margin-top: 10px;
    margin-right: 15px;
  }
}
.shaded-box-container {
  width: 100%;
  *zoom: 1;
  padding: 20px;
}
@media (max-width: 800px) {
  .shaded-box-container {
    margin: 0 0 20px;
  }
}
.shaded-box-container:before,
.shaded-box-container:after {
  content: "";
  display: table;
}
.shaded-box-container:after {
  clear: both;
}
.ie6 .shaded-box-container,
.ie7 .shaded-box-container {
  zoom: 1;
}
.shaded-box-container:before,
.shaded-box-container:after {
  content: "";
  display: table;
}
.shaded-box-container:after {
  clear: both;
}
.shaded-box-container .textLinksWhite .buttons .textLink,
.shaded-box-container .textLinksWhite .buttons .textLinkH1,
.shaded-box-container .textLinksWhite .buttons .textLinkH2,
.shaded-box-container .textLinksWhite .buttons .textLinkH3,
.shaded-box-container .textLinksWhite .buttons .textLinkH4,
.shaded-box-container .textLinksWhite .buttons a.dropdown-link {
  color: #ffffff;
}
.shaded-box-container .textLinksWhite .buttons .textLink:hover,
.shaded-box-container .textLinksWhite .buttons .textLinkH1:hover,
.shaded-box-container .textLinksWhite .buttons .textLinkH2:hover,
.shaded-box-container .textLinksWhite .buttons .textLinkH3:hover,
.shaded-box-container .textLinksWhite .buttons .textLinkH4:hover,
.shaded-box-container .textLinksWhite .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container .textLinksWhite .buttons .primary:hover {
  color: #ffffff;
}
.shaded-box-container .textLinksBlack .buttons .textLink,
.shaded-box-container .textLinksBlack .buttons .textLinkH1,
.shaded-box-container .textLinksBlack .buttons .textLinkH2,
.shaded-box-container .textLinksBlack .buttons .textLinkH3,
.shaded-box-container .textLinksBlack .buttons .textLinkH4,
.shaded-box-container .textLinksBlack .buttons a.dropdown-link {
  color: #0074b2;
}
.shaded-box-container .textLinksBlack .buttons .textLink:hover,
.shaded-box-container .textLinksBlack .buttons .textLinkH1:hover,
.shaded-box-container .textLinksBlack .buttons .textLinkH2:hover,
.shaded-box-container .textLinksBlack .buttons .textLinkH3:hover,
.shaded-box-container .textLinksBlack .buttons .textLinkH4:hover,
.shaded-box-container .textLinksBlack .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.elgray {
  background: #e5e5e5;
}
.shaded-box-container.elgray .buttons .textLink,
.shaded-box-container.elgray .buttons .textLinkH1,
.shaded-box-container.elgray .buttons .textLinkH2,
.shaded-box-container.elgray .buttons .textLinkH3,
.shaded-box-container.elgray .buttons .textLinkH4,
.shaded-box-container.elgray .buttons a.dropdown-link {
  color: #0074b2;
}
.shaded-box-container.elgray .buttons .textLink:hover,
.shaded-box-container.elgray .buttons .textLinkH1:hover,
.shaded-box-container.elgray .buttons .textLinkH2:hover,
.shaded-box-container.elgray .buttons .textLinkH3:hover,
.shaded-box-container.elgray .buttons .textLinkH4:hover,
.shaded-box-container.elgray .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.topborder-elgray {
  border-top: 2px solid #e5e5e5;
}
.shaded-box-container.leftborder-elgray {
  border-left: 2px solid #e5e5e5;
}
.shaded-box-container.rightborder-elgray {
  border-right: 2px solid #e5e5e5;
}
.shaded-box-container.bottomborder-elgray {
  border-bottom: 2px solid #e5e5e5;
}
.shaded-box-container.lgray {
  background: #cccccc;
}
.shaded-box-container.lgray .buttons .textLink,
.shaded-box-container.lgray .buttons .textLinkH1,
.shaded-box-container.lgray .buttons .textLinkH2,
.shaded-box-container.lgray .buttons .textLinkH3,
.shaded-box-container.lgray .buttons .textLinkH4,
.shaded-box-container.lgray .buttons a.dropdown-link {
  color: #0074b2;
}
.shaded-box-container.lgray .buttons .textLink:hover,
.shaded-box-container.lgray .buttons .textLinkH1:hover,
.shaded-box-container.lgray .buttons .textLinkH2:hover,
.shaded-box-container.lgray .buttons .textLinkH3:hover,
.shaded-box-container.lgray .buttons .textLinkH4:hover,
.shaded-box-container.lgray .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.topborder-lgray {
  border-top: 2px solid #cccccc;
}
.shaded-box-container.leftborder-lgray {
  border-left: 2px solid #cccccc;
}
.shaded-box-container.rightborder-lgray {
  border-right: 2px solid #cccccc;
}
.shaded-box-container.bottomborder-lgray {
  border-bottom: 2px solid #cccccc;
}
.shaded-box-container.gray {
  background: #666666;
}
.shaded-box-container.gray .buttons .textLink,
.shaded-box-container.gray .buttons .textLinkH1,
.shaded-box-container.gray .buttons .textLinkH2,
.shaded-box-container.gray .buttons .textLinkH3,
.shaded-box-container.gray .buttons .textLinkH4,
.shaded-box-container.gray .buttons a.dropdown-link {
  color: #ffffff;
}
.shaded-box-container.gray .buttons .textLink:hover,
.shaded-box-container.gray .buttons .textLinkH1:hover,
.shaded-box-container.gray .buttons .textLinkH2:hover,
.shaded-box-container.gray .buttons .textLinkH3:hover,
.shaded-box-container.gray .buttons .textLinkH4:hover,
.shaded-box-container.gray .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.gray .buttons .primary:hover {
  color: #ffffff;
}
.shaded-box-container.gray a.primary:hover {
  color: #fff;
}
.shaded-box-container.topborder-gray {
  border-top: 2px solid #666666;
}
.shaded-box-container.leftborder-gray {
  border-left: 2px solid #666666;
}
.shaded-box-container.rightborder-gray {
  border-right: 2px solid #666666;
}
.shaded-box-container.bottomborder-gray {
  border-bottom: 2px solid #666666;
}
.shaded-box-container.dgray {
  background: #333333;
}
.shaded-box-container.dgray .buttons .textLink,
.shaded-box-container.dgray .buttons .textLinkH1,
.shaded-box-container.dgray .buttons .textLinkH2,
.shaded-box-container.dgray .buttons .textLinkH3,
.shaded-box-container.dgray .buttons .textLinkH4,
.shaded-box-container.dgray .buttons a.dropdown-link {
  color: #ffffff;
}
.shaded-box-container.dgray .buttons .textLink:hover,
.shaded-box-container.dgray .buttons .textLinkH1:hover,
.shaded-box-container.dgray .buttons .textLinkH2:hover,
.shaded-box-container.dgray .buttons .textLinkH3:hover,
.shaded-box-container.dgray .buttons .textLinkH4:hover,
.shaded-box-container.dgray .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.dgray .buttons .primary:hover {
  color: #ffffff;
}
.shaded-box-container.topborder-dgray {
  border-top: 2px solid #333333;
}
.shaded-box-container.leftborder-dgray {
  border-left: 2px solid #333333;
}
.shaded-box-container.rightborder-dgray {
  border-right: 2px solid #333333;
}
.shaded-box-container.bottomborder-dgray {
  border-bottom: 2px solid #333333;
}
.shaded-box-container.black {
  background: #000000;
}
.shaded-box-container.black .buttons .textLink,
.shaded-box-container.black .buttons .textLinkH1,
.shaded-box-container.black .buttons .textLinkH2,
.shaded-box-container.black .buttons .textLinkH3,
.shaded-box-container.black .buttons .textLinkH4,
.shaded-box-container.black .buttons a.dropdown-link {
  color: #ffffff;
}
.shaded-box-container.black .buttons .textLink:hover,
.shaded-box-container.black .buttons .textLinkH1:hover,
.shaded-box-container.black .buttons .textLinkH2:hover,
.shaded-box-container.black .buttons .textLinkH3:hover,
.shaded-box-container.black .buttons .textLinkH4:hover,
.shaded-box-container.black .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.black .buttons .primary:hover {
  color: #ffffff;
}
.shaded-box-container.black a.primary:hover {
  color: #fff;
}
.shaded-box-container.topborder-black {
  border-top: 2px solid #000000;
}
.shaded-box-container.leftborder-black {
  border-left: 2px solid #000000;
}
.shaded-box-container.rightborder-black {
  border-right: 2px solid #000000;
}
.shaded-box-container.bottomborder-black {
  border-bottom: 2px solid #000000;
}
.shaded-box-container.white {
  background: #fff;
}
.shaded-box-container.white .buttons .textLink,
.shaded-box-container.white .buttons .textLinkH1,
.shaded-box-container.white .buttons .textLinkH2,
.shaded-box-container.white .buttons .textLinkH3,
.shaded-box-container.white .buttons .textLinkH4,
.shaded-box-container.white .buttons a.dropdown-link {
  color: #0074b2;
}
.shaded-box-container.white .buttons .textLink:hover,
.shaded-box-container.white .buttons .textLinkH1:hover,
.shaded-box-container.white .buttons .textLinkH2:hover,
.shaded-box-container.white .buttons .textLinkH3:hover,
.shaded-box-container.white .buttons .textLinkH4:hover,
.shaded-box-container.white .buttons a.dropdown-link:hover {
  color: #00a7ff;
}
.shaded-box-container.topborder-white {
  border-top: 2px solid #fff;
}
.shaded-box-container.leftborder-white {
  border-left: 2px solid #fff;
}
.shaded-box-container.rightborder-white {
  border-right: 2px solid #fff;
}
.shaded-box-container.bottomborder-white {
  border-bottom: 2px solid #fff;
}
.shaded-box-container ul {
  *zoom: 1;
}
.shaded-box-container ul:before,
.shaded-box-container ul:after {
  content: "";
  display: table;
}
.shaded-box-container ul:after {
  clear: both;
}
.ie6 .shaded-box-container ul,
.ie7 .shaded-box-container ul {
  zoom: 1;
}
.shaded-box-container ul:before,
.shaded-box-container ul:after {
  content: "";
  display: table;
}
.shaded-box-container ul:after {
  clear: both;
}
.shaded-box-container.dark {
  background-color: #333d47;
}
.shaded-box-container.dark i {
  color: white;
}
.shaded-box-container.light {
  background-color: #e5e5e5;
  color: #000000;
}
.shaded-box-container.light p {
  color: #666666;
}
.shaded-box-container h2 {
  margin: 0;
}
.shaded-box-container h3 {
  margin: 0;
}
.shaded-box-container h4 {
  margin: 0;
}
.shaded-box-container ul {
  margin-top: 30px;
}
.shaded-box-container li {
  float: left;
  width: 33.33333333%;
  margin-right: 0%;
  padding-right: 20px;
}
.shaded-box-container li .box-icon {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 5px;
  width: 75px;
  height: 75px;
}
@media (max-width: 800px) {
  .shaded-box-container ul {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-top: 20px;
  }
  .shaded-box-container.dark ul {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .shaded-box-container li {
    float: left;
    width: 100%;
    margin-right: 0%;
    padding-right: 10px;
  }
}
.shaded-box-container .ie .box-area .shadedbox p {
  position: relative;
  top: -15px;
}
.shaded-box-container .zebra-text li {
  width: 100%;
}
.shaded-box-container .box-area {
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
}
.shaded-box-container.fullWidthShadedBox {
  position: relative;
  width: 100vw;
}
@media (max-width: 800px) {
  .shaded-box-container.fullWidthShadedBox {
    margin: 0px;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Dropdown control */
.selectBox-dropdown {
  width: 210px;
  padding-right: 40px;
  position: relative;
  border: solid 1px #a6adb2;
  text-decoration: none;
  display: inline-block;
  color: #5c5e60;
  font: bold 14px "proxima-nova", sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
  cursor: pointer;
}
.selectBox-dropdown .selectBox-label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0 10px 15px;
  color: #5c5e60;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  background: #007cb0;
  width: 44px;
}
.selectBox-dropdown .selectBox-arrow:after {
  display: block;
  content: "";
  background: url('../../designs/zebra-www-responsive/dropdown-arrow.png') no-repeat;
  position: absolute;
  top: 21px;
  right: 14px;
  width: 12px;
  height: 7px;
}
.selectBox-menuShowing .selectBox-arrow:after {
  transform: rotate(180deg);
}
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  border: solid 1px #bbb;
  background: #fff;
  overflow: auto;
}
.selectBox-dropdown-menu.selectBox-options {
  overflow-x: hidden!important;
}
.selectBox-dropdown-menu.selectBox-options li a {
  padding-right: 20px;
}
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #BBB;
  background: #fff;
  display: inline-block;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options li a {
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  color: #5c5e60;
  font: 14px/44px "proxima-nova", Arial, Helvetica, sans-serif;
  padding: 0 0 0 15px;
  cursor: pointer;
}
.selectBox-options .selectBox-hover a {
  text-decoration: underline;
  color: #007cb0;
}
.selectBox-options .selectBox-disabled a {
  color: #888;
  background: transparent;
}
.selectBox-options .selectBox-selected a {
  font-weight: bold;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #eee;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
.selectBox.selectBox-disabled {
  color: #ccc !important;
  border-color: #ccc;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  border-color: #666;
  background: #e2e2e2;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options a {
  background-color: transparent !important;
}
.blog-footer footer {
  background-color: #000000;
  padding-top: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .blog-footer footer {
    padding-bottom: 60px;
  }
}
footer {
  background-color: #000000;
  padding-top: 30px;
  max-width: 100%;
}
footer p {
  color: white;
  font-size: 14px;
}
footer a {
  color: white;
  font-weight: 300;
}
footer a:hover {
  color: #00a7ff;
}
.global-footer .column-control1 .imagecomponent a {
  text-align: left;
}
.global-footer .column-control1 .col-md-3:last-child .col-md-6 {
  padding-left: 2px;
}
.global-footer .column-control2 .col-md-3:first-child .aboutus {
  font-size: 18px;
}
.global-footer .column-control2 .col-md-3:last-child:nth-child(4) .textLink {
  color: #ffffff;
}
.global-footer .column-control2 .col-md-3:last-child:nth-child(4) .textLink:hover {
  color: #00a7ff;
}
.global-footer .flex {
  display: block;
  justify-content: none;
}
.global-footer .flex a:hover {
  text-decoration: none;
}
.global-footer .flex a:not(.with-image) {
  float: left;
  font-size: 12px;
}
@media only screen and (min-width: 800px) {
  .global-footer .flex a:not(.with-image) {
    padding-top: 36px;
  }
}
.global-footer .flex .with-image {
  float: left;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 18%;
  clear: both;
}
@media only screen and (min-width: 800px) {
  .global-footer .flex .with-image {
    float: right;
    padding-top: 28px;
    padding-bottom: 0;
    padding-left: 0px;
    clear: none;
  }
}
.global-footer .flex a:not(:first-child):not(.with-image):before {
  content: "|";
  margin-left: 3px;
  margin-right: 3px;
}
.global-footer .flex a:not(:first-child):not(.with-image):hover:before {
  display: inline-block;
  text-decoration: none !important;
  color: #ffffff;
}
.global-footer .flex a img {
  width: 25px;
  height: 30px;
  vertical-align: middle;
}
.global-footer .zebra-text,
.global-footer h1,
.global-footer h2,
.global-footer h3,
.global-footer h4,
.global-footer h5,
.global-footer h6 {
  color: #ffffff;
}
.copyright {
  padding-left: 42px;
  padding-top: 10px;
}
.copyright a {
  font-weight: 100 !important;
}
.copyright a:hover {
  text-decoration: underline !important;
}
.subcopyright {
  font-size: 9px;
  clear: both;
  padding-top: 8px;
  text-align: left;
  padding-left: 14px;
  color: white;
}
@media only screen and (min-width: 700px) {
  .subcopyright {
    text-align: center;
    padding-top: 10px;
    padding-left: 40px;
  }
}
.language-dd-mobile {
  display: none;
  padding: 0px !important;
  height: 50px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .language-dd-mobile {
    display: inline-block;
    color: #ffffff !important;
  }
}
.language-dd-mobile .icon-left-arrow {
  float: left;
  font-size: 20px;
  color: #ffffff;
  padding-top: 15px;
  padding-left: 10px;
}
.language-dd-mobile .icon-dismiss {
  float: right;
  position: relative;
  width: 20px;
  height: 20px;
  right: 15px !important;
  top: 16px !important;
}
.language-dd-mobile .mobile-back-label {
  display: inline-block;
  padding-top: 15px;
}
.languagedropdown {
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 950px) {
  .languagedropdown {
    display: block;
    z-index: 321;
    background: #000000;
    position: relative;
  }
}
.language-selector {
  font-size: 12px;
  cursor: pointer;
  padding-top: 3px;
}
.language-selector a {
  color: #000000;
  font-weight: 300;
  padding-left: 4px;
}
@media only screen and (max-width: 950px) {
  .language-selector {
    display: block;
    padding: 5px 0px 0 10px;
  }
}
.language-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0px 10px 20px;
  min-height: 233px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(204, 204, 204, 0.34901961);
  border: solid 1px #cccccc;
  z-index: 990;
  width: 443px;
  top: 30px;
  right: 5px;
}
.language-dropdown > div {
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  padding: 5px 0px;
}
.language-dropdown > div:last-child {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 50%;
}
.language-dropdown > div h4 {
  display: block;
  font-weight: bold;
  text-align: left;
  margin: 0px;
}
.language-dropdown > div li {
  text-transform: capitalize;
  height: 20px;
}
.language-dropdown > div li a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 0px;
}
@media only screen and (max-width: 950px) {
  .language-dropdown {
    right: unset;
    left: -5px;
    border: none;
    width: 100vw;
    padding: 0px;
  }
  .language-dropdown > div {
    padding: 15px 0px 0px 15px;
  }
  .language-dropdown > div:last-child {
    top: 50px;
    right: 0px;
  }
  .language-dropdown li {
    padding: 0px !important;
  }
}
/* Main Header Container */
header.main {
  width: 100%;
  *zoom: 1;
}
header.main:before,
header.main:after {
  content: "";
  display: table;
}
header.main:after {
  clear: both;
}
.ie6 header.main,
.ie7 header.main {
  zoom: 1;
}
header.main:before,
header.main:after {
  content: "";
  display: table;
}
header.main:after {
  clear: both;
}
header.main .inner {
  position: relative;
  z-index: 989;
  border-bottom: 1px solid #e5e8e8;
}
/* Logo Container */
.header-left {
  display: block;
  max-width: 50px;
  margin: 0 auto 5px;
  width: auto;
}
@media only screen and (min-width: 580px) {
  .header-left img {
    max-height: 70px;
    width: auto;
  }
}
@media only screen and (min-width: 800px) {
  .header-left {
    display: inline-block;
    max-width: 65px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
  }
  .header-left img {
    max-height: 100%;
    width: auto;
  }
}
/* Logo */
.logo {
  max-width: 50px;
}
@media only screen and (min-width: 580px) {
  .logo {
    max-width: 65px;
  }
}
/* Navigation Container */
.header-center {
  text-align: left;
  display: none;
}
@media only screen and (min-width: 800px) {
  .header-center {
    display: inline-block;
  }
}
.header-center.open {
  display: block;
}
/* Search and Language Selector Container */
@media only screen and (min-width: 800px) {
  .header-right {
    position: absolute;
    top: 0;
    right: 15px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 13px;
  }
}
.header-right .chatComponent {
  display: none;
  padding-left: 0px;
}
@media only screen and (min-width: 800px) {
  .header-right .chatComponent {
    display: inline-block;
    padding-left: 35px;
  }
}
@media screen and (max-width: 1115px) {
  .header-right .chatComponent {
    display: none;
  }
}
.header-right .ctaComponent {
  display: none;
  padding-left: 0px;
}
@media only screen and (min-width: 800px) {
  .header-right .ctaComponent {
    display: inline-block;
    padding-left: 35px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 1115px) {
  .header-right .ctaComponent {
    display: none;
  }
}
.header-right .search-icon {
  position: static;
  display: none;
  vertical-align: top;
  margin-top: 13px;
  opacity: 0;
}
.header-right .iparsys {
  display: none;
}
@media only screen and (min-width: 800px) {
  .header-right .iparsys {
    display: inline-block;
  }
}
.cq-wcm-edit .header-right {
  position: static;
}
.cq-wcm-edit .header-right .iparsys {
  width: 260px;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  background-color: #fff;
  color: #007cb0;
  font-weight: 600;
}
.nav-container {
  position: relative;
}
@media only screen and (max-width: 950px) {
  .nav-container {
    background: #333333;
  }
}
.nav-container .primary-nav-title {
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .nav-container .primary-nav-title {
    display: block;
  }
}
.nav-container .primary-nav-title .icon-right-arrow {
  display: none;
}
@media only screen and (max-width: 950px) {
  .nav-container .primary-nav-title .icon-right-arrow {
    display: inline-block;
    float: right;
  }
}
.nav-container .primary-nav-title.selected {
  border-bottom: #00a7ff 4px solid;
}
.nav-container .primary-nav-title.selected a {
  color: #00a7ff;
}
.nav-container a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01em;
}
.nav-container a:hover {
  color: #00a7ff;
}
.nav-container a.indented {
  padding-left: 25px;
}
@media only screen and (max-width: 950px) {
  .nav-container a {
    color: #ffffff;
  }
}
.nav-container .primary-nav-item a {
  display: block;
  padding: 13px 15px 20px 15px;
}
.nav-container .primary-nav-item a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .nav-container .primary-nav-item a {
    padding: 10px 0px 10px 5px;
    font-weight: bold;
    font-size: 16px;
  }
  .nav-container .primary-nav-item a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 950px) {
  .nav-container li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 835px) {
  .nav-container li.primary-nav-title {
    padding: 5px 20px 5px;
  }
}
.nav-container .promo-container {
  display: inline-block;
  text-align: left;
  padding-right: 50px;
  padding-top: 25px;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-container {
    width: 100%;
    min-height: 125px;
    background: #333333;
    padding: 20px;
  }
}
.nav-container .promo-container .promo-title {
  text-transform: none;
  text-align: left;
  margin-bottom: 0px;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-container .promo-title {
    line-height: 1;
    margin-bottom: 5px;
  }
}
.nav-container .promo-container .promo-title a {
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding: 0px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-container .promo-title a {
    font-size: 14px;
  }
}
.nav-container .promo-container .promo-desc {
  width: 220px;
  text-transform: none;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-container .promo-desc {
    font-size: 12px;
    display: block;
    padding-right: 25px;
    line-height: 1;
    color: #ffffff;
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-image {
    display: inline-block;
    position: absolute;
  }
}
.nav-container .promo-image img {
  width: 220px;
  height: 124px;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-image img {
    width: 150px;
    height: 84px;
  }
}
.nav-container .promo-image a {
  padding: 0px;
}
.nav-container .promo-content {
  width: 220px;
}
@media only screen and (max-width: 950px) {
  .nav-container .promo-content {
    width: 60%;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    left: 150px;
  }
}
.nav-container .category-list {
  float: left;
  display: inline-block;
  text-align: left;
  width: 25%;
  padding-top: 20px;
}
.nav-container .category-list li {
  line-height: 1em;
  padding: 5px 0px;
}
.nav-container .category-list .icon-right-arrow {
  display: none;
}
@media only screen and (max-width: 950px) {
  .nav-container .category-list .icon-right-arrow {
    display: block;
    float: right;
  }
  .nav-container .category-list li {
    padding: 10px 20px;
  }
}
.nav-container .category-label {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 950px) {
  .nav-container .category-label {
    padding-left: 20px;
    color: #ffffff;
  }
}
.nav-container .category-list-title {
  padding-left: 50px;
  padding-top: 10px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 950px) {
  .nav-container .category-list-title {
    display: none;
  }
}
.nav-container .megamenu {
  display: none;
  position: absolute;
  width: 100%;
  left: -170px;
}
@media only screen and (max-width: 950px) {
  .nav-container .megamenu {
    background: white;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    padding-top: 0px;
  }
}
.nav-container .product-category-list {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 950px) {
  .nav-container .product-category-list {
    width: 100%;
    background: #333333;
    padding-top: 10px;
  }
}
.nav-container .product-category-list .category-list {
  width: 33%;
  border-right: 2px solid #e5e8e8;
  position: relative;
  padding-top: 20px;
  padding-left: 50px;
}
.nav-container .product-category-list .category-list li {
  line-height: 1em;
  padding: 5px 0px;
}
@media only screen and (max-width: 950px) {
  .nav-container .product-category-list .category-list {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    border: none;
    height: auto;
  }
  .nav-container .product-category-list .category-list li {
    padding: 10px 20px;
  }
}
.nav-container .product-category-list .side-sub-nav {
  width: 48%;
  display: inline-grid;
  padding-left: 40px;
}
.nav-container .product-category-list .side-sub-nav li {
  line-height: 1em;
  padding: 5px 0px;
}
@media only screen and (max-width: 950px) {
  .nav-container .product-category-list .side-sub-nav {
    width: 100%;
    display: block;
    padding-left: 0;
    position: relative;
    top: 10px;
    background: #333333;
  }
  .nav-container .product-category-list .side-sub-nav li {
    padding: 10px 20px;
  }
  .nav-container .product-category-list .side-sub-nav .category-label {
    padding-top: 20px;
  }
}
.nav-container .product-category-list li.selected {
  border-right: #00a7ff 4px solid;
}
.nav-container .product-category-list li.selected a {
  color: #00a7ff;
}
.nav-container .product-subnav {
  width: 66%;
  display: inline-block;
  padding-top: 20px;
}
@media only screen and (max-width: 950px) {
  .nav-container .product-subnav {
    width: 100%;
    display: block;
  }
}
.nav-container .side-nav-item {
  display: none;
}
@media only screen and (max-width: 950px) {
  .nav-container .side-nav-item {
    width: 100%;
    position: absolute;
    top: 0%;
    background: #cccccc;
    z-index: 1;
  }
}
.nav-icon {
  display: inline-block;
  margin-right: 20px;
}
.nav-icon img {
  width: 150px;
  height: 60px;
}
.mobile-icon {
  display: inline-block;
  width: 85%;
  text-align: center;
}
.nav-header-center {
  display: inline-block;
  position: absolute;
  width: 100%;
  padding-top: 10px;
}
@media only screen and (max-width: 950px) {
  .nav-header-center {
    display: none;
    top: 0px;
    padding-top: 0px;
  }
}
.nav-header-center .utility-mobile {
  display: none;
}
@media only screen and (max-width: 950px) {
  .nav-header-center .utility-mobile {
    display: block;
  }
}
.banner {
  width: 100vw;
  height: 375px;
  display: block;
  position: absolute;
  background: white;
  z-index: 10;
}
@media only screen and (max-width: 950px) {
  .banner {
    position: relative;
    display: none;
  }
}
.mobile-dismiss {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile-dismiss {
    display: block;
    height: 50px;
    background: #000000;
    padding: 5px;
    color: #ffffff;
    border-bottom: 1px solid #cccccc;
  }
}
.mobile-dismiss .icon-dismiss {
  float: right;
  position: relative;
  top: 10px;
  right: 10px;
}
.mobile-back,
.mobile-back-sidenav {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile-back,
  .mobile-back-sidenav {
    display: block;
    height: 50px;
    float: right;
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 5px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }
}
.mobile-back .icon-left-arrow,
.mobile-back-sidenav .icon-left-arrow {
  display: inline-block;
  float: left;
  font-size: 20px;
  padding-right: 10px;
  padding-top: 8px;
  color: #ffffff;
  width: 5%;
  position: relative;
  left: 10px;
}
.mobile-back .icon-dismiss,
.mobile-back-sidenav .icon-dismiss {
  float: right;
  position: relative;
  top: 8px;
  right: 15px;
  width: 5%;
  height: 20px;
}
.mobile-back .mobile-back-label,
.mobile-back-sidenav .mobile-back-label {
  display: inline-block;
  width: 90%;
  text-align: center;
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  height: 35px;
}
.icon-mobile-hamburger-menu {
  display: none;
}
@media only screen and (max-width: 950px) {
  .icon-mobile-hamburger-menu {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
    top: 20px;
    right: 15px;
  }
}
@media only screen and (max-width: 950px) {
  .icon-search {
    display: block;
    float: left;
    font-size: 25px;
  }
}
.mobile-header {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile-header {
    display: block;
    width: 100%;
    padding: 0px 10px;
    background: white;
  }
  .mobile-header .icon-search {
    position: relative;
    top: 20px;
    left: 10px;
    width: 5%;
  }
}
.category-list-container {
  background: white;
  padding-left: 50px;
}
@media only screen and (max-width: 950px) {
  .category-list-container {
    padding-left: 0px;
    background: #333333;
    position: relative;
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 950px) {
  .category-list-container .category-list {
    background: #333333;
    width: 100%;
  }
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 950px) {
  .mobile-menu {
    width: 90%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-left: 10%;
    font-weight: bold;
    font-size: 16px;
  }
}
.desktop-icon {
  display: inline-block;
}
@media only screen and (max-width: 950px) {
  .desktop-icon {
    display: none;
  }
}
.background-tint {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vw;
  position: absolute;
  display: none;
  z-index: 5;
}
.promo-container.pc-mobile {
  display: none;
}
@media only screen and (max-width: 950px) {
  .promo-container.pc-mobile {
    display: block;
  }
}
.search-icon {
  left: 0;
}
.search-icon.open:before {
  content: '\e628';
}
/* Sticky Header */
@media only screen and (min-width: 950px) {
  .sticky {
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 3000;
    top: 0;
  }
  .sticky.sec {
    transition: 0.15s margin-top;
    z-index: 2000;
  }
}
/* old Sticky header Code
@media @l-medium {
  .sticky { // while sticky class exists

    .header-right {
      transition: 0.3s top;

      .search-icon {
        display: none;
        opacity: 0;
        transition: 0.3s all;
      }
    }

    .header-center {
      transition: 0.3s margin-bottom;
    }

    .header-left {
      transition: 0.3s all;

      img {
        height: 99px;
        transition: 0.3s all;
      }
    }

    .nav-primary-title a {
      transition: 0.3s font-size;
    }

    .wrapper > .content, .wrapper > .mainpar, .wrapper > .main-content-wrapper {
      margin-top: 145px;
    }

    &.has-secondary-nav {
      .wrapper > .content, .wrapper > .mainpar, .wrapper > .main-content-wrapper {
        margin-top: 220px;
      }
    }

    .header-search-container {
      top: 0;
      opacity: 1;
      visibility: visible;
      transition: top 0.3s, opacity 0.3s, visibility 0.3s;

      .search-input-container--input {
        width: 100%;
        transition: 0.3s all;
      }
    }

    .languagedropdown {
      transition: transform 0.3s;
    }

    &.mini { // this class is added after the user scrolls down to a certain point
      .header-search-container {
        opacity: 0;
        visibility: hidden;
        position: relative;
        right: 0;
        transition: top 0.1s, opacity 0.1s, visibility 0.1s;

        &.open {
          top: 43px;
          right: -40px;
          display: inline-block;
          visibility: visible;
          padding: 10px;
          opacity: 1;
          z-index: 10;
          background-color: #fff;
          transition: top 0.1s, opacity 0.1s, visibility 0.1s;

          .search-input-container--input {
            width: 100%;
          }
        }

        .search-input-container--input {
          width: 0;
          transition: width 0.3s;
        }
      }

      .languagedropdown {
        .translateY(-3px);
        transition: transform 0.3s;
      }

      .main .inner {
        padding-top: 10px;
        transition: padding-top 0.3s;
      }

      .header-right {
        top: 10px;
        transition: top 0.3s;
      }

      .header-center {
        position: relative;
        top: -12px;
        transition: position 0.3s;
      }

      .header-left {
        height: 35px;
        overflow: hidden;
        margin-bottom: 0;
        .translateY(-1px);
        transition: all 0.3s;

        img {
          height: 50px;
          max-height: none;
          transition: height 0.3s;
        }
      }

      .nav-primary-title a {
        font-size: 12px;
        transition: font-size 0.3s;
      }

      .header-right .search-icon {
        display: inline-block;
        opacity: 1;
        margin-top: 6px;
        transition: all 0.3s;
      }

      .mega-menu__wrap {
        padding: 0;
        transition: padding 0.3s;
      }

      .subnav-primary .nav-secondary li a, .subnav-primary .nav-tertiary li a, .subnav-primary .nav-quaternary li a {
        font-size: 12px;
        transition: font-size 0.3s;
      }
    }
  }
}
*/
.chat-wrapper {
  display: block;
  position: relative;
  top: 0px;
  right: 0px;
  float: right;
  margin-left: 5px;
  margin-top: 0;
}
.chat-wrapper a {
  margin-right: 0;
}
.chat-wrapper img {
  height: 39px;
  transition: height 0.5s;
}
.sticky.mini .chat-wrapper img {
  height: 32px;
  width: auto;
  transition: height 0.5s;
}
.contactZebraChat .chat-wrapper img {
  height: auto;
}
@media (max-width: 970px) {
  .chat-wrapper {
    display: none;
  }
}
.chat-wrapper.hide {
  display: none;
}
.contactZebraChat .chat-wrapper {
  float: none;
  padding-top: 10px;
}
.logincomponent {
  display: inline-block;
  text-transform: capitalize;
  vertical-align: top;
  font-weight: 400;
}
.logincomponent a {
  color: black;
  font-weight: 400;
}
.logincomponent a:active {
  color: black;
}
.logincomponent a:hover {
  color: #00A7FF;
  text-decoration: underline;
  font-weight: 400;
}
.logincomponent .anonymous-actions li:first-child > a {
  color: #000 !important;
  font-weight: 400;
}
.logincomponent .anonymous-actions li:first-child > a:hover {
  color: #00A7FF !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.logincomponent::after {
  content: '';
  height: 20px;
  position: absolute;
  top: 11px;
}
@media only screen and (max-width: 950px) {
  .logincomponent a {
    color: #ffffff;
    font-weight: 400;
  }
  .logincomponent a:active {
    color: #ffffff;
  }
}
.logincomponent .login-button {
  background-size: 10px;
  background-position: right 4px;
  padding-right: 15px;
  font-size: 14px;
  width: 113px;
  height: 15px;
  padding-right: 0px;
}
.logincomponent .login-button.selected {
  background-size: 10px;
  background-position: right 4px;
}
.logincomponent .login-button:hover {
  opacity: 0.6;
  color: #00A7FF;
}
.logincomponent .login-button-right {
  background-size: 10px;
  background-position: right 4px;
  padding-right: 15px;
  font-size: 14px;
  width: 113px;
  height: 15px;
  padding-left: 0px;
}
.logincomponent .login-button-right.selected {
  background-size: 10px;
  background-position: right 4px;
}
.logincomponent .login-button-right:hover {
  opacity: 0.6;
  color: #00A7FF;
}
.logincomponent .logged-in-button {
  display: none;
  width: 55px;
  height: 20px;
}
@media only screen and (max-width: 835px) {
  .logincomponent .logged-in-button {
    top: 2px;
    position: relative;
  }
}
.logincomponent .logged-in-button .icon-down-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -30px;
  right: -35px;
  color: black;
  font-size: 12px;
}
@media only screen and (max-width: 835px) {
  .logincomponent .logged-in-button .icon-down-arrow {
    display: none;
  }
}
.logincomponent .logged-in-button .icon-right-arrow {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  top: -25px;
  right: -30px;
  color: white;
}
@media only screen and (max-width: 835px) {
  .logincomponent .logged-in-button .icon-right-arrow {
    display: block;
  }
}
.logincomponent .logged-in-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.logincomponent .logged-in-button-initials {
  background-color: #00a7ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  width: 20px;
  position: relative;
  text-align: center;
  top: -2px;
  left: 2px;
  margin: 5px;
}
.logincomponent .logged-in-button-initials::after {
  background-size: 10px;
  content: '';
  height: 10px;
  left: 34px;
  padding-right: 15px;
  position: absolute;
  top: 10px;
}
.logincomponent .logged-in-button-initials.selected::after {
  background-size: 10px;
}
.logincomponent .logged-in-button-initials .user-initials {
  position: relative;
  top: 1px;
}
.logincomponent .login-dropdown {
  background: #ffffff;
  border: solid 1px #cccccc;
  display: none;
  position: absolute;
  width: auto;
  z-index: 1110;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: .01em;
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown {
    background: #333333;
    border: none;
    padding: 25px 20px 180px 20px;
  }
}
.logincomponent .login-dropdown .anonymous-actions,
.logincomponent .login-dropdown .custom-actions,
.logincomponent .login-dropdown .logout-action-wrapper {
  padding: 10px;
}
.logincomponent .login-dropdown .anonymous-actions a:link,
.logincomponent .login-dropdown .custom-actions a:link,
.logincomponent .login-dropdown .logout-action-wrapper a:link {
  color: black;
  font-weight: 400;
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown .anonymous-actions a:link,
  .logincomponent .login-dropdown .custom-actions a:link,
  .logincomponent .login-dropdown .logout-action-wrapper a:link {
    color: white;
  }
}
.logincomponent .login-dropdown .anonymous-actions a:active,
.logincomponent .login-dropdown .custom-actions a:active,
.logincomponent .login-dropdown .logout-action-wrapper a:active {
  color: black;
  font-weight: 400;
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown .anonymous-actions a:active,
  .logincomponent .login-dropdown .custom-actions a:active,
  .logincomponent .login-dropdown .logout-action-wrapper a:active {
    color: white;
  }
}
.logincomponent .login-dropdown .anonymous-actions a:hover,
.logincomponent .login-dropdown .custom-actions a:hover,
.logincomponent .login-dropdown .logout-action-wrapper a:hover {
  color: #00A7FF;
  text-decoration: none;
  font-weight: 400 !important;
  font-size: inherit;
}
.logincomponent .login-dropdown .logout-action-wrapper {
  border-top: 1px solid #e5e8e8;
  padding: 0px 0px 0px 12px;
}
.logincomponent .login-dropdown .logout-action-wrapper .update-profile-action-wrapper {
  display: none;
}
.logincomponent .login-dropdown .logout-action-wrapper .update-profile-action-wrapper .update-partner-profile-action,
.logincomponent .login-dropdown .logout-action-wrapper .update-profile-action-wrapper .update-other-profile-action {
  display: none;
}
.logincomponent .login-dropdown .logout-action-wrapper .logout-action {
  padding: 0px 20px 5px 0px;
  float: left;
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown .logout-action-wrapper .logout-action {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown .logout-action-wrapper {
    background: #333333;
  }
}
.logincomponent .login-dropdown li {
  font-size: 14px;
  padding: 5px 0px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}
@media only screen and (max-width: 835px) {
  .logincomponent .login-dropdown {
    display: none;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 44px;
  }
}
.sticky.mini .logincomponent {
  padding: 10px 0 0 20px;
}
.sticky.mini .logincomponent::after {
  display: none;
}
.sticky.mini .logincomponent .login-button {
  position: relative;
  top: -3px;
}
.sticky.mini .logincomponent .logged-in-button {
  font-size: 12px;
  height: 24px;
  width: 24px;
}
.sticky.mini .logincomponent .logged-in-button::after {
  left: 28px;
  top: 8px;
}
.sticky.mini .logincomponent .logged-in-button .user-initials {
  top: 3px;
}
@media only screen and (max-width: 835px) {
  .logincomponent {
    display: block;
  }
  .logincomponent .login-button {
    border-right: 2px solid;
    padding: 0px 5px;
  }
  .logincomponent .login-button-right {
    padding-left: 5px;
  }
}
.header-right .searchComponent {
  vertical-align: top;
  padding-top: 5px;
}
@media only screen and (min-width: 950px) {
  .header-right .searchComponent {
    display: inline-block;
  }
}
.header-search-container {
  background: #fff;
  position: relative;
  z-index: 2;
  vertical-align: top;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
.header-search-container.open {
  display: block;
}
@media screen and (max-width: 950px) {
  .header-search-container {
    position: absolute;
    padding: 20px;
    width: 100%;
    border-bottom: 2px solid #ccc;
  }
}
@media only screen and (min-width: 950px) {
  .header-search-container {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 0px;
    width: 185px;
  }
}
@media only screen and (min-width: 970px) {
  .header-search-container {
    background: transparent;
    position: static;
    width: 185px;
  }
}
/* Search Box */
.header-search-container .search-header-input-container {
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 970px) {
  .header-search-container .search-header-input-container {
    width: 185px;
  }
}
.header-search-container .search-submit-btn,
.header-search-container .search-header-input-container__search-submit-button {
  position: absolute;
  right: 0px;
  top: 1px;
  background: none;
  border: 0;
}
.header-search-container .twitter-typeahead {
  width: 100%;
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 950px) {
  .header-search-container .twitter-typeahead {
    width: 250px;
  }
}
.header-search-container .search-input-container {
  margin: 10px;
  position: relative;
}
.header-search-container .search-input-container--input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  background: transparent;
  height: 34px;
  background-color: #fff;
}
.header-search-container .search-input-container__search-submit-button,
.header-search-container .search-header-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  right: 5px;
  padding: 0px;
}
.header-search-container .search-input-container__search-submit-button--i {
  color: #333333;
}
.header-search-container .search-header-input-container__search-submit-button--i {
  color: #A6ADB2;
  font-size: 1em;
}
@media screen and (max-width: 950px) {
  .header-search-container .search-header-input-container__search-submit-button--i {
    padding-top: 5px;
  }
}
.header-search-container .twitter-typeahead .tt-dropdown-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  z-index: 1000 !important;
}
.header-search-container .twitter-typeahead .tt-suggestions {
  padding: 0;
  margin: 0;
}
.header-search-container .twitter-typeahead .tt-suggestion {
  border-top: 1px solid rgba(198, 202, 204, 0.5);
  margin: 0;
  padding: 10px;
}
.header-search-container .twitter-typeahead .tt-suggestion p {
  margin: 0;
  padding: 0;
}
.header-search-container .twitter-typeahead .tt-highlight {
  margin: 0;
  padding: 0;
}
.header-search-container .twitter-typeahead .tt-cursor {
  background: #fff;
  color: #007cb0;
}
.header-search-container .twitter-typeahead .tt-cursor .tt-highlight,
.header-search-container .twitter-typeahead .tt-cursor p {
  color: #007cb0;
}
.header-search-container .twitter-typeahead .tt-cursor:hover {
  cursor: pointer;
}
.search-header-result-img {
  width: 50px;
  height: 50px;
}
.search-header-result .search-header-result__title {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  text-transform: capitalize;
  color: #111;
  line-height: 16px;
  vertical-align: middle;
}
.predictive-search-title {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: -20px;
}
.search-header-result:hover .search-header-result__title {
  color: #007cb0;
}
.search-header-result-more-results {
  border-top: 2px solid #e5e8e8;
  height: 37px;
}
.search-header-result-more-results a {
  color: #000;
}
.search-header-result-more-results .see-more {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}
.search-input-container {
  margin: 10px;
  position: relative;
}
.search-input-button-contianer {
  position: relative;
  width: 52%;
  margin: 0 auto;
}
.search-input-container--input {
  position: relative;
  width: 100%;
  background: #e6e8e7;
  border: 1px solid #dcd7d8;
  padding-left: 60px;
}
.search-input-container--input:focus {
  color: #777;
  border: 1px solid #dbd7d8;
}
.search-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: 0px;
  right: 5px;
}
@media (max-width: 950px) {
  .search-input-container__search-submit-button {
    top: 10px;
  }
}
.search-input-container__search-submit-button--i {
  color: #a6adb2;
}
.search-header-input-container {
  margin: 0 auto 40px;
}
.support-search-width {
  margin: 0 0 40px;
}
@media only screen and (min-width: 700px) {
  .support-search-width {
    margin: 0 20% 40px;
  }
}
.search-header-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: 0;
  padding: 10px;
}
.search-header-input-container__search-submit-button--i {
  font-size: 1.3em;
  color: #666;
}
.support-search-header-input-container__search-submit-button--i {
  font-size: 1.3em;
  color: #666;
}
.support-submit-button-font {
  font-size: 1.2em !important;
}
.twitter-typeahead .tt-dropdown-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  z-index: 1000 !important;
}
.twitter-typeahead .tt-suggestions {
  padding: 0;
  margin: 0;
}
.twitter-typeahead .tt-suggestion {
  border-top: 1px solid rgba(198, 202, 204, 0.5);
  margin: 0;
  padding: 10px;
}
.twitter-typeahead .tt-suggestion p {
  margin: 0;
  padding: 0;
}
.twitter-typeahead .tt-highlight {
  margin: 0;
  padding: 0;
}
.twitter-typeahead .tt-cursor {
  background: #fff;
  color: #007cb0;
}
.twitter-typeahead .tt-cursor .tt-highlight,
.twitter-typeahead .tt-cursor p {
  color: #007cb0;
}
.twitter-typeahead .tt-cursor:hover {
  cursor: pointer;
}
.navigationcomponent .search-wrapper .tt-menu {
  background: #fff;
  width: 290px;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  position: absolute;
  right: 0px;
  z-index: 3000;
}
@media screen and (max-width: 950px) {
  .navigationcomponent .search-wrapper .tt-menu {
    width: 100%;
  }
}
::-ms-clear {
  display: none;
}
input.search-input-container--input.tt-input::placeholder {
  color: #d3d3d3;
  font-size: 14px;
}
.search-new .search-header-container {
  overflow: hidden;
  position: relative;
  margin: 0 0 2px;
}
.search-new .search-header-container .search-header-container-inner {
  background: #169bd5;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .search-new .search-header-container .search-header-container-inner {
    background: #fff;
    padding: 5px 0;
  }
}
.search-new .search-header-container h1 {
  position: relative;
  font-size: 2em;
  line-height: 41px;
}
.search-new .search-header-container h1 .search-filter-toggle {
  display: none;
  float: right;
  background: #169bd5;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  margin-top: 5px;
  font-size: .6em;
}
@media (max-width: 1280px) {
  .search-new .search-header-container h1 {
    width: 13%;
  }
}
@media (max-width: 992px) {
  .search-new .search-header-container h1 {
    width: 18%;
  }
}
@media (max-width: 768px) {
  .search-new .search-header-container h1 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .search-new .search-header-container h1 .search-filter-toggle {
    display: block;
  }
}
.search-new .search-header-container .search-mobile-tags {
  display: none;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .search-new .search-header-container .search-mobile-tags {
    display: block;
  }
}
.search-new .search-header-container .search-mobile-tags span {
  background: #e5e8e8;
  padding: 3px 5px;
  border-radius: 4px;
  color: #8c8e8f;
  font-size: .8em;
  font-weight: 500;
  margin-right: 5px;
}
.search-new .search-header-container .search-mobile-tags span a {
  color: #8c8e8f;
  font-weight: bold;
  font-size: .8em;
}
.search-new .search-header-container .search-mobile-tags .clear-all-container {
  text-align: right;
}
.search-new .search-header-container .search-mobile-tags .clear-all-container .clear-all-btn {
  color: #169bd5;
}
.search-new .search-input-container {
  position: relative;
  margin: 0;
  width: 63.3%;
}
@media (max-width: 768px) {
  .search-new .search-input-container {
    float: none;
    width: 100%;
  }
  .search-new .search-input-container input[type=text] {
    padding: 15px 20px;
  }
}
.search-new .search-input-container input[type=text] {
  width: 100%;
}
.search-new .search-input-container .search-new-submit {
  position: absolute;
  top: 1px;
  right: 0;
  background: none;
  border: none;
  padding: 10px 12px;
}
@media (max-width: 768px) {
  .search-new .search-input-container .search-new-submit {
    top: auto;
    bottom: 3px;
    right: 7px;
  }
}
.search-new .search-input-container .search-new-submit .icon-search {
  color: #A6ADB2;
  font-size: 1.5em;
}
.search-new .filter-container {
  position: relative;
  background: #e6e7e9;
  padding: 15px 0px 15px 20px;
}
@media (max-width: 768px) {
  .search-new .filter-container {
    position: fixed;
    top: 0;
    left: -900px;
    bottom: 0;
    padding: 30px;
    z-index: 999;
    background: #e5e8e8;
    padding: 0;
  }
  .search-new .filter-container .mobile-bg {
    padding: 15px 20px;
  }
  .search-new .filter-container .search-input-container {
    display: none;
  }
}
.search-new .filter-container h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.search-new .filter-container .clear-all {
  position: absolute;
  top: 15px;
  right: 20px;
  text-align: right;
  color: #169bd5;
}
@media (max-width: 768px) {
  .search-new .filter-container .clear-all {
    position: static;
    display: block;
  }
}
.search-new .filter-container .filter-items {
  overflow: hidden;
}
.search-new .filter-container .filter-items > div {
  float: left;
  width: 30%;
  margin-right: 3.3%;
}
@media (max-width: 768px) {
  .search-new .filter-container .filter-items > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.search-new .filter-container .filter-items .selectBox-dropdown {
  background: #fff;
  min-width: 100%;
  border-right: none;
}
.search-new .filter-container .filter-items .selectBox-dropdown .selectBox-arrow {
  background: #5d656b;
}
.search-new .filter-container h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.search-new .filter-container .filter-mobile-btn {
  display: none;
  width: 160px;
  margin: 20px auto;
  background: #169bd5;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .search-new .filter-container .filter-mobile-btn {
    display: block;
  }
}
.search-new .filter-container .filter-mobile-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .search-new .filter-container .filter-mobile-close {
    display: block;
  }
}
.search-new .search-mobile-options {
  display: none;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .search-new .search-mobile-options {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .search-new .search-mobile-options .clear-all {
    float: right;
  }
}
.search-new .search-progress-bar {
  display: none;
  text-align: center;
  padding: 10px;
}
.search-new .searchResults-container .noResults-message {
  display: none;
  text-align: center;
  margin: 30px 0;
}
.search-new .searchResults-container .didYouMean {
  font-weight: bold;
  padding-top: 10px;
  display: none;
}
.search-new .searchResults-container .didYouMean .search-suggestion {
  font-style: italic;
}
.search-new .searchResults-container .didYouMean .search-suggestion a.spelled-term {
  cursor: pointer;
}
.search-new .searchResults-container .searchResults-count {
  display: none;
  padding: 5px 0;
}
@media (max-width: 1280px) {
  .search-new .searchResults-container .searchResults-count {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .search-new .searchResults-container .searchResults-count {
    padding: 0;
    margin: 5px 10px 15px;
    border-top: 1px solid #000;
  }
  .search-new .searchResults-container .searchResults-count strong {
    font-size: 1.65em;
  }
}
.search-new .searchResults-container ul {
  border: 1px solid rgba(198, 202, 204, 0.5);
  border-radius: 3px;
}
@media (max-width: 768px) {
  .search-new .searchResults-container ul {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.search-new .searchResults-container li {
  min-height: 85px;
  padding: 10px;
  border-bottom: 1px solid rgba(198, 202, 204, 0.5);
}
.search-new .searchResults-container li:last-child {
  border-bottom: none;
}
.search-new .searchResults-container li p {
  font-size: 1.1em;
  margin: 0;
}
.supportSearch-Title {
  text-align: center;
  font-size: 1.6em;
}
.supporSearch-subTitle {
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #cccccc;
}
.supportSearch-icons {
  text-align: center;
  padding: 40px 0;
}
.supportSearch-icons i {
  font-size: 3em;
  color: #333;
  margin-right: 5px;
}
.supportSearch-icons span {
  position: relative;
  top: -14px;
  color: #333;
  font-size: .9em;
  font-weight: 600;
  margin-right: 30px;
}
.search-header-input-container {
  margin: 0 auto 40px;
}
.search-header-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: 0;
  padding: 10px;
}
.search-header-input-container__search-submit-button--i {
  font-size: 1.3em;
  color: #666;
}
.header-search-container .tt-dropdown-menu {
  background: #fff!important;
  width: 100%!important;
  text-align: left!important;
  border: 1px solid #94989d;
  z-index: 1000 !important;
}
.header-search-container .tt-suggestions {
  padding: 0;
  margin: 0;
}
.header-search-container .tt-suggestion {
  border: 0px solid #94989d;
  margin: 0;
  padding: 10px;
}
.header-search-container .tt-suggestion min-height:70px p {
  margin: 0;
  padding: 0;
}
.header-search-container .tt-highlight {
  margin: 0;
  padding: 0;
}
.header-search-container .tt-cursor {
  background: #fff;
  color: #007cb0;
}
.header-search-container .tt-cursor .tt-highlight,
.header-search-container .tt-cursor p {
  color: #007cb0;
}
.header-search-container .tt-cursor:hover {
  cursor: pointer;
}
.accessories-search-wrapper {
  *zoom: 1;
  position: relative;
  min-height: 440px;
}
.accessories-search-wrapper:before,
.accessories-search-wrapper:after {
  content: "";
  display: table;
}
.accessories-search-wrapper:after {
  clear: both;
}
.ie6 .accessories-search-wrapper,
.ie7 .accessories-search-wrapper {
  zoom: 1;
}
.accessories-search-wrapper:before,
.accessories-search-wrapper:after {
  content: "";
  display: table;
}
.accessories-search-wrapper:after {
  clear: both;
}
.accessories-search-wrapper .comma:not(:last-child):after {
  content: ", ";
}
.accessories-search-wrapper .accessories-main-wrap {
  float: left;
  width: 69.5%;
  padding: 0 40px;
}
.accessories-search-wrapper .accessories-main-wrap h1 {
  margin: 0 0 20px;
  padding: 0;
}
.accessories-search-wrapper .accessories-main-wrap .product-info-mobile {
  display: none;
  padding: 20px 10px;
  border: 1px solid #94989d;
  margin: 0 0 20px;
}
.accessories-search-wrapper .accessories-main-wrap .product-info-mobile h2 {
  font-size: 1.2em;
  color: #cccccc;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.accessories-search-wrapper aside {
  float: left;
  width: 30.5%;
  padding-left: 20px;
}
.accessories-search-wrapper aside .filter-actions-mobile {
  *zoom: 1;
  display: none;
  margin: 0 0 20px;
}
.accessories-search-wrapper aside .filter-actions-mobile:before,
.accessories-search-wrapper aside .filter-actions-mobile:after {
  content: "";
  display: table;
}
.accessories-search-wrapper aside .filter-actions-mobile:after {
  clear: both;
}
.ie6 .accessories-search-wrapper aside .filter-actions-mobile,
.ie7 .accessories-search-wrapper aside .filter-actions-mobile {
  zoom: 1;
}
.accessories-search-wrapper aside .filter-actions-mobile:before,
.accessories-search-wrapper aside .filter-actions-mobile:after {
  content: "";
  display: table;
}
.accessories-search-wrapper aside .filter-actions-mobile:after {
  clear: both;
}
.accessories-search-wrapper aside .filter-actions-mobile > div {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.accessories-search-wrapper aside .filter-actions-mobile > div:last-child {
  padding-right: 0;
  padding-left: 5px;
}
.accessories-search-wrapper aside .filter-actions-mobile > div a {
  display: block;
  line-height: 44px;
  text-align: center;
  font-size: 1em;
  background: #94989d;
  color: #333;
}
.accessories-search-wrapper aside .filter-actions-mobile > div a.primary {
  background: #fee100;
}
.accessories-search-wrapper aside .filter-actions-mobile > div a:hover {
  text-decoration: none;
  color: #333;
}
.accessories-search-wrapper aside h2 {
  font-size: 1.2em;
  color: #cccccc;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.accessories-search-wrapper .accessories-side {
  padding: 20px 10px;
  border: 1px solid #94989d;
  margin: 0 0 20px;
}
.accessories-search-wrapper .accessories-side.product-info-wrap .accessories-filter-container {
  margin: 20px 0 0;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container {
  margin: 0;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category {
  position: relative;
  background: #f2f2f2;
  padding: 7px 40px 7px 10px;
  border: 1px solid #e5e8e8;
  min-height: 56px;
  cursor: pointer;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category > * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category.icon-right-arrow:before,
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category.icon-down-arrow:before {
  position: absolute;
  top: 19px;
  right: 8px;
  font-size: 1.2em;
  color: #999;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category h4 {
  color: #a6adb2;
  font-size: .9em;
  font-weight: 400;
  margin: 0 0 5px;
}
.accessories-search-wrapper .accessories-side .accessories-filter-container > li .accessories-filter-category span {
  color: #000;
  font-size: .95em;
  line-height: 20px;
  padding-right: 0px;
}
.accessories-search-wrapper .accessories-side .accessories-filter-child {
  margin: 0 0 20px 20px;
  max-height: 340px;
  overflow-y: scroll;
  border: 1px solid #e5e8e8;
}
.accessories-search-wrapper .accessories-side .accessories-filter-child li {
  border-bottom: 1px solid #e5e8e8;
}
.accessories-search-wrapper .accessories-side .accessories-filter-child li:last-child {
  border-bottom: 0;
}
.accessories-search-wrapper .accessories-side .accessories-filter-child li a {
  display: block;
  line-height: 38px;
  padding: 0 10px;
  color: #333;
  font-weight: 400;
  font-size: .95em;
}
.accessories-product-info {
  *zoom: 1;
  margin: 20px 0;
}
.accessories-product-info:before,
.accessories-product-info:after {
  content: "";
  display: table;
}
.accessories-product-info:after {
  clear: both;
}
.ie6 .accessories-product-info,
.ie7 .accessories-product-info {
  zoom: 1;
}
.accessories-product-info:before,
.accessories-product-info:after {
  content: "";
  display: table;
}
.accessories-product-info:after {
  clear: both;
}
.accessories-product-info .accessories-img {
  display: none;
  float: left;
  width: 98px;
  height: 98px;
}
.accessories-product-info .accessories-img img {
  width: 98px;
  height: 98px;
}
.accessories-product-info .accessories-product-title {
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #000;
}
.accessories-product-info p {
  color: #cccccc;
  font-size: 1em;
}
.accessories-product-filters {
  position: relative;
  display: block;
  text-align: center;
  background: #94989d;
  color: #333;
  line-height: 44px!important;
  margin: 0;
}
.accessories-product-filters:hover {
  text-decoration: none;
  color: #333;
}
.accessories-product-filters.icon-right-arrow:before,
.accessories-product-filters.icon-down-arrow:before {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 1.2em;
}
.filter-actions-desktop {
  font-size: 1.1em;
  margin: 0 0 20px;
}
.accessories-input-container {
  position: relative;
  margin: 0 0 30px;
}
.accessories-input-container.icon-search:before {
  position: absolute;
  top: 14px;
  right: 8px;
  font-size: 1.3em;
  color: #a6adb2;
}
.accessories-input-container .bootstrap-tagsinput {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #e5e8e8;
  padding: 5px 32px 5px 10px;
  margin: 0;
}
.accessories-input-container .bootstrap-tagsinput .twitter-typeahead {
  float: left;
}
.accessories-input-container .bootstrap-tagsinput .twitter-typeahead .tt-input,
.accessories-input-container .bootstrap-tagsinput .twitter-typeahead .tt-hint {
  min-width: 100px;
  line-height: 30px;
}
.accessories-input-container .bootstrap-tagsinput .label {
  float: left;
  display: inline;
  padding: .2em .6em .3em;
  font-size: .9em;
  font-weight: 300;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  line-height: 24px;
}
.accessories-input-container .bootstrap-tagsinput .label.label-info {
  background: #f2f2f2;
}
.accessories-input-container .bootstrap-tagsinput .tt-menu {
  background: #fff;
  border: 1px solid #94989d;
}
.accessories-input-container .bootstrap-tagsinput .tt-menu .tt-suggestion {
  cursor: pointer;
  min-width: 240px;
}
.accessories-input-container .bootstrap-tagsinput .tt-menu .tt-suggestion:hover {
  background: #f2f2f2;
}
.accessories-input-container.accessories-disabled .bootstrap-tagsinput {
  border: 2px solid transparent;
}
.accessories-input-container.accessories-disabled .bootstrap-tagsinput .twitter-typeahead .tt-input,
.accessories-input-container.accessories-disabled .bootstrap-tagsinput .twitter-typeahead .tt-hint {
  display: none;
}
.accessories-input-container.accessories-disabled.icon-search:before {
  display: none;
}
.accessories-results-container .accessories-results-count {
  display: block;
  font-weight: 700;
  margin: 0 0 20px;
}
.accessories-results-container ul {
  *zoom: 1;
}
.accessories-results-container ul:before,
.accessories-results-container ul:after {
  content: "";
  display: table;
}
.accessories-results-container ul:after {
  clear: both;
}
.ie6 .accessories-results-container ul,
.ie7 .accessories-results-container ul {
  zoom: 1;
}
.accessories-results-container ul:before,
.accessories-results-container ul:after {
  content: "";
  display: table;
}
.accessories-results-container ul:after {
  clear: both;
}
.accessories-results-container ul li {
  float: left;
  width: 50%;
  margin: 0 0 30px;
  padding-right: 20px;
  min-height: 350px;
}
.accessories-results-container ul li > div {
  position: relative;
  min-height: 180px;
  padding-left: 182px;
}
.accessories-results-container ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 162px;
  height: 162px;
  border: 1px solid #94989d;
  overflow: hidden;
}
.accessories-results-container ul li figure img {
  width: 100%;
  height: 100%;
}
.accessories-results-container ul li h3 {
  font-size: 1.1em;
  margin: 0 0 10px;
}
.accessories-results-container ul li span {
  display: block;
  color: #ff5200;
  font-weight: 700;
  font-size: .9em;
}
.accessories-results-container ul li p {
  clear: none;
  font-size: 1.1em;
}
@media (max-width: 800px) {
  .accessories-search-wrapper aside,
  .accessories-search-wrapper .accessories-main-wrap {
    float: none;
    width: auto;
    padding: 0 20px;
  }
  .accessories-search-wrapper aside {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 2;
  }
  .accessories-search-wrapper aside .filter-actions-mobile {
    display: block;
  }
  .accessories-search-wrapper aside .accessories-side {
    background: #fff;
  }
  .accessories-search-wrapper aside .accessories-side.product-info-wrap .accessories-product-info,
  .accessories-search-wrapper aside .accessories-side.product-info-wrap .accessories-product-filters {
    display: none;
  }
  .accessories-search-wrapper aside .accessories-filter-wrap .filter-actions-mobile {
    margin: 20px 0;
  }
  .accessories-search-wrapper .accessories-main-wrap .product-info-mobile {
    display: block;
  }
  .accessories-results-container ul {
    *zoom: 1;
  }
  .accessories-results-container ul:before,
  .accessories-results-container ul:after {
    content: "";
    display: table;
  }
  .accessories-results-container ul:after {
    clear: both;
  }
  .ie6 .accessories-results-container ul,
  .ie7 .accessories-results-container ul {
    zoom: 1;
  }
  .accessories-results-container ul:before,
  .accessories-results-container ul:after {
    content: "";
    display: table;
  }
  .accessories-results-container ul:after {
    clear: both;
  }
  .accessories-results-container ul li {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
.accessories-search-wrapper .tt-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
}
.searchresults {
  position: relative;
}
.search-results {
  padding: 0 10px;
}
.search-results__result {
  margin: 25px 0;
}
.search-results__result--h2 {
  color: #007cb0;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: none;
}
.search-results__result__url-path {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
}
.search-results__result__url-path__realitive {
  margin-left: -5px;
}
.search-results-info {
  margin: 0 10px;
}
.search-results-info--span {
  color: #cccccc;
  font-weight: 300;
}
.search-results-info--strong {
  color: #007cb0;
  font-weight: 700;
  font-size: 1.4em;
}
.search-results__no-search-results {
  display: none;
}
.search-input-container {
  margin: 10px;
  position: relative;
}
.search-input-button-contianer {
  position: relative;
  width: 52%;
  margin: 0 auto;
}
.search-input-container--input {
  position: relative;
  width: 100%;
  background: #e6e8e7;
  border: 1px solid #dcd7d8;
  padding-left: 60px;
}
.search-input-container--input:focus {
  color: #777;
  border: 1px solid #dbd7d8;
}
.search-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: 0px;
  right: 5px;
}
.search-input-container__search-submit-button--i {
  color: #cccccc;
}
.pullquote {
  border-top: 1px solid #7e868c;
  border-bottom: 1px solid #7e868c;
}
.pullquote .pq-container {
  padding: 30px 0;
}
.pullquote .pq-container.gray {
  background: #5d656b;
}
.pullquote .pq-container.lgray {
  background: #a6adb2;
}
.pullquote .pq-container.elgray {
  background: #e5e8e8;
}
.pullquote .pq-container.elgray span.pq-author {
  color: #5d656b;
}
.pullquote .pq-container.elgray .pq-text {
  color: #5d656b;
}
.pullquote .pq-container.black {
  background: #000;
}
.pullquote .pq-container.white span.pq-author {
  color: #a6adb2;
}
.pullquote .pq-container.white .pq-text {
  color: #a6adb2;
}
.pullquote .pq-item {
  position: relative;
  margin: 0 auto;
  width: 60%;
}
.pullquote .pq-item span {
  display: block;
}
.pullquote .pq-item span.pq-author {
  padding: 0 20px;
  font-size: 1.6em;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  position: relative;
  text-align: right;
}
.pullquote .pq-item .pq-text {
  position: relative;
  padding: 20px;
  text-align: left;
  margin: 0;
  color: #fff;
  font-size: 1.6em;
  line-height: 2;
  min-height: 126px;
}
.pullquote .pq-item .pq-text .icon-quote-right,
.pullquote .pq-item .pq-text .icon-quote-left {
  position: absolute;
  top: 13px;
  font-size: 1.8em;
}
.pullquote .pq-item .pq-text .icon-quote-left {
  left: -64px;
}
.pullquote .pq-item .pq-text .icon-quote-right {
  right: -64px;
}
@media (max-width: 800px) {
  .pullquote .pq-item {
    width: 80%;
  }
  .pullquote .pq-item .pq-text {
    padding: 15px;
  }
  .pullquote .pq-item .pq-text .icon-quote-left {
    left: -30px;
  }
  .pullquote .pq-item .pq-text .icon-quote-right {
    right: -30px;
  }
}
.u-padding-small {
  display: block;
  margin: 0;
  padding: 0;
  height: 5px;
}
@media only screen and (min-width: 700px) {
  .u-padding-small {
    height: 10px;
  }
}
.u-padding-medium {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
}
@media only screen and (min-width: 700px) {
  .u-padding-medium {
    height: 20px;
  }
}
.u-padding-large {
  display: block;
  margin: 0;
  padding: 0;
  height: 20px;
}
@media only screen and (min-width: 700px) {
  .u-padding-large {
    height: 40px;
  }
}
/* TO DO: This File needs to be refactored */
/* There are quite few classes overriding each other and the global styles. Need to standardize */
.full-width-image {
  width: 100%;
  position: relative;
  line-height: 0px;
}
.full-width-image .button .secondary,
.full-width-image .button .primary,
.full-width-image .button .tertiary,
.full-width-image .button .download,
.full-width-image .button .cta.outbound-link,
.full-width-image .button .cta.dropdown-link,
.full-width-image .button .yellow-circle-arrow {
  font-size: 18px;
}
.full-width-image .hero-img-container {
  max-height: 450px;
  overflow: hidden;
  padding-bottom: 10px;
}
.full-width-image .hero-img-container img {
  width: 100%;
}
.full-width-image .hero-img-container.full-browser-width {
  max-height: none;
  padding-bottom: 0px;
}
.full-width-image .text-items {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .full-width-image .text-items {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    bottom: 20px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image .image-tagline {
    overflow: hidden;
    margin-top: 0;
  }
}
.full-width-image .image-tagline p {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image .image-tagline p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    background: rgba(41, 43, 44, 0.8);
    text-transform: capitalize;
    letter-spacing: 3px;
    box-decoration-break: clone;
    padding: 14px;
    max-width: 50%;
    margin-bottom: 10px;
    display: inline-block;
    overflow-wrap: break-word;
  }
}
.full-width-image .button {
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .full-width-image .fw-description p {
    font-weight: 300;
    background: rgba(41, 43, 44, 0.8);
    text-transform: none;
    box-decoration-break: clone;
    color: #fff;
    padding: 14px;
    width: 50%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.right-text .text-items {
    text-align: right;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.right-text .image-tagline p {
    text-align: left;
  }
}
.full-width-image.right-text .fw-description {
  right: 14px;
  left: auto;
}
@media only screen and (min-width: 800px) {
  .full-width-image.right-text .fw-description p {
    clear: left;
    float: right;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.right-text .button {
    margin-right: 0;
    clear: right;
    float: right;
  }
  .full-width-image.right-text .button.bottom-pos {
    bottom: 10px;
    right: 20px;
  }
}
.full-width-image.left-text .text-items {
  text-align: left;
}
.full-width-image.left-text .image-tagline p {
  margin-right: 60px;
}
.full-width-image.left-text .fw-description {
  right: auto;
  left: 14px;
}
.full-width-image.left-text .button {
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .full-width-image.left-text .button {
    left: 20px;
    right: auto;
    text-align: left;
  }
  .full-width-image.left-text .button.bottom-pos {
    bottom: 10px;
    left: 20px;
  }
}
.full-width-image.light-background .fw-description p,
.full-width-image.light-background .image-tagline p {
  color: #000;
}
@media only screen and (min-width: 800px) {
  .full-width-image.light-background .fw-description p,
  .full-width-image.light-background .image-tagline p {
    background: rgba(241, 243, 244, 0.8);
  }
}
.full-width-image.blue-background .fw-description p,
.full-width-image.blue-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image.blue-background .fw-description p,
  .full-width-image.blue-background .image-tagline p {
    color: #ffffff;
    background: #267bb4;
  }
}
.full-width-image.light-no-background .fw-description p,
.full-width-image.light-no-background .image-tagline p {
  color: #000000;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  .full-width-image.light-no-background .fw-description p,
  .full-width-image.light-no-background .image-tagline p {
    background: none;
    color: #ffffff;
  }
}
.full-width-image.dark-no-background .fw-description p,
.full-width-image.dark-no-background .image-tagline p {
  color: #000000;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  .full-width-image.dark-no-background .fw-description p,
  .full-width-image.dark-no-background .image-tagline p {
    background: none;
  }
}
.full-width-image.full-browser-width {
  width: 100vw;
}
.full-width-image.full-browser-width .text-items {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width .text-items {
    padding-left: 20px;
    padding-right: 80px;
    padding-top: 20px;
    bottom: 20px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.right-text .image-tagline p {
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.right-text .text-items {
    text-align: right;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.right-text .fw-description p {
    float: right;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.right-text .button {
    float: none;
  }
}
.full-width-image.full-browser-width.light-no-background .fw-description p,
.full-width-image.full-browser-width.light-no-background .image-tagline p {
  color: #000000;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.light-no-background .fw-description p,
  .full-width-image.full-browser-width.light-no-background .image-tagline p {
    background: none;
    color: #ffffff;
  }
}
.full-width-image.full-browser-width.light-no-background .image-tagline p {
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 25px;
  text-transform: none;
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.light-no-background .image-tagline p {
    font-size: 46px;
    line-height: 49px;
  }
}
.full-width-image.full-browser-width.dark-no-background .fw-description p,
.full-width-image.full-browser-width.dark-no-background .image-tagline p {
  color: #000000;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.dark-no-background .fw-description p,
  .full-width-image.full-browser-width.dark-no-background .image-tagline p {
    background: none;
  }
}
.full-width-image.full-browser-width.dark-no-background .image-tagline p {
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 25px;
  text-transform: none;
}
@media only screen and (min-width: 800px) {
  .full-width-image.full-browser-width.dark-no-background .image-tagline p {
    font-size: 46px;
    line-height: 49px;
  }
}
/* TO DO: This File needs to be refactored */
/* There are quite few classes overriding each other and the global styles. Need to standardize */
.full-width-image-brand {
  width: 100%;
  position: relative;
  line-height: 0px;
}
.full-width-image-brand .button .secondary,
.full-width-image-brand .button .primary,
.full-width-image-brand .button .tertiary,
.full-width-image-brand .button .download,
.full-width-image-brand .button .cta.outbound-link,
.full-width-image-brand .button .cta.dropdown-link,
.full-width-image-brand .button .yellow-circle-arrow {
  font-size: 18px;
}
.full-width-image-brand .hero-img-container {
  max-height: 450px;
  overflow: hidden;
  padding-bottom: 10px;
}
.full-width-image-brand .hero-img-container img {
  width: 100%;
}
.full-width-image-brand .hero-img-container.full-browser-width {
  max-height: none;
  padding-bottom: 0px;
}
.full-width-image-brand .text-items {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand .text-items {
    position: absolute;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand .image-tagline {
    overflow: hidden;
    margin-top: 0;
  }
}
.full-width-image-brand .image-tagline p {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand .image-tagline p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    text-transform: capitalize;
    letter-spacing: 2px;
    box-decoration-break: clone;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 50%;
    margin-bottom: 30px;
    display: inline-block;
    line-height: 44px;
    backdrop-filter: blur(2px);
    overflow-wrap: break-word;
  }
}
.full-width-image-brand .button {
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand .fw-description p {
    font-weight: 300;
    background: rgba(0, 0, 0, 0.6);
    text-transform: none;
    box-decoration-break: clone;
    color: #fff;
    width: 50%;
    margin-bottom: 10px;
  }
}
.full-width-image-brand.right-text .text-items {
  text-align: right;
  display: inline-grid;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.right-text .image-tagline p {
    padding-left: 75px;
    padding-right: 40px;
    text-align: left;
  }
  .full-width-image-brand.right-text .image-tagline .bottom-left p {
    clip-path: polygon(100% 100%, 100% 0, 0 0, 0 75%, 9% 100%);
  }
}
.full-width-image-brand.right-text .fw-description {
  right: 14px;
  left: auto;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.right-text .fw-description p {
    float: right;
    text-align: left;
    padding-left: 75px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.right-text .button {
    margin-left: 75px;
  }
  .full-width-image-brand.right-text .button.bottom-pos {
    bottom: 10px;
    right: 20px;
  }
}
.full-width-image-brand.left-text .text-items {
  text-align: left;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.left-text .image-tagline p {
    padding-left: 40px;
    padding-right: 50px;
  }
  .full-width-image-brand.left-text .image-tagline .bottom-right p {
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 75%, 90% 100%);
  }
}
.full-width-image-brand.left-text .fw-description {
  right: auto;
  left: 14px;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.left-text .fw-description p {
    padding-left: 40px;
    padding-right: 50px;
  }
}
.full-width-image-brand.left-text .button {
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.left-text .button {
    left: 20px;
    right: auto;
    text-align: left;
    margin-left: 40px;
  }
  .full-width-image-brand.left-text .button.bottom-pos {
    bottom: 10px;
    left: 20px;
  }
}
.full-width-image-brand.light-background .fw-description p,
.full-width-image-brand.light-background .image-tagline p {
  color: #000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.light-background .fw-description p,
  .full-width-image-brand.light-background .image-tagline p {
    background: rgba(241, 243, 244, 0.8);
  }
}
.full-width-image-brand.blue-background .fw-description p,
.full-width-image-brand.blue-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.blue-background .fw-description p,
  .full-width-image-brand.blue-background .image-tagline p {
    color: #ffffff;
    background: #267bb4;
  }
}
.full-width-image-brand.light-no-background .fw-description p,
.full-width-image-brand.light-no-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.light-no-background .fw-description p,
  .full-width-image-brand.light-no-background .image-tagline p {
    background: none;
    color: #ffffff;
  }
}
.full-width-image-brand.dark-no-background .fw-description p,
.full-width-image-brand.dark-no-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.dark-no-background .fw-description p,
  .full-width-image-brand.dark-no-background .image-tagline p {
    background: none;
  }
}
.full-width-image-brand.full-browser-width {
  width: 100vw;
}
.full-width-image-brand.full-browser-width .text-items {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width .text-items {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.right-text .image-tagline p {
    float: none;
    padding-left: 75px;
    padding-right: 50px;
    font-size: 46px;
    line-height: 49px;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.right-text .text-items {
    text-align: right;
    display: inline-grid;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.right-text .fw-description p {
    float: right;
    padding-left: 75px;
    padding-right: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.right-text .button {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.left-text .image-tagline p {
    float: none;
    padding-left: 80px;
    padding-right: 50px;
    font-size: 46px;
    line-height: 49px;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.left-text .fw-description {
    text-align: left;
  }
  .full-width-image-brand.full-browser-width.left-text .fw-description p {
    float: none;
    padding-left: 80px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.left-text .button {
    text-align: left;
    float: none;
    margin-left: 80px;
  }
}
.full-width-image-brand.full-browser-width.light-no-background .fw-description p,
.full-width-image-brand.full-browser-width.light-no-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.light-no-background .fw-description p,
  .full-width-image-brand.full-browser-width.light-no-background .image-tagline p {
    background: none;
    color: #ffffff;
  }
}
.full-width-image-brand.full-browser-width.light-no-background .image-tagline p {
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 25px;
  text-transform: none;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.light-no-background .image-tagline p {
    font-size: 46px;
    line-height: 49px;
  }
}
.full-width-image-brand.full-browser-width.dark-no-background .fw-description p,
.full-width-image-brand.full-browser-width.dark-no-background .image-tagline p {
  color: #000000;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.dark-no-background .fw-description p,
  .full-width-image-brand.full-browser-width.dark-no-background .image-tagline p {
    background: none;
  }
}
.full-width-image-brand.full-browser-width.dark-no-background .image-tagline p {
  font-size: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 25px;
  text-transform: none;
}
@media only screen and (min-width: 800px) {
  .full-width-image-brand.full-browser-width.dark-no-background .image-tagline p {
    font-size: 46px;
    line-height: 49px;
  }
}
.full-width-video {
  position: relative;
  padding-bottom: 10px;
}
.full-video__text-box {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .full-video__text-box {
    position: absolute;
    top: 48px;
    left: 55px;
    z-index: 2;
    padding: 20px;
    max-width: 290px;
  }
}
@media only screen and (min-width: 1080px) {
  .full-video__text-box {
    padding: 40px 30px;
    max-width: 400px;
  }
}
.full-video__text-box h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1080px) {
  .full-video__text-box h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.full-video__text-box h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #e1e1e1;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1080px) {
  .full-video__text-box h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.full-video__link {
  color: #ffd200;
  text-transform: uppercase;
}
.full-video__link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1080px) {
  .full-video__link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.full-video__media {
  position: relative;
}
.full-video__media .vjs-tech {
  width: 100%;
}
.full-video__media .vjs-zebra-skin .vjs-big-play-button {
  font-size: 70px;
  font-size: 4.375rem;
  margin-left: -35px;
  margin-top: -45px;
}
.full-video__media .vjs-zebra-skin .vjs-big-play-button:hover:before {
  color: #e4ca00;
}
@media only screen and (min-width: 1080px) {
  .full-video__media .vjs-zebra-skin .vjs-big-play-button {
    font-size: 140px;
    font-size: 8.75rem;
    margin-left: -70px;
    margin-top: -100px;
  }
}
.full-width-video .frame {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.full-width-video .frame picture {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.full-width-video .frame picture img {
  width: 100%;
}
.full-width-video .vjs-has-started + .frame {
  display: none;
}
.circle-promo {
  margin: 20px;
  position: relative;
}
.circle-promo h2 {
  max-width: 60%;
}
.circle-promo .buttons {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
}
.circle-promo .buttons a {
  position: relative;
  top: -10px;
  float: right;
}
.circle-promo .promo-grid {
  width: 100%;
  overflow: hidden;
}
.circle-promo .promo-grid li {
  float: left;
  width: 33.33333333%;
  margin-right: 0%;
}
.circle-promo .promo-grid li:last-child {
  margin-right: 0;
  float: right;
}
.circle-promo .promo-grid li > i.icon-down-arrow,
.circle-promo .promo-grid li i.icon-up-arrow {
  display: none;
}
.circle-promo .promo-grid li .circle-img {
  width: 363px;
  height: 363px;
  margin: 0 auto;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  line-height: 363px;
}
.circle-promo .promo-grid li .circle-img i {
  font-size: 120px;
  color: white;
  line-height: 363px;
  z-index: 2;
  position: relative;
}
.circle-promo .promo-grid li h3 {
  text-align: center;
  font-weight: 400;
}
.circle-promo .promo-grid li article {
  margin: 0 50px;
}
.circle-promo .promo-grid li article .cta {
  display: block;
}
.circle-promo .promo-grid li article p .cta {
  display: inline;
  margin-right: 0;
}
@media (max-width: 970px) {
  .circle-promo .promo-grid li .circle-img {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .circle-promo .promo-grid li .circle-img i {
    line-height: 200px;
    font-size: 80px;
  }
  .circle-promo .promo-grid li article {
    margin: 0 10px;
  }
}
@media (max-width: 800px) {
  .circle-promo {
    margin: 0;
    padding: 30px 0;
  }
  .circle-promo .buttons {
    position: relative;
    padding: 0 20px;
    max-width: 100%;
  }
  .circle-promo .buttons a {
    float: none;
    display: inline-block;
    max-width: 47%;
  }
  .circle-promo h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 60px;
    padding: 0 30px 30px;
    max-width: 100%;
  }
  .circle-promo .promo-grid {
    margin-bottom: 60px;
  }
  .circle-promo .promo-grid li {
    float: left;
    width: 100%;
    margin-right: 0%;
    position: relative;
    border-bottom: 1px solid #cccccc;
    min-height: 100px;
    padding-bottom: 60px;
  }
  .circle-promo .promo-grid li > i.icon-down-arrow,
  .circle-promo .promo-grid li i.icon-up-arrow {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
    line-height: 37px;
    display: block;
  }
  .circle-promo .promo-grid li h3 {
    width: 100%;
    position: absolute;
    top: 0;
    margin: 30px;
    text-align: left;
    cursor: pointer;
  }
  .circle-promo .promo-grid li .circle-img {
    display: none;
    margin-bottom: 60px;
    margin-top: 110px;
    width: 80%;
  }
  .circle-promo .promo-grid li .circle-img i {
    font-size: 16em;
  }
  .circle-promo .promo-grid li article {
    display: none;
    padding: 0 30px;
  }
  .circle-promo .promo-grid li article a.cta {
    text-align: left;
  }
  .circle-promo .promo-grid li.selected .circle-img,
  .circle-promo .promo-grid li.selected article {
    display: block;
  }
}
@media (max-width: 580px) {
  .circle-promo .buttons a {
    display: block;
    max-width: 100%;
  }
  .circle-promo .promo-grid .circle-img i {
    font-size: 11em;
  }
}
.rte-subhead {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
}
.rte-cta,
.rte-cta-outbound,
.rte-primary,
.rte-secondary,
.rte-secondary-outbound,
.rte-tertiary,
.rte-download {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}
.rte-cta a,
.rte-cta-outbound a,
.rte-primary a,
.rte-secondary a,
.rte-secondary-outbound a,
.rte-tertiary a,
.rte-download a {
  color: inherit;
  font-size: inherit;
  margin-right: 0px;
}
.rte-cta {
  font-weight: 600;
  font-size: 16px;
  color: #0074B2;
  padding: 0;
}
.rte-cta i {
  font-size: 13px;
  color: #0074B2;
}
.rte-cta:hover {
  color: #00A7FF;
  text-decoration: underline;
}
.rte-cta:after {
  color: #0074B2;
}
.rte-cta-outbound {
  font-weight: 600;
  font-size: 16px;
  color: #0074B2;
  padding: 0;
  margin-right: 30px;
}
.rte-cta-outbound i {
  font-size: 13px;
  color: #0074B2;
}
.rte-cta-outbound:hover {
  color: #00A7FF;
  text-decoration: underline;
}
.rte-cta-outbound i {
  font-size: 10px;
}
.rte-cta-outbound:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e621";
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.rte-primary {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 11px;
  margin-left: -10px;
  background: #ffd200;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
@media only screen and (min-width: 700px) {
  .rte-primary {
    width: 100%;
    display: inline-block;
  }
}
.rte-primary:hover {
  border: 10px solid rgba(255, 255, 0, 0.15);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
.rte-secondary {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 11px;
  margin-left: -10px;
  background: #007cb0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
@media only screen and (min-width: 700px) {
  .rte-secondary {
    width: auto;
    display: inline-block;
  }
}
.rte-secondary:hover {
  border: 10px solid rgba(0, 119, 255, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
.rte-secondary i {
  font-size: 10px;
}
.rte-secondary-outbound {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 11px;
  margin-left: -10px;
  background: #007cb0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  margin-right: 30px;
}
@media only screen and (min-width: 700px) {
  .rte-secondary-outbound {
    width: auto;
    display: inline-block;
  }
}
.rte-secondary-outbound:hover {
  border: 10px solid rgba(0, 119, 255, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
.rte-secondary-outbound i {
  font-size: 10px;
}
.rte-secondary-outbound:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e621";
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.rte-tertiary {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 20px;
  outline: none;
  margin-right: 11px;
  background: white;
  color: #cccccc;
  border: 2px solid #cccccc;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 700px) {
  .rte-tertiary {
    width: auto;
    display: inline-block;
  }
}
.rte-tertiary:hover {
  background: #cccccc;
  color: white;
}
.spec-sheet-caption {
  font-weight: bold;
}
.remove-bottom-margin {
  display: block;
  margin-bottom: -16px !important;
}
#CQ .remove-bottom-margin,
#CQrte .remove-bottom-margin {
  margin-bottom: -7px !important;
}
.rte-download {
  text-decoration: none;
  outline: none;
  color: #007cb0;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  background: white;
  border: 10px solid transparent;
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  margin-right: 30px;
}
.rte-download i {
  font-size: 13px;
  color: #007cb0;
}
.rte-download:after {
  color: #007cb0;
}
.rte-download:hover {
  border: 10px solid rgba(255, 255, 255, 0.3);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
.rte-download * {
  color: #007cb0;
}
.rte-download i {
  margin-left: 15px;
}
.rte-download:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60e";
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.text ul,
.image-text ul,
.text ol,
.image-text ol {
  margin: 10px 0 20px;
  padding-left: 20px;
}
.text ul,
.image-text ul {
  list-style-type: disc;
}
.text ol,
.image-text ol {
  list-style-type: decimal;
}
.text li,
.image-text li {
  list-style: inherit;
}
@media (max-width: 700px) {
  .rte-subhead {
    font-size: 25px;
  }
  a .rte-cta {
    font-size: 20px;
  }
}
#twitter-widget-0 {
  height: 380px !important;
}
#CQ .x-btn-text-icon .x-btn-icon-small-left .x-btn-text.x-edit-insertvariable {
  background-image: none;
  padding-left: 0;
}
.social-sprites {
  background: url('../../designs/zebra-www-responsive/social-sprites.png') no-repeat;
  zoom: 1;
  display: block;
  width: 50px;
  height: 50px;
}
.social-sprites.social-share {
  background-position: 0 0;
}
.social-sprites.social-email {
  background-position: 0 -60px;
}
.social-sprites.social-facebook {
  background-position: 0 -120px;
}
.social-sprites.social-twitter {
  background-position: 0 -180px;
}
.social-sprites.social-linkedin {
  background-position: 0 -240px;
}
.social-sprites.social-link {
  background-position: 0 -300px;
}
.social-sprites.mobile-share {
  background-position: center -361px;
  width: 100%;
  height: 50px;
}
.socialshare {
  position: fixed;
  top: 180px;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.socialshare.open {
  height: 300px;
  overflow: visible;
}
.socialshare .sbg-button,
.socialshare a {
  display: block;
}
.socialshare .mobile-share {
  display: none;
}
.socialshare .social-link-container {
  position: absolute;
  bottom: 0;
  right: 49px;
  background: #a6adb2;
  width: 360px;
  height: 50px;
  padding: 5px 10px;
}
.socialshare .social-link-container input {
  width: 100%;
  padding: 10px 5px;
  border: 2px solid transparent;
}
@media (max-width: 800px) {
  .socialshare {
    position: static;
    margin: 0;
    width: 100%;
  }
  .socialshare .social-mobile-only {
    display: none;
  }
  .socialshare.open {
    height: 50px;
  }
  .socialshare.open .social-mobile-only {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 50px;
  }
  .socialshare.open .social-mobile-only .sbg-button-facebook,
  .socialshare.open .social-mobile-only .sbg-button-twitter,
  .socialshare.open .social-mobile-only .sbg-button-linkedin {
    display: block;
    float: left;
    width: 33.3%;
    margin: 0;
  }
  .socialshare.open .social-mobile-only .sbg-button-facebook {
    background: #3a5795;
  }
  .socialshare.open .social-mobile-only .sbg-button-facebook .social-facebook {
    background-position: center -120px;
    width: 100%;
  }
  .socialshare.open .social-mobile-only .sbg-button-twitter {
    background: #55acee;
  }
  .socialshare.open .social-mobile-only .sbg-button-twitter .social-twitter {
    background-position: center -180px;
    width: 100%;
  }
  .socialshare.open .social-mobile-only .sbg-button-linkedin {
    background: #0374b3;
  }
  .socialshare.open .social-mobile-only .sbg-button-linkedin .social-linkedin {
    background-position: center -240px;
    width: 100%;
  }
  .socialshare .social-email-link,
  .socialshare .social-link,
  .socialshare .social-link-container {
    display: none;
  }
  .socialshare .social-share {
    display: none;
  }
  .socialshare .mobile-share {
    display: block;
  }
}
#CQ .toggle-component-ids {
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  color: #007cb0;
  letter-spacing: 2px;
  cursor: pointer;
}
.anchorlinks,
.hide-in-mobile {
  width: 100%;
  display: table;
  text-decoration: none;
  margin-bottom: 20px;
}
.anchorlinks .button-row,
.hide-in-mobile .button-row {
  display: table-row;
}
.anchorlinks .anchor-link,
.hide-in-mobile .anchor-link {
  text-align: center;
  display: table-cell;
}
.component-id {
  font-weight: bold;
  color: #ed4d1c;
}
@media (max-width: 800px) {
  .hide-in-mobile {
    display: none;
  }
  .anchorlinks {
    display: block;
  }
  .anchorlinks .button-row {
    display: block;
  }
  .anchorlinks .anchor-link {
    display: block;
    border-bottom: 0;
  }
  .anchorlinks .anchor-link:last-child {
    border-bottom: 2px solid #a6adb2;
  }
}
.image-text {
  padding: 0 30px;
}
.image-text h2 {
  position: relative;
  line-height: 1.2;
}
.image-text h2 i,
.image-text h2 img {
  display: block;
  position: absolute;
  left: 0;
  font-size: 1.8em;
  color: #666666;
}
.image-text h2 img {
  max-width: 52px;
}
.image-text img.image-promo {
  display: block;
  left: 0;
  font-size: 1.8em;
  color: #666666;
  max-width: 52px;
}
.image-text p {
  padding-left: 66px;
  margin-top: 0;
}
.image-text ul {
  padding-left: 80px;
}
.image-text.no-img p {
  padding-left: 0;
}
.image-text a {
  margin-right: 0;
  font-size: 1em;
}
.image-text a.sub-link i {
  position: relative;
  top: 1px;
  color: #007cb0;
}
.image-text h4 {
  padding: 20px 0 0;
}
.image-text ul li {
  color: #333d47;
}
.two-column-promo {
  width: 100%;
  *zoom: 1;
  border-bottom: 1px solid #e5e8e8;
  padding: 30px 0;
}
.two-column-promo:before,
.two-column-promo:after {
  content: "";
  display: table;
}
.two-column-promo:after {
  clear: both;
}
.ie6 .two-column-promo,
.ie7 .two-column-promo {
  zoom: 1;
}
.two-column-promo:before,
.two-column-promo:after {
  content: "";
  display: table;
}
.two-column-promo:after {
  clear: both;
}
.two-column-promo .image-text-wrapper {
  float: left;
  width: 50%;
}
.two-column-promo .image-text-wrapper .image-text h2 i,
.two-column-promo .image-text-wrapper .image-text h2 img {
  margin-top: 10px;
}
.two-column-promo .image-text-wrapper .image-text img.image-promo {
  margin-top: 10px;
  float: left;
}
@media (max-width: 800px) {
  .two-column-promo {
    padding: 0;
  }
  .two-column-promo .image-text-wrapper {
    float: none;
    width: 100%;
    padding: 30px;
  }
  .two-column-promo .image-text-wrapper:first-child {
    border-bottom: 1px solid #e5e8e8;
  }
  .image-text h2 {
    padding-top: 50px;
  }
  .image-text h2 i,
  .image-text h2 img {
    bottom: auto;
    top: 0;
    font-size: 1.3em;
  }
  .image-text h2 img {
    max-width: 40px;
  }
  .image-text.no-img h2 {
    padding-top: 0;
  }
  .image-text p {
    padding: 0;
  }
}
.campaign2 {
  border: 2px solid #ccc;
  padding-bottom: 5px;
  margin: 0 0 30px;
}
@media (max-width: 800px) {
  .campaign2 {
    border: 0;
  }
}
.campaign2 .image-text {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .campaign2 .image-text {
    box-shadow: none!important;
    background: transparent!important;
  }
}
.campaign2 .image-text.fixedbg {
  background-attachment: fixed!important;
}
@media (max-width: 800px) {
  .campaign2 .image-text.fixedbg {
    background-attachment: initial!important;
  }
}
.campaign2 .image-text .par-container {
  min-height: 555px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .campaign2 .image-text .par-container {
    min-height: 0;
    margin: 0 0 20px;
  }
}
.campaign2 .image-text .parallax_mobile {
  display: none;
}
@media (max-width: 800px) {
  .campaign2 .image-text .parallax_mobile {
    display: block;
    width: 100%;
  }
}
.campaign2 .image-text .parallax_first {
  position: absolute;
  top: 201px;
  left: -700px;
  z-index: 5;
}
@media (max-width: 800px) {
  .campaign2 .image-text .parallax_first {
    display: none;
  }
}
.campaign2 .image-text .parallax_second {
  position: absolute;
  top: 115px;
  right: -700px;
  z-index: 4;
}
@media (max-width: 800px) {
  .campaign2 .image-text .parallax_second {
    display: none;
  }
}
.campaign2 .image-text > h2 {
  font-size: 2em;
  font-weight: 700;
  width: 92%;
  margin: 20px auto;
  text-align: center;
  z-index: 9;
}
@media (max-width: 800px) {
  .campaign2 .image-text > h2 {
    top: auto!important;
    text-align: center!important;
    display: block!important;
    padding: 20px 5px;
    color: #000!important;
    margin: 0 0 10px;
  }
}
.campaign2 .image-text .description {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .campaign2 .image-text .description {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
  .campaign2 .image-text .description p {
    font-size: 18px;
  }
}
.campaign2.campaign2_healthcare_1-container .image-text .parallax_first {
  left: -750px;
}
.campaign2.campaign2_healthcare_1-container .image-text .parallax_second {
  right: -760px;
}
.campaign2.campaign2_healthcare_2-container .image-text .parallax_first {
  left: 160px;
  top: 575px;
  opacity: 0;
}
.campaign2.campaign2_healthcare_2-container .image-text h2 {
  position: absolute;
  top: 190px;
  text-align: left;
  padding-left: 465px;
}
@media (max-width: 800px) {
  .campaign2.campaign2_healthcare_2-container .image-text h2 {
    position: relative;
    padding-left: 5px;
  }
}
.campaign2.campaign2_healthcare_3-container .image-text .parallax_first {
  left: 460px!important;
  top: 575px;
  z-index: 3;
  opacity: 0;
}
.campaign2.campaign2_manufacturing_1-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_manufacturing_1-container .image-text .parallax_first {
  opacity: 0;
  left: 0!important;
  top: 575px;
}
.campaign2.campaign2_manufacturing_2-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_manufacturing_2-container .image-text .parallax_first {
  top: 0!important;
}
.campaign2.campaign2_manufacturing_3-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_manufacturing_3-container .image-text .parallax_first {
  left: -700px;
  top: 95px;
}
.campaign2.campaign2_manufacturing_3-container .image-text .parallax_second {
  left: auto;
  right: 1300px;
  top: 168px;
}
.campaign2.campaign2_transportation_1-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_transportation_1-container .image-text .parallax_first {
  top: 0!important;
  left: -700px;
}
.campaign2.campaign2_transportation_2-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_transportation_2-container .image-text .parallax_first {
  top: 575px;
  left: 400px!important;
  opacity: 0;
}
.campaign2.campaign2_transportation_2-container .image-text .parallax_second {
  left: auto;
  top: 65px;
  right: -700px;
  z-index: 5;
}
.campaign2.campaign2_transportation_3-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_transportation_3-container .image-text .parallax_first {
  top: 40px;
  left: 0!important;
}
.campaign2.campaign2_transportation_3-container .image-text .parallax_second {
  left: auto;
  top: 125px;
  right: -700px;
}
.campaign2.campaign2_retail_1-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_retail_1-container .image-text .parallax_first {
  top: 200px;
}
.campaign2.campaign2_retail_1-container .image-text .parallax_second {
  top: 575px;
  right: 232px!important;
  opacity: 0;
}
.campaign2.campaign2_retail_2-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_retail_2-container .image-text .parallax_first {
  top: 575px;
  left: 460px!important;
}
.campaign2.campaign2_retail_3-container .image-text {
  box-shadow: inset 0 110px 80px -45px rgba(0, 0, 0, 0.5);
}
.campaign2.campaign2_retail_3-container .image-text .parallax_first {
  top: 0;
}
.campaign2.campaign2_retail_3-container .image-text .parallax_second {
  top: 0;
}
.campaign2 .column-control {
  background: #fff;
  padding: 0 5px;
}
.campaign2 .column-control > div {
  padding: 5px;
}
.campaign2 .column-control > div > div {
  border: 1px solid #ccc;
  height: 265px;
  max-height: 265px;
  overflow: hidden;
}
.campaign2 .column-control > div > div p {
  margin: 0;
}
.campaign2 .column-control > div .hero-bkg-img {
  text-align: center;
}
.tc8000 .image-text {
  position: relative;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  height: 380px;
  padding: 80px 30px 30px;
}
@media (max-width: 800px) {
  .tc8000 .image-text {
    height: auto;
    padding: 20px 10px!important;
  }
}
.tc8000 .image-text h2 {
  position: static;
  font-weight: bold;
}
@media (max-width: 800px) {
  .tc8000 .image-text h2 {
    font-size: 1.8em;
    text-align: center;
  }
  .tc8000 .image-text h2 img {
    position: static;
  }
}
.tc8000 .image-text h2 img {
  top: 20px;
  max-width: none;
  bottom: auto;
}
@media (max-width: 800px) {
  .tc8000 .image-text h2 img {
    width: 75%!important;
    margin: 15px auto 20px;
  }
}
.tc8000 .image-text .subtitle {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}
.tc8000 .image-text p {
  padding-left: 0;
}
.tc8000.tc8000_1-container {
  border-top: 1px solid #ddd;
}
.tc8000.tc8000_1-container .image-text {
  padding-left: 50%;
}
.tc8000.tc8000_1-container .image-text h2 img {
  top: -15px !important;
  left: -150px;
  width: 600px;
}
@media (max-width: 800px) {
  .tc8000.tc8000_1-container .image-text {
    padding-left: inherit;
  }
}
.tc8000.tc8000_1-container p {
  position: relative;
  left: 440px;
}
@media (max-width: 800px) {
  .tc8000.tc8000_1-container p {
    position: static;
  }
}
.tc8000.tc8000_2-container .image-text {
  background: #fafafa;
  padding-right: 50%;
}
.tc8000.tc8000_2-container .image-text h2 img {
  left: auto;
  right: 60px;
}
.tc8000.tc8000_2-container img {
  top: 0;
  right: 70px;
}
.tc8000.tc8000_3-container .image-text {
  padding-left: 50%;
}
@media (max-width: 800px) {
  .tc8000.tc8000_3-container .image-text {
    padding-left: inherit;
  }
}
.tc8000.tc8000_3-container .image-text h2 img {
  left: 60px;
}
.tc8000.tc8000_3-container img {
  top: 58px;
  left: 40px;
}
.tc8000.tc8000_3-container p {
  margin: 0;
}
.tc8000.tc8000_3-container p b {
  display: block;
  padding-left: 20px;
  font-size: 1.6em;
  opacity: 0;
}
@media (max-width: 800px) {
  .tc8000.tc8000_3-container p b {
    opacity: 1;
    padding-left: 0;
  }
}
.tc8000.tc8000_4-container .image-text {
  padding-right: 50%;
  background: #fafafa;
}
.tc8000.tc8000_4-container .image-text h2 img {
  left: auto;
  top: 25px;
  right: 80px;
}
@media (max-width: 800px) {
  .tc8000.tc8000_4-container .image-text {
    padding-left: inherit;
  }
}
.tc8000.tc8000_5-container .image-text {
  padding-left: 46%;
  padding-top: 50px;
}
.tc8000.tc8000_5-container .image-text ul {
  padding-left: 7px;
  list-style: none;
}
.tc8000.tc8000_5-container .image-text li {
  position: relative;
  top: 210px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .tc8000.tc8000_5-container .image-text li {
    font-size: 1.2em;
    top: 0;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.tc8000.tc8000_5-container .image-text li:before {
  position: relative;
  top: 5px;
  font-size: 2em;
  content: "• ";
  color: #fee100;
}
@media (max-width: 800px) {
  .tc8000.tc8000_5-container .image-text li:before {
    position: absolute;
    top: -13px;
    left: 0;
  }
}
.tc8000.tc8000_5-container .image-text li span {
  opacity: 0;
  font-weight: 600;
}
@media (max-width: 800px) {
  .tc8000.tc8000_5-container .image-text li span {
    opacity: 1;
  }
}
.tc8000.tc8000_5-container .image-text img {
  left: 40px;
}
.tc8000.tc8000_6-container .image-text {
  background: #fafafa;
  padding-right: 50%;
}
.tc8000.tc8000_6-container .image-text h2 img {
  top: 50px;
  left: auto;
  right: 60px;
}
.tc8000 p b {
  font-size: 1.2em;
  padding: 0 3px;
}
.globallocations .globalLocations-header {
  background: #666666;
  padding: 15px 30px 10px;
}
.globallocations .location-address-container {
  border: 1px solid #666666;
  padding-top: 30px;
}
.globallocations .dropdown-label {
  padding-right: 30px;
  font-size: 18px;
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  color: #fff;
}
.globallocations .selectBox {
  display: inline-block;
  background: #fff;
  min-width: 300px;
  border-right: 0;
  margin: 0;
}
.globallocations .row {
  margin: 0 20px;
}
.globallocations .col-md-4 {
  margin-bottom: 30px;
}
.globallocations .location-name {
  font-weight: bold;
  font-size: 1em;
}
.globallocations .location-address {
  font-size: .9em;
}
.globallocations .location-map {
  font-size: .9em;
}
.globallocations .location-map a {
  font-weight: normal;
}
.globallocations .location-contact h4 {
  font-weight: normal;
  text-transform: none;
  font-size: .9em;
  margin: 0;
}
.globallocations .location-contact h4 strong {
  font-weight: bold;
}
.contactzebra {
  color: #fff;
}
.contactzebra .location-dropdown {
  margin-bottom: 10px;
}
.contactzebra .location-dropdown .dropdown-label {
  font-size: 18px;
}
.contactzebra .tableheading {
  color: black;
  border: none;
  text-transform: uppercase;
  padding: 11px;
  width: 50%;
}
.contactzebra .supportinfo {
  color: black;
  text-transform: capitalize;
  padding: 6px;
}
.contactzebra .contact-support-table {
  width: 100%;
}
.contactzebra .topborder-elgray {
  border-top: 2px solid #e5e5e5;
}
.contactzebra .leftborder-elgray {
  border-left: 2px solid #e5e5e5;
}
.contactzebra .rightborder-elgray {
  border-right: 2px solid #e5e5e5;
}
.contactzebra .bottomborder-elgray {
  border-bottom: 2px solid #e5e5e5;
}
.contactzebra .middleborder-elgray {
  border-bottom: 2px solid #e5e5e5;
}
.contactzebra .centerborder-elgray {
  border-right: 2px solid #e5e5e5;
}
.contactzebra .topborder-lgray {
  border-top: 2px solid #cccccc;
}
.contactzebra .leftborder-lgray {
  border-left: 2px solid #cccccc;
}
.contactzebra .rightborder-lgray {
  border-right: 2px solid #cccccc;
}
.contactzebra .bottomborder-lgray {
  border-bottom: 2px solid #cccccc;
}
.contactzebra .middleborder-lgray {
  border-bottom: 2px solid #cccccc;
}
.contactzebra .centerborder-lgray {
  border-right: 2px solid #cccccc;
}
.contactzebra .topborder-gray {
  border-top: 2px solid #666666;
}
.contactzebra .leftborder-gray {
  border-left: 2px solid #666666;
}
.contactzebra .rightborder-gray {
  border-right: 2px solid #666666;
}
.contactzebra .bottomborder-gray {
  border-bottom: 2px solid #666666;
}
.contactzebra .middleborder-gray {
  border-bottom: 2px solid #666666;
}
.contactzebra .centerborder-gray {
  border-right: 2px solid #666666;
}
.contactzebra .topborder-dgray {
  border-top: 2px solid #333333;
}
.contactzebra .leftborder-dgray {
  border-left: 2px solid #333333;
}
.contactzebra .rightborder-dgray {
  border-right: 2px solid #333333;
}
.contactzebra .bottomborder-dgray {
  border-bottom: 2px solid #333333;
}
.contactzebra .middleborder-dgray {
  border-bottom: 2px solid #333333;
}
.contactzebra .centerborder-dgray {
  border-right: 2px solid #333333;
}
.contactzebra .topborder-black {
  border-top: 2px solid #000000;
}
.contactzebra .leftborder-black {
  border-left: 2px solid #000000;
}
.contactzebra .rightborder-black {
  border-right: 2px solid #000000;
}
.contactzebra .bottomborder-black {
  border-bottom: 2px solid #000000;
}
.contactzebra .middleborder-black {
  border-bottom: 2px solid #000000;
}
.contactzebra .centerborder-black {
  border-right: 2px solid #000000;
}
.contactzebra .topborder-white {
  border-top: 2px solid #fff;
}
.contactzebra .leftborder-white {
  border-left: 2px solid #fff;
}
.contactzebra .rightborder-white {
  border-right: 2px solid #fff;
}
.contactzebra .bottomborder-white {
  border-bottom: 2px solid #fff;
}
.contactzebra .middleborder-white {
  border-bottom: 2px solid #fff;
}
.contactzebra .centerborder-white {
  border-right: 2px solid #fff;
}
.contactzebra .contact-zebra-button {
  display: inline-block;
  text-align: center;
}
.contactzebra h3 {
  margin-bottom: 30px;
  text-transform: none;
  font-weight: normal;
}
.contactzebra p {
  max-width: 400px;
}
.contactzebra h3,
.contactzebra p {
  color: inherit;
}
.contactzebra #phoneNumberOrEmailAddress {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-transform: lowercase;
  color: #fff !important;
}
.contactzebra .contactzebra-chat {
  padding-top: 10px;
}
.contactzebra .contact-info h6 {
  font-size: 20px;
  text-align: center;
}
.contactzebra .dropdown-label {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  padding-right: 40px;
}
.contactzebra .dropdown-label-support {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  padding-right: 40px;
  color: black;
}
.contactzebra .selectBox {
  display: inline-block;
  background: #fff;
  min-width: 300px;
  border-right: 0;
}
.contactzebra .primary {
  display: inline-block;
  text-align: center;
}
@media (max-width: 800px) {
  .contactzebra .contact-info {
    text-align: center;
  }
  .contactzebra .selectBox {
    margin: 0 0 20px;
  }
}
.contactzebra .contact-zebra-salesforce-wrap {
  padding-top: 10px;
}
.contactzebra .contact-zebra-salesforce-wrap .zbrbot-hide {
  display: none !important;
}
.contactzebra .contact-zebra-salesforce-wrap .zbrbot-icon {
  position: relative!important;
  right: unset!important;
  bottom: unset!important;
  border-radius: 0px!important;
}
.contactzebra .contact-zebra-salesforce-wrap .embeddedServiceHelpButton {
  position: relative!important;
  top: 0px!important;
  left: unset!important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  text-decoration: none!important;
  font-weight: 500!important;
  letter-spacing: 1px!important;
  line-height: 1.5!important;
  font-size: 14px!important;
  color: #000!important;
}
.contactzebra .contact-zebra-salesforce-wrap .embeddedServiceHelpButton .helpButton {
  position: relative!important;
  top: unset!important;
  left: unset!important;
  right: unset!important;
  bottom: unset!important;
  font-family: inherit!important;
  font-weight: inherit!important;
  width: inherit !important;
  display: flex!important;
  justify-content: center!important;
}
.contactzebra .contact-zebra-salesforce-wrap .embeddedServiceHelpButton .helpButton .uiButton {
  border-radius: 0px;
}
.contactzebra .contact-zebra-salesforce-wrap .embeddedServiceHelpButton .helpButton .uiButton:hover,
.contactzebra .contact-zebra-salesforce-wrap .embeddedServiceHelpButton .helpButton .uiButton:before {
  border-radius: 0px;
}
.knowledgearticlesearchcomponent {
  margin: 0 20px 40px 60px;
}
.knowledgearticlesearchcomponent .knowledge-article-search-header {
  position: relative;
  font-size: 1.9em;
  font-weight: 700;
  border-bottom: 3px solid #000;
}
.knowledgearticlesearchcomponent .knowledge-article-search-header .download-icon-knowledge-articles {
  font-size: 1.2em;
  left: -40px;
  position: absolute;
  top: 4px;
}
.knowledgearticlesearchcomponent .knowledge-article-search-results {
  margin: 15px 0px 0px 0px;
}
.knowledgearticlesearchcomponent .knowledge-article-search-results .knowledge-article-description {
  color: #000;
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 30px;
}
.knowledgearticlesearchcomponent .knowledge-article-search-results .knowledge-article-title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.knowledgearticlesearchcomponent .knowledge-article-search-link {
  float: right;
}
@media (max-width: 800px) {
  .knowledgearticlesearchcomponent {
    margin: 0 20px 40px 60px;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-header {
    position: relative;
    font-size: 1.9em;
    font-weight: 700;
    border-bottom: 3px solid #000;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-header .download-icon-knowledge-articles {
    font-size: 1.2em;
    left: -40px;
    position: absolute;
    top: 4px;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-results {
    margin: 15px 0px 0px 0px;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-results .knowledge-article-description {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 30px;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-results .knowledge-article-title {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
  }
  .knowledgearticlesearchcomponent .knowledge-article-search-link {
    float: right;
  }
}
.featured-pr__wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-pr__container,
.featured-pr__img-wrap {
  width: 50%;
  float: left;
}
.featured-pr__container h5,
.featured-pr__img-wrap h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #a6adb2;
}
.featured-pr__container.fullwidth,
.featured-pr__img-wrap.fullwidth {
  width: 100% !important;
}
.featured-pr__container.fullwidth img,
.featured-pr__img-wrap.fullwidth img {
  width: 100%;
}
.featured-pr__container .pr-center,
.featured-pr__img-wrap .pr-center {
  display: table-cell;
  min-height: 90px;
  vertical-align: middle;
}
.featured-pr__container .pr-center h5,
.featured-pr__img-wrap .pr-center h5 {
  display: inline;
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
  color: #5c5e60;
}
.featured-pr__container .pr-center p,
.featured-pr__img-wrap .pr-center p {
  display: inline;
  font-size: 1em;
  color: #5c5e60;
}
.featured-pr__container .pr-center .socialshare,
.featured-pr__img-wrap .pr-center .socialshare {
  *zoom: 1;
  margin: 0 0 8px;
}
.featured-pr__container .pr-center .socialshare:before,
.featured-pr__img-wrap .pr-center .socialshare:before,
.featured-pr__container .pr-center .socialshare:after,
.featured-pr__img-wrap .pr-center .socialshare:after {
  content: "";
  display: table;
}
.featured-pr__container .pr-center .socialshare:after,
.featured-pr__img-wrap .pr-center .socialshare:after {
  clear: both;
}
.featured-pr__container .pr-center .socialshare .sbg-button,
.featured-pr__img-wrap .pr-center .socialshare .sbg-button {
  float: left;
  cursor: pointer;
}
.featured-pr__title {
  color: #0077ff;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 28px;
}
.featured-pr__title_unclickable {
  color: #000;
}
.featured-pr__date {
  font-weight: 600;
  color: #000000;
}
.featured-pr__readmore buttons {
  margin-top: 10px;
}
.featured-pr__img img {
  width: 96%;
}
@media (max-width: 580px) {
  .featured-pr__container,
  .featured-pr__img-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .featured-pr__container h5,
  .featured-pr__img-wrap h5,
  .featured-pr__container .featured-pr__title_unclickable,
  .featured-pr__img-wrap .featured-pr__title_unclickable {
    margin-left: 10px;
    margin-right: 10px;
  }
  .featured-pr__container .pr-center,
  .featured-pr__img-wrap .pr-center {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .featured-pr__container .pr-center h5,
  .featured-pr__img-wrap .pr-center h5 {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-pr__title,
  .featured-pr__date,
  .featured-pr__desc,
  .featured-pr__readmore {
    margin-left: 10px;
    margin-right: 10px;
  }
  .featured-pr__img img {
    width: 100%;
  }
}
.pr-filter-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  *zoom: 1;
  background-color: #e4e3e4;
  padding: 0 15px 15px 15px;
}
.pr-filter-container:before,
.pr-filter-container:after {
  content: "";
  display: table;
}
.pr-filter-container:after {
  clear: both;
}
.ie6 .pr-filter-container,
.ie7 .pr-filter-container {
  zoom: 1;
}
.pr-filter-container:before,
.pr-filter-container:after {
  content: "";
  display: table;
}
.pr-filter-container:after {
  clear: both;
}
.pr-filter-container > h3 {
  color: #000;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.pr-filter-container .clear-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
.pr-filter-container .filter-container {
  padding: 0 5px;
  float: left;
  width: 100%;
  margin-right: 0%;
}
.pr-filter-container .filter-container > h4 {
  color: #333d47;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .pr-filter-container .filter-container {
    float: left;
    width: 25%;
    margin-right: 0%;
  }
}
.pr-filter-container .filter-container .filter-select-style .selectBox-dropdown {
  width: 100% !important;
}
.pr-filter-container .filter-container .filter-select-style .selectBox-dropdown .selectBox-label {
  background-color: #ffffff;
  width: 100% !important;
}
.pr-filter-container .filter-container .filter-select-style .selectBox-dropdown .selectBox-arrow {
  background-color: #666666;
}
.pr-filter-container .filter-container .filter-select-style .selectBox-dropdown .selectBox-arrow::after {
  background-color: #666666;
}
.selectBox-dropdown-menu.selectBox-options.filter-cat-selectBox-dropdown-menu li a {
  text-overflow: ellipsis;
}
.row {
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.ie6 .row,
.ie7 .row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row.hide {
  display: none;
}
.pr-container {
  display: none;
}
.pr-list .pr-box {
  margin-bottom: 15px;
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-right: 0%;
}
@media only screen and (min-width: 800px) {
  .pr-list .pr-box {
    float: left;
    width: 33.33333333%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
}
.pr-list .pr-box .pr-title {
  cursor: pointer;
  border-top: 1px solid #000000;
}
.pr-list .pr-box .pr-title h3 {
  color: #007cb0;
  text-transform: none;
}
.pr-list .pr-box .pr-date {
  font-weight: 600;
  color: #333d47;
  margin-top: 10px;
}
.pr-list .pr-box .pr-center {
  margin-top: 20px;
  vertical-align: middle;
}
.pr-list .pr-box .pr-center h5 {
  display: inline;
  font-size: 1em;
  font-weight: 600;
  text-transform: none;
  color: #5c5e60;
}
.pr-list .pr-box .pr-center p {
  display: inline;
  font-size: 1em;
  color: #5c5e60;
}
.load-more {
  cursor: pointer;
  clear: both;
  width: 60%;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid #a6adb2;
  font-size: 1.2em;
  font-weight: 700;
  color: #a6adb2;
  text-transform: uppercase;
}
.load-more.hide {
  display: none;
}
.load-more:hover {
  background: #e4e3e4;
}
.no-results {
  color: #f36f2e;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.no-results.hide {
  display: none;
}
.dynamicvideolist__wrap {
  padding: 20px 0;
}
.dynamicvideolist__header {
  position: relative;
  font-size: 1.9em;
  border-bottom: 3px solid #000;
  margin: 0 20px 30px 60px;
}
@media (max-width: 800px) {
  .dynamicvideolist__header {
    margin: 0 20px 30px;
  }
}
.dynamicvideolist__header-icon {
  display: none;
  position: absolute;
  top: 2px;
  left: -40px;
  font-size: 1.2em;
}
@media only screen and (min-width: 700px) {
  .dynamicvideolist__header-icon {
    display: inline;
    margin-right: 8px;
  }
}
.dynamicvideolist__item {
  padding: 0 20px;
}
.dynamicvideolist__item .video-player {
  overflow: visible;
}
.vjs-fullscreen .dynamicvideolist__item .video-player {
  overflow: hidden;
}
@media only screen and (min-width: 580px) {
  .dynamicvideolist__item {
    float: left;
    width: 50%;
    margin-right: 0%;
    min-height: 320px;
  }
}
@media only screen and (min-width: 800px) {
  .dynamicvideolist__item {
    float: left;
    width: 33.33333333%;
    margin-right: 0%;
  }
}
.dynamicvideolist__item video {
  height: auto;
  width: 100%;
}
.dynamicvideolist__video {
  width: 100%!important;
  height: auto!important;
}
.dynamicvideolist__title {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
.dynamicvideolist__all {
  text-align: center;
}
.dynamicvideolist__video.vjs-zebra-skin .vjs-big-play-button {
  font-size: 40px;
  margin-left: -7%;
  margin-top: -7%;
}
@media only screen and (min-width: 800px) {
  .dynamicvideolist__video.vjs-zebra-skin .vjs-big-play-button {
    font-size: 60px;
  }
}
.vjs-fullscreen .vjs-text-track-display {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.vjs-fullscreen .vjs-text-track-display .vjs-tt-cue {
  font-size: 16px;
}
.vjs-captions .vjs-tt-cue {
  display: block;
  background: #222;
  padding: 10px;
  text-align: center;
}
.vjs-captions .vjs-tt-cue font:after {
  content: ' ';
}
.vjs-captions .vjs-tt-cue br {
  content: ' ';
  display: none;
}
.tab-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #007cb0;
}
.tab-container li {
  display: table-cell;
  padding: 0;
  margin: 0;
  vertical-align: -webkit-baseline-middle;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-1 {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-3 {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-4 {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-5 {
    width: 20%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-6 {
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-7 {
    width: 14.28571429%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-8 {
    width: 12.5%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-9 {
    width: 11.11111111%;
  }
}
@media only screen and (min-width: 769px) {
  .tab-container .tab-count-10 {
    width: 10%;
  }
}
.tab-container a {
  display: inline-block;
  text-decoration: none !important;
  padding: 1rem;
  margin: 0;
  background: #ffffff;
  border-bottom: 5px solid transparent;
  text-align: center;
  outline: none;
  width: 100%;
  height: 100%;
}
.tab-container a h6 {
  color: #007cb0;
  text-transform: uppercase;
  font-weight: normal;
  white-space: normal;
}
@media only screen and (min-width: 769px) {
  .tab-container a h6 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tab-container a.active {
  border-bottom-color: #007cb0;
}
.tab-container a.active h6 {
  color: #333d47;
  font-weight: bold;
}
@media (max-width: 768px) {
  .tab-container ul {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    background: #ffffff;
  }
  .tab-container ul::after {
    content: "\e60d";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    font-family: 'zebra-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #333d47;
    height: 56px;
    width: 50px;
    padding-top: 22px;
    box-sizing: border-box;
    text-align: center;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tab-container ul.open a {
    position: relative;
    display: block;
  }
  .tab-container ul.open::after {
    content: "\e628";
  }
  .tab-container li {
    display: inline-block;
    min-width: 75%;
  }
}
.tabcontrol > div {
  display: none;
  padding: 1rem;
  background: #ffffff;
  border-bottom: 1px solid #007cb0;
}
.tabcontrol > .active {
  display: block;
}
.tabcontrol h6.tab-header {
  background: #007cb0;
  color: #ffffff;
}
.downloadlistitem {
  margin: 0 20px 40px 60px;
}
.downloadlistitem h2 {
  position: relative;
  font-size: 1.9em;
  font-weight: 700;
  border-bottom: 3px solid #000;
}
.downloadlistitem h2 .dl-icon {
  position: absolute;
  top: 4px;
  left: -40px;
  font-size: 1.2em;
}
.downloadlistitem h2 .arrow {
  display: none;
}
.downloadlistitem .downloadlist-sub h3 {
  font-size: 1.5em;
  color: #a6adb2;
  padding-left: 0;
  border-bottom: 1px solid #a6adb2;
}
.downloadlistitem li {
  position: relative;
  margin: 0 0 40px;
}
.downloadlistitem h4 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 30px;
}
@media only screen and (min-width: 800px) {
  .downloadlistitem h4 {
    display: inline-block;
    max-width: 80%;
  }
}
@media only screen and (min-width: 970px) {
  .downloadlistitem h4 {
    max-width: 85%;
  }
}
.downloadlistitem h4 .new-asset {
  position: relative;
  top: 1px;
  display: inline-block;
  background: #00cc00;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.downloadlistitem .description {
  color: #000;
  font-size: 1em;
  margin-bottom: 5px;
}
@media only screen and (min-width: 800px) {
  .downloadlistitem .description {
    max-width: 80%;
  }
}
.downloadlistitem .download-item-label {
  display: block;
  font-size: .9em;
  color: #000;
  line-height: 2;
}
.downloadlistitem .outbound-link {
  display: block;
}
.downloadlistitem .download-link {
  display: block;
  text-align: left;
  padding: 12px 0;
}
@media only screen and (min-width: 800px) {
  .downloadlistitem .download-link {
    text-align: right;
    display: inline-block;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 970px) {
  .downloadlistitem .download-link {
    width: 15%;
  }
}
.downloadlistitem .download-link > i {
  font-size: 14px;
  line-height: 2;
}
.downloadlistitem .alert-msg {
  background: #fb702b;
  color: #fff;
  font-size: 1em;
  padding: 15px 50px 15px 15px;
  margin: 20px 0 0;
}
@media (max-width: 800px) {
  .downloadlistitem {
    padding: 0;
    margin: 0 0 40px;
  }
  .downloadlistitem h2 {
    padding: 40px 0 0 20px;
    border-bottom: 0;
  }
  .downloadlistitem h2 .dl-icon {
    top: 0;
    left: 20px;
    font-size: 1.5em;
  }
  .downloadlistitem h2 .arrow {
    display: block;
    position: absolute;
    top: 48px;
    right: 20px;
    font-size: 20px;
  }
  .downloadlistitem ul {
    display: none;
  }
  .downloadlistitem ul.selected {
    display: block;
    margin: 0 20px 0 20px;
  }
  .downloadlistitem .downloadlist-sub {
    margin: 0 20px 0 20px;
  }
  .downloadlistitem .downloadlist-sub ul {
    margin: 0px;
  }
}
.thumbnail-drawer {
  padding: 20px 0;
  border-top: 1px solid #7e868c;
  border-bottom: 1px solid #7e868c;
  text-align: center;
}
@media (max-width: 800px) {
  .thumbnail-drawer {
    display: none;
  }
}
@media (min-width: 800px) {
  .thumbnail-drawer {
    display: block;
  }
}
.thumbnail-drawer ul {
  overflow: hidden;
  text-align: center;
  padding: 30px 0;
}
.thumbnail-drawer ul li {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  vertical-align: top;
  width: 200px;
  min-height: 180px;
}
.thumbnail-drawer ul li.hidden-thumbnails {
  display: none;
  overflow: visible;
  width: 100%;
  margin: 0;
}
.thumbnail-drawer ul li.hidden-thumbnails.visible {
  display: block;
}
.thumbnail-drawer ul li.hidden-thumbnails ul {
  padding: 0;
}
.thumbnail-drawer ul li img {
  max-height: 110px;
  max-width: 110px;
}
.thumbnail-drawer ul li .new {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #ed4d1c transparent transparent transparent;
}
.thumbnail-drawer ul li p {
  color: #000000;
  margin: 0;
}
.thumbnail-drawer .show-more {
  display: none;
}
.thumbnailgriditem img.carousel-image-preview {
  max-height: 50px;
}
/* Styles for File Detail Accordion Component */
.accordion-sub-container {
  width: 100%;
}
.accordion-sub-container h3.accordion-sub-header {
  color: #007cb0;
  font-size: 1.1rem;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  border-top: 1px solid #007cb0;
  border-bottom: 1px solid #007cb0;
  line-height: 1;
}
.accordion-sub-container h3.accordion-sub-header .accordion-sub-symbol {
  font-style: normal;
  color: #007cb0;
  font-size: 1.0em;
  margin: 0px 1px 0 22px;
  width: 10%;
}
.accordion-sub-container h3.accordion-sub-header p.version-txt {
  text-align: left;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  width: 75%;
  word-wrap: break-word;
  color: #007cb0;
}
@media (min-width: 1151px) {
  .accordion-sub-container h3.accordion-sub-header p.version-txt {
    width: 75%;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
  .accordion-sub-container h3.accordion-sub-header p.version-txt {
    width: 68%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .accordion-sub-container h3.accordion-sub-header p.version-txt {
    width: 50%;
  }
}
.accordion-sub-container h3.accordion-sub-header p.version-date {
  text-align: right;
  display: inline;
  color: #007cb0;
}
@media (min-width: 1151px) {
  .accordion-sub-container h3.accordion-sub-header p.version-date {
    width: 7%;
  }
}
@media (min-width: 600px) and (max-width: 1150px) {
  .accordion-sub-container h3.accordion-sub-header p.version-date {
    width: 11%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .accordion-sub-container h3.accordion-sub-header p.version-date {
    width: 20%;
  }
}
@media (min-width: 350px) and (max-width: 599px) {
  .accordion-sub-container h3.accordion-sub-header p.version-date {
    margin: 0 0 0 22px;
  }
}
.accordion-sub-container h3.accordion-sub-header p.version-releasedate {
  font-weight: bold;
  text-align: right;
  display: inline;
  color: #007cb0;
  width: 8%;
}
@media (min-width: 1151px) {
  .accordion-sub-container h3.accordion-sub-header p.version-releasedate {
    width: 8%;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
  .accordion-sub-container h3.accordion-sub-header p.version-releasedate {
    width: 12%;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .accordion-sub-container h3.accordion-sub-header p.version-releasedate {
    width: 20%;
  }
}
@media (hover: hover) {
  .accordion-sub-container h3.accordion-sub-header:hover {
    background: #007cb0;
    color: #fff;
  }
  .accordion-sub-container h3.accordion-sub-header:hover p.version-txt {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:hover p.version-date {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:hover p.version-releasedate {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:hover .accordion-sub-symbol {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open {
    background: #007cb0;
    color: #fff;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-txt {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-date {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-releasedate {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open .accordion-sub-symbol {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open:hover {
    background: #fff;
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:hover p.version-txt {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:hover p.version-date {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:hover p.version-releasedate {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:hover .accordion-sub-symbol {
    color: #007cb0;
  }
}
@media (hover: none), (hover: on-demand) {
  .accordion-sub-container h3.accordion-sub-header:active {
    background: #007cb0;
    color: #fff;
  }
  .accordion-sub-container h3.accordion-sub-header:active p.version-txt {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:active p.version-date {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:active p.version-releasedate {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header:active .accordion-sub-symbol {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open {
    background: #007cb0;
    color: #fff;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-txt {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-date {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open p.version-releasedate {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open .accordion-sub-symbol {
    color: white;
  }
  .accordion-sub-container h3.accordion-sub-header.open:active {
    background: #fff;
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:active p.version-txt {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:active p.version-date {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:active p.version-releasedate {
    color: #007cb0;
  }
  .accordion-sub-container h3.accordion-sub-header.open:active .accordion-sub-symbol {
    color: #007cb0;
  }
}
.accordion-sub-container .accordion-sub-content {
  background: #fff;
  margin: 0 0 10px;
}
.accordion-sub-container .accordion-sub-content .accordion-sub-content-container {
  padding: 0 1rem 1rem 1rem;
  display: none;
}
.accordion-sub-container .accordion-sub-content .accordion-sub-content-container.open {
  display: block;
}
.accordion-topmain-container {
  width: 100%;
}
.accordion-topmain-container h3.accordion-topmain-header {
  position: relative;
  display: block;
  color: #007cb0;
  padding: 5px 0 5px 40px;
  margin: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #007cb0;
}
@media (hover: hover) {
  .accordion-topmain-container h3.accordion-topmain-header:hover {
    background: #007cb0;
    color: #fff;
  }
  .accordion-topmain-container h3.accordion-topmain-header.open {
    background: #007cb0;
    color: #fff;
  }
  .accordion-topmain-container h3.accordion-topmain-header.open:hover {
    background: #fff;
    color: #007cb0;
  }
}
@media (hover: none), (hover: on-demand) {
  .accordion-topmain-container h3.accordion-topmain-header:active {
    background: #007cb0;
    color: #fff;
  }
  .accordion-topmain-container h3.accordion-topmain-header.open {
    background: #007cb0;
    color: #fff;
  }
  .accordion-topmain-container h3.accordion-topmain-header.open:active {
    background: #fff;
    color: #007cb0;
  }
}
.accordion-topmain-container h3.accordion-topmain-header i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -22px;
  display: block;
  float: left;
  width: 40px;
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
.accordion-topmain-container h3.accordion-topmain-header .accordainoncheckbox {
  float: right;
  zoom: 1;
  margin: 10px 10px 0 0;
}
.accordion-topmain-container .hsixheaderstyle {
  font-weight: bold;
}
.accordion-topmain-container .expand-version-text,
.accordion-topmain-container .collapse-Version-text {
  float: right;
  text-transform: capitalize;
  margin: 3px 10px 0 10px;
  font-weight: 400;
  font-size: 16px;
}
.accordion-topmain-container .expand-version-text:hover,
.accordion-topmain-container .collapse-Version-text:hover {
  text-decoration: underline;
}
.accordion-topmain-container .accordioncheckboxlabel input {
  display: none;
}
.accordion-topmain-container .accordion-topmain-content {
  background: #fff;
  margin: 0 0 10px;
}
.accordion-topmain-container .accordion-topmain-content .accordion-topmain-content-container {
  padding: 0 1rem 1rem 1rem;
  display: none;
}
.accordion-topmain-container .accordion-topmain-content .accordion-topmain-content-container.open {
  display: block;
  color: #5F9EA0;
}
.accordion-file-dl-wrapper {
  margin: 10px 0;
}
.accordion-file-dl-wrapper .accordion-file-dl {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  background: inherit;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
  text-align: left;
  color: #333;
}
.accordion-file-dl-wrapper .accordion-file-dl .accordion-header {
  font-weight: 700;
  font-size: 21px;
  width: 90%;
  float: left;
}
.accordion-file-dl-wrapper .accordion-file-dl img {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
.accordion-file-dl-wrapper .accordion-file-dl::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  margin-right: 15px;
  float: left;
}
.accordion-file-dl-wrapper .accordion-file-dl.active:before {
  top: 0.30em;
  transform: rotate(-45deg);
}
.accordion-file-dl-wrapper .accordion-file-dl:hover {
  background-color: #ddd;
}
.accordion-file-dl-wrapper .file-dl-info {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.accordion-file-dl-wrapper .file-dl-info.show {
  opacity: 1;
  max-height: none;
  left: 0px;
  top: 0px;
  width: 100%;
  background: inherit;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-file-dl-wrapper .file-dl-info.show h3 {
  font-size: 18px;
  margin: 10px 0 -10px 0 !important;
}
.accordion-file-dl-wrapper .file-dl-info.show h3.no-border {
  border: none;
}
.accordion-file-dl-wrapper .file-dl-info.show span,
.accordion-file-dl-wrapper .file-dl-info.show a {
  font-size: 17px;
  font-weight: 500;
}
.accordion-file-dl-wrapper .file-dl-info.show span {
  color: #007CB0;
}
.accordion-file-dl-wrapper .file-dl-info.show .accordion-dl-link-font {
  font-size: 14px;
  line-height: 2;
  display: block;
  text-align: left;
  padding: 12px 0;
}
.accordion-file-dl-wrapper .file-dl-info.show p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
}
.accordion-file-dl-wrapper .file-dl-info.show .right-pos {
  float: right;
}
.accordion-file-dl-wrapper .file-dl-info.show .manual-dl {
  margin: 10px 0;
  overflow: hidden;
}
.accordion-file-dl-wrapper .file-dl-info.show .accordion-dl-text {
  float: left;
  width: 100%;
}
@media (min-width: 580px) {
  .accordion-file-dl-wrapper .file-dl-info.show .accordion-dl-text {
    width: 50%;
  }
}
.accordion-file-dl-wrapper .file-dl-info.show .accordion-span-text {
  color: #000000;
  font-weight: bold;
  word-wrap: break-word;
}
.accordion-file-dl-wrapper .file-dl-info.show .clear-both {
  clear: both;
}
@media (min-width: 580px) {
  .accordion-file-dl-wrapper .file-dl-info.show .accordion-dl-link {
    float: right;
  }
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .software-version-header {
  left: 0px;
  top: 0px;
  width: 100%;
  background: inherit;
  background-color: #ddd;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 20px;
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .compatible-devices {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 580px) {
  .accordion-file-dl-wrapper .file-dl-info.show .software-version-item .compatible-devices {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .compatible-devices li {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .accordion-section h4 {
  font-size: 18px;
  color: #aeaeae;
  font-weight: 700;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 5px;
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .accordion-section {
  margin: 20px 0 20px 40px;
  overflow: hidden;
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .software-dl {
  margin: 15px 0;
  overflow: hidden;
}
.accordion-file-dl-wrapper .file-dl-info.show .software-version-item .software-dl .download-icon-text {
  font-size: 13px;
}
.pageandfilelist {
  margin: 0 20px 40px 60px;
}
.pageandfilelist h2 {
  position: relative;
  font-size: 1.9em;
  font-weight: 700;
  border-bottom: 3px solid #000;
}
.pageandfilelist h2 .page-file-list-icon {
  font-size: 1.2em;
  left: -40px;
  position: absolute;
  top: 4px;
}
.pageandfilelist h2 .arrow {
  display: none;
}
@media (max-width: 800px) {
  .pageandfilelist .page-file-sublist {
    margin: 0 20px 0 20px;
  }
}
.pageandfilelist .page-file-sublist h3.page-file-list-subtitle {
  border-bottom: 1px solid #a6adb2;
  color: #a6adb2;
  font-size: 1.5em;
  padding-left: 0;
}
.pageandfilelist li {
  margin: 0 0 40px;
  position: relative;
}
.pageandfilelist h4 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 800px) {
  .pageandfilelist h4 {
    max-width: 80%;
  }
}
@media only screen and (min-width: 970px) {
  .pageandfilelist h4 {
    max-width: 85%;
  }
}
.pageandfilelist .description {
  color: #000;
  font-size: 1em;
  margin-bottom: 5px;
}
.pageandfilelist .download-link {
  height: 25px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.pageandfilelist .alert-msg {
  background: #fb702b;
  color: #fff;
  font-size: 1em;
  padding: 15px 50px 15px 15px;
  margin: 20px 0 0;
}
@media (max-width: 800px) {
  .pageandfilelist {
    margin: 0 0 40px;
    padding: 0;
  }
  .pageandfilelist h2.page-file-list-title {
    border-bottom: 0;
    padding: 40px 0 0 20px;
  }
  .pageandfilelist h2.page-file-list-title .page-file-list-icon {
    font-size: 1.5em;
    left: 20px;
    top: 0;
  }
  .pageandfilelist h2.page-file-list-title .arrow {
    display: block;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 48px;
  }
  .pageandfilelist h3.padding-file-list-subtitle {
    padding-left: 20px;
  }
  .pageandfilelist .download-link {
    position: relative;
    text-align: left;
  }
  .pageandfilelist ul {
    display: block;
  }
  .pageandfilelist ul.hide-list {
    display: none;
  }
  .pageandfilelist ul.show-list {
    display: block;
  }
}
.tablegrid {
  margin: 0 20px 20px;
}
.tablegrid table.hide {
  display: none;
}
.tablegrid th {
  background: #e5e5e5;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 1.2em;
}
.tablegrid th p {
  margin: 0;
}
.tablegrid .comparison-theme th {
  background: transparent;
}
.tablegrid td {
  padding: 15px 15px 20px;
  border-bottom: 1px solid #eaeded;
  font-size: 16px;
  color: #000;
}
.tablegrid td p {
  font-size: 16px;
  color: #000;
}
.tablegrid td ul,
.tablegrid td li {
  list-style: initial;
}
.tablegrid td ul {
  margin-left: 20px;
}
.tablegrid .noBackgroundGrayBorder {
  border-bottom: 1px solid #666666;
}
.tablegrid .elgrayBackgroundNoBorder {
  background: #e5e5e5 !important;
  border-bottom: none;
}
.tablegrid .elgrayBackgroundGrayBorder {
  background: #e5e5e5 !important;
  border-bottom: 1px solid #666666;
}
.tablegrid .elgrayBackgroundWhiteBorder {
  background: #94989d !important;
  border-bottom: 1px solid #fff;
}
.tablegrid .lgrayBackgroundWhiteText {
  background: #94989d !important;
  color: #ffffff;
  border-bottom: none;
}
.tablegrid .lgrayBackgroundNoBorder {
  background: #cccccc !important;
  border-bottom: none;
}
.tablegrid .lgrayBackgroundGrayBorder {
  background: #cccccc !important;
  border-bottom: 1px solid #666666;
}
.tablegrid .lgrayBackgroundWhiteBorder {
  background: #cccccc !important;
  border-bottom: 1px solid #fff;
}
.tablegrid .yellowBackgroundNoBorder {
  background: #ffd200 !important;
  border-bottom: none;
}
.tablegrid .yellowBackgroundGrayBorder {
  background: #ffd200 !important;
  border-bottom: 1px solid #666666;
}
.tablegrid .yellowBackgroundWhiteBorder {
  background: #ffd200 !important;
  border-bottom: 1px solid #fff;
}
.tablegrid .blueBackgroundNoBorder {
  background: #007cb0 !important;
  border-bottom: none;
  color: #ffffff;
}
.tablegrid .blueBackgroundGrayBorder {
  background: #007cb0 !important;
  border-bottom: 1px solid #666666;
  color: #ffffff;
}
.tablegrid .blueBackgroundWhiteBorder {
  background: #007cb0 !important;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
@media (max-width: 800px) {
  .tablegrid tr:nth-child(even) {
    background: #e5e5e5 !important;
  }
  .tablegrid tr:nth-child(odd) {
    background: #f8f8f8!important;
  }
  .tablegrid th {
    display: none;
  }
  .tablegrid td {
    display: block!important;
    border-bottom: 0!important;
    padding: 10px!important;
    width: auto!important;
    height: auto!important;
  }
  .tablegrid td .title {
    font-weight: bold;
  }
  .tablegrid td .title:after {
    content: ":";
  }
  .tablegrid .comparison-theme tr:first-child td:first-child {
    display: none!important;
  }
  .tablegrid .comparison-theme td {
    width: 100%;
  }
  .tablegrid .comparison-theme td .title {
    display: none;
  }
  .tablegrid .comparison-theme .title {
    font-weight: 500;
  }
}
.table-grid-mobile .mobile-details {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
}
.table-grid-mobile .mobile-details img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.table-grid-mobile .mobile-details p,
.table-grid-mobile .mobile-details b,
.table-grid-mobile .mobile-details li {
  font-size: 1.2em;
}
.table-grid-mobile .mobile-details ul,
.table-grid-mobile .mobile-details li {
  list-style: initial;
}
.table-grid-mobile .mobile-details ul {
  margin-left: 20px;
}
.pressrelease {
  padding-right: 70px;
}
.pressrelease .press-release-date {
  display: block;
  font-weight: 600;
  color: #ff5d00;
  margin: 0 0 20px;
}
.pressrelease .press-release-body {
  margin: 0 0 30px;
  padding-right: 70px;
}
.pressrelease .press-release-body ul,
.pressrelease .press-release-body li {
  list-style: initial;
  list-style-type: disc!important;
}
.pressrelease .press-release-body ul {
  margin-left: 40px;
}
.pressrelease .pr-footer {
  *zoom: 1;
  position: relative;
  display: table;
  margin: 0 0 40px;
}
.pressrelease .pr-footer:before,
.pressrelease .pr-footer:after {
  content: "";
  display: table;
}
.pressrelease .pr-footer:after {
  clear: both;
}
.ie6 .pressrelease .pr-footer,
.ie7 .pressrelease .pr-footer {
  zoom: 1;
}
.pressrelease .pr-footer:before,
.pressrelease .pr-footer:after {
  content: "";
  display: table;
}
.pressrelease .pr-footer:after {
  clear: both;
}
.pressrelease .pr-control {
  display: table-cell;
  position: relative;
  width: 20%;
  min-height: 90px;
  background: #fee100;
  padding: 10px 10px 10px 50px;
}
.pressrelease .pr-control.pr-next {
  padding: 10px 50px 10px 10px;
}
.pressrelease .pr-control a,
.pressrelease .pr-control .pr-date {
  display: block;
  color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pressrelease .pr-sprites {
    background: url('../../designs/zebra-www-responsive/pr-sprites@2x.png') no-repeat;
    background-size: 40px 125px;
  }
}
.pressrelease .pr-center {
  display: table-cell;
  width: 60%;
  min-height: 90px;
  padding: 10px 20px;
  vertical-align: middle;
}
.pressrelease .pr-center h5 {
  display: inline;
  font-size: 1em;
  font-weight: 600;
}
.pressrelease .pr-center p {
  display: inline;
  font-size: 1em;
  color: #5c5e60;
}
.pressrelease .addthis_button_linkedin_counter,
.pressrelease .addthis_button_tweet {
  position: relative;
  top: 2px;
}
.pressrelease .addthis_button_google_plusone {
  position: relative;
  top: 6px;
}
.pr-sprites {
  background: url('../../designs/zebra-www-responsive/pr-sprites.png') no-repeat;
  zoom: 1;
  display: block;
  position: relative;
}
.pr-sprites.prev,
.pr-sprites.next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 17px;
  height: 32px;
}
.pr-sprites.prev {
  background-position: -1px 0;
  left: 10px;
}
.pr-sprites.next {
  background-position: -23px 0;
  left: auto;
  right: 10px;
}
@media (max-width: 800px) {
  .pressrelease {
    padding-right: 0;
  }
  .pressrelease .pr-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding-top: 50px;
    margin: 0;
    width: 100%;
  }
  .pressrelease .pr-footer .pr-center {
    width: 100%;
  }
  .pressrelease .pr-footer .pr-center > * {
    display: none;
  }
  .pressrelease .pr-footer .pr-center > .socialshare {
    display: block!important;
  }
  .pressrelease .pr-footer .pr-control,
  .pressrelease .pr-footer .pr-center {
    width: 33.33%;
  }
  .pressrelease .pr-footer .pr-control {
    height: 50px;
  }
  .pressrelease .pr-footer .pr-control strong,
  .pressrelease .pr-footer .pr-control span {
    display: none;
  }
  .pressrelease .pr-footer .pr-control a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pressrelease .pr-footer .pr-center {
    background: #5d656b;
    padding: 0;
  }
  .pressrelease .pr-footer .pr-center .mobile-share {
    margin: 0 auto;
  }
}
.eula-instructions {
  font-weight: 700;
  font-size: 18px;
}
.eula-content p {
  font-size: 14px;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('components/content/herocarousel/less/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('components/content/herocarousel/less/fonts/slick.eot');
  src: url('components/content/herocarousel/less/fonts/slick.eot?#iefix') format('embedded-opentype'), url('components/content/herocarousel/less/fonts/slick.woff') format('woff'), url('components/content/herocarousel/less/fonts/slick.ttf') format('truetype'), url('components/content/herocarousel/less/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.full-width-image.half-height {
  height: 225px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.full-width-image.half-height .hero-bkg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
}
.carousel {
  margin-bottom: 0;
}
.carousel .video-player {
  text-align: center;
}
.carousel .vjs-big-play-button {
  font-size: 60px;
  margin-left: -30px;
  margin-top: -30px;
}
@media only screen and (min-width: 700px) {
  .carousel .vjs-big-play-button {
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
}
.carousel-container {
  max-width: 1250px;
  margin: 0 auto 15px;
}
.slick-slide {
  position: relative;
}
.slick-slide .imageContainer {
  max-height: 570px;
  overflow: hidden;
}
.carousel-container[data-style="arrows"] .slick-slide .imageContainer {
  max-height: 455px;
}
.slick-slide .imageContainer img {
  max-height: 570px;
  width: 100%;
  margin: 0 auto;
}
.carousel-container[data-style="arrows"] .slick-slide .imageContainer img {
  max-height: 455px;
}
@media only screen and (min-width: 1080px) {
  .slick-slide .imageContainer img {
    width: auto;
  }
}
.arrow-control {
  position: absolute;
  font-size: 30px;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  transition: opacity 0.3s ease;
}
.arrow-control.invisible {
  opacity: 0;
}
.arrow-control > i {
  color: #e5e5e5;
}
.arrow-control > i:hover {
  color: #cccccc;
}
.arrow-control.arrow-next {
  right: 120px;
}
.arrow-control.arrow-next .icon-right-arrow {
  display: none;
}
@media only screen and (min-width: 800px) {
  .arrow-control.arrow-next .icon-right-arrow {
    display: inline-block;
  }
}
.arrow-control.arrow-prev {
  left: 120px;
}
.arrow-control.arrow-prev .icon-left-arrow {
  display: none;
}
@media only screen and (min-width: 800px) {
  .arrow-control.arrow-prev .icon-left-arrow {
    display: inline-block;
  }
}
.carousel-container {
  position: relative;
}
.carousel-content {
  padding: 15px;
  color: black;
}
@media (max-width: 800px) {
  .carousel-content {
    padding: 0;
  }
}
.carousel-content .call-to-action {
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .carousel-content {
    position: absolute;
    top: 30px;
    margin: 0;
    max-width: 62%;
  }
  .carousel-content.item-pos-center {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .carousel-content.item-pos-left {
    left: 0;
    text-align: left;
  }
  .carousel-content.item-pos-right {
    right: 0;
    text-align: left;
  }
}
.dark-background .carousel-content {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
.dark-background .carousel-content h1,
.dark-background .carousel-content h2,
.dark-background .carousel-content h3,
.dark-background .carousel-content h4,
.dark-background .carousel-content h5 {
  color: #ffffff;
}
.dark-background .carousel-content p {
  color: #ffffff;
}
.dot-style-dark-grey .slick-dots li button:before {
  color: #5d656b;
  opacity: 1;
}
.dot-style-dark-grey .slick-dots li.slick-active button:before {
  color: #222;
  opacity: 1;
}
.dot-style-white .slick-dots li button:before {
  color: #ddd;
  opacity: 1;
}
.dot-style-white .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.light-background .carousel-content {
  background-color: rgba(255, 255, 255, 0.7);
}
.dot-style-blue .slick-dots li button:before {
  color: rgba(38, 123, 180, 0.8);
  opacity: 1;
}
.dot-style-blue .slick-dots li.slick-active button:before {
  color: #007cb0;
  opacity: 1;
}
.blue-background .carousel-content {
  background-color: #007cb0;
  color: #ffffff;
}
.blue-background .carousel-content h1,
.blue-background .carousel-content h2,
.blue-background .carousel-content h3,
.blue-background .carousel-content h4,
.blue-background .carousel-content h5 {
  color: #ffffff;
}
.blue-background .carousel-content p {
  color: #ffffff;
}
@media only screen and (min-width: 800px) {
  .carousel-content.align-right {
    right: 0;
    left: inherit;
    text-align: right;
  }
}
.thumb-container {
  display: block;
  padding: 0 0 0 10px;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
}
@media only screen and (min-width: 800px) {
  .thumb-container {
    max-width: 101px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
  }
}
.thumbnails {
  font-size: 0;
}
.thumb {
  display: inline-block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin: 10px 10px 10px 0;
  background: black;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .thumb {
    border: 1px solid #cccccc;
    border-right: none;
    height: 49px;
    width: 50px;
    margin: 0 0 -1px;
    background: #ffffff;
  }
  .single-column .thumb {
    display: block;
  }
  .thumb:nth-child(even) {
    border-right: 1px solid #cccccc;
  }
}
.thumb .overlay {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.thumb .overlay.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 0, 0.6);
}
.thumb.video i {
  line-height: 44px;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #00a7ff;
}
@media only screen and (min-width: 700px) {
  .thumb.video i {
    line-height: 49px;
  }
}
.carousel-container .slick-dots {
  position: static;
}
.carousel-container .slick-dots li button:before {
  font-size: 14px;
}
.video-container {
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
}
.video-container .video-player {
  padding: 0;
  background: none;
  position: absolute;
}
.video-container .video-player.vjs-has-started {
  position: static;
  max-height: 455px;
  width: auto;
}
@media only screen and (min-width: 800px) {
  .video-container .video-player {
    height: 100%;
  }
}
.video-container .video-player video {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .video-container .video-player video {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.video-container .frame {
  height: 100%;
  width: 100%;
}
.video-container .frame picture {
  width: 100%;
  height: 100%;
}
.video-container .frame picture img {
  height: auto;
  max-height: 570px;
  width: 100%;
}
.carousel-container[data-style="arrows"] .video-container .frame picture img {
  max-height: 455px;
}
@media only screen and (min-width: 800px) {
  .video-container .frame picture img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1080px) {
  .video-container .frame picture img {
    width: auto;
  }
}
.video-container .vjs-has-started + .frame {
  display: none;
}
.carousel {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.carousel.slick-initialized {
  opacity: 1;
}
.herocarouselitem.section picture img.carousel-image-preview {
  max-width: 320px;
  height: auto;
}
.product-overview {
  border-top: 1px solid #7e868c;
}
.product-overview .has-image .product--image {
  float: left;
  width: 14.28571429%;
  margin-right: 0%;
  text-align: center;
}
.product-overview .has-image .product--description {
  float: left;
  width: 42.85714286%;
  margin-right: 0%;
}
.product-overview .has-image .product--specification {
  float: left;
  width: 42.85714286%;
  margin-right: 0%;
  margin-right: 0;
  float: right;
}
.product-overview .product {
  width: 100%;
  *zoom: 1;
  border-bottom: 1px solid #7e868c;
}
.product-overview .product:before,
.product-overview .product:after {
  content: "";
  display: table;
}
.product-overview .product:after {
  clear: both;
}
.ie6 .product-overview .product,
.ie7 .product-overview .product {
  zoom: 1;
}
.product-overview .product:before,
.product-overview .product:after {
  content: "";
  display: table;
}
.product-overview .product:after {
  clear: both;
}
.product-overview .product > * {
  padding: 15px;
}
.product-overview .product--image {
  text-align: center;
}
.product-overview .product--image img {
  max-width: 100%;
}
.product-overview .product--description {
  float: left;
  width: 50%;
  margin-right: 0%;
}
.product-overview .product--description h2 {
  text-transform: none;
}
.product-overview .product--description ul {
  margin: 15px;
}
.product-overview .product--description ul li {
  list-style: disc;
  color: #333d47;
}
.product-overview .product--description--industry {
  margin-left: 0 !important;
}
.product-overview .product--specification {
  float: left;
  width: 50%;
  margin-right: 0%;
  margin-right: 0;
  float: right;
}
.product-overview .product .icon-down-arrow,
.product-overview .product .icon-up-arrow {
  visibility: hidden;
}
.product-overview .product .productsummary {
  margin-top: 30px;
}
.product-overview .product .industry-use,
.product-overview .product .brochure,
.product-overview .product .support {
  margin-bottom: 30px;
}
.product-overview .product .brochure .outbound-link,
.product-overview .product .brochure .download-link,
.product-overview .product .brochure .dropdown-link {
  padding-left: 0;
  border-left: none;
}
.product-overview .product .brochure .open .dropdown-link-menu {
  left: 0;
  padding-left: 0;
}
.product-overview .product .industry li {
  display: inline-block;
  margin-right: 20px;
}
.product-overview .product .industry li i {
  font-size: 35px;
  color: #cccccc;
}
.product-overview .product .industry li p {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin: 0;
  padding-bottom: 20px;
}
.product-overview .product .shaded {
  padding: 20px;
  background: #e4e3e4;
}
.product-overview .product .shaded .specs {
  font-weight: normal;
}
.product-overview .product .shaded .specs > li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 20px;
}
.product-overview .product .shaded .specs > li:nth-child(odd) {
  padding-right: 20px;
}
.product-overview .product .shaded .specs > li .subhead {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.product-overview .product .shaded .specs > li p {
  font-size: 12px;
  margin: 0;
  line-height: 1.1em;
}
.product-overview .product .shaded .specs .hidden-text.hide {
  display: none;
}
.product-overview .product .shaded .specs .dots.hide {
  display: none;
}
.product-overview .product .shaded .specs .connectivity {
  width: 100%;
}
.product-overview .product .shaded .specs .connectivity h4 {
  margin-bottom: 0;
}
.product-overview .product .shaded .specs .connectivity p {
  font-size: 12px;
  line-height: 1.1;
}
.product-overview .product .content-callout {
  padding: 10px 0;
}
.product-overview a.view-more-link {
  font-size: 12px;
}
.product-overview a.view-more-link.hide {
  display: none;
}
@media (max-width: 800px) {
  .product-overview .has-image .product--image {
    width: 100%;
    text-align: center;
  }
  .product-overview .has-image .product--description {
    width: 100%;
  }
  .product-overview .has-image .product--specification {
    width: 100%;
  }
  .product-overview .product {
    margin: 0;
    padding: 0;
  }
  .product-overview .product .industry li {
    display: block;
    margin-bottom: 20px;
  }
  .product-overview .product .industry li p {
    margin: 0;
  }
  .product-overview .product .shaded .specs li {
    width: 100%;
  }
  .product-overview .product > * {
    width: 100%;
  }
  .product-overview .product .top-left,
  .product-overview .product .shaded,
  .product-overview .product .bottom {
    float: none;
  }
  .product-overview .product .top-left [data-toggle="collapse"] {
    cursor: pointer;
    position: relative;
  }
  .product-overview .product .top-left [data-toggle="collapse"] .icon-down-arrow,
  .product-overview .product .top-left [data-toggle="collapse"] .icon-up-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    visibility: visible;
  }
  .product-overview .product.open {
    padding: 30px;
  }
  .product-overview .product.open .top-left > *,
  .product-overview .product.open .shaded,
  .product-overview .product.open .bottom {
    display: block;
  }
  .product-overview .product.open [data-toggle="collapse"] {
    padding: 0;
  }
  .product-overview .product.open [data-toggle="collapse"] .icon-down-arrow,
  .product-overview .product.open [data-toggle="collapse"] .icon-up-arrow {
    right: 0;
  }
  .product-overview .product.collapsed .top-left > *,
  .product-overview .product.collapsed .shaded,
  .product-overview .product.collapsed .bottom {
    display: none;
  }
  .product-overview .product.collapsed [data-toggle="collapse"] {
    display: block;
    padding: 30px;
  }
}
.thoughtleadershipsection {
  padding: 10px;
}
.thoughtleadershipsection .tl-multi {
  width: 100%;
  *zoom: 1;
}
.thoughtleadershipsection .tl-multi:before,
.thoughtleadershipsection .tl-multi:after {
  content: "";
  display: table;
}
.thoughtleadershipsection .tl-multi:after {
  clear: both;
}
.ie6 .thoughtleadershipsection .tl-multi,
.ie7 .thoughtleadershipsection .tl-multi {
  zoom: 1;
}
.thoughtleadershipsection .tl-multi:before,
.thoughtleadershipsection .tl-multi:after {
  content: "";
  display: table;
}
.thoughtleadershipsection .tl-multi:after {
  clear: both;
}
.thoughtleadershipsection .tl-multi .tl-wrapper {
  float: left;
  width: 33.33333333%;
  margin-right: 0%;
  padding: 10px;
}
.thoughtleadershipsection .tl-wrapper {
  padding: 10px;
  max-width: 410px;
  width: 33.3%!important;
}
.thoughtleadership .vjs-control-bar {
  display: none;
}
.thoughtleadership img {
  width: 100%;
  height: 100%;
}
.thoughtleadership .tl-item {
  position: relative;
  border: 3px solid #c7cacd;
  min-height: 274px;
  height: 274px;
  max-height: 274px;
}
.thoughtleadership .tl-item .tl-head {
  min-height: 214px;
  height: 214px;
  max-height: 214px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
}
.thoughtleadership .tl-item .tl-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
}
.thoughtleadership .tl-item .tl-date,
.thoughtleadership .tl-item .tl-author {
  margin: 10px 20px;
}
.thoughtleadership .tl-item .vjs-tech {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.thoughtleadership .tl-item .dynamicvideolist__video {
  position: absolute;
  top: 0px;
  height: 100% !important;
  z-index: 1;
  cursor: pointer;
}
.thoughtleadership .tl-item .vjs-big-play-button {
  display: none;
}
.thoughtleadership .tl-item .tl-video {
  position: absolute;
  padding: 15px;
  bottom: 0px ;
  z-index: 0;
}
.thoughtleadership .tl-item .vjs-playing .vjs-control-bar {
  display: block;
}
.thoughtleadership .tl-item .tl-text {
  margin: 50px 20px 0;
}
.thoughtleadership .tl-item .tl-text p {
  margin: 0;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
  max-height: 140px;
  overflow: hidden;
}
.thoughtleadership .tl-item.video .tl-text {
  top: 0px;
  position: absolute;
}
.thoughtleadership .tl-item.video .tl-foot {
  position: relative;
  display: block;
  z-index: 5;
  padding: 5px 0px 0px 5px;
}
.thoughtleadership .tl-item.successStory .tl-title,
.thoughtleadership .tl-item.webinar .tl-title {
  color: #fff;
}
.thoughtleadership .tl-item.successStory .tl-text p,
.thoughtleadership .tl-item.webinar .tl-text p {
  color: #fff;
  text-transform: uppercase;
}
.thoughtleadership .tl-item.blogPost .tl-text p {
  color: #000;
  text-transform: uppercase;
}
.thoughtleadership .tl-item.statistic .tl-title {
  display: none;
}
.thoughtleadership .tl-item.statistic .tl-percent {
  margin: 20px 20px 5px;
  font-size: 4.2em;
  line-height: 1;
}
.thoughtleadership .tl-item.statistic .tl-text {
  padding-top: 0;
  color: #a6adb2;
}
.thoughtleadership .tl-item.pullQuote .tl-title {
  display: none;
}
.thoughtleadership .tl-item.pullQuote .tl-text {
  margin-top: 65px;
}
.thoughtleadership .tl-item.pullQuote .tl-text p {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #515255;
}
.thoughtleadership .tl-item.pullQuote .tl-author {
  position: absolute;
  left: 0;
  bottom: 0;
}
.thoughtleadership .tl-item.pullQuote .tl-foot {
  display: none;
}
.thoughtleadership .tl-item.dark-bg .tl-title,
.thoughtleadership .tl-item.dark-bg .tl-text,
.thoughtleadership .tl-item.dark-bg .tl-date span,
.thoughtleadership .tl-item.dark-bg .tl-author span,
.thoughtleadership .tl-item.dark-bg .tl-percent {
  padding: 0 5px;
  display: inline-block;
  background: rgba(41, 43, 44, 0.8);
  box-shadow: 0 0 0 2px rgba(41, 43, 44, 0.8);
  box-decoration-break: clone;
  color: #fff;
}
.thoughtleadership .tl-item.dark-bg .tl-title p,
.thoughtleadership .tl-item.dark-bg .tl-text p,
.thoughtleadership .tl-item.dark-bg .tl-date span p,
.thoughtleadership .tl-item.dark-bg .tl-author span p,
.thoughtleadership .tl-item.dark-bg .tl-percent p {
  color: #fff!important;
}
.thoughtleadership .tl-item.light-bg .tl-title,
.thoughtleadership .tl-item.light-bg .tl-text p,
.thoughtleadership .tl-item.light-bg .tl-date span,
.thoughtleadership .tl-item.light-bg .tl-author span,
.thoughtleadership .tl-item.light-bg .tl-percent {
  padding: 0 5px;
  display: inline-block;
  background: rgba(241, 243, 244, 0.8) !important;
  box-shadow: 0 0 0 2px rgba(241, 243, 244, 0.8) !important;
  box-decoration-break: clone;
  color: #000;
}
.thoughtleadership .tl-item.light-bg .tl-title p,
.thoughtleadership .tl-item.light-bg .tl-text p p,
.thoughtleadership .tl-item.light-bg .tl-date span p,
.thoughtleadership .tl-item.light-bg .tl-author span p,
.thoughtleadership .tl-item.light-bg .tl-percent p {
  color: #000!important;
}
.thoughtleadership .tl-item .tl-foot {
  padding: 20px;
}
@media (max-width: 800px) {
  .thoughtleadershipsection .tl-multi .tl-wrapper {
    float: none;
    width: 100%!important;
  }
}
.repo-wrapper {
  text-align: center;
}
table.comp-repo {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.comp-repo td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.comp-repo tr:nth-child(even) {
  background-color: #dddddd;
}
/* Styles for the Entitlement Request Form */
.warranty-request-form form {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}
.warranty-request-form form .req-user-info {
  font-weight: 600;
  font-size: 13px;
}
.warranty-request-form form .detail {
  color: #07f;
}
.warranty-request-form form input[type="text"][disabled] {
  background: #ededed !important;
}
.warranty-request-form form .selectBox-dropdown {
  line-height: 1.5;
}
.warranty-request-form form .selectBox-dropdown .selectBox-label {
  width: 100% !important;
  padding: 10px 20px 10px 10px;
  font-weight: 600;
}
.warranty-request-form form #comments {
  height: 100px;
}
.warranty-request-form form .radio-selection {
  max-width: 500px;
}
.warranty-request-form form .radio-selection input[type="text"] {
  width: 80%;
  float: right;
  padding-left: 10px;
}
.warranty-request-form form .error-asterick {
  color: red;
}
.warranty-request-form form sup {
  font-size: 90%;
}
.warranty-request-form form .username,
.warranty-request-form form .file-requested {
  color: #07f;
}
.warranty-request-form form .form_button_submit {
  font-size: 14px;
}
.warranty-request-form form input[type="radio"] {
  margin: 0 5px;
}
.warranty-request-form #fieldErrorMessage {
  color: red;
  font-size: 18px;
}
.loginstate .login-state-loading {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.loginstate .login-state-loading .login-state-loading-icon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.loginstate .login-state-loading.login-state-failed .login-state-error-message {
  display: block;
  color: #ff2222;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  text-align: center;
}
.loginstate .login-state-loading.login-state-failed .login-state-loading-icon {
  display: none;
}
.loginstate .login-state-loading .login-state-error-message {
  display: none;
}
.supportdownloadssearch .search-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: 19px;
  right: 12px;
}
@media (max-width: 800px) {
  .supportdownloadssearch .search-input-container__search-submit-button {
    top: 10px;
  }
}
.supportdownloadssearch .twitter-typeahead {
  display: block!important;
  margin: 0 auto;
  background: #169bd5;
  padding: 20px;
  border: 0;
}
@media (max-width: 800px) {
  .supportdownloadssearch .twitter-typeahead {
    padding: 10px;
  }
}
.supportdownloadssearch .twitter-typeahead.icon-search:before {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
  font-size: 1.2em;
}
.supportdownloadssearch .search-input-container--input {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding-left: 45px;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}
@media (max-width: 800px) {
  .supportdownloadssearch .search-input-container--input {
    padding-left: 10px;
  }
}
.supportdownloadssearch .search-input-container--input.tt-hint {
  opacity: 0!important;
}
.supportdownloadssearch .search-header-input-container {
  position: relative;
  margin: 0 20% 40px;
}
.supportdownloadssearch .tt-dataset-Search-Results {
  width: 80%;
  margin: 30px auto 0;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #94989d;
  overflow: hidden;
  cursor: pointer;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion .icon-right-arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  font-size: 1.2em;
  color: #333;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion:first-child {
  border-top: 1px solid #94989d;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion h2 {
  font-size: 1.2em;
  margin: 0 0 5px;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion span {
  display: block;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion span.suggestion-sub {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .8em;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion span.external {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 40%;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion:hover,
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion:active {
  background: #ebebeb;
}
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion:hover h2,
.supportdownloadssearch .tt-dataset-Search-Results .tt-suggestion:active h2 {
  color: #0077ff;
}
.supportSearch-Title {
  text-align: center;
  font-size: 1.6em;
  text-transform: none;
}
.supporSearch-subTitle {
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #cccccc;
}
.supportSearch-icons {
  text-align: center;
  padding: 40px 0;
}
.supportSearch-icons i {
  display: none;
  font-size: 3em;
  color: #333;
  margin-right: 5px;
}
.supportSearch-icons span {
  position: relative;
  top: -14px;
  color: #333;
  font-size: .9em;
  font-weight: 600;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .supportdownloadssearch .supporSearch-subTitle {
    margin: 0 0 20px;
  }
  .supportdownloadssearch .supportSearch-icons {
    display: none;
  }
  .supportdownloadssearch .twitter-typeahead {
    width: 94%;
  }
  .supportdownloadssearch .tt-dataset-Search-Results {
    width: 94%;
  }
  .supportdownloadssearch .tt-suggestion {
    padding: 0 10px;
  }
  .supportdownloadssearch .external {
    display: none!important;
  }
}
/**
*
* Series Content Area Styling
*
*/
.series-content-area {
  *zoom: 1;
  padding: 30px 0;
}
.series-content-area:before,
.series-content-area:after {
  content: "";
  display: table;
}
.series-content-area:after {
  clear: both;
}
.ie6 .series-content-area,
.ie7 .series-content-area {
  zoom: 1;
}
.series-content-area:before,
.series-content-area:after {
  content: "";
  display: table;
}
.series-content-area:after {
  clear: both;
}
.series-content-area .left > .buttons {
  margin-bottom: 10px;
}
.series-content-area .left .content-area ul,
.series-content-area .left .content-area li {
  list-style: disc outside;
  margin: 0 0 0 15px;
}
.series-content-area .contentareacta {
  *zoom: 1;
}
.series-content-area .contentareacta:before,
.series-content-area .contentareacta:after {
  content: "";
  display: table;
}
.series-content-area .contentareacta:after {
  clear: both;
}
.ie6 .series-content-area .contentareacta,
.ie7 .series-content-area .contentareacta {
  zoom: 1;
}
.series-content-area .contentareacta:before,
.series-content-area .contentareacta:after {
  content: "";
  display: table;
}
.series-content-area .contentareacta:after {
  clear: both;
}
.series-content-area .contentareacta .extendArea,
.series-content-area .contentareacta .replacesArea {
  float: left;
  width: 50%;
}
.series-content-area .contentareacta .replacesArea {
  padding-left: 10px;
}
.series-content-area .right section {
  margin-bottom: 20px;
  color: #333d47;
}
.series-content-area .right .scdl li {
  border-bottom: 1px solid #94989d !important;
}
.series-content-area .right .scdl li a {
  display: block;
  padding: 12px 0;
  text-transform: capitalize;
}
.series-content-area .right .scdl li:last-child {
  border-bottom: 0 !important;
}
.series-content-area .right .call-to-action.buttons.dropdown-cta {
  display: inline-block;
}
.series-content-area .right .call-to-action.buttons.dropdown-cta a {
  top: auto;
  font-size: 14px;
}
.series-content-area .download-link {
  white-space: nowrap;
}
.series-content-area .buttons > div {
  display: inline-block;
}
.series-content-area .buttons a {
  display: inline-block;
}
.series-content-area .buttons .dropdown-link .dropdown-link {
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
}
.series-content-area .buttons .dropdown-link .dropdown-link ul {
  margin-top: 10px;
  border: solid 1px #ffd200;
  border-bottom: none;
  width: 100%;
  opacity: 0;
  display: none;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.series-content-area .buttons .dropdown-link .dropdown-link li {
  border-bottom: solid 1px #ffd200;
  background: #ffffff;
}
.series-content-area .buttons .dropdown-link .dropdown-link li > a {
  padding: 10px 20px;
  width: 100%;
  color: #e4e3e4;
  display: inline-block;
}
.series-content-area .buttons .dropdown-link .dropdown-link li > a:hover {
  background: #e4e3e4;
  color: #ffffff;
}
.series-content-area .buttons .dropdown-link .dropdown-link.open ul {
  display: block;
  opacity: 1;
}
.series-content-area .buttons .dropdown-link .dropdown-link.open:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e628";
}
.series-content-area .buttons .dropdown-link .dropdown-link:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60d";
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.series-content-area ul,
.series-content-area li {
  color: #333d47;
}
.series-content-area .compatibility li {
  border: solid 1px #7e868c;
  padding: 10px 40px;
  display: inline-block;
  background: #ffffff;
  margin: 0 -7px 0 0;
  font-size: 35px;
}
.series-content-area .compatibility .apple:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
  position: relative;
}
.series-content-area .compatibility .android:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  position: relative;
}
.series-content-area .compatibility .windows8:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62c";
  position: relative;
}
.series-content-area .compatibility .wifi:after {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62b";
  position: relative;
}
@media (max-width: 1175px) {
  .series-content-area .contentareacta .extendArea,
  .series-content-area .contentareacta .replacesArea {
    float: none;
    width: 100%;
  }
  .series-content-area .contentareacta .replacesArea {
    padding-left: 0;
  }
  .series-content-area .compatibility li {
    padding: 10px 5%;
  }
  .series-content-area .buttons > div {
    display: block;
    width: 100%;
  }
  .series-content-area .buttons .dropdown-link:after {
    float: right;
    margin-top: 5px;
  }
  .series-content-area .buttons a {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .series-content-area .compatibility li {
    padding: 10px 5%;
  }
  .series-content-area .left section {
    margin: 25px 0;
  }
  .series-content-area .right section {
    margin: 25px 0;
  }
  .series-content-area a.download-link {
    display: block;
    white-space: nowrap;
  }
}
.award-img {
  width: 100%;
}
.award-item {
  display: inline-block;
  max-height: 200px;
}
.award-row {
  margin-bottom: 25px;
}
.productseries__detail {
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 800px) {
  .productseries__detail {
    float: left;
    width: 58.33333333%;
    margin-right: 0%;
    margin-right: 8.33333333%;
    position: relative;
  }
}
@media only screen and (min-width: 970px) {
  .productseries__detail {
    padding-left: 16.66666667%;
  }
}
.productseries__title {
  text-transform: initial;
}
.productseries__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
}
.productseries__img {
  max-width: 260px;
}
@media only screen and (min-width: 970px) {
  .productseries__img {
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
    width: 25%;
    margin-right: 0%;
  }
}
.productseries__description {
  font-size: 18px;
  font-size: 1.125rem;
}
.productseries__description p {
  font-size: 18px;
  font-size: 1.125rem;
}
.productseries__description ul {
  padding-left: 15px;
}
.productseries__description li {
  list-style: initial;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
.productseries__products {
  margin-bottom: 40px;
}
.productseries__products-header {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.productseries__products-list {
  font-size: 14px;
  font-size: 0.875rem;
}
.productseries__industry {
  margin-bottom: 40px;
}
@media only screen and (min-width: 800px) {
  .productseries__industry,
  .productseries__usedfor {
    float: left;
    width: 50%;
    margin-right: 0%;
    padding-right: 10px;
  }
}
.productseries__industry li,
.productseries__usedfor li {
  font-size: 14px;
  font-size: 0.875rem;
}
.productseries__industry .label,
.productseries__usedfor .label {
  font-weight: bold;
}
.productseries__industry-item {
  margin-bottom: 15px;
}
.productseries__industry-item > i {
  font-size: 35px;
  vertical-align: middle;
  margin-right: 10px;
}
.productseries__tl {
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .productseries__tl {
    float: left;
    width: 33.33333333%;
    margin-right: 0%;
  }
}
.contact-btns__container {
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  .contact-btns__container {
    padding: 30px;
  }
}
.contact-btns__container.border-top {
  border-top: 1px solid #333d47;
}
.contact-btns__container.border-bottom {
  border-bottom: 1px solid #333d47;
}
.subtitle_text .zebra-text {
  padding-bottom: 20px;
}
.title-text__container,
.cta__container {
  text-align: center;
}
.title-text__container .title-text.text p {
  font-weight: 500;
  margin-bottom: 5px;
}
.verticalbuttons .calltoaction {
  display: block;
}
.horizontalbuttons .calltoaction {
  display: inline-block;
}
.cta__container {
  text-align: center;
}
@media (max-width: 800px) {
  .cta__container .calltoaction {
    display: block;
  }
  .cta__container .calltoaction a {
    display: block;
  }
}
.cq-wcm-edit .cta__container {
  float: none;
  display: block;
}
.cq-wcm-edit .cta__container .calltoaction {
  display: block;
  width: 700px;
  margin-bottom: 20px;
}
.cq-wcm-edit .title-text__container {
  width: 700px;
}
.cq-wcm-edit .title-text__container .text {
  margin-bottom: 20px;
}
/* Serial Number Form styles */
.form_row {
  white-space: nowrap;
}
.serial-number-input {
  width: 100%;
  /* max-width: 500px; */
  /*  padding-right: 40px; */
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #5c5e60;
  font: bold 14px "proxima-nova", sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
  height: 35px;
  cursor: pointer;
}
.serial-number-input input {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0 10px 15px;
  color: #5c5e60;
  border: solid 1px #a6adb2;
  height: 35px;
}
.serial-number-input .serial-number-btn,
.serial-number-input .contract-number-btn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -20px;
  width: 55px;
  background: #575858;
  padding: 10px 0 10px 15px;
}
.serial-number-input .serial-number-btn:hover,
.serial-number-input .contract-number-btn:hover {
  background: #a6adb2;
}
.serial-number-input .outbound-link:after {
  font-size: 15px;
  position: absolute;
  top: 8px;
  color: #fff;
  margin-left: -12px;
}
/* Serial Number Table styles */
.serial-full-table-wrapper {
  /* max-width: 682px; */
  width: 100%;
  /* Serial Number Form Button styles */
}
.serial-full-table-wrapper .sno-table-wrap {
  overflow: auto;
  /* height: 199px; */
  /* max-width: 682px; */
  width: 100%;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  position: relative;
}
.serial-full-table-wrapper .sno-table-wrap table {
  width: 100%;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable {
  width: 100%;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader th {
  background-color: #575858;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  border-color: transparent;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .select {
  padding: 15px;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .serial {
  padding: 15px 20px 15px 20px;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .model,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .warranty,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .contract,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .entitled,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable .fixedHeader .contractDate {
  padding: 15px 20px;
  white-space: nowrap;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody {
  border: none;
  background: #fff;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .alt {
  background: #ededed;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .serial,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .model,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .warranty,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .contract,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .entitled,
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .contractDate {
  text-align: center;
}
.serial-full-table-wrapper .sno-table-wrap #serialDisplayTable #serTableBody .select {
  padding: 15px;
}
.serial-full-table-wrapper .form_button_submit {
  float: right;
  margin: 5px 0px;
}
.serial-full-table-wrapper .serial-btn {
  float: right;
  right: -10px;
  margin-top: 5px;
}
.serial-full-table-wrapper .zebra-btn.buttonized {
  color: #fff;
}
.serial-full-table-wrapper .zebra-btn {
  background: #07f;
  margin-left: 0;
  padding: 10px 20px;
  background-clip: padding-box;
}
.serial-full-table-wrapper .zebra-btn:hover {
  border: 10px solid rgba(0, 119, 255, 0.3);
  background-clip: padding-box;
  color: #fff !important;
}
.serial-full-table-wrapper button[disabled] {
  background-color: #ededed !important;
  cursor: default !important;
}
.serial-full-table-wrapper .button[disabled]:hover {
  border-color: transparent !important;
}
.serial-full-table-wrapper .form_button_submit:hover {
  border: 10px solid transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* Serial Number Error Dialog styles */
.error-modal-dialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.error-modal-dialog > div {
  width: 500px;
  position: relative;
  margin: 15% auto;
  padding: 25px 25px 13px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 1px 1px 3px #000;
}
.error-modal-dialog > div p {
  font-size: 12px;
}
.close-error-modal {
  background: #575858;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px 1px 0px 0px;
}
.close-error-modal:hover {
  background: #ccc;
}
.clear-right {
  clear: right;
}
/* Styles for spinner */
#loader {
  position: absolute;
  left: 50%;
  top: 75%;
  z-index: 1;
  opacity: .5;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #575858;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.solutionuses {
  overflow: hidden;
}
.solutionuses .solution-section-header {
  text-align: center;
  margin-bottom: 20px;
}
.solutionuses .solution-container {
  position: relative;
}
.solutionuses .solution-container .flex-container {
  display: flex;
  justify-content: center;
}
.solutionuses .solution-toggle {
  position: absolute;
  top: 90px;
}
.solutionuses .solution-toggle.solution-prev {
  left: 10px;
}
.solutionuses .solution-toggle.solution-next {
  right: 10px;
}
.solutionuses .solution-block {
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
}
.solutionuses .solution-block .solution-img,
.solutionuses .solution-block img {
  width: 180px;
  height: 180px;
}
.solutionuses .solution-block .solution-img {
  margin: 0 auto 20px;
}
.solutionuses .solution-block img {
  border-radius: 8em;
}
.solutionuses .solution-block h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333d47;
  line-height: 1.25;
  letter-spacing: .025em;
}
.solutionuses .solution-block p {
  font-size: 16px;
  color: #333d47;
  margin: 0 0 10px;
  line-height: 1.25;
  letter-spacing: .025em;
}
.solutionuses .solution-block a {
  display: block;
  text-align: center;
  margin-right: 0;
}
.solutionuses .solution-count {
  display: none;
  text-align: center;
  padding: 15px 0;
  color: #333;
}
@media (max-width: 800px) {
  .solutionuses .solution-container {
    overflow: hidden;
  }
  .solutionuses .solution-container ul {
    overflow: hidden;
  }
  .solutionuses .solution-container li {
    display: none;
    width: 100%;
  }
  .solutionuses .solution-container li.selected {
    display: block;
  }
  .solutionuses .solution-count {
    display: block;
  }
}
@media (max-width: 700px) {
  .solutionuses .solution-container .flex-container {
    justify-content: center;
    display: block !important;
  }
}
.bgil .content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bgil .content > h1,
.bgil .content > h2,
.bgil .content > .breadcrumb-page-actions-container {
  max-width: 1272px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.bgil .mainpar .bgimagecontents,
.bgil .mainpar > .section {
  max-width: 1272px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.bgil .mainpar .backgroundimage.section {
  max-width: 100%;
  padding: 0;
}
.backgroundimage-container {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.backgroundimage-container.full-height {
  height: 100vh;
  background-size: cover;
}
@media only screen and (min-width: 1921px) {
  .backgroundimage-container {
    background-size: cover;
  }
}
.bgi-pos-left-top {
  background-position: left top;
}
.bgi-pos-left-center {
  background-position: left center;
}
.bgi-pos-left-bottom {
  background-position: left bottom;
}
.bgi-pos-right-top {
  background-position: right top;
}
.bgi-pos-right-center {
  background-position: right center;
}
.bgi-pos-right-bottom {
  background-position: right bottom;
}
.bgi-pos-center-top {
  background-position: center top;
}
.bgi-pos-center-center {
  background-position: center center;
}
.bgi-pos-center-bottom {
  background-position: center bottom;
}
@media only screen and (min-width: 700px) {
  .bgi-pos-left-top-mid {
    background-position: left top;
  }
  .bgi-pos-left-center-mid {
    background-position: left center;
  }
  .bgi-pos-left-bottom-mid {
    background-position: left bottom;
  }
  .bgi-pos-right-top-mid {
    background-position: left top;
  }
  .bgi-pos-right-center-mid {
    background-position: right center;
  }
  .bgi-pos-right-bottom-mid {
    background-position: right bottom;
  }
  .bgi-pos-center-top-mid {
    background-position: center top;
  }
  .bgi-pos-center-center-mid {
    background-position: center center;
  }
  .bgi-pos-center-bottom-mid {
    background-position: center bottom;
  }
}
@media only screen and (min-width: 970px) {
  .bgi-pos-left-top-large {
    background-position: left top;
  }
  .bgi-pos-left-center-large {
    background-position: left center;
  }
  .bgi-pos-left-bottom-large {
    background-position: left bottom;
  }
  .bgi-pos-right-top-large {
    background-position: right top;
  }
  .bgi-pos-right-center-large {
    background-position: right center;
  }
  .bgi-pos-right-bottom-large {
    background-position: right bottom;
  }
  .bgi-pos-center-top-large {
    background-position: center top;
  }
  .bgi-pos-center-center-large {
    background-position: center center;
  }
  .bgi-pos-center-bottom-large {
    background-position: center bottom;
  }
}
.bgi-color-black {
  background-color: #000000;
}
.bgi-color-grey {
  background-color: #333d47;
}
.bgi-color-yellow {
  background-color: #ffd200;
}
.bgi-color-blue {
  background-color: #007cb0;
}
.cPContainer {
  display: inline;
}
.cPHeader {
  width: 60%;
  color: #5c5e60;
  margin-bottom: 40px;
}
.eloquaForm {
  overflow: auto;
}
.eloquaForm .field-size-top-medium {
  width: 40% !important;
  height: 45px;
  margin: 5px 0;
}
@media (max-width: 800px) {
  .eloquaForm .field-size-top-medium {
    width: 90% !important;
  }
}
.eloquaForm input.field-size-top-medium {
  border: 0.001em #adaaaa solid;
  text-indent: 15px;
}
.eloquaForm input.field-size-top-medium:focus {
  color: #007cb0;
  border-color: #007cb0;
}
.eloquaForm .field-size-top-large,
.eloquaForm .field-size-left-large {
  width: 40% !important;
  height: 45px;
  margin: 5px 0;
}
@media (max-width: 800px) {
  .eloquaForm .field-size-top-large,
  .eloquaForm .field-size-left-large {
    width: 90% !important;
  }
}
.eloquaForm input.field-size-top-large {
  border: 0.001em #adaaaa solid;
  text-indent: 15px;
}
.eloquaForm input.field-size-top-large:focus {
  color: #007cb0;
  border-color: #007cb0;
}
.eloquaForm .field-size-left-medium {
  width: 40% !important;
  height: 45px;
  margin: 5px 0;
}
@media (max-width: 800px) {
  .eloquaForm .field-size-left-medium {
    width: 90% !important;
  }
}
.eloquaForm input.field-size-left-medium {
  border: 0.001em #adaaaa solid;
  text-indent: 15px;
}
.eloquaForm input.field-size-left-medium:focus {
  color: #007cb0;
  border-color: #007cb0;
}
.eloquaForm .selectBox-menuShowing {
  width: 40% !important;
}
@media (max-width: 800px) {
  .eloquaForm .selectBox-menuShowing {
    width: 90% !important;
  }
}
.eloquaForm .selectBox-dropdown {
  width: 40% !important;
  height: 45px;
}
@media (max-width: 800px) {
  .eloquaForm .selectBox-dropdown {
    width: 90% !important;
  }
}
.eloquaForm .submit-button {
  background-color: #007cb0;
  border: 2px solid #007cb0;
  color: #ffffff;
  width: auto;
  height: 45px !important;
  padding: 10px 20px;
  font-size: 16px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease;
  margin: 5px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.eloquaForm .submit-button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #007cb0;
}
@media (max-width: 800px) {
  .eloquaForm .submit-button {
    margin-bottom: 20px;
  }
}
.triangle-rt {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  position: absolute;
}
.triangle-lb {
  width: 0;
  height: 0;
  border-right: 100vw  solid transparent;
  border-left: 0px solid transparent;
  position: absolute;
}
.triangle-lt {
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  position: absolute;
}
.triangle-rb {
  width: 0;
  height: 0;
  border-right: 100vw  solid transparent;
  border-left: 0px solid transparent;
  position: absolute;
}
.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.mobile-view {
  display: none;
}
.utility-nav {
  display: block;
  width: 100%;
  background-color: #ffffff;
  height: 25px;
  margin: 0 0;
  background: inherit;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  position: relative;
  left: 0px;
  top: 0px;
  padding: 0px;
}
.utility-nav .utility-item {
  float: right;
}
.utility-nav .utility-item > a {
  font-weight: 300;
  border-right: 1px solid black;
  font-size: 12px;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}
.utility-nav .utility-item > a:hover {
  color: #00a7ff;
  opacity: .6;
}
.lang-editor {
  position: relative !important;
  top: -21px !important;
}
.utility-editor {
  position: relative;
  height: 355px;
}
.login-editor {
  float: none !important;
  display: block;
}
.mobile-dismiss.utilty-footer {
  height: 44px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.34901961);
  -webkit-box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.34901961);
  box-shadow: 0px 2px 2px rgba(204, 204, 204, 0.34901961);
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
  background: black;
}
.nav-container.utilitymob-menu {
  display: none;
}
.utility-line {
  color: #cccccc;
  margin-left: 25px;
  border-width: 0.4px;
  border-style: solid;
  margin-right: 25px;
}
@media only screen and (max-width: 950px) {
  .utility-nav {
    display: none;
  }
}
@media only screen and (max-width: 835px) {
  .utilitymob-menu a {
    font-weight: 400 !important;
    font-size: 14px !important;
  }
}
.cookie-container {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.cookie-container .cookie-left {
  padding: 10px 0px 0px 10px;
  display: inline-block;
  width: 80%;
  text-align: left;
}
@media only screen and (max-width: 950px) {
  .cookie-container .cookie-left {
    display: block;
    width: 100%;
  }
}
.cookie-container .cookie-right {
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 19%;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .cookie-container .cookie-right {
    padding: 0px 0px 0px 10px;
    width: 100%;
    position: relative;
    top: -10px;
    right: 0px;
  }
  .cookie-container .cookie-right button {
    float: left;
  }
}
.cookie-container .cookieBtn {
  background: #00A7FF;
  color: #FFF;
  border-style: none;
}
.cookie-container .cookieBtn:hover {
  background: #66CAFF;
}
.sec-nav > ul {
  display: none;
  width: 100vw;
  padding: 0;
  background: inherit;
  position: absolute;
}
.sec-nav i.icon-down-arrow,
.sec-nav i.icon-up-arrow {
  font-size: 18px;
  margin: 14px 0 10px 5px;
  position: absolute;
  top: 0;
  right: 31px;
}
.sec-nav.menu-shown > ul {
  display: table;
  background-color: #333333;
  z-index: 40;
}
@media only screen and (min-width: 800px) {
  .sec-nav {
    background: #ffffff;
  }
  .sec-nav > ul {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 4;
  }
}
hr.sec-nav-border {
  display: none;
}
@media only screen and (min-width: 800px) {
  hr.sec-nav-border {
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 1px solid #ccc;
  }
}
.sec-toggle-container {
  position: relative;
  width: 100vw;
  height: 43px;
  text-align: center;
  border: 1px solid #cccccc;
  bottom: 2px;
  z-index: 37;
}
@media only screen and (min-width: 800px) {
  .sec-toggle-container {
    display: none;
  }
}
.sec-toggle-btn {
  display: block;
  padding: 10px 20px;
  color: #000000;
  background: #ffffff;
  font-weight: bold;
  letter-spacing: 0.025em;
  font-size: 18px;
  border: 1px solid #cccccc;
  line-height: 1.25;
  min-height: 44px;
}
.sec-desktop-label {
  display: none;
  vertical-align: middle;
}
@media only screen and (min-width: 800px) {
  .sec-desktop-label {
    display: table-cell;
    font-weight: 400;
  }
}
.sec-mobile-label {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  padding-right: 20px;
  position: absolute;
  left: 45px;
  font-size: 14px;
}
@media only screen and (min-width: 800px) {
  .sec-mobile-label {
    display: none;
  }
}
.sec-nav-item {
  display: inline-block;
  position: relative;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item {
    display: inline-block;
    position: static;
    height: 100%;
    border: none;
  }
}
.sec-nav-item .icon-right-arrow {
  position: absolute;
  top: 13px;
  right: 31px;
}
@media only screen and (min-width: 835px) {
  .sec-nav-item .icon-right-arrow {
    display: none;
  }
}
.sec-nav-item .icon-left-arrow {
  position: relative;
  top: -41px;
  z-index: 80;
  color: #000000;
}
@media only screen and (min-width: 835px) {
  .sec-nav-item .icon-left-arrow {
    display: none;
  }
}
.sec-nav-item .icon-down-arrow,
.sec-nav-item .icon-up-arrow {
  position: absolute;
  top: 25px;
  right: 20px;
}
@media only screen and (min-width: 835px) {
  .sec-nav-item .icon-down-arrow,
  .sec-nav-item .icon-up-arrow {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .sec-nav-item:first-child .sec-nav-link {
    border: none;
    border-right: 1px solid rgba(198, 202, 204, 0.5);
  }
}
.sec-nav-item:first-child .sec-nav-link.sec-no-sub {
  color: #ffffff;
  line-height: 1.6;
}
.sec-nav-item:first-child .sec-nav-link.sec-no-sub .sec-mobile-label {
  font-size: 14px;
  margin-left: -15px;
}
.sec-nav-item:first-child .sec-nav-link.sec-no-sub .sec-desktop-label {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item:first-child .sec-nav-link.sec-no-sub {
    /* border-top: @color-white 4px solid; */
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 17px 20px;
  }
}
.sec-nav-item:last-child {
  border-bottom: none;
}
.sec-nav-item .sec-sub-wrap {
  width: 100%;
  position: relative;
  background: #333333;
  display: none;
  z-index: 4200;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item .sec-sub-wrap {
    margin: 0 auto;
    background: #ffffff;
    width: 19px;
    text-align: left;
    border: 1px solid #cccccc;
    box-shadow: 1px 2px 2px #cccccc;
    position: absolute;
  }
  .sec-nav-item .sec-sub-wrap .nav-mobile-primary {
    display: none;
  }
  .sec-nav-item .sec-sub-wrap > ul {
    display: block;
    max-width: 1272px;
    margin: 0 auto;
    margin-left: -23px;
  }
}
.sec-nav-item .sec-sub-wrap li,
.sec-nav-item .sec-sub-wrap a {
  display: block;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item .sec-sub-wrap li,
  .sec-nav-item .sec-sub-wrap a {
    display: block;
  }
}
.sec-nav-item .sec-sub-wrap a {
  padding: 6px 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.25;
  color: #ffffff;
  margin-left: 43px;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item .sec-sub-wrap a {
    color: #000000;
  }
  .sec-nav-item .sec-sub-wrap a:hover {
    color: #00a7ff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.selected a.sec-nav-link {
    background: #ffffff;
    color: #00a7ff;
    border-bottom: #00a7ff 4px solid;
    text-decoration: none !important;
    font-weight: 400;
  }
  .sec-nav-item.selected a.sec-nav-link.sec-no-sub {
    background: #ffffff;
    color: #00a7ff;
    text-decoration: none !important;
    border-bottom: 0px;
  }
  .sec-nav-item.selected a.sec-nav-link.sec-primary-enabled {
    text-decoration: none;
    cursor: pointer;
  }
}
.sec-nav-item.selected .sec-sub-wrap {
  float: left;
  text-align: left;
  min-width: 188px;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.selected .sec-sub-wrap {
    display: block;
  }
}
.sec-nav-link {
  padding: 15px;
  width: 100%;
  min-height: 44px;
  letter-spacing: 0.025em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  outline: none;
  font-size: 14px;
  cursor: default;
}
@media only screen and (min-width: 800px) {
  .sec-nav-link {
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border-bottom: #ffffff 4px solid;
    border-top: #ffffff 4px solid;
  }
}
.shifting {
  margin-left: -15px;
  top: 23px;
}
.sec-nav-item.item-count-1 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-1 {
    width: unset;
  }
}
.sec-nav-item.item-count-2 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-2 {
    width: unset;
  }
}
.sec-nav-item.item-count-3 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-3 {
    width: unset;
  }
}
.sec-nav-item.item-count-4 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-4 {
    width: unset;
  }
}
.sec-nav-item.item-count-5 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-5 {
    width: unset;
  }
}
.sec-nav-item.item-count-6 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-6 {
    width: unset;
  }
}
.sec-nav-item.item-count-7 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-7 {
    width: unset;
  }
}
.sec-nav-item.item-count-8 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-8 {
    width: unset;
  }
}
.sec-nav-item.item-count-9 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-9 {
    width: unset;
  }
}
.sec-nav-item.item-count-10 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-10 {
    width: unset;
  }
}
.sec-nav-item.item-count-11 {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .sec-nav-item.item-count-11 {
    width: unset;
  }
}
li.social-items {
  display: inline;
}
li.social-items a:hover {
  text-decoration: none;
}
.social-icon-display {
  height: 25px;
  display: inline-block;
  width: 26px;
}
/* LIGHT-BACKGROUND-ICONS */
.social-facebook-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Facebook.png) center no-repeat;
  background-size: 26px 25px;
}
.social-blog-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-blogger.png) center no-repeat;
  background-size: 26px 25px;
}
.social-linkedin-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Linkedin.png) center no-repeat;
  background-size: 26px 25px;
}
.social-twitter-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Twitter.png) center no-repeat;
  background-size: 26px 25px;
}
.social-weChat-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Wechat.png) center no-repeat;
  background-size: 26px 25px;
}
.social-weibo-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Weibo.png) center no-repeat;
  background-size: 26px 25px;
}
.social-youku-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Youku.png) center no-repeat;
  background-size: 26px 25px;
}
.social-youtube-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-youtube.png) center no-repeat;
  background-size: 26px 25px;
}
.social-instagram-lightbg {
  background: url(commons/img/icons/lightbg_Social-Media-Icons-Instagram.png) center no-repeat;
  background-size: 26px 25px;
}
/* DARK-BACKGROUND-ICONS */
.social-facebook-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Facebook.png) center no-repeat;
  background-size: 26px 25px;
}
.social-blog-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-blogger.png) center no-repeat;
  background-size: 26px 25px;
}
.social-linkedin-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Linkedin.png) center no-repeat;
  background-size: 26px 25px;
}
.social-twitter-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Twitter.png) center no-repeat;
  background-size: 26px 25px;
}
.social-weChat-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Wechat.png) center no-repeat;
  background-size: 26px 25px;
}
.social-weibo-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Weibo.png) center no-repeat;
  background-size: 26px 25px;
}
.social-youku-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Youku.png) center no-repeat;
  background-size: 26px 25px;
}
.social-youtube-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-youtube.png) center no-repeat;
  background-size: 26px 25px;
}
.social-instagram-darkbg {
  background: url(commons/img/icons/darkbg_Social-Media-Icons-Instagram.png) center no-repeat;
  background-size: 26px 25px;
}
.iframe .iframe-styles {
  width: 100%;
  border: 0;
  min-height: 500px;
  overflow: hidden;
}
.target .text:empty {
  display: none;
  padding: 0px;
}
.target .text {
  padding: 10px;
}
/* Css for Blog Page Top Padding..*/
.blog-title {
  padding-top: 40px;
}
/*End of Blog Page Top Padding..*/
/* Css for Blog Page Bottom Padding..*/
.blogsecondpar {
  padding-bottom: 80px;
}
.middlepar {
  padding-top: 5px;
}
/*End of Blog Page Bottom Padding..*/
/*Css for Author Name Bold in Blog Detail Template.. */
.authorname {
  font-weight: bold;
  padding-bottom: 20px;
}
/*End of Author Name Bold Css..*/
/* Changing the Color to Blue in Blog page Author name and Categeries*/
.authornamecolor {
  color: #00a7ff;
}
/* End of blue color..*/
/* Added Padding for author Name..*/
.blogdetail {
  padding-top: 20px;
}
/**Added Padding for Category*/
.blogcategory {
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-flex;
}
/* Defining properties for title and tagtitles */
.title {
  margin-right: 5px;
}
.tagtitles {
  overflow-x: hidden;
  width: 100%;
}
.tagtitles li {
  display: inline-flex;
}
/*css for BlogDetail Bottom iparsys*/
.bottomiparsys {
  width: 100%;
  display: inline-block;
}
.blog-author {
  margin: 10px 0px;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}
.blog-author img {
  width: 100px;
  height: auto;
}
.blog-author-image {
  padding: 10px 0px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 580px) {
  .blog-author-image {
    padding-bottom: 0px;
  }
}
.blog-author-desc {
  display: inline-block;
  width: 80%;
  padding: 5px 10px;
}
@media only screen and (max-width: 970px) {
  .blog-author-desc {
    width: 75%;
  }
}
@media only screen and (max-width: 580px) {
  .blog-author-desc {
    width: 100%;
    padding: 0px 0px 5px 0px;
  }
}
.blog-author-desc .author-name {
  color: #0074b2;
  padding-bottom: 10px;
}
.recent-blog-posts,
.popular-blog-posts {
  padding: 10px 0px;
}
.recent-blog-posts .flex-container,
.popular-blog-posts .flex-container {
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .flex-container > ul > .flex-container,
.popular-blog-posts .flex-container > ul > .flex-container {
  display: flex;
  flex-direction: row;
  line-height: 1.2;
}
.recent-blog-posts .flex-container > div,
.popular-blog-posts .flex-container > div {
  margin: 5px;
  margin-right: 15px;
}
.recent-blog-posts .main-title,
.popular-blog-posts .main-title {
  font-weight: bold;
  font-size: 16x;
}
.recent-blog-posts .recent-post-image,
.popular-blog-posts .recent-post-image {
  padding-top: 4px;
}
.recent-blog-posts .blog-image,
.popular-blog-posts .blog-image {
  width: 100px;
  max-height: 100px;
}
.recent-blog-posts .recent-post-title,
.popular-blog-posts .recent-post-title {
  min-width: 252px;
  overflow: hidden;
}
.recent-blog-posts .blog-title,
.popular-blog-posts .blog-title {
  font-size: 13px;
  text-transform: capitalize;
  color: #0074b2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.recent-blog-posts .blog-title:hover,
.popular-blog-posts .blog-title:hover {
  color: #00a7ff;
}
.fit-to-screen {
  width: 100%;
  height: auto;
}
.dropdown-js {
  width: 300px;
}
.selectBox-label {
  width: 300px;
}
.selectBox-dropdown .selectBox-arrow {
  background: #5d656b;
}
.text-color {
  color: #0074b2;
  font-weight: 600;
}
.grid-spacing-grid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-spacing-list {
  margin-top: 5px;
}
.selectBox-arrow-list::after {
  display: block;
  content: "";
  background: url(../../designs/zebra-www-responsive/dropdown-arrow.png) no-repeat;
  position: absolute;
  top: 21px;
  right: 14px;
  width: 12px;
  height: 7px;
}
.hr-style {
  border: .5px solid;
  margin-bottom: 10px;
}
@media only screen and (min-width: 800px) {
  .align-tags-left,
  .each-tagtitle-left {
    float: left;
  }
  .align-tags {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .each-tagtitle-left {
    float: left;
  }
  .align-tags {
    display: -webkit-box;
    padding-bottom: 30px;
  }
}
/* topic tag tile */
.align-tags-left {
  margin-right: 5px;
}
/* topic tags properties*/
.tagtitles-left {
  width: 100%;
}
.tagtitles-left li {
  display: inline-flex;
}
.text-font {
  font-size: 18px;
}
.element-spacing {
  margin-bottom: 10px;
}
/*...CSS for Feature and Merchandising components...*/
.feature-merchandising-content {
  box-sizing: border-box;
  position: relative;
}
.feature-merchandising-content .feature-merchandising-image {
  width: 100%;
  height: auto;
}
.feature-merchandising-content .feature-merchandising-content-text,
.feature-merchandising-content .feature-merchandising-button {
  margin-top: 10px;
}
.feature-merchandising-content .feature-merchandising-text {
  width: 100%;
  color: #000000;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1080px) {
  .feature-merchandising-content .feature-merchandising-button {
    margin-left: 0px;
  }
}
/*...End of Feature and Merchandising Component Css..*/
.rss-icon {
  width: 25px;
  height: 25px;
}
.rss-title {
  vertical-align: top;
}
.header-right .searchComponent {
  vertical-align: top;
  padding-top: 5px;
}
@media only screen and (min-width: 950px) {
  .header-right .searchComponent {
    display: inline-block;
  }
}
.header-search-container-blog {
  background: #fff;
  position: relative;
  z-index: 2;
  vertical-align: top;
  display: block;
  padding-right: 20px;
}
@media screen and (max-width: 950px) {
  .header-search-container-blog {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .header-search-container-blog {
    display: inline-block;
  }
}
@media only screen and (min-width: 950px) {
  .header-search-container-blog {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 0px;
    width: 185px;
  }
}
@media only screen and (min-width: 970px) {
  .header-search-container-blog {
    background: transparent;
    position: static;
    width: 185px;
  }
}
/* Search Box */
.header-search-container-blog .search-header-input-container {
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 970px) {
  .header-search-container-blog .search-header-input-container {
    width: 185px;
  }
}
.header-search-container-blog .search-submit-btn,
.header-search-container-blog .search-header-input-container__search-submit-button {
  position: absolute;
  right: 0px;
  top: 1px;
  background: none;
  border: 0;
}
.header-search-container-blog .twitter-typeahead {
  width: 100%;
  padding: 0;
  background: transparent;
}
@media only screen and (min-width: 950px) {
  .header-search-container-blog .twitter-typeahead {
    width: 250px;
  }
}
.header-search-container-blog .search-input-container {
  margin: 10px;
  position: relative;
}
.header-search-container-blog .search-input-container--input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  background: transparent;
  height: 34px;
  background-color: #fff;
}
.header-search-container-blog .search-input-container__search-submit-button,
.header-search-container-blog .search-header-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  right: 5px;
  padding: 0px;
}
.header-search-container-blog .search-input-container__search-submit-button--i {
  color: #333333;
}
.header-search-container-blog .search-header-input-container__search-submit-button--i {
  color: #A6ADB2;
  font-size: 1em;
}
@media screen and (max-width: 950px) {
  .header-search-container-blog .search-header-input-container__search-submit-button--i {
    padding-top: 5px;
  }
}
.header-search-container-blog .twitter-typeahead .tt-dropdown-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  z-index: 1000 !important;
}
.header-search-container-blog .twitter-typeahead .tt-suggestions {
  padding: 0;
  margin: 0;
}
.header-search-container-blog .twitter-typeahead .tt-suggestion {
  border-top: 1px solid rgba(198, 202, 204, 0.5);
  margin: 0;
  padding: 10px;
}
.header-search-container-blog .twitter-typeahead .tt-suggestion p {
  margin: 0;
  padding: 0;
}
.header-search-container-blog .twitter-typeahead .tt-highlight {
  margin: 0;
  padding: 0;
}
.header-search-container-blog .twitter-typeahead .tt-cursor {
  background: #fff;
  color: #007cb0;
}
.header-search-container-blog .twitter-typeahead .tt-cursor .tt-highlight,
.header-search-container-blog .twitter-typeahead .tt-cursor p {
  color: #007cb0;
}
.header-search-container-blog .twitter-typeahead .tt-cursor:hover {
  cursor: pointer;
}
.search-header-result-img {
  width: 50px;
  height: 50px;
}
.search-header-result .search-header-result__title {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  text-transform: capitalize;
  color: #111;
  line-height: 16px;
  vertical-align: middle;
}
.predictive-search-title {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: -20px;
}
.search-header-result:hover .search-header-result__title {
  color: #007cb0;
}
.search-header-result-more-results {
  border-top: 2px solid #e5e8e8;
  height: 37px;
}
.search-header-result-more-results a {
  color: #000;
}
.search-header-result-more-results .see-more {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}
.search-input-container {
  margin: 10px;
  position: relative;
}
.search-input-button-contianer {
  position: relative;
  width: 52%;
  margin: 0 auto;
}
.search-input-container--input {
  position: relative;
  width: 100%;
  background: #e6e8e7;
  border: 1px solid #dcd7d8;
  padding-left: 60px;
}
.search-input-container--input:focus {
  color: #777;
  border: 1px solid #dbd7d8;
}
.search-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: 0px;
  right: 5px;
}
@media (max-width: 950px) {
  .search-input-container__search-submit-button {
    top: 10px;
  }
}
.search-input-container__search-submit-button--i {
  color: #a6adb2;
}
.search-header-input-container {
  margin: 0 auto 40px;
}
.support-search-width {
  margin: 0 0 40px;
}
@media only screen and (min-width: 700px) {
  .support-search-width {
    margin: 0 20% 40px;
  }
}
.search-header-input-container__search-submit-button {
  background: none;
  border: none;
  position: absolute;
  font-size: 1.5em;
  top: -1px;
  right: 0;
  padding: 10px;
}
.search-header-input-container__search-submit-button--i {
  font-size: 1.3em;
  color: #666;
}
.support-search-header-input-container__search-submit-button--i {
  font-size: 1.3em;
  color: #666;
}
.support-submit-button-font {
  font-size: 1.2em !important;
}
.twitter-typeahead .tt-dropdown-menu {
  background: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  z-index: 1000 !important;
}
.twitter-typeahead .tt-suggestions {
  padding: 0;
  margin: 0;
}
.twitter-typeahead .tt-suggestion {
  border-top: 1px solid rgba(198, 202, 204, 0.5);
  margin: 0;
  padding: 10px;
}
.twitter-typeahead .tt-suggestion p {
  margin: 0;
  padding: 0;
}
.twitter-typeahead .tt-highlight {
  margin: 0;
  padding: 0;
}
.twitter-typeahead .tt-cursor {
  background: #fff;
  color: #007cb0;
}
.twitter-typeahead .tt-cursor .tt-highlight,
.twitter-typeahead .tt-cursor p {
  color: #007cb0;
}
.twitter-typeahead .tt-cursor:hover {
  cursor: pointer;
}
.navigationcomponent .search-wrapper .tt-menu {
  background: #fff;
  width: 290px;
  text-align: left;
  border: 1px solid rgba(198, 202, 204, 0.5);
  position: absolute;
  right: 0px;
  z-index: 3000;
}
@media screen and (max-width: 950px) {
  .navigationcomponent .search-wrapper .tt-menu {
    width: 100%;
  }
}
::-ms-clear {
  display: none;
}
input.search-input-container--input.tt-input::placeholder {
  color: #d3d3d3;
  font-size: 14px;
}
.blog-audio.center {
  text-align: center;
}
.blog-audio.left {
  text-align: left;
}
.blog-audio.right {
  text-align: right;
}
.blog-audio h2 {
  text-transform: none;
}
@font-face {
  font-family: 'zebra-icons';
  src: url('commons/less/utils/fonts/zebra-icons.eot');
  src: local("☺"), url("commons/less/global/fonts/fonts/zebra-icons.eot?#iefix") format("embedded-opentype"), url('commons/less/global/fonts/zebra-icons.woff') format('woff'), url('commons/less/global/fonts/zebra-icons.ttf') format('truetype'), url('commons/less/global/fonts/fonts/zebra-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'zebra-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-dismiss:before {
  content: '\e600';
}
/* '' */
.icon-alert-link:before {
  content: '\e601';
}
/* '' */
.icon-android:before {
  content: '\e602';
}
/* '' */
.icon-apple:before {
  content: '\e603';
}
/* '' */
.icon-barcode-scanning:before {
  content: '\e604';
}
/* '' */
.icon-blog:before {
  content: '\e605';
}
/* '' */
.icon-breadcrumb-arrow:before {
  content: '\e606';
}
/* '' */
.icon-card-printing:before {
  content: '\e607';
}
/* '' */
.icon-cloud-base-service-management:before {
  content: '\e608';
}
/* '' */
.icon-cta-arrow:before {
  content: '\e609';
}
/* '' */
.icon-data-capture-and-scanning:before {
  content: '\e60a';
}
/* '' */
.icon-dev-location:before {
  content: '\e60b';
}
/* '' */
.icon-dev-tag:before {
  content: '\e60c';
}
/* '' */
.icon-down-arrow:before {
  content: '\e60d';
}
/* '' */
.icon-download:before {
  content: '\e60e';
}
/* '' */
.icon-drivers:before {
  content: '\e60f';
}
/* '' */
.icon-drop-rating:before {
  content: '\e610';
}
/* '' */
.icon-facebook:before {
  content: '\e611';
}
/* '' */
.icon-firmware:before {
  content: '\e612';
}
/* '' */
.icon-hardware:before {
  content: '\e613';
}
/* '' */
.icon-healthcare:before {
  content: '\e614';
}
/* '' */
.icon-ip-rating:before {
  content: '\e615';
}
/* '' */
.icon-left-arrow:before {
  content: '\e616';
}
/* '' */
.icon-linkedin:before {
  content: '\e617';
}
/* '' */
.icon-location-and-motion-sensing:before {
  content: '\e618';
}
/* '' */
.icon-manuals:before {
  content: '\e619';
}
/* '' */
.icon-manufacturing:before {
  content: '\e61a';
}
/* '' */
.icon-mobile-computing:before {
  content: '\e61b';
}
/* '' */
.icon-multimedia:before {
  content: '\e61c';
}
/* '' */
.icon-play:before {
  content: '\e61d';
}
/* '' */
.icon-print-width:before {
  content: '\e61e';
}
/* '' */
.icon-retail:before {
  content: '\e61f';
}
/* '' */
.icon-rfid:before {
  content: '\e620';
}
/* '' */
.icon-right-arrow:before {
  content: '\e621';
}
/* '' */
.icon-service:before {
  content: '\e622';
}
/* '' */
.icon-software:before {
  content: '\e623';
}
/* '' */
.icon-speed:before {
  content: '\e624';
}
/* '' */
.icon-supplies:before {
  content: '\e625';
}
/* '' */
.icon-transportation:before {
  content: '\e626';
}
/* '' */
.icon-twitter:before {
  content: '\e627';
}
/* '' */
.icon-up-arrow:before {
  content: '\e628';
}
/* '' */
.icon-video:before {
  content: '\e629';
}
/* '' */
.icon-weight:before {
  content: '\e62a';
}
/* '' */
.icon-wifi:before {
  content: '\e62b';
}
/* '' */
.icon-windows8:before {
  content: '\e62c';
}
/* '' */
.icon-wireless-lan:before {
  content: '\e62d';
}
/* '' */
.icon-youtube:before {
  content: '\e62e';
}
/* '' */
.icon-demo:before {
  content: '\e62f';
}
/* '' */
.icon-lock:before {
  content: '\e630';
}
/* '' */
.icon-location-solutions:before {
  content: '\e631';
}
/* '' */
.icon-search:before {
  content: '\e632';
}
/* '' */
.icon-warehouse-management:before {
  content: '\e633';
}
/* '' */
.icon-how-to-video:before {
  content: '\e634';
}
/* '' */
.icon-mobile-menu:before {
  content: '\e635';
}
/* '' */
.icon-checkmark:before {
  content: '\e636';
}
/* '' */
.icon-quote-left:before {
  content: '\e637';
}
/* '' */
.icon-quote-right:before {
  content: '\e638';
}
/* '' */
.icon-field-mobility:before {
  content: '\e800';
}
/* '' */
.icon-hospitality:before {
  content: '\e801';
}
/* '' */
.icon-developer-tools:before {
  content: '\e864';
}
/* '' */
.icon-knowledge-articles:before {
  content: '\e867';
}
/* '' */
.icon-utilities:before {
  content: '\e86c';
}
/* '' */
.icon-operating-systems:before {
  content: '\e870';
}
/* '' */
.icon-productivity:before {
  content: '\e871';
}
/* '' */
.icon-down:before {
  content: '\e8c4';
}
/* '' */
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  padding: 0;
}
h1,
.main-head {
  color: #000000;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px;
}
@media only screen and (min-width: 700px) {
  h1,
  .main-head {
    font-size: 34px;
  }
}
.box-area.dark h1,
.box-area.dark .main-head,
.black h1,
.black .main-head {
  color: #ffffff;
}
.gray h1,
.gray .main-head,
.dgray h1,
.dgray .main-head {
  color: #ffffff;
}
h2,
.section-head {
  color: #000000;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 700px) {
  h2,
  .section-head {
    font-size: 30px;
  }
}
.box-area.dark h2,
.box-area.dark .section-head,
.black h2,
.black .section-head {
  color: #ffffff;
}
.gray h2,
.gray .section-head,
.dgray h2,
.dgray .section-head {
  color: #ffffff;
}
h3,
.med-head {
  color: #000000;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 700px) {
  h3,
  .med-head {
    font-size: 24px;
  }
}
.box-area.dark h3,
.box-area.dark .med-head,
.black h3,
.black .med-head,
.gray h3,
.gray .med-head,
.dgray h3,
.dgray .med-head {
  color: #ffffff;
}
.spec-sheet-caption {
  color: #000000;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: none;
  font-weight: 600;
}
@media only screen and (min-width: 700px) {
  .spec-sheet-caption {
    font-size: 24px;
  }
}
.box-area.dark .spec-sheet-caption,
.black .spec-sheet-caption,
.gray .spec-sheet-caption,
.dgray .spec-sheet-caption {
  color: #ffffff;
}
h4,
.sub-head {
  color: #333d47;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (min-width: 700px) {
  h4,
  .sub-head {
    font-size: 14px;
  }
}
.box-area.dark h4,
.box-area.dark .sub-head,
.black h4,
.black .sub-head,
.gray h4,
.gray .sub-head,
.dgray h4,
.dgray .sub-head {
  color: #b6b9bc;
}
h5,
.small-head {
  color: #ed4d1c;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 700px) {
  h5,
  .small-head {
    font-size: 20px;
  }
}
h6,
.content-head {
  color: #333d47;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (min-width: 700px) {
  h6,
  .content-head {
    font-size: 18px;
  }
}
.box-area.dark h6,
.box-area.dark .content-head,
.black h6,
.black .content-head,
.gray h6,
.gray .content-head,
.dgray h6,
.dgray .content-head {
  color: #b6b9bc;
}
.promo-head {
  color: #333d47;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 700px) {
  .promo-head {
    font-size: 48px;
  }
}
.box-area.dark .promo-head,
.black .promo-head {
  color: #b6b9bc;
}
p,
.body-text {
  color: #333d47;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (min-width: 700px) {
  p,
  .body-text {
    font-size: 16px;
  }
}
.box-area.dark p,
.box-area.dark .body-text,
.black p,
.black .body-text,
.gray p,
.gray .body-text,
.dgray p,
.dgray .body-text {
  color: #e4e3e4;
}
.lgray p,
.lgray .body-text {
  color: #333d47;
}
li {
  letter-spacing: 0.025em;
  color: #333d47;
}
.lgray  li {
  color: #333d47;
}
.box-area.dark  li,
.black  li,
.gray  li {
  color: #e5e5e5;
}
a:hover {
  text-decoration: underline;
}

/*iphone optimization styles*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 480px) {
	.content-container{
		margin:0;
	}
	.content-col.fullpage {
		width: 100%;
	}
	.rightFeaturedImage{
		display:none;
	}
	.solutions-detail-segment-header-container, div._60_40_-c0, div._60_40_-c1, div._15_85_-c0, div._15_85_-c1, .content-block.four-col-container .col, div._50_50_-c0, div._75_25_-c0, div._75_25_-c1, div._33_33_33_-c0, div._33_33_33_-c1{
		width:100%;
	}
	.content-block.four-col-container .col{
		border:none;
	}
	.tab{
		float:none;
		width: 100% !important;
	}
	.footer-column-container{
		width: 100%;
		margin: 0 0 10px;
        float: none;
	}

	.footer-container .footer-column-container:last-child {
		margin: 0;
	}

    .footer-column-container .footercol1, .footer-column-container .footercol2, .footer-column-container .footercol3, .footer-column-container .footercol4 {
        width: 100%;
    }
	.footercol2 img {
        width: 100%;
    }
	.footer-container h6{
		font-size:16px;
	}
	.footer-container li{
		font-size:14px;
	}
	.news-stripe .btn-more{
		display:none;
	}
	.news-stripe .news-title{
		position:static;
		padding:20px 0px 0px 15px;
	}
	.news-stripe .news-container{
		width:100%;
		padding:0px 0px 10px;
	}
	.news-stripe .news-content-container{
		margin:0px 15px;
	}
	.news-stripe ul li{
		height:100%;
	}
	.news-stripe .news-content-col{
		min-height:150px;
		overflow:visible;
	}
	.news-stripe .news-content-col:first-child ul li a{
		display:inline;
	}
	.news-stripe .news-content-col:first-child a{
		display:none;
	}
	.news-stripe .news-content-col{
		background:none;
		float:none;
		padding:0;
		width:100%;
	}
	.home-highlighted-cols .highlighted-cols{
		font-size:14px;
	}
	.home-highlighted-cols{
		min-width:320px;
	}
	.home-highlighted-cols .highlighted-cols{
		background:none;
		top:0;
		width:320px;
	}
	.home-highlighted-cols .highlighted-col-container{
		left:0;
		width:100%;
		border-bottom:solid 1px #3a75c4;
	}
	.home-highlighted-cols .highlighted-col-container .highlighted-col-content{
		padding:10px;
	}
	.home-top-banner{
		display:none;
	}
	.header{
		min-width:320px;
		background:#000;
        height: auto;
	}
	.header-container{
		width:100%;
		height:100%;
	}
	.globalHeader{
		display:none;
	}
	.left-rail, .content-col.left-rail{
		float:left;
		width:100%;
		margin:0;
	}
	.right-body{
		float:left;
		width:100%;
	}
	select{
		font-size:80%;
	}
	.logo{
		background:#fff;
		position:static;
		height:80px;
		width:100%;
		text-align:center;
		margin:0;
        top: 0;
	}
	.logo a img{
		padding:6px 10px;
        height: 66px;
	}


	.megaDropDownNav{
	 	height: 61px;
	    display:block;
		float:left;
		margin:0;
		background:#000000;
        padding: 0 0 0 10px;
	}
	.search-container{
		height: 61px;
		margin:0;
	    display:block;
		float:left;
        width: auto;
		cursor:pointer;
		background:#000000;
        padding: 0 10px 0 0;
        top: inherit;
        border-bottom: none;
	}
	.headerSearch{
		position:fixed;
		top:141px;
		left:0;
		width:100%;
		height:130px;
		display:none;
		background: #fff;
		z-index:999;
        border-bottom: 2px solid #e5e8e8;
        padding: 3px;
	}
	.headerSearch form{
		margin: 0 auto;
		padding-top:50px;
        width: 85%;
	}
	.megaDropDownNav .zebra-btn, .megaDropDownNav .zebra-btn .text, .search-container  .zebra-btn, .search-container .zebra-btn .text{
		line-height:61px;
        border: none;
        background: inherit;
        padding: 0;
        margin: 0;
	}
	.search-container .zebra-btn.buttonized{
		margin-right:0;
	}
	.main-content-container{
		margin:0;
	}
	body.home .main-content-container{
		padding:0px 0px 30px 0px;
	}
	.nav-button, .search-button{
		display:block;
		width:99%;
		cursor:pointer;
	}
	.nav-button .text, .search-button .text{
		display:block;
		margin:14px auto 0px auto;
		text-align:center;
		padding:0;
        background: none !important;
        font-size: 14px;
        color: #fee000;
	}
	.product-hotspot, .list-grid-uses{
		display:none;
	}
	.search-results-row .description{
		width:100%;
		margin-left:0;
	}
	ul.page-actions a.print-icon, .imageCarousel{
		display:none;
	}
	.search-input{
		float:left;
        border-bottom: 1px solid #e5e8e8;
	}
	.search-submit-btn{
		position:relative;
		float:left;
	}
	.fixed-menu{
		position:fixed;
		top:0;
		left:0;
	}
	.fixed-search{
		position:fixed;
		top:0;
		right:0;
	}
	.new-wrapper{
		/*background: #000000;*/
		width:100%;
	}
	.nav{
		position:absolute;
		top:141px;
		left:0;
		width:100%;
		display:none;
		z-index:999;
		background: #fff;
        padding-top: 10px;
        border-bottom: 1px solid #e5e8e8;
	}
	.nav > ul > li > a{
		margin:0;
		text-align:left;
		padding: 10px !important;
		height:24px;
		background:none;
	}
	.horizontal-list{
		width:95%;
		margin:10px auto 10px auto;
	}
	.horizontal-list li {
	   float: none !important;
        width: 100%;
	}
	.horizontal-list li:last-of-type{
			border-bottom:none;
	}
	.search-container{
		float:right;
	}
	.change-country{
		float:right;
		margin-right:5px;
		height:100%;
		z-index:9999;
		cursor:pointer;
		color:#0077ff;
        position: inherit;
	}
	.footer-container{
		padding-top:0px;
	}
	.change-country-btn:hover{
		color: inherit;
	}
	.change-country-btn{
		display:block;
		width:50px;
		margin-top: 30px;
        padding: 5px 0;
	}
	.header-dropdown.country{
		width:100%;
		min-width:320px;
		right:0;
        top: 80px;
	}
	.country .leftcol{
		width:100%;
		padding:15px 0px 0px 5px;
	}
	.content-col.right-body{
		width:100%;
	}
	.country .rightcol{
		width:100%;
		float:left;
		padding:0px 0 0px 5px;
	}
    .country li img {
        padding: 3px 5px 0 0;
        clip: none;
        position: relative;
    }
	div._75_25_-c1, div._75_25_-c0{
		margin-left:0;
	}
	.widget-content {
        padding: 10px;
        font-size: 11px;
	}
	.content-block-content {
	    padding: 15px 5px;
	}
	.list-grid-txt-inner, .list-grid-img, div._60_40_-c0, div._60_40_-c1, .tab-content-container, .set-imgLarge-txt .list-grid-txt-inner{
		margin:0 !important;
	}
	.main-content-wrapper, .main-content-container, .home-top-banner{
		width:90%;
	}
	.main-content-wrapper{
		padding:5px 10px;
        z-index: 0;
	}
	.main-content-container{
		padding:50px 0px 30px 0px;
        width: 100%;
	}
	.content-block.four-col-container .col{
		padding:0px;
	}
	.home-top-banner{
		min-width:100% !important;
	}
	.home-slider-text-content, #parallax{
		width:100 !important;
	}
	.wrapper{
		width:100%;
		overflow:hidden;
	}
	.change-country:hover>.header-dropdown,
	.my-zebra:hover>.header-dropdown {
	    display:none;
	}
	.footercol1,
	.footercol2,
	.footercol3,
	.footercol4{
		width:300px;
		margin: 0 auto 20px;
	}
	.footercol1 {
		margin-top: 20px;
	}
	.products-bottom-group .left .col {
	width: 100%;
	float: left;
	}
	.products-bottom-group .left {
	width: 320px;
	padding-right: 0px;
	border-right: none;
	}
	body{
		font-size:15px;
	}
	.product-family .content-col.uses, .content-col.product-family-description{
		width:100%;
	}
	.breadcrumb-page-actions-container {
	    padding: 10px 0px 10px 0px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.content-col.product-360view, ._35_65_-c0, ._35_65_-c1, ._50_50_-c0, ._50_50_-c1{
		width:100%;
		margin:0;
	}
	div._35_65_-c0, div._35_65_-c1, div._50_50_-c0, div._50_50_-c1, div._40_60_-c0, div._40_60_-c1, div._25_75_-c0, div._25_75_-c1 {
		width:100%;
		margin:0;
	}

	.product-family .content-col.recommended-industries{
		width:100%;
	}
	.table{
		border:none;
	}
	.table th{
		font:bold 11px/31px "proxima-nova",Arial, Helvetica, sans-serif;
		padding:0;
		border:none;
	}
	.table td{
		padding:0;
		font-size:11px;
	}
	.share-drop > ul {
		right:0;
		-webkit-border-radius: 8px 0px 8px 8px;
		-moz-border-radius: 8px 0px 8px 8px;
		border-radius: 8px 0px 8px 8px;
	}
	.pagination{
		position:relative;
	}
	form .form_field_select, form .form_field_text {
	width: 250px;
	font-size:17px;
	}
	.set-img-txt-uses .list-grid-txt-inner{
		margin:0;
	}
	.list-grid-txt-inner{
		margin:0;
	}
	.set-img-txt-uses .list-grid-img{
		width:100%;
	}
	.list-grid-img{
		margin:0;
	}
	.list-grid-uses{
		width:100%;
		margin:0;
	}
	ul.page-actions{
		margin-top:0;
	}
	.content-block-subhead-container {
		padding:0px;
	}
	.content-block-subhead-container .printers {
	float: right;
	width: 150px;
	}
	.content-block-subhead-container .accessories {
	float: left;
	width: 150px;
	}
	.consol-solution-rel {
		width: 100%;
	}
	.consol-solution-dets {
		width: 100%;
	}
	.fancybox-popup-window.share-email-form {
		width: 80%;
	}
	.content-container.partners .content-col.main {
	    margin-left: 20px;
	    width: auto;
	}
	.content-block-subhead-container .printers {
		display:none;
	}
	.pullquote {
		position: relative;
		padding: 20px 20px 10px 20px;
		background: #3A75C4;
		color: #fff;
		font-size: 14px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
		-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
		box-shadow: 0 3px 2px rgba(0, 0, 0, 0.36);
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
		margin-right: 20px;
		margin-left: 0px;
	}
	.pullquote:after {
		right: 100%;
		top: 50%;
		border: none;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-right-color: #3A75C4;
		border-width: 0px;
		margin-top: 0px;
	}
	.pullquote p {
		line-height: 20px;
	}
	.pullquote b {
		font-size: 20px;
	}
	.pullquote i {
		font-size: 20px;
		font-style: normal;
	}
	.pullquote h5 {
		color: white;
		font-size: 14px;
		font-style: italic;
	}
    .anchormenu ul { display: none; }
    .anchormenu a.selectBox {
		display: inline-block;
	}
	img[title="mobile-banner"] {
		width: 100%;
	}
	img[title="campaign-landing-banner"] {
		width: 100%;
	}
	p {
		padding: 0 0 10px 5px;
	}
	h1  {
		font-size: 30px;
		line-height: 35px;
	}

	.globalFooter p.copyright {
		display: none;
	}

	.supplies-landing .product-item-container {
		width: auto;
	}

	.model .summary > p {
        padding: 0;
    }

    .model .list-grid-img img {
        margin: 0 auto;
    }
	/* Mobile search overrides */
	.search-form-container input[type=text] {
		width: auto;
	}

	.search-form-container .search-box .btn-submit {
		top: 14px;
		right: 3px;
	}

	/* Products Page */
	._25_25_25_25-c0, ._25_25_25_25-c1, ._25_25_25_25-c2, ._25_25_25_25-c3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	._25_25_25_25-c0 hr, ._25_25_25_25-c1 hr, ._25_25_25_25-c2 hr, ._25_25_25_25-c3 hr {
		display: none!important;
	}

	._25_25_25_25-c0 .richText > div, ._25_25_25_25-c1 .richText > div, ._25_25_25_25-c2 .richText > div, ._25_25_25_25-c3 .richText > div {
		height: auto!important;
		width: auto!important;
		background-position: top left!important;
	}
    
    .chat-container { display: none }
}

@media only screen and (max-device-width: 835px) {
	.content > h1 {
		padding-left : 10px;
	}
	
	.content > h2 {
		padding-left : 10px;
	}
	
	.breadcrumb-page-actions-container > .breadcrumb{
     margin-left : 10px;
     }
}

/* breadcum landscape fix*/
@media screen and (orientation:landscape)  and (max-device-width: 767px) {
  .breadcrumb-page-actions-container > .breadcrumb{
     padding :100px 0 0 0;
        }
}

@media screen and (orientation:landscape)  and (min-device-width: 768px)  {
  .breadcrumb-page-actions-container > .breadcrumb{
     padding :10px 0 0 0;
        }
}

/*Ipad breadcrum portrait fix*/
@media screen and (orientation:portrait)  and (min-device-width: 768px) and (max-device-width: 1000px) {
  .breadcrumb-page-actions-container > .breadcrumb{
     padding :100px 0 0 0;
        }
}
