/* CUSTOM COLUMNS */
@import url("https://cdn.presscentric.com/skins/css/fa-all-5-12-0.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

pc-header::before,
pc-header::after {
  content: none;
}

div#s-menu {
  border-top-color: transparent !important;
}

.bs-example {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
}

.featured .featured-product-wrapper {
  padding: 0px;
}
.featured .featured-product-wrapper .product {
  height: initial;
}
.featured .featured-product-wrapper .product .title {
  position: relative;
  padding: 0;
  bottom: initial;
  height: initial;
  width: initial;
}
.featured .featured-product-wrapper .product .title h3 {
  overflow: initial;
  white-space: initial;
  padding: 0px;
  text-overflow: initial;
}

@font-face {
  font-family: "gotham";
  src: url("https://cdn.presscentric.com/skins/fonts/Gotham-Book.eot");
  src: url("https://cdn.presscentric.com/skins/fonts/Gotham-Book.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Book.woff2")
      format("woff2"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Book.woff")
      format("woff"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Book.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham";
  src: url("https://cdn.presscentric.com/skins/fonts/Gotham-Medium.eot");
  src: url("https://cdn.presscentric.com/skins/fonts/Gotham-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Medium.woff2")
      format("woff2"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Medium.woff")
      format("woff"),
    url("https://cdn.presscentric.com/skins/fonts/Gotham-Medium.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}

.navbar-default .navbar-nav > li > a,
a,
.link {
  color: #5271FF;
}
.navbar-default .navbar-nav > li > a:hover,
a:hover,
.link:hover {
  color: #5271FF;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title + p {
  margin: 0 auto 60px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title + p {
    max-width: 50%;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto";
  font-weight: 500;
  color: #333;
}

body,
p {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.escape-container {
  width: 100vw;
  position: relative;
  left: 33.33333333333%;
  margin-left: -webkit-calc(-50vw + 0px);
  margin-left: -moz-calc(-50vw + 0px);
  margin-left: calc(-50vw + 0px);
  margin-right: -webkit-calc(-50vw + 0px);
  margin-right: -moz-calc(-50vw + 0px);
  margin-right: calc(-50vw + 0px);
}

.no-style-list {
  list-style: none;
}

.image-icon {
  display: inline;
}

/* Resolve JS Issue where popout in order form not toggled off properly */
#tip_paper .popover {
  display: none !important;
}

#tip_paper .popover {
  display: block !important;
}

html {
  overflow-x: hidden;
}

/* Sets content wrapper to fill available space */
#s-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

#container__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 40px;
}

img {
  max-width: 100%;
  height: auto;
}

/* BUTTONS */
button,
.btn,
button.btn {
  background-color: #5271FF;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 12pt;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button:hover,
.btn:hover,
button.btn:hover {
  background-color: #fff;
  border-color: #5271FF;
  color: #5271FF;
}

#btnUpload {
  background-color: #5271FF;
  border: none;
}

#btnUpload:hover,
#btnUpload:active,
#btnUpload:focus {
  background-color: #5271FF;
}

#carousel {
  padding-bottom: 20px;
}

.carousel-inner > .item > a > img.background-image,
.carousel-inner > .item > img.background-image {
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-indicators.bars li {
  width: 40px;
  height: 3px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #5271FF;
  border-color: #5271FF;
  opacity: 0.4;
}

.carousel-indicators.bars li.active {
  width: 40px;
  height: 3px;
  opacity: 1;
  margin: 1px;
}

.slide-title,
.slide-content {
  margin-bottom: 40px;
}

.slide-title {
  color: #fff;
}

.slide-content ul {
  margin-bottom: 10px;
  margin-top: 0px;
  padding-left: 40px;
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .slide-title {
    position: absolute;
    top: 0px;
  }
  .slide-content {
    margin-top: 20px;
  }
  .carousel-indicators .active {
    background-color: #5271FF;
  }
  .carousel-indicators li {
    border-color: #5271FF;
  }
  .slide-title h1,
  .slide-title h2 {
    font-size: 24px;
  }
  /* .slide-title p {
    font-size: 22px;
  }
  
  .slide-content h3 {
    font-size: 36px;
  }
  
  .slide-content p,
  .slide-content ul {
    font-size: 22px;
  } */
}

@media screen and (min-width: 768px) {
  .carousel-custom {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .carousel-indicators.bars li {
    background-color: #5271FF;
    border-color: #5271FF;
  }
  .slide-title h1,
  .slide-title h2 {
    font-size: 36px;
  }
  .slide-title p {
    font-size: 18px;
  }
  .slide-content {
    color: #333;
  }
  .slide-content h3 {
    font-size: 28px;
  }
  .slide-content p,
  .slide-content ul {
    font-size: 18px;
  }
}

@media screen and (min-width: 1170px) {
  .slide-title h1,
  .slide-title h2 {
    font-size: 48px;
  }
  .slide-title p {
    font-size: 22px;
  }
  .slide-content h3 {
    font-size: 36px;
  }
  .slide-content p,
  .slide-content ul {
    font-size: 22px;
  }
}

/* CTA IMAGE BLOCKS */
.CTA__image-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .CTA__image-block-wrapper {
    margin: 40px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    float: left;
  }
  .CTA__image-element {
    max-width: 570px;
  }
}

.CTA__image-block-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 5px 0px #a8a8a8;
  box-shadow: 0px 1px 5px 0px #a8a8a8;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out,
    -moz-transform 200ms ease-in-out;
}
.CTA__image-block-item--no-bg {
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.CTA__image-block-item--no-bg .CTA__image-block-text {
  background-color: transparent;
}

.CTA__image-block-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media screen and (min-width: 768px) {
  .CTA__image-block-item {
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
  }
}

.CTA__image-block-item:hover .CTA__image-block-text {
  background-color: rgba(218, 111, 33, 0.6);
}

.CTA__image-element {
  width: 100%;
}

.CTA__image-block-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.CTA__image-block-text-wrapper--bottom {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: auto;
  bottom: 0;
}
.CTA__image-block-text-wrapper * {
  color: #fff;
}

.CTA__image-block-text {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  color: #fff;
  padding: 20px;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

/* CTA IMAGE-TEXT LAYOUT */
.CTA-left,
.CTA-right {
  text-align: center;
  margin-bottom: 60px;
}

.CTA-left img,
.CTA-right img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .CTA-left,
  .CTA-right {
    display: block;
    float: left;
  }
  .CTA-left {
    text-align: left;
  }
  .CTA-right {
    text-align: right;
  }
  .CTA-left .CTA__caption,
  .CTA-right .CTA__caption {
    line-height: 3rem;
  }
}

.cta-product-feature {
  background-color: #eaeaea;
  color: #333;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 20px;
}
.cta-product-feature:hover {
  color: #5271FF;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cta-product-feature:hover .cta-product-feature__caption-title {
  color: #5271FF;
}
@media screen and (min-width: 768px) {
  .cta-product-feature {
    max-width: -webkit-calc(50% - 22px);
    max-width: -moz-calc(50% - 22px);
    max-width: calc(50% - 22px);
    margin-left: 15px;
  }
}
.cta-product-feature__image-wrapper {
  padding: 0px !important;
}
.cta-product-feature__caption-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-product-feature__caption-title {
  font-weight: 600;
  margin: 0px;
}
.cta-product-feature strong {
  color: #5271FF;
}

.featured .featured-product-wrapper .thumbnail.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mosaic-wrapper {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

li.mosaic-item-wrapper {
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  opacity: 1;
}

li.mosaic-item-wrapper:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  li.mosaic-item-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mosaic-wrapper {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .mosaic-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mosaic-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mosaic-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .mosaic-wrapper > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mosaic-wrapper > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .mosaic-wrapper > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .mosaic-wrapper > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .mosaic-wrapper > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .mosaic-wrapper > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  li.mosaic-item-wrapper:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  li.mosaic-item-wrapper:nth-child(2) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
  li.mosaic-item-wrapper:nth-child(3) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  li.mosaic-item-wrapper:nth-child(4) {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: self-end;
    align-self: self-end;
  }
  li.mosaic-item-wrapper:nth-child(5) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  li.mosaic-item-wrapper:nth-child(6) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
}

body:not(.home) #System_PreContent {
  display: none;
}

.system-precontent__content-page {
  display: none;
}

body:not(.home):not(.product)
  #System_PreContent
  .system-precontent__content-page {
  display: block;
}

#System_Header {
  font-family: "Open Sans";
  font-weight: 600;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabberlive {
  margin-top: 1em;
}

ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  height: 18px;
  width: 100%;
  border: none;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a {
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 47px;
  height: 47px;
  background: #5271FF;
  margin-left: 4px;
  border-top: 1px solid #5271FF;
  border-right: 1px solid #5271FF;
  border-left: 1px solid #5271FF;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

ul.tabbernav li a:link {
  background: #5271FF;
  color: #fff;
}

ul.tabbernav li a:hover {
  color: #fff;
  background: #5271FF;
  border-top: 1px solid #5271FF;
  border-right: 1px solid #5271FF;
  border-left: 1px solid #5271FF;
}

ul.tabbernav li.tabberactive a {
  color: #5271FF;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

ul.tabbernav li.tabberactive a:hover {
  color: #5271FF;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.tabberlive .tabbertab {
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-top: 26px;
  padding: 10px;
  width: 100%;
}

table.list {
  width: 100%;
  margin-bottom: 20px;
}
table.list th,
table.list td {
  padding: 10px 0px;
}

a.template-item .caption * {
  word-wrap: anywhere;
  font-size: 2rem;
}

.title-separator--center::after,
.title-separator--left::after,
.title-separator--right::after {
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background-color: #212121;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
}

.title-separator--center,
.title-separator--left,
.title-separator--right {
  position: relative;
}

@media screen and (max-width: 991px) {
  .title-separator--left::after,
  .title-separator--right::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 992px) {
  .title-separator--left {
    text-align: left;
  }
  .title-separator--center {
    text-align: center;
  }
  .title-separator--right {
    text-align: right;
  }
  .title-separator--center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .title-separator--right::after {
    right: 0;
  }
}

#container__content {
  margin-bottom: 60px;
}

/* ======================================================================================================================== */
/* Footer */
/* ======================================================================================================================== */
#container__footer {
  background-color: #333;
  color: #fff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

#p-footer h1,
#p-footer h2,
#p-footer h3,
#p-footer h4,
#p-footer h5,
#p-footer h6,
#p-footer p {
  color: #fff !important;
}

#p-footer a {
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  text-decoration: none;
}
#p-footer a:not(:hover) {
  color: #fff !important;
}

#p-footer a #p-footer a::after {
  content: "";
  width: 1%;
  height: 1px;
  display: block;
  background-color: transparent;
  -webkit-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}

#p-footer a:hover {
  color: #5271FF;
}

#p-footer a:hover::after {
  width: 100%;
  background-color: #5271FF;
}

#p-footer .social a:hover::after {
  display: none;
  content: none;
}

.footer-logo {
  height: auto;
  width: 100%;
  max-width: 255px;
}

.footer-column {
  margin-bottom: 20px;
}

.footer-column > h4 {
  margin-bottom: 30px;
}

.footer-column ul {
  padding-left: 0px;
  list-style: none;
}

.footer-column:not(.social) ul {
  padding-left: 20px;
}

.footer-column a {
  color: #fff;
}

.footer-column.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-column.social ul li {
  margin-right: 20px;
  font-size: 6px;
}

/* .footer-column a:hover {
color: #3790ee;
} */
#copyright_footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  margin: 0px;
}

@media screen and (min-width: 992px) {
  .footer-column:not(.social) ul,
  .footer-column ul {
    list-style: none;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-default {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar-brand {
    height: 60px;
    width: 250px;
  }
  pc-header {
    display: none;
  }
  #s-nav .container nav.navbar-default {
    max-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div#s-user {
    padding-bottom: 20px;
  }
  div#s-menu .navbar-nav li a {
    white-space: normal;
  }
}

#s-nav {
  position: fixed;
  z-index: 50;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body:not(.home) #s-nav + #product-header,
  body:not(.home) #System_PreContent + *,
  body #s-nav + * {
    margin-top: 60px;
  }
  #s-nav + #product-header + #container__content,
  #s-nav + #product-header + #System_PreContent + #container__content {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.home) #s-nav + #product-header,
  body:not(.home) #System_PreContent + *,
  body #s-nav + * {
    margin-top: 205px;
  }
  #s-nav + #product-header + #System_PreContent + #container__content,
  #s-nav + #product-header + #container__content,
  #product-header + #System_PreContent + #container__content {
    margin-top: 0px;
  }
}

/*
div#s-header-logo-mobile,
div#s-header-logo {
  width: 100%;
  height: 100%;
  background: url("https://cdn.presscentric.com/skins/css/skin-13/assets/logo.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
*/

.navbar-default {
  border: none;
}

#s-nav {
  background-color: #fff;
}
#s-nav .container nav.navbar-default {
  margin-bottom: 0px;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .navbar-header {
    margin: 0px;
  }
  #s-nav .container > .navbar-default > .navbar-header {
    display: none;
  }
  #s-nav .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #System_Header,
  #s-user {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #System_Header {
    background-color: #5271FF;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    position: relative;
    max-width: 50%;
  }
  #System_Header::before {
    content: "";
    display: block;
    height: 100%;
    background-color: #5271FF;
    position: absolute;
    top: 0px;
    right: 100%;
    width: 50vw;
  }
  #s-user {
    background-color: #5271FF;
    color: #000;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: right;
    margin: 0px;
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 50%;
  }
  #s-user a,
  #s-user a.btn {
    color: #fff;
  }
  #s-user * {
    display: inline-block;
    float: none !important;
    margin: 0;
    padding: 0 5px;
  }
  #s-user .btn,
  #s-user #user-cart {
    background-color: initial;
    border: none;
    padding: 0px;
  }
  #s-user::after {
    content: "";
    display: block;
    height: 100%;
    background-color: #5271FF;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 50vw;
  }
  pc-header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0px;
    max-width: 25%;
  }
  #s-menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    text-align: right;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 75%;
  }
  #s-menu > * {
    display: inline-block;
  }
  #s-header {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1;
  }
  #s-header .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  #s-header a.navbar-brand {
    display: block;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px;
  }
  #s-header a.navbar-brand:only-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #s-header a.ng-scope {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 50px;
  }
  #s-header a.ng-scope:only-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #s-header a {
    color: #fff;
  }
}

div.section-wrapper {
  margin-bottom: 60px;
}

body.product #container__content div.content__column-left {
  display: none;
}

body.product #container__content #s-main {
  width: 100%;
}

@use "sass:color";
#s-products #hdr-products p {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Gotham";
  font-weight: bold;
  text-align: center;
}

#s-products .btn {
  background-color: #fff;
  color: #5271FF;
}
#s-products .btn:hover {
  background-color: #e48b4a;
  color: #fff;
}

#s-products .list-group-item > a:hover {
  background-color: #e48b4a;
  color: #fff;
}

.sideMenu .dropup a span.tag {
  display: none;
}

.sideMenu .btn {
  text-align: left;
}

#order-shipbill,
#order-shipbill #order,
#order-confirm #order,
.field.form-group.fields-billing {
  padding: 20px;
}

#adr-billing .field.form-group.fields-billing,
#adr-shipping .field {
  padding: 0 20px;
  margin-bottom: 15px;
}

/* ========================================== ORDER UPLOAD ========================================== */
#order-upload {
  margin: 40px auto;
}

#order-upload .form.upload {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#uploads-drop .file .progress {
  display: none;
}

body.product {
  /* order form */
}
body.product .job-specification__wrapper {
  list-style: none;
  padding: 0px;
}
body.product #product-header {
  overflow: hidden;
  margin-top: 110px;
  margin-bottom: 50px;
}
body.product #product-header img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 768px) {
  body.product #order_wrapper {
    margin-top: 40px;
  }
}
body.product #product img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.product #product .pheader h1 {
  margin-top: 10px;
  font-size: 18pt;
}
body.product #order {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
body.product #order .panel-heading {
  color: #fff !important;
  background-color: order-job-specs-bg-color;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #5271FF;
  color: #fff;
  height: 47px;
  padding: 0;
  border: none;
}
body.product #order .panel-heading .jobspecs {
  font-size: 18pt;
  padding: 0 24px;
  margin: 0;
  display: block;
  height: 47px;
  line-height: 47px;
  color: #fff !important;
}
body.product #order .panel-body {
  background-color: #f1f1f1;
}
body.product #order ul {
  list-style-type: none;
  padding: 0;
}
body.product #order .fields .form-group .input-group,
body.product #order .fields .form-group > select,
body.product #custom_1,
body.product #custom_2 {
  -webkit-box-shadow: 0px 0px 5px #515151c4;
  box-shadow: 0px 0px 5px #515151c4;
}
body.product #order .fields .form-group * {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
body.product #order .list-group-item {
  background-color: transparent;
}
body.product #pricingWrapper li {
  border: none;
}

body.product {
  background-color: #eaeaea;
}

#s-nav {
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
}

#System_Header {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1.4rem;
}
#System_Header p {
  margin: 0px;
  font-size: 1.4rem;
}

#hdr-products {
  background-color: #5271FF;
  padding: 15px;
}

#s-products .side-menu--menu-section a,
#s-products .side-menu--menu-section .list-group-item {
  background-color: #f4f4f4;
  color: #333;
  font-size: 1.4rem;
}

#s-products #hdr-products p {
  font-size: 3rem;
  color: transparent;
  margin: 0;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.75rem;
  margin: 0px;
}
#s-products #hdr-products p::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 10px;
  width: 0.75em;
  height: 0.63em;
  border-top: 0.375em double #fff;
  border-bottom: 0.125em solid #fff;
}
#s-products #hdr-products p::after {
  content: "Categories";
  display: block;
  font-size: 2.75rem;
  position: absolute;
  color: #fff;
  top: 0px;
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  #s-menu > * {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #s-menu .navbar-nav > li {
    float: none;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #s-menu {
    font-family: "Roboto";
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) {
  body.home .content__column-left.col-md-3 {
    width: 30%;
  }
  body.home .content__column-right.col-md-9 {
    width: 70%;
  }
}

.row.featured::before {
  content: none;
}

@media screen and (min-width: 768px) {
  .row.featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -5px;
  }
}

div:not(#pgroup).row.featured {
  margin: 0px;
}

.row.featured * {
  float: none;
  width: auto;
  padding: 0;
}

.featured-product-wrapper {
  background: #eaeaea;
  margin: 5px;
  color: #fff !important;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .featured-product-wrapper {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .featured-product-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
}

.featured-product-wrapper::before {
  content: "";
  float: left;
  padding-top: 100%;
}

.featured .featured-product-wrapper .product {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.featured-product-thumbnail-wrapper {
  height: 100%;
}

.featured .featured-product-wrapper .product.thumbnail img {
  -webkit-border-radius: 0;
  border-radius: 0;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured .featured-product-wrapper:hover .product .caption.title {
  opacity: 1;
}

.featured .featured-product-wrapper .product .caption.title {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: rgba(218, 111, 33, 0.8);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

@media screen and (min-width: 768px) {
  .featured .featured-product-wrapper .product .caption.title {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
  }
}

.featured .featured-product-wrapper .product .title h3 {
  white-space: normal;
  color: #fff !important;
  width: 100%;
  padding: 10px;
}

/* ========================================== TABS ========================================== */
.tab-content {
  padding: 20px 10px;
  margin-top: -2px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}

.nav.nav-tabs {
  border: none;
  margin-left: 5px;
}

.nav.nav-tabs li {
  margin: 1px 2px;
  padding: 0;
}

.nav.nav-tabs li a {
  padding: 13px 24px;
  margin: 0;
  font: normal 15px "Roboto", "sans-serif";
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
}

.nav.nav-tabs li.active a {
  border: none;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabberlive {
  margin-top: 1em;
  margin-bottom: 40px;
}

ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  height: 18px;
  width: 100%;
  border: none;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline-block;
  width: 50%;
}

ul.tabbernav li a,
ul.tabbernav li a:link {
  padding: 0 24px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 1.1em;
  line-height: 47px;
  height: 47px;
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  background: #333;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
ul.tabbernav li a:hover,
ul.tabbernav li a:link:hover {
  color: #fff;
  background: #5271FF;
}

ul.tabbernav li.tabberactive a {
  color: #fff;
  background: #5271FF;
}

ul.tabbernav li.tabberactive a:hover {
  border: none;
  color: #fff;
  background: #5271FF;
}

.tabberlive .tabbertab {
  border-width: 1px;
  border-style: solid;
  margin-top: 26px;
  padding: 10px;
  width: 100%;
}

.tabbertab {
  /* Tab Window background-color */
  background: #fff;
  border-color: #d9d9d9;
  /* Tab Content Color */
}

/* Tab Content Link Color */
.tabbertab a {
  color: #5271FF;
}

/* Tab Content Link Color */
.tabbertab a:hover {
  text-decoration: none;
  color: #991314;
}

body.home .escape-container {
  left: 29%;
}

body.product #order .job-specification__wrapper h3 {
  font-size: 2rem;
}

body.product #order * {
  border: none;
}

body.product #order .panel-body {
  background-color: #eaeaea;
}

body.product #order #quote-top,
body.product #order #quote-val,
body.product #order #save-unit {
  color: #5271FF;
  font-weight: bold;
  background-color: transparent;
}

body.product #order,
body.product #order .fields .form-group .input-group,
body.product #order .fields .form-group > select,
body.product #custom_1,
body.product #custom_2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
.btn,
button.btn {
  padding: 6px 12px;
  font-size: 1.4rem;
}

.social i {
  font-size: 4rem;
}

/*
"$base-color":"#5271FF",
"$secondary-color":"#5271FF",
"$logoUrl":"\"https:\\/\\/cdn.presscentric.com/skins/css/skin-13/assets/logo.png\"",
"$button-corner-radius":"0",
"$use-sticky-menu":"true",
"$sticky-menu-margin":"110px",
"$sticky-menu-margin-mobile":"60px",
"$nav-background-color":"#fff",
"$system-header-background-color":"#5271FF",
"$system-header-text-color":"#5271FF",
"$system-header-link-color":"#fff",
"$s-user-background-color":"#5271FF",
"$s-user-text-color":"#000",
"$s-user-link-color":"#fff",
"$font-family":"\"Gotham\"",
"$secondary-font-family":"\"Roboto\"",
"$title-color":"#333",
"$title-font-weight":"500",
"$link-color":"#5271FF",
"$link-hover":"#5271FF",
"$carousel-title-color":"#fff",
"$carousel-title-shadow":"false",
"$carousel-content-color":"#333",
"$carousel-indicator-color":"#5271FF",
"$show-System_PreContent-only-on-home":"true",
"$side-menu":"true",
"$side-menu-hide-on-home-page":"false",
"$side-menu-hide-on-product-page":"true",
"$side-menu-hide-on-content-page":"false",
"$side-menu-header-font":"\"Roboto\"",
"$side-menu-items-font":"\"Gotham\"",
"$side-menu-text-align":"left",
"$button-background-color":"#5271FF",
"$button-text-color":"#fff",
"$button-font-size":"1.4rem",
"$button-border-color":"transparent",
"$button-background-color-hover":"#fff",
"$button-text-color-hover":"#5271FF",
"$button-border-color-hover":"#5271FF",
"$footer-background-color":"#333",
"$footer-title-color":"#fff",
"$footer-text-color":"#fff",
"$footer-link-color":"#fff",
"$order-drop-shadow":"false",
"$order-input-drop-shadow":"false",
"$order-job-specs-color":"#fff",
"$order-job-specs-bg-color":"#5271FF"
*/
