/* colors */
/* font awesome */
/**********************************
 Reset
***********************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.wp-block-cover,
.wp-block-cover-image {
  background-color: inherit !important;
}
.entry-content .wp-block-gutesectionblocks-sectiontags,
.wp-block-gutesectionblocks-sectiontags {
  border: none !important;
}
body .wp-block-columns {
  margin: 0;
}
body .wp-block-button__link {
  /*background-color: @charcoal;*/
}
.bg-black {
  background-color: #090d11;
}
.bg-blue {
  background-color: #298cbf;
}
.bg-orange {
  background-color: #e55204;
}
.bg-orange-lt {
  background-color: #f7d3cb;
}
.bg-gray {
  background-color: #737373;
}
.txt-white {
  color: #ffffff;
}
.txt-blue {
  color: #298cbf;
}
.txt-orange {
  color: #e55204;
}
.txt-orange-lt {
  color: #f7d3cb;
}
.txt-gray {
  color: #737373;
}
.txt-black {
  color: #090d11;
}
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in the project.
*/
* {
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  box-sizing: border-box;
}
body {
  font-size: 20px;
  font-family: "Source Sans Pro";
  font-variant-ligatures: no-common-ligatures;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}
main a {
  text-decoration: underline;
}
main a:hover {
  cursor: pointer;
  color: #298cbf;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  width: auto;
  display: block;
  clear: both;
}
.marg-rt {
  margin-right: 4%;
}
.marg-rt-col {
  margin-right: 8%;
}
.marg-sm-rt {
  margin-right: 2%;
  margin-bottom: 20px;
}
.marg-lt {
  margin-left: 4%;
}
.marg-lt-sm {
  margin-left: 2%;
}
.marg-tp {
  margin-top: 4%;
}
.marg-btm {
  margin-bottom: 4%;
}
.marg-sm-tp {
  margin-top: 2%;
}
.marg-sm-btm {
  margin-bottom: 2% !important;
}
.section-marg-btm {
  margin-bottom: 1%;
}
.marg-smtb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.marg-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.mobile-marg-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.marg-tb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.marg-lrgtb {
  margin-top: 4%;
  margin-bottom: 4%;
}
.no-marg {
  margin: 0 !important;
}
.marg-add {
  margin: 2%;
}
.marg-rt-sm {
  margin-right: 2%;
}
.padd-rt {
  padding-right: 4%;
}
.padd-lt {
  padding-left: 4%;
}
.padd-lt-sm {
  padding-left: 2%;
}
.padd-tp {
  padding-top: 4%;
}
.padd-btm {
  padding-bottom: 4%;
}
.padd-lr {
  padding-left: 4%;
  padding-right: 4%;
}
.mobile-padd-lr {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
.padd-tb {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
.padd-add {
  padding: 2%;
}
.no-padd {
  padding: 0 !important;
}
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
i,
em {
  font-style: italic;
}
.bold,
strong,
b {
  font-weight: bold !important;
}
.show-mobile,
.show-tablet,
.show-tablet-menu {
  display: none;
}
.center-content {
  margin: 0 auto;
  display: block;
}
.txt-center {
  text-align: center;
}
.text-style-normal {
  font-style: normal;
}
.parallax {
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
}
.contain,
.temp-contain {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.rel {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.full-width {
  width: 100% !important;
}
.clear {
  clear: both;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-md {
  align-items: center;
  align-content: center;
}
.flex-tp {
  align-items: flex-start;
  align-content: flex-start;
}
.flex-btm {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-base {
  align-items: baseline;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-align-right {
  align-items: flex-end;
}
.flex-align-left {
  align-items: flex-start;
}
.flex-form-wrap ul {
  display: inline-flex !important;
  flex-flow: row wrap;
}
.flex-form-wrap ul li {
  width: 50%;
}
.flex-form-wrap ul li.comments {
  width: 100%;
}
.flex-align-right {
  align-items: flex-end;
}
.flex-content-center {
  justify-content: center;
}
.flex-justify {
  justify-content: space-between;
}
.show-mobile,
.show-tablet,
.show-tablet-menu,
.back-to-top {
  display: none !important;
}
.no-mobile,
.show {
  display: block;
}
.hide-desktop,
.no-desktop,
.hide-nav,
.hide {
  display: none;
}
.clear-styles {
  width: auto;
  clear: none;
}
.no-bull li {
  list-style: none !important;
  vertical-align: middle;
}
.all-caps {
  text-transform: uppercase;
}
.no-caps {
  text-transform: initial;
}
.wp-block-column:not(.postid-44 .wp-block-column) {
  flex-basis: calc(50%) !important;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.set-centerblock {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.set-flexbox,
.flexbox,
.flex-md,
.flex-tp,
#case-study #components ul,
.radio,
.nav-logo,
.nav-logo .logo-wrapper a,
ul.additional-menu,
ul.additional-menu li,
#product-market ul,
#product-market ul li i,
.account .account-details,
.sliderwrapper .slider-controls,
#slideshow,
#cta-bttn-section ul,
#cta-bttn-section a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.set-txt-small-p,
ul.additional-menu li a {
  font-size: 0.9em !important;
  font-weight: normal;
}
.flex-till-laptop,
.flex-till-tablet,
.flex-till-phone {
  display: flex;
  align-items: center;
}
.centerblock {
  /* @extend
    %centerblock;*/
}
.desktop1 {
  width: 8.33333333%;
}
.desktop2 {
  width: 16.66666667%;
}
.desktop3 {
  width: 25%;
}
.desktop4 {
  width: 33.33333333%;
}
.desktop5 {
  width: 41.66666667%;
}
.desktop6 {
  width: 50%;
}
.desktop7 {
  width: 58.33333333%;
}
.desktop8 {
  width: 66.66666667%;
}
.desktop9 {
  width: 75%;
}
.desktop10 {
  width: 83.33333333%;
}
.desktop11 {
  width: 91.66666667%;
}
.desktop12 {
  width: 100%;
}
@media only screen and (max-width: 1655px) {
  .laptop1 {
    width: 8.33333333%;
  }
  .laptop2 {
    width: 16.66666667%;
  }
  .laptop3 {
    width: 25%;
  }
  .laptop4 {
    width: 33.33333333%;
  }
  .laptop5 {
    width: 41.66666667%;
  }
  .laptop6 {
    width: 50%;
  }
  .laptop7 {
    width: 58.33333333%;
  }
  .laptop8 {
    width: 66.66666667%;
  }
  .laptop9 {
    width: 75%;
  }
  .laptop10 {
    width: 83.33333333%;
  }
  .laptop11 {
    width: 91.66666667%;
  }
  .laptop12 {
    width: 100%;
  }
  .grid-padd.laptop1,
  .grid-padd .laptop1 {
    width: 6.33333333%;
  }
  .grid-padd.laptop2,
  .grid-padd .laptop2 {
    width: 14.66666667%;
  }
  .grid-padd.laptop3,
  .grid-padd .laptop3 {
    width: 23%;
  }
  .grid-padd.laptop4,
  .grid-padd .laptop4 {
    width: 31.33333333%;
  }
  .grid-padd.laptop5,
  .grid-padd .laptop5 {
    width: 39.66666667%;
  }
  .grid-padd.laptop6,
  .grid-padd .laptop6 {
    width: 48%;
  }
  .grid-padd.laptop7,
  .grid-padd .laptop7 {
    width: 56.33333333%;
  }
  .grid-padd.laptop8,
  .grid-padd .laptop8 {
    width: 64.66666667%;
  }
  .grid-padd.laptop9,
  .grid-padd .laptop9 {
    width: 73%;
  }
  .grid-padd.laptop10,
  .grid-padd .laptop10 {
    width: 81.33333333%;
  }
  .grid-padd.laptop11,
  .grid-padd .laptop11 {
    width: 89.66666667%;
  }
  .grid-padd.laptop12,
  .grid-padd .laptop12 {
    width: 96%;
  }
}
@media only screen and (max-width: 1200px) {
  .midsize1 {
    width: 8.33333333%;
  }
  .midsize2 {
    width: 16.66666667%;
  }
  .midsize3 {
    width: 25%;
  }
  .midsize4 {
    width: 33.33333333%;
  }
  .midsize5 {
    width: 41.66666667%;
  }
  .midsize6 {
    width: 50%;
  }
  .midsize7 {
    width: 58.33333333%;
  }
  .midsize8 {
    width: 66.66666667%;
  }
  .midsize9 {
    width: 75%;
  }
  .midsize10 {
    width: 83.33333333%;
  }
  .midsize11 {
    width: 91.66666667%;
  }
  .midsize12 {
    width: 100%;
  }
  .grid-padd.midsize1,
  .grid-padd .midsize1 {
    width: 6.33333333%;
  }
  .grid-padd.midsize2,
  .grid-padd .midsize2 {
    width: 14.66666667%;
  }
  .grid-padd.midsize3,
  .grid-padd .midsize3 {
    width: 23%;
  }
  .grid-padd.midsize4,
  .grid-padd .midsize4 {
    width: 31.33333333%;
  }
  .grid-padd.midsize5,
  .grid-padd .midsize5 {
    width: 39.66666667%;
  }
  .grid-padd.midsize6,
  .grid-padd .midsize6 {
    width: 48%;
  }
  .grid-padd.midsize7,
  .grid-padd .midsize7 {
    width: 56.33333333%;
  }
  .grid-padd.midsize8,
  .grid-padd .midsize8 {
    width: 64.66666667%;
  }
  .grid-padd.midsize9,
  .grid-padd .midsize9 {
    width: 73%;
  }
  .grid-padd.midsize10,
  .grid-padd .midsize10 {
    width: 81.33333333%;
  }
  .grid-padd.midsize11,
  .grid-padd .midsize11 {
    width: 89.66666667%;
  }
  .grid-padd.midsize12,
  .grid-padd .midsize12 {
    width: 96%;
  }
}
@media only screen and (max-width: 991px) {
  .no-hero {
    padding-top: 10%;
  }
  #breadcrumbs {
    display: none;
  }
  .tablet1 {
    width: 8.33333333%;
  }
  .tablet2 {
    width: 16.66666667%;
  }
  .tablet3 {
    width: 25%;
  }
  .tablet4 {
    width: 33.33333333%;
  }
  .tablet5 {
    width: 41.66666667%;
  }
  .tablet6 {
    width: 50%;
    flex-basis: 49% !important;
  }
  .tablet7 {
    width: 58.33333333%;
  }
  .tablet8 {
    width: 66.66666667%;
  }
  .tablet9 {
    width: 75%;
  }
  .tablet10 {
    width: 83.33333333%;
  }
  .tablet11 {
    width: 91.66666667%;
  }
  .tablet12 {
    width: 100%;
  }
  .grid-padd.tablet1,
  .grid-padd .tablet1 {
    width: 6.33333333%;
  }
  .grid-padd.tablet2,
  .grid-padd .tablet2 {
    width: 14.66666667%;
  }
  .grid-padd.tablet3,
  .grid-padd .tablet3 {
    width: 23%;
  }
  .grid-padd.tablet4,
  .grid-padd .tablet4 {
    width: 31.33333333%;
  }
  .grid-padd.tablet5,
  .grid-padd .tablet5 {
    width: 39.66666667%;
  }
  .grid-padd.tablet6,
  .grid-padd .tablet6 {
    width: 48%;
  }
  .grid-padd.tablet7,
  .grid-padd .tablet7 {
    width: 56.33333333%;
  }
  .grid-padd.tablet8,
  .grid-padd .tablet8 {
    width: 64.66666667%;
  }
  .grid-padd.tablet9,
  .grid-padd .tablet9 {
    width: 73%;
  }
  .grid-padd.tablet10,
  .grid-padd .tablet10 {
    width: 81.33333333%;
  }
  .grid-padd.tablet11,
  .grid-padd .tablet11 {
    width: 89.66666667%;
  }
  .grid-padd.tablet12,
  .grid-padd .tablet12 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .lrg-phone1 {
    width: 8.33333333%;
  }
  .lrg-phone2 {
    width: 16.66666667%;
  }
  .lrg-phone3 {
    width: 25%;
  }
  .lrg-phone4 {
    width: 33.33333333%;
  }
  .lrg-phone5 {
    width: 41.66666667%;
  }
  .lrg-phone6 {
    width: 50%;
  }
  .lrg-phone7 {
    width: 58.33333333%;
  }
  .lrg-phone8 {
    width: 66.66666667%;
  }
  .lrg-phone9 {
    width: 75%;
  }
  .lrg-phone10 {
    width: 83.33333333%;
  }
  .lrg-phone11 {
    width: 91.66666667%;
  }
  .lrg-phone12 {
    width: 100%;
  }
  .grid-padd.lrg-phone1,
  .grid-padd .lrg-phone1 {
    width: 6.33333333%;
  }
  .grid-padd.lrg-phone2,
  .grid-padd .lrg-phone2 {
    width: 14.66666667%;
  }
  .grid-padd.lrg-phone3,
  .grid-padd .lrg-phone3 {
    width: 23%;
  }
  .grid-padd.lrg-phone4,
  .grid-padd .lrg-phone4 {
    width: 31.33333333%;
  }
  .grid-padd.lrg-phone5,
  .grid-padd .lrg-phone5 {
    width: 39.66666667%;
  }
  .grid-padd.lrg-phone6,
  .grid-padd .lrg-phone6 {
    width: 48%;
  }
  .grid-padd.lrg-phone7,
  .grid-padd .lrg-phone7 {
    width: 56.33333333%;
  }
  .grid-padd.lrg-phone8,
  .grid-padd .lrg-phone8 {
    width: 64.66666667%;
  }
  .grid-padd.lrg-phone9,
  .grid-padd .lrg-phone9 {
    width: 73%;
  }
  .grid-padd.lrg-phone10,
  .grid-padd .lrg-phone10 {
    width: 81.33333333%;
  }
  .grid-padd.lrg-phone11,
  .grid-padd .lrg-phone11 {
    width: 89.66666667%;
  }
  .grid-padd.lrg-phone12,
  .grid-padd .lrg-phone12 {
    width: 100%;
  }
}
@media only screen and (max-width: 586px) {
  .phone1 {
    width: 8.33333333%;
  }
  .phone2 {
    width: 16.66666667%;
  }
  .phone3 {
    width: 25%;
  }
  .phone4 {
    width: 33.33333333%;
  }
  .phone5 {
    width: 41.66666667%;
  }
  .phone6 {
    width: 50%;
  }
  .phone7 {
    width: 58.33333333%;
  }
  .phone8 {
    width: 66.66666667%;
  }
  .phone10 {
    width: 83.33333333%;
  }
  .phone11 {
    width: 91.66666667%;
  }
  .phone12 {
    width: 100% !important;
  }
  .grid-padd.phone1,
  .grid-padd .phone1 {
    width: 6.33333333%;
  }
  .grid-padd.phone2,
  .grid-padd .phone2 {
    width: 14.66666667%;
  }
  .grid-padd.phone3,
  .grid-padd .phone3 {
    width: 23%;
  }
  .grid-padd.phone4,
  .grid-padd .phone4 {
    width: 31.33333333%;
  }
  .grid-padd.phone5,
  .grid-padd .phone5 {
    width: 39.66666667%;
  }
  .grid-padd.phone6,
  .grid-padd .phone6 {
    width: 48%;
  }
  .grid-padd.phone7,
  .grid-padd .phone7 {
    width: 56.33333333%;
  }
  .grid-padd.phone8,
  .grid-padd .phone8 {
    width: 64.66666667%;
  }
  .grid-padd.phone9,
  .grid-padd .phone9 {
    width: 73%;
  }
  .grid-padd.phone10,
  .grid-padd .phone10 {
    width: 81.33333333%;
  }
  .grid-padd.phone11,
  .grid-padd .phone11 {
    width: 89.66666667%;
  }
  .grid-padd.phone12,
  .grid-padd .phone12 {
    width: 100% !important;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fixedScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html.mobile-menu-open,
html.menu-open {
  overflow: hidden;
}
body {
  color: #737373;
  font-family: "Source Sans Pro" !important;
  left: 0px;
  overflow-x: hidden;
  position: relative;
  transition: all 0.5s ease-out;
  width: 100%;
}
p,
.p,
li {
  color: #737373;
  font-family: "Source Sans Pro";
  font-size: 1em;
  line-height: 28px;
  margin: 0 0 2%;
}
p.intro {
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
}
main .fr-view img.fr-dib {
  margin: 0;
}
.orange-txt {
  color: #f0ac03;
}
.grey-txt {
  color: #737373;
}
/* things that are in many places */
a.more {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none !important;
}
a.more::after {
  content: '\f32b';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-left: 5px;
}
/* quick fixes */
.df {
  display: flex;
}
.dn {
  display: none;
}
.fww {
  flex-wrap: wrap;
}
.m0 {
  margin: 0;
}
.tac {
  text-align: center;
}
.contain .contain {
  padding-left: 0;
  padding-right: 0;
}
.about-intro {
  color: #298cbf;
  font-size: 32px;
  line-height: 40px;
}
#alert {
  position: relative;
  z-index: 1000;
  padding: 2%;
  color: #ffffff;
  width: 100%;
}
#alert a {
  position: relative;
  z-index: 1000;
  padding: 2%;
  color: #ffffff;
  padding: 0;
}
#alert .alert-content {
  margin-left: 2%;
}
#alert .alert-content .close-alert {
  padding-left: 8%;
}
#alert div.p {
  width: 100%;
}
.contact-us-wrapper {
  margin: 50px 0;
  padding: 0 !important;
  position: relative;
}
.contact-us-wrapper img {
  content: '';
  display: block;
  height: 50px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 50px;
}
.contact-us-wrapper h1 {
  line-height: 1.2;
  padding: 0 0 0 70px;
}
#alert [style*='display: { block'] {
  display: flex !important;
}
main#subpage section:first-child {
  margin-top: 0;
}
header#main-header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  top: 0;
}
ul {
  margin: 5px 0 13px 2px;
}
main ul {
  margin: 5px 0 2% 2px;
}
main ul li {
  margin: 5px 0 10px 42px;
  line-height: 28px;
  list-style: disc;
  list-style-position: outside;
}
main ul li ul li {
  list-style: circle;
}
/*.fixed {
    display: block !important;
    animation: fixedScroll .5s forwards;
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 999;
    left: 0;
    background: @white !important;
}

.hero-change {
    display: block !important;
    animation: fixedScroll .5s forwards;
    width: 100% !important;
}*/
ul.pagination {
  margin-top: 25px;
}
ul.pagination li {
  border: 2px solid #090d11;
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  margin: 0 20px 0 0;
}
ul.pagination li a {
  color: #090d11;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li span {
  color: #090d11;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li.active {
  background-color: #090d11;
}
ul.pagination li.active a {
  color: #ffffff;
}
ul.pagination li.active span {
  color: #ffffff;
}
ul.pagination li.PagedList-skipToNext {
  display: none !important;
}
ul.pagination li.PagedList-skipToPrevious {
  display: none !important;
}
#expand-col {
  box-sizing: border-box;
  margin-bottom: 1%;
  margin-top: 4%;
}
#expand-col * {
  box-sizing: border-box;
}
#expand-col #expand-collapse {
  margin-top: 5px;
  margin-bottom: 5px;
}
#expand-collapse .collapsible {
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #298cbf;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  width: 100%;
}
#expand-collapse .collapsible h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
#expand-collapse .collapsible::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 38px;
  font-weight: 900;
  margin-top: 3px;
  transition: 0.2s;
}
#expand-collapse .accordion-content {
  background-color: #d4e8f2;
  display: block;
  max-height: 0px;
  overflow-y: hidden;
  width: 100%;
}
#expand-collapse .accordion-content .acc-padd {
  padding: 30px 50px;
}
#expand-collapse .accordion-content .acc-padd .bttn {
  font-size: 30px;
  width: 440px;
}
#expand-collapse .accordion-content .p {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  margin-top: 0 !important;
}
#expand-collapse .accordion-content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
}
#expand-collapse .accordion-content p:last-child {
  margin: 0;
}
#expand-collapse .accordion-content .content {
  padding-top: 30px;
  padding-bottom: 15px;
}
#expand-collapse .accordion-content .content h5 {
  margin-top: 15px;
}
#expand-collapse .accordion-content .content ul {
  margin-bottom: 20px;
}
#expand-collapse .accordion-content .content ul:last-of-type {
  margin-bottom: 0;
}
#expand-collapse .accordion-content .content ul li {
  align-items: center;
  border-bottom: 1px solid #aaa;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 20px 0;
}
#expand-collapse .accordion-content .content ul li:last-of-type {
  border-bottom: none;
}
#expand-collapse .accordion-content .content ul li .ec-links a {
  color: #090d11;
  text-decoration: underline;
}
#expand-collapse .accordion-content .content ul li .view {
  margin-right: 50px;
}
#expand-collapse .accordion-content .content ul li .view::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
  text-decoration: none;
}
#expand-collapse .accordion-content .content ul li .download::before {
  content: "\f34a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
  text-decoration: none;
}
#expand-collapse .collapsible.expand-collapse-open::after {
  transform: rotate(180deg);
  margin-top: 0;
  margin-bottom: 3px;
}
#expand-collapse .accordion-content.expand-collapse-open {
  max-height: 2000px;
}
#sm-project .hero-img img {
  width: 100%;
}
.projects .section-bg {
  margin-top: 4%;
}
#case-study #components ul {
  flex-direction: row;
  flex-wrap: wrap;
}
#case-study #components ul li {
  width: 30%;
}
#subpage .twocol-section .fr-view ul {
  list-style: disc;
  margin-bottom: 2%;
}
#subpage .twocol-section .col2 img {
  max-width: 75%;
  float: right;
  margin-top: 0;
}
.title-accent::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #298cbf;
  display: block;
  margin: 0 auto;
  margin-left: 0;
  margin-top: 1%;
}
.pr-pages {
  margin-bottom: 4%;
}
.pr-pages i {
  top: 2px;
  position: relative;
}
.pr-pages .pr-page-number a {
  display: inline-flex;
  border: 2px solid #090d11;
  width: 21px;
  justify-content: center;
  height: 14px;
  align-items: center;
  font-weight: bold;
  color: #090d11;
  padding: 16px 19px 20px 19px;
  margin-right: 12px;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 2%;
}
.pr-pages .pr-page-number.selected a {
  background: #090d11;
  color: #ffffff;
}
.pr-pages .arrow-left {
  margin-right: 12px;
  cursor: pointer;
}
.pr-pages .arrow-far-right {
  cursor: pointer;
}
.pr-pages .arrow-right {
  cursor: pointer;
}
.alert-box {
  display: none;
}
.alert {
  display: none;
  position: relative;
  z-index: 10000;
  max-width: 100px;
}
.img-wrapper {
  max-height: 230px;
  min-height: 230px;
  overflow: hidden;
  display: block;
}
.callout-box {
  background: #737373;
  padding: 14px 21px 17px;
  height: auto;
  position: relative;
}
.callout-txt {
  position: relative;
  margin: 2% 0;
  border-left: 4px solid #737373;
  padding-left: 2%;
}
.at-top {
  animation: smoothScroll 0.5s forwards;
}
.alert-img {
  position: absolute;
}
sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}
.align-self-center {
  align-self: center;
  align-items: center;
}
.close-alert {
  padding-left: 8%;
  margin-bottom: 0;
}
@font-face {
  font-family: 'Core-icons';
  src: url('../Fonts/Core-icons.eot');
  src: url('../Fonts/Core-icons.svg#Core-icons') format('svg'), url('../Fonts/Core-icons.eot?#iefix') format('embedded-opentype'), url('../Fonts/Core-icons.woff') format('woff'), url('../Fonts/Core-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/open-sans-v28-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v28-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/open-sans-v28-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-500.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-500.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/open-sans-v28-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v28-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../Fonts/open-sans-v28-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-800.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-800.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/open-sans-v28-latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/open-sans-v28-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../Fonts/open-sans-v28-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-500italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/open-sans-v28-latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../Fonts/open-sans-v28-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../Fonts/open-sans-v28-latin-800italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../Fonts/open-sans-v28-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v28-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v28-latin-800italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v28-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v28-latin-800italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 700';
  src: url('../Fonts/MuseoSlab-700.eot');
  src: local('Museo Slab 700'), local('MuseoSlab-700'), url('../Fonts/MuseoSlab-700.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-700.woff') format('woff'), url('../Fonts/MuseoSlab-700.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 100';
  src: url('../Fonts/MuseoSlab-100.eot');
  src: local('Museo Slab 100'), local('MuseoSlab-100'), url('../Fonts/MuseoSlab-100.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-100.woff') format('woff'), url('../Fonts/MuseoSlab-100.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 900';
  src: url('../Fonts/MuseoSlab-900Italic.eot');
  src: local('Museo Slab 900 Italic'), local('MuseoSlab-900Italic'), url('../Fonts/MuseoSlab-900Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-900Italic.woff') format('woff'), url('../Fonts/MuseoSlab-900Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 700';
  src: url('../Fonts/MuseoSlab-700Italic.eot');
  src: local('Museo Slab 700 Italic'), local('MuseoSlab-700Italic'), url('../Fonts/MuseoSlab-700Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-700Italic.woff') format('woff'), url('../Fonts/MuseoSlab-700Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 500';
  src: url('../Fonts/MuseoSlab-500Italic.eot');
  src: local('Museo Slab 500 Italic'), local('MuseoSlab-500Italic'), url('../Fonts/MuseoSlab-500Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-500Italic.woff') format('woff'), url('../Fonts/MuseoSlab-500Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 500';
  src: url('../Fonts/MuseoSlab-500.eot');
  src: local('Museo Slab 500'), local('MuseoSlab-500'), url('../Fonts/MuseoSlab-500.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-500.woff') format('woff'), url('../Fonts/MuseoSlab-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 300';
  src: url('../Fonts/MuseoSlab-300.eot');
  src: local('Museo Slab 300'), local('MuseoSlab-300'), url('../Fonts/MuseoSlab-300.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-300.woff') format('woff'), url('../Fonts/MuseoSlab-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 300';
  src: url('../Fonts/MuseoSlab-300Italic.eot');
  src: local('Museo Slab 300 Italic'), local('MuseoSlab-300Italic'), url('../Fonts/MuseoSlab-300Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-300Italic.woff') format('woff'), url('../Fonts/MuseoSlab-300Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 1000';
  src: url('../Fonts/MuseoSlab-1000Italic.eot');
  src: local('Museo Slab 1000 Italic'), local('MuseoSlab-1000Italic'), url('../Fonts/MuseoSlab-1000Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-1000Italic.woff') format('woff'), url('../Fonts/MuseoSlab-1000Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 1000';
  src: url('../Fonts/MuseoSlab-1000.eot');
  src: local('Museo Slab 1000'), local('MuseoSlab-1000'), url('../Fonts/MuseoSlab-1000.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-1000.woff') format('woff'), url('../Fonts/MuseoSlab-1000.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 100';
  src: url('../Fonts/MuseoSlab-100Italic.eot');
  src: local('Museo Slab 100 Italic'), local('MuseoSlab-100Italic'), url('../Fonts/MuseoSlab-100Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-100Italic.woff') format('woff'), url('../Fonts/MuseoSlab-100Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Museo Slab 900';
  src: url('../Fonts/MuseoSlab-900.eot');
  src: local('Museo Slab 900'), local('MuseoSlab-900'), url('../Fonts/MuseoSlab-900.eot?#iefix') format('embedded-opentype'), url('../Fonts/MuseoSlab-900.woff') format('woff'), url('../Fonts/MuseoSlab-900.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../Fonts/Oswald-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Light';
  src: url('../Fonts/Oswald-Light.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../Fonts/Lato-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Light';
  src: url('../Fonts/Lato-Light.ttf');
  font-style: normal;
  font-display: swap;
}
/*# Form */
/*@import "./variables.less";*/
main > section > article > div > form {
  font-family: "Source Sans Pro";
}
main > section > article > div > form label.control-label {
  font-size: 24px;
}
.twocol-section.flexbox {
  gap: 20px;
}
p.contact {
  color: #737373;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 30px;
}
.contact-bullets {
  font-family: "Source Sans Pro";
}
.contact-bullets li {
  align-items: center;
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contact-bullets li p {
  color: #298cbf;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.contact-bullets li p span {
  color: inherit;
}
.contact-bullets .globe::before,
.contact-bullets .address::before,
.contact-bullets .phone::before {
  border: 4px solid #e55204;
  border-radius: 50%;
  color: #e55204;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 50px;
  font-weight: 300;
  height: 95px;
  line-height: 95px;
  margin-right: 10px;
  min-width: 95px;
  text-align: center;
}
.contact-bullets .globe::before {
  content: '\f0ac';
}
.contact-bullets .address::before {
  content: '\f041';
}
.contact-bullets .phone::before {
  content: '\f095';
}
main > section > article {
  color: #737373;
  font-size: 1em;
  line-height: 22px;
  overflow: visible;
}
main > section > article > div > form {
  border: 1px solid #298cbf;
  margin-top: 10px;
  padding: 38px;
  position: relative;
}
main > section > article > div > form input[type="submit"] {
  background-color: #298cbf;
  color: #fff;
  display: block;
  height: auto;
  font-family: "Source Sans Pro";
  font-size: 30px;
  line-height: 56px;
  margin: 0;
  text-transform: lowercase;
  width: 100%;
}
main > section > article > div > form label.control-label {
  display: block;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 2px;
}
main > section > article > div > form .ktc-checkbox label {
  font-size: 28px;
}
main > section > article > div > form::before {
  background-color: #e55204;
  content: '';
  display: block;
  height: 9px;
  left: -1px;
  position: absolute;
  top: -10px;
  width: calc(100% + 2px);
}
.iti {
  width: 100%;
}
.field-validation-error,
.field-validation-valid {
  margin-top: 5px;
}
input.error {
  border: 1px solid #bf2126;
}
main .wrapper section article div > input:last-child {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-top: 7px !important;
}
.iti--allow-dropdown input {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  margin-top: 7px !important;
}
.iti__country-list {
  max-height: 300px;
}
.iti__country-list li {
  margin-left: 0;
  list-style: none;
  font-size: 0.8em;
  margin: 0 0 0 0;
}
div.contact-us-form .form-field {
  margin-bottom: 0.8rem;
}
div.contact-us-form .form-field-label {
  margin-bottom: 0.3rem;
}
div.contact-us-form .form-field-label-required:after {
  content: "*";
  color: #B4594A;
}
div.contact-us-form .input-style {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control input,
div.contact-us-form .editing-form-control-nested-control textarea {
  padding: 0.4rem;
  width: 60%;
}
div.contact-us-form .editing-form-control-nested-control textarea {
  width: 100%;
  height: 6rem;
}
div.contact-us-form .field-validation-error {
  font-weight: bold;
  color: #D12127;
}
div.contact-us-form input[type="submit"] {
  -webkit-appearance: button;
  padding: 0.6rem 2rem;
  cursor: pointer;
  color: #ffffff;
  background-color: #090d11;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
div.contact-us-form input[type="submit"]:hover {
  background: rgba(39, 34, 25, 0.8);
}
div.contact-us-form .ktc-file-component-wrapper {
  margin-bottom: inherit;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text {
  max-width: calc(100% - 26px);
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  display: inline-block;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button {
  /*font-family: @icon-font-name;*/
  font-size: 14px;
  position: absolute;
  right: 8px;
  color: #090d11;
  line-height: 24px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-icon-button[data-icon="remove"] {
  cursor: pointer;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-replacement {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper .ktc-uploader-text-button {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper input[type="file"] {
  display: none;
}
div.contact-us-form .ktc-file-component-wrapper label {
  margin-bottom: 0.8rem;
  padding: 0.4rem;
  width: 60%;
  display: inline-block;
  border: 1px solid #BEBEBE;
  position: relative;
  cursor: pointer;
}
div.contact-us-form .ktc-file-component-wrapper label .control-label {
  color: #298cbf;
  font-weight: 600;
}
input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  margin-top: 7px;
  border: 1px solid #737373;
  font-size: 1em;
  border-radius: 0;
}
input[type="text"]::placeholder {
  color: #737373;
}
input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  margin-top: 7px;
  border: 1px solid #298cbf;
  font-size: 1em;
  border-radius: 0;
}
input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  margin-top: 7px;
  border: 1px solid #298cbf;
  font-size: 1em;
  border-radius: 0;
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: 1px solid #298cbf;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  vertical-align: top;
  border-radius: 0;
}
input[type="checkbox"]:checked::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f00c";
  height: 12px;
  width: 13px;
  font-size: 12px;
  color: white;
  background: #00407a;
  position: absolute;
}
input[type=password] {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  margin-top: 7px;
  border: 1px solid #298cbf;
  font-size: 1em;
  border-radius: 0;
}
textarea {
  width: 100%;
  height: 136px;
  margin-top: 7px;
  border: 1px solid #298cbf;
  resize: none;
  font: 400 1em Arial;
}
input[type="submit"] {
  width: 381px;
  height: 52px;
  border-radius: 0px;
  background-color: white;
  border: 2px solid #298cbf;
  padding: 0;
  font-size: inherit;
  color: #298cbf;
  font-weight: 600;
  margin-top: 3%;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  background: #298cbf;
  color: #ffffff;
}
.checkbox {
  display: flex;
  margin: 11px 0;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 21px;
  font-weight: normal;
  color: #298cbf;
  display: inline;
}
.ktc-checkbox:only-of-type input:required + label:after {
  content: "*";
  color: red;
  line-height: 0;
  font-weight: bold;
}
.ktc-checkbox {
  display: flex;
  margin: 11px 0;
}
.ktc-checkbox:only-of-type {
  margin-bottom: 3% !important;
}
.ktc-checkbox:only-of-type input:required + label:after {
  content: "*";
  color: red;
  line-height: 0;
  font-weight: bold;
}
.ktc-checkbox:last-of-type {
  margin-bottom: 3%;
}
.ktc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 21px;
  font-weight: normal;
  color: #298cbf;
  display: inline;
}
.radio {
  margin: 11px 0;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 21px;
  font-weight: normal;
  color: #298cbf;
  display: inline;
}
.ktc-radio {
  display: flex;
  margin: 11px 0;
}
.ktc-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 21px;
  font-weight: normal;
  color: #298cbf;
  display: inline;
}
.form-field {
  position: relative;
  margin-bottom: 2%;
}
select {
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  position: relative;
  padding: 0 15px;
  text-overflow: ellipsis;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  font-size: 1em;
  height: 62px;
  border-radius: 0;
  background: #d4e8f2;
  color: #737373;
}
select option {
  text-overflow: ellipsis;
  overflow: hidden;
}
select .form-control {
  box-sizing: border-box;
  padding: 21px 8px;
  border: 0;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  height: 0;
  width: 100%;
}
div.select {
  position: relative;
}
div.select::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  content: "\f078";
  font-size: 1em;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 5px;
  color: #ffffff;
  background: #298cbf;
  padding: 24px 12px;
  pointer-events: none;
  box-sizing: border-box;
  font-size: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-wrap {
  display: flex;
}
.search-wrap input {
  appearance: none;
  background: #d4e8f2;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  color: #737373;
  font-size: 1em;
  height: 62px;
  position: relative;
  padding: 0 15px;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 100%;
}
.search-wrap input::placeholder {
  color: #737373;
}
.search-wrap button {
  align-items: center;
  appearance: none;
  border: 0 none;
  cursor: pointer;
  display: flex;
  height: 62px;
  justify-content: center;
  padding: 0;
}
.search-wrap button::after {
  align-items: center;
  background: #298cbf;
  box-sizing: border-box;
  color: #ffffff;
  content: "\f002";
  display: flex;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 24px;
  height: 62px;
  justify-content: center;
  line-height: 5px;
  padding: 24px 16px;
  pointer-events: none;
}
.ktc-file-component-wrapper {
  margin-top: 7px;
  margin-bottom: 1%;
}
.ktc-file-component-wrapper .ktc-uploader-text {
  display: none;
}
.zone-light {
  background-color: #ffffff;
  border: 2px solid #298cbf;
  padding: 9.719px 6.719px 12.719px 64.75px;
  font-size: 0.9em;
  color: #298cbf;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
}
.zone-light::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f090";
  position: absolute;
  top: 19px;
  left: 26px;
  font-size: 27px;
}
.zone-light p {
  line-height: 22px;
}
.register-main {
  margin-bottom: 3%;
}
.signin-register {
  margin-bottom: 3%;
}
.signin-register aside .cta-button-widget a {
  margin-top: 0;
}
.signin-register .zone-light {
  padding: 15.719px 7.719px 15.719px 64.75px;
}
.signin-register .zone-light::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f044";
  top: 14px;
  left: 26px;
}
.not-found h3 {
  margin-bottom: 4px;
}
.not-found p {
  margin-bottom: 15px;
}
.not-found input[type="submit"] {
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  background: #298cbf;
  width: 48px;
  position: absolute;
  top: 7px;
  height: 50px;
  right: 0;
  font-size: 1.2em;
  margin-top: 0;
}
.not-found .fr-view {
  margin-bottom: 0%;
}
form {
  position: relative;
}
form label {
  color: #298cbf;
  font-weight: bold;
}
.form-group {
  margin-bottom: 2%;
}
body main .wrapper section article div.form-field {
  position: relative;
  margin-bottom: 2% !important;
}
body main .wrapper section article div.form-field.text-area-styles {
  margin-bottom: 4% !important;
}
body main .wrapper section article .form-field.has-select {
  margin-top: 4%;
  margin-bottom: 4% !important;
}
body main .wrapper section article .field-validation-error {
  padding: 15px 0 !important;
  padding-bottom: 15px !important;
  color: red !important;
  font-size: 1rem;
  font-weight: 600;
}
.js-address-selector-div {
  margin-bottom: 2%;
}
.js-country-state-selector .select {
  margin-bottom: 2% !important;
}
.required-field-red-star::after {
  content: "*";
  color: red;
}
.required-field-red-star-group label::after {
  content: "*";
  color: red;
}
.explanation-text {
  font-size: 0.8em;
  line-height: 25px;
  margin-bottom: 2% !important;
  margin-top: -1%;
}
.ktc-checkbox-list .ktc-checkbox {
  display: grid;
  grid-template-columns: 25px 1fr;
}
.ktc-checkbox-list .ktc-checkbox input[type="checkbox"] {
  margin-top: 7px;
}
section article form .form-field label {
  line-height: 30px;
}
.topBarLogo {
  background-color: #298cbf;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.topBarLogo a,
.topBarLogo img {
  display: block;
}
.navigation {
  align-items: center;
  color: #090d11;
  flex-direction: row;
  flex-grow: 1;
}
.navigation a {
  text-decoration: none;
}
.navigation a.navigation__cta {
  align-items: center;
  font-weight: 500;
  margin-left: 0;
  background: none;
}
.navigation a.navigation__cta-icon {
  margin-left: 4px;
}
.navigation .logo-link {
  align-items: center;
  background-color: #e55204;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.navigation .logo-link span {
  background-color: #e55204;
  color: #fff;
  font-size: 32px;
  display: block;
  font-family: "Source Sans Pro";
  padding: 0 20px;
  opacity: 0.5;
}
.navigation .nav-wrapper {
  z-index: 5;
}
.navigation .nav-toggle-inner {
  cursor: pointer;
  display: none;
  height: 50px;
  opacity: 1;
  position: fixed;
  right: 18px;
  top: 13px;
  width: 50px;
}
.navigation .nav-toggle-inner span.icon-bar {
  background-color: #e55204;
  border-radius: 2px;
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  width: 50px;
}
.navigation .nav-toggle-inner span.icon-bar:first-child {
  top: 4px;
}
.navigation .nav-toggle-inner span.icon-bar:nth-child(2) {
  opacity: 1;
  top: 22px;
}
.navigation .nav-toggle-inner span.icon-bar:nth-child(3) {
  top: 39px;
}
.mobile-menu {
  background-color: #e55204;
  height: 100%;
  margin: 0;
  position: fixed;
  right: -50vw;
  top: 0;
  width: 50vw;
  z-index: 200;
}
.mobile-menu img {
  display: block;
  margin: 20px 20px 15px;
}
.mobile-menu .close {
  cursor: pointer;
  display: block;
  height: 50px;
  opacity: 0;
  right: -500px;
  position: fixed;
  top: 10px;
  width: 50px;
  z-index: 205;
}
.mobile-menu .close .icon-bar {
  background: #fff;
  width: 50px;
  height: 7px;
  position: absolute;
  top: 22px;
  rotate: 45deg;
  display: block;
  right: 0;
  border-radius: 4px;
}
.mobile-menu .close .icon-bar:nth-child(2) {
  rotate: -45deg;
}
.mobile-menu .menu {
  border-top: 1px solid #fff;
  margin: 0;
  padding-top: 10px;
}
.mobile-menu .menu ul {
  margin: 0;
}
.mobile-menu .menu li {
  display: block;
}
.mobile-menu .menu li a {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 20px;
}
.mobile-menu .menu > li > ul > li > ul {
  display: none;
}
.mobile-menu-open .mobile-menu,
.menu-open .mobile-menu {
  right: 0vw;
}
.mobile-menu-open .mobile-menu .close,
.menu-open .mobile-menu .close {
  opacity: 1;
  right: 15px;
}
.mobile-menu-open .navigation .nav-toggle-inner,
.menu-open .navigation .nav-toggle-inner {
  opacity: 0;
  right: 500px;
}
.mobile-menu-open .navigation .nav-toggle-inner span.icon-bar:first-child,
.menu-open .navigation .nav-toggle-inner span.icon-bar:first-child {
  rotate: -45deg;
  top: 15px;
}
.mobile-menu-open .navigation .nav-toggle-inner span.icon-bar:nth-child(2),
.menu-open .navigation .nav-toggle-inner span.icon-bar:nth-child(2) {
  opacity: 0;
  right: -100px;
}
.mobile-menu-open .navigation .nav-toggle-inner span.icon-bar:nth-child(3),
.menu-open .navigation .nav-toggle-inner span.icon-bar:nth-child(3) {
  rotate: 45deg;
  top: 15px;
}
.top-nav-open .navigation .logo-link span {
  opacity: 1;
}
.nav-logo {
  float: left;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.nav-logo .logo-wrapper a {
  flex-direction: column;
}
.nav-logo .logo-wrapper a img {
  height: 36px;
}
body.home ul.additional-menu li a {
  color: #ffffff;
}
body.home ul.additional-menu li a p.dropdown-login {
  color: #ffffff;
}
body.home ul.additional-menu li div {
  color: #ffffff;
}
body.home ul.additional-menu li:nth-child(4) {
  margin-right: 0;
}
body.home ul.additional-menu li .open-search {
  color: #ffffff;
}
body.home #search-wrapper {
  top: 19px;
  background: #090d11;
  position: relative;
  z-index: 1000;
}
header ul li:before {
  content: " ";
  line-height: inherit;
  font-size: 0;
  margin-right: 0;
}
.fixed#main-header ul.nav-menu ul li a {
  color: #ffffff !important;
}
.navigation {
  padding: 0 !important;
  position: relative;
}
.navigation .nav-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  padding-left: 230px;
  width: 100%;
}
ul.nav-menu {
  align-items: flex-start;
  background-color: rgba(251, 251, 251, 0.5);
  display: flex;
  flex-direction: row;
  height: 77px;
  justify-content: space-between;
  left: -100%;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-transform: lowercase;
  width: 100%;
  z-index: 99;
}
ul.nav-menu > li {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  list-style: none;
}
ul.nav-menu > li > a {
  color: #e55204;
  font-family: "Source Sans Pro";
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
ul.nav-menu li .menu-container {
  position: absolute;
  z-index: 99;
  left: 0;
  background-color: #090d11;
  transition: left 0.3s linear;
  width: 100%;
  height: 500px;
  padding-top: 25px;
}
ul.nav-menu .menu-container {
  position: absolute;
  top: 125px;
  background-color: #090d11;
  width: 100%;
  left: 0;
  right: 0;
}
ul.nav-menu .menu-container:not([data-level="1"]) {
  top: 0;
  left: 100%;
}
ul.nav-menu .menu-container:not([data-level="1"]) .sub-menu-title label {
  padding-left: 130px;
}
ul.nav-menu .menu-container[data-level="1"] .sub-menu-title label a {
  color: #ffffff;
  text-align: left;
}
ul.nav-menu .menu-container[data-level="1"] .sub-menu-title label a:hover {
  text-decoration: underline;
}
ul.nav-menu .menu-container[data-level="1"] {
  top: 118px;
  display: none;
}
ul.nav-menu .menu-container[data-level="1"] > ul > li {
  padding-left: 0;
}
ul.nav-menu .menu-container[data-level="1"] > ul li:not(.back) > a {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 23vw;
  max-width: 23vw;
  font-size: 0.9em;
  padding-right: 30px;
  white-space: normal;
}
ul.nav-menu .menu-container.open {
  display: block !important;
  left: 0;
}
ul.nav-menu ul {
  max-width: 50%;
  display: inline-block;
  padding-left: 8%;
  padding-top: 20px;
}
ul.nav-menu ul li.back {
  position: absolute;
  padding-left: 0;
  max-width: 75px;
  top: 29px;
  margin-left: 10px;
}
ul.nav-menu ul li.back a {
  font-weight: 600;
}
ul.nav-menu ul li.back a i {
  font-weight: 600;
  margin-right: 5px;
}
ul.nav-menu ul li {
  max-width: 100%;
  padding: 15px 0 15px 100px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
ul.nav-menu ul li a {
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  transition: 0s;
  letter-spacing: 0.5px;
}
ul.nav-menu ul li a:hover {
  font-weight: 600;
  letter-spacing: 0.3px;
}
ul.nav-menu ul li label {
  color: #ffffff;
  text-align: left;
}
ul.nav-menu ul li.has-children > a::after {
  content: "\f054";
  font-family: "font awesome 5 pro";
  font-weight: 600;
  padding-left: 10px;
}
ul.nav-menu .img-el {
  max-width: 30%;
  display: inline-block;
  /* float: right; */
  padding-right: 0;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  position: absolute;
  right: 8%;
}
ul.nav-menu .img-el img {
  max-height: 250px;
}
ul.nav-menu ul[data-level="1"] > .back {
  display: none;
}
ul.nav-menu .sub-menu-title {
  padding-left: 8%;
  margin-top: 15px;
}
ul.nav-menu .sub-menu-title label {
  font-size: 1.4em;
  color: #ffffff;
  padding-left: 30px;
}
ul.nav-menu ul.columns-2 {
  columns: 2;
  max-width: 100%;
}
ul.nav-menu ul.columns-3 {
  columns: 3;
  max-width: 100%;
}
ul.nav-menu ul.columns-3 li:not(.back) > a {
  width: 17vw !important;
  padding-right: 0 !important;
}
.top-nav-open ul.nav-menu {
  left: 0%;
}
body.home ul.nav-menu .menu-container[data-level="1"] {
  top: 118px;
}
body.home ul.nav-menu li .sub-menu-title label a {
  text-align: left;
  font-weight: 700;
}
ul.additional-menu {
  flex-direction: row;
  align-items: center;
  display: none;
  justify-content: flex-end;
  flex-grow: 1;
  margin-left: 5%;
}
ul.additional-menu li {
  height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}
ul.additional-menu li a {
  padding: 5px;
  color: #090d11;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.additional-menu li .fa-cart-plus,
ul.additional-menu li p.loggedin-btn {
  color: #298cbf;
}
ul.additional-menu li .dropdown-content {
  display: none;
}
ul.additional-menu li .dropbtn:hover .dropdown-content {
  display: block;
}
/* DROPDOWN */
.dropdown,
.dropbtn {
  position: relative;
  display: inline-block;
}
li.dropdown {
  display: inline-block;
}
li.dropdown a {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #090d11;
  z-index: 100;
  min-width: 160px;
  left: -60px;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #737373;
}
.dropdown .dropdown-content > a,
.dropdown .dropdown-content form {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown .dropdown-content > a {
  padding: 8px 24px;
}
.dropdown .dropdown-content > form {
  width: 100%;
}
.dropdown .dropdown-content > form .sign-out-button {
  width: 100%;
  border: none;
  background: none;
  padding: 8px 24px;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover,
.dropdown-content form:hover {
  background-color: #090d11;
}
/*# Avatar #*/
.dropdown-desktop-avatar {
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
}
.toggle-slide {
  left: 0 !important;
  transition: left 0.2s ease-in-out;
}
/*# Search box #*/
#search-wrapper {
  background: rgba(9, 13, 17, 0.85);
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 99%;
  color: #ffffff;
  left: 100%;
  display: none;
  transition: left 0.2s ease-in-out;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
#search-wrapper article {
  padding-top: 1%;
  padding-bottom: 1%;
}
#search-wrapper .far {
  transition: none;
  -webkit-transition: none;
  font-size: 25px;
  font-weight: Bold;
  margin-right: 2%;
  padding-top: 1%;
}
#search-wrapper .far.close-search {
  position: relative;
  top: -12px;
  right: -25px;
  font-size: 1em;
  font-weight: normal;
  padding-top: 0;
  line-height: 0;
}
#search-wrapper .far.close-search:hover {
  cursor: pointer;
}
#search-wrapper .far.fa-search {
  padding-top: 0;
  font-size: 1.6em;
  margin-bottom: -4px;
}
.searchBox .search-box-watermark {
  color: #090d11;
}
.searchBox .search-box-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #afadad;
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  height: 24px;
  min-width: 0px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0;
  text-transform: capitalize;
  width: 110px;
}
.searchBox .search-box-btn:hover {
  background: #ffffff;
  color: #090d11;
  cursor: pointer;
}
.search-mobile {
  padding: 0 5px;
  background: #090d11;
}
.nav-toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  padding: 5px;
}
.nav-toggle .nav-toggle-inner {
  width: 100%;
  height: 100%;
}
body.home #main-header .fa-cart-plus {
  color: #ffffff;
}
body.home .fixed#main-header p.dropdown-login {
  color: #090d11;
}
body.home .fixed#main-header .fa-cart-plus,
body.home .fixed#main-header p.loggedin-btn {
  color: #298cbf;
}
.icon-bar:nth-child(1) {
  top: 12px;
}
.icon-bar:nth-child(2) {
  top: 24px;
}
.icon-bar:nth-child(3) {
  top: 35px;
}
/* ICON BARS ANIMATION */
.nav-toggle.active .icon-bar:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2) {
  width: 0;
}
.nav-toggle.active .icon-bar:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-btn i.fas.fa-shopping-cart {
  margin-right: 5px;
}
/* Categories / Landing */
.title-wrapper h1 {
  line-height: 1.2;
  margin: 50px 0;
  padding: 0 0 0 70px;
  position: relative;
}
.title-wrapper h1::before {
  background-image: url(/KsandCore/media/main-images/Header_Square.png);
  background-size: 50px;
  content: '';
  display: inline-block;
  height: 50px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  vertical-align: middle;
  width: 50px;
}
.title-wrapper h1.h2 {
  padding: 0;
}
.title-wrapper h1.h2::before {
  display: none;
}
.intro section {
  margin-bottom: 80px;
}
.intro p {
  color: #737373;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
}
.product-list .single,
.product-list .triple {
  margin-bottom: 25px;
}
.product-list .single a,
.product-list .triple a {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-list .single a img,
.product-list .triple a img {
  display: block;
  height: auto;
  left: 50%;
  max-height: 350px;
  max-width: unset;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.product-list .single a .cover-wrap,
.product-list .triple a .cover-wrap {
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.product-list .single a .cover-wrap .cover,
.product-list .triple a .cover-wrap .cover {
  bottom: 0;
  left: 50%;
  position: absolute;
  top: unset;
  transform: translateX(-50%);
}
.product-list .single a .header-wrap,
.product-list .triple a .header-wrap {
  align-items: center;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  min-height: 120px;
  padding: 20px 0;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
  z-index: 105;
}
.product-list .single a .header-wrap h2,
.product-list .triple a .header-wrap h2 {
  color: #fff;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 36px;
  line-height: 38px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.product-list .single a .header-wrap p,
.product-list .triple a .header-wrap p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 40px 0;
}
.product-list .single a.hover .cover-wrap,
.product-list .triple a.hover .cover-wrap {
  height: 120px;
}
.product-list .single a.hover .header-wrap,
.product-list .triple a.hover .header-wrap {
  transform: translateY(0%);
}
.product-list .single a img {
  transform: translate(-50%, 0%);
}
.product-list .single a .cover {
  filter: grayscale(100%) invert(37%) sepia(14%) saturate(2233%) hue-rotate(171deg) brightness(87%) contrast(0.7);
}
.product-list .triple {
  align-content: center;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.product-list .triple a .cover {
  filter: grayscale(100%) contrast(0.4);
}
.product-list .triple a:nth-child(odd) .cover {
  filter: grayscale(100%) invert(33%) sepia(89%) saturate(440%) hue-rotate(329deg) brightness(80%) contrast(1);
}
.product-list .triple:nth-child(4) a .cover {
  filter: grayscale(100%) invert(33%) sepia(89%) saturate(440%) hue-rotate(329deg) brightness(80%) contrast(1);
}
.product-list .triple:nth-child(4) a:nth-child(odd) .cover {
  filter: grayscale(100%) contrast(0.4);
}
@media (max-width: 586px) {
  .product-list .single a .header-wrap p,
  .product-list .triple a .header-wrap p {
    display: none;
  }
}
#product-categories h3,
#product-categories .h3 {
  line-height: 1.2em;
  margin-bottom: 1.4%;
}
#product-categories header.title-wrapper h1 {
  margin-bottom: 2%;
}
#product-categories #cta-bttn-section {
  padding-left: 0;
  padding-right: 0;
}
#product-categories #cta-bttn-section ul {
  padding-top: 0;
}
.products-header header#main-header {
  border-bottom: 1px solid #090d11;
}
.products-header .breadcrumbs-widget {
  font-size: 18px;
  margin-bottom: 4%;
  line-height: 22px;
  margin-top: 9px;
}
/*# Image #*/
.product-tile-image {
  overflow: hidden;
  text-align: center;
  position: relative;
  display: block;
  margin: 0.5rem;
  padding-top: 15%;
  padding-bottom: 25%;
}
.product-tile-image img {
  height: auto;
  width: 100%;
}
.product-tile-image.notavailable img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* msie */
}
.product-tile-info {
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
}
.product-tile .product-tile-status {
  background-color: #298cbf;
  margin-top: 25%;
  color: #fff;
  padding: 0.5rem 1.25rem;
  margin-top: 20%;
  position: absolute;
  z-index: 2;
}
/*# Price #*/
.product-tile-price {
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.product-tile-list-price {
  text-decoration: line-through;
  font-size: 1rem;
}
/*# Product list page #*/
.product-page {
  margin-top: 1.25rem;
}
.product-tile {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: 0 0 -2px -2px;
  background: #ffffff;
}
.product-tile .product-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 1;
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  padding: 1.25rem;
}
.product-tile a {
  color: #000;
  text-decoration: none;
}
.product-tile .add-to-cart-button {
  display: block;
  float: right !important;
  margin-left: 1rem;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  border: 2px solid #08768c;
  text-transform: uppercase;
}
/*# Featured products list #*/
.featured-product .product-tile-image {
  padding: 0;
  margin: 0 2rem 0 2rem;
}
.featured-product .product-tile h1 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.featured-product a {
  color: #000;
  text-decoration: none;
}
.featured-product .product-tile .product-banner {
  position: absolute;
  padding: 0.5rem 1.25rem;
  text-align: center;
  font-size: 1.375rem;
  text-transform: uppercase;
  top: 42%;
  left: 15%;
  right: 15%;
  background-color: #08768c;
  color: #fff;
  z-index: 2;
}
.featured-product .product-tile-info {
  text-align: left;
  position: absolute;
  padding: 0 0 0 1rem;
  bottom: 0.75rem;
}
.featured-product .product-tile .product-heading {
  width: auto;
  position: inherit;
  padding: 0;
  padding-top: 0.75rem;
  margin: 0.5rem 1.25rem 1rem 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
.featured-product .product-tile {
  margin: 0 -2px -2px 0;
}
@media (max-width: 767px) {
  .featured-product .product-tile {
    min-height: 30.5rem;
  }
}
@media (min-width: 768px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 25.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 23%;
  }
}
@media (min-width: 1112px) {
  .featured-product .product-tile .product-banner {
    font-size: 1rem;
  }
  .featured-product .product-tile {
    min-height: 20.5rem;
  }
  .featured-product .product-tile .product-tile-status {
    margin-top: 0;
  }
}
/*# Product #*/
.product-detail .add-to-cart-container .qty .add-to-cart-textbox {
  width: calc(100% - 100px);
}
.product-detail header {
  text-align: left;
}
.product-detail header h2 {
  margin-top: 1.5rem;
  font-size: 2rem;
}
.product-detail .description {
  margin-top: 1.25rem;
}
/*# Product status #*/
.product-detail .product-status {
  top: 10%;
  float: left;
  background-color: #383838;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 3;
  position: absolute;
}
.product-detail .product-status.bestseller,
.product-detail .product-status.onsale {
  background-color: #b24143;
}
/*# Product properties #*/
.product-detail-properties {
  margin-top: 1.25rem;
}
.product-detail-properties dt {
  margin-left: 0;
  margin-bottom: 0.5rem;
  color: #aaa;
}
.product-detail-properties dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.product-detail-properties dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*# Inputs #*/
.product-detail input[type="text"] {
  border: 2px solid #bdbbbb;
  padding: 5px 7px;
  border-radius: 0;
}
.product-detail textarea {
  border: 2px solid #bdbbbb;
  padding: 5px 7px;
  border-radius: 0;
}
.product-detail select {
  border: 2px solid #bdbbbb;
  padding: 5px 7px;
  border-radius: 0;
}
.product-detail input[type="radio"] {
  margin-right: 5px !important;
}
.product-detail input[type="checkbox"] {
  margin-right: 5px !important;
}
.product-detail .cart-item-selector input[type="text"] {
  width: 99%;
}
.product-detail .cart-item-selector textarea {
  width: 99%;
}
.product-detail .cart-item-selector select {
  width: 99%;
}
.choose-your-flavour {
  padding: 0.5rem 0rem;
}
.product-detail option.fade {
  color: #bbbbbb;
}
.product-detail .option-category-name {
  font-family: "Source Sans Pro";
  font-size: 1.375rem;
  font-weight: 400;
}
.product-detail .editing-form-label-cell {
  padding-bottom: 0.8rem;
  padding-top: 1.25rem;
}
/*# Image #*/
.product-detail .image {
  margin: 1.25rem 0 1.25rem -2px;
  text-align: center;
}
.product-detail .image img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
/**EXPAND COLLAPSE**/
#single-product #expand-collapse ul {
  padding: 1% 0;
  margin-bottom: 0;
}
#single-product #expand-collapse ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2%;
}
#single-product #expand-collapse ul li a {
  color: #090d11;
}
#single-product #expand-collapse ul li a i {
  margin-right: 10px;
}
/*# Stock #*/
.product-detail .stock-label {
  display: none;
}
.product-detail .stock {
  display: block;
  border-radius: 0;
  margin-left: 4%;
  margin-bottom: 2%;
}
.product-tile .product-tile-stock.notavailable {
  background-color: #bebebe;
  padding: 0.7rem 1rem 0.7rem 1rem;
  position: absolute;
  top: 45%;
  left: 15%;
  right: 15%;
  text-align: center;
  z-index: 3;
  text-transform: uppercase;
}
.product-detail .stock-container {
  margin: 0;
  padding: 0;
}
.product-detail .unavailable {
  color: #bf2126;
}
.product-detail .available {
  color: #090d11;
}
/*# Right column #*/
.product-detail .cart-item-selector-container {
  padding: 0.5rem 0rem;
}
.product-detail .cart-item-selector-container::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*# Prices #*/
.product-detail .product-detail-prices:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-prices {
  margin-top: 50px;
  padding-bottom: 4px;
}
.product-detail .product-price {
  padding: 0.5rem 0;
}
.product-detail-prices dt,
.product-detail-prices dd {
  float: left;
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}
.product-detail-prices dt {
  clear: both;
  width: 50%;
}
.product-price--retail {
  color: #aaa;
}
dd.product-price--retail {
  text-decoration: line-through;
}
.price-details .row {
  margin-top: 0.5rem;
}
.price-details .discount-price.hidden {
  display: none;
}
#product-option-container > div.flexbox.flex-center {
  margin-bottom: 1rem;
}
/*# Total price #*/
.product-detail .units-label {
  display: block;
  clear: both !important;
  line-height: 2.6rem;
  vertical-align: middle;
}
.product-detail .add-to-cart-textbox {
  width: 100%;
  line-height: 2rem;
  height: 2.85rem;
  display: block;
  float: left !important;
  text-align: center;
  margin-left: 1rem;
}
.product-detail .add-to-cart-container {
  padding-top: 0.5rem !important;
  clear: both;
}
.product-detail .total-price-container:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-top: 1.25rem;
}
.product-detail .label {
  min-width: 225px;
  margin-right: 2%;
  font-weight: 600;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .product-detail .stock-with-price-saving .total-price-container:before {
    margin-top: 7.75rem;
  }
}
.product-detail .total-price-label {
  float: left !important;
  font-weight: 400;
  font-size: 1.375rem;
}
.product-detail .total-price-label::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail .total-price {
  float: right !important;
  font-weight: 700;
  font-size: 1.375rem;
}
.product-detail .total-price::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-detail-right {
  margin-top: 1rem;
  background: #090d11;
  padding-bottom: 1rem;
  overflow: auto;
}
.product-filter {
  background-color: #090d11;
  padding: 1rem;
}
.product-filter h4:first-of-type {
  margin-top: 0px;
}
.product-filter label {
  padding-left: 0.25rem;
}
.product-filter input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page > div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.product-list .ContentLabel {
  display: block;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
/* product landing/category */
.products {
  flex-wrap: wrap;
}
.products .product {
  max-width: 24%;
  flex: 0 0 24%;
  text-align: center;
  vertical-align: top;
  margin-right: 1%;
  margin-bottom: 35px;
}
.products .product .img-wrapper img {
  max-height: 230px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.products .product h5 {
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  font-size: 1em !important;
}
.rel-products {
  margin-top: 4%;
}
.rel-products .img-wrapper {
  min-height: initial;
}
.rel-products .img-wrapper img {
  max-height: 230px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header.related-products-title {
  margin-bottom: 3%;
}
header.related-products-title h3 {
  text-align: center;
  font-size: 1.6em;
}
header.related-products-title h3::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #00407a;
  display: block;
  margin: 0 auto;
  margin-top: 1%;
}
.related-products .slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.related-products .slider-controls a {
  font-size: 1.2em;
  color: #737373;
  opacity: 0.5;
}
.related-products .slider-controls a:hover {
  opacity: 1;
}
.related-products .product {
  box-sizing: border-box;
  display: inline-block;
  max-width: 25vw;
  margin-right: 2%;
  margin-left: 2%;
  padding-left: 65px;
  padding-right: 65px;
  text-align: center;
  vertical-align: top;
}
.related-products .product h5 {
  color: #090d11;
  font-weight: 700;
  margin-top: 30px;
  font-size: 1em !important;
  line-height: normal;
}
.sliderwrapper .related-products .slider-controls a {
  padding: 0 0;
}
.sliderwrapper .related-products .slider-controls a i {
  color: #98999b;
  font-size: 3em;
  opacity: 0.65;
  transition: 0.1s;
}
.sliderwrapper .related-products .slider-controls a:hover i {
  opacity: 1;
}
/* single product pages */
#single-product * {
  box-sizing: border-box;
}
#single-product .dropdown-price {
  display: block;
  margin-top: 1%;
}
#single-product .product-detail-right {
  background: #fff;
}
#single-product .image {
  cursor: pointer;
}
#single-product .variant-image {
  width: 20%;
  height: auto;
  cursor: pointer;
}
#single-product select {
  height: 50px;
  width: 100%;
}
#single-product div.select {
  width: 100%;
}
#single-product div.select::after {
  box-sizing: border-box;
  background-color: #000;
  width: 50px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
}
#single-product .description {
  margin-top: 4%;
  margin-bottom: 4%;
}
#single-product .description h3.title-accent {
  margin-bottom: 2%;
}
#single-product form label {
  color: inherit;
  font-weight: inherit;
}
#single-product .qty {
  display: flex;
  width: 100%;
}
#single-product .qty input {
  height: 50px;
  text-align: center;
  margin-top: 0;
  border-left: none;
  border-right: none;
  margin-left: 0;
  float: none !important;
}
#single-product .qty button {
  height: 50px;
  text-align: center;
  margin-top: 0;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border: none;
  width: 50px;
  cursor: pointer;
  font-size: 20px;
}
#single-product #cta-bttn-section li {
  flex: 0 0 48%;
}
.add-to-cart-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
#js-submit-add-to-cart {
  width: 100%;
}
.add-to-cart-wrapper::before {
  transition: 0.25s;
}
.add-to-cart-wrapper:hover::before {
  color: #fff;
}
.variant-popup {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
.variant-popup .sliderwrapper {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0 0 5px 3px rgb(0 0 0%);
  height: 80vh;
  width: 90vh;
}
.variant-popup .sliderwrapper > span {
  position: absolute;
  right: 18px;
  cursor: pointer;
}
.variant-popup .sliderwrapper > span i {
  color: #298cbf;
  font-size: 1.6em;
  opacity: 0.8;
}
.variant-popup .sliderwrapper .slider-controls {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 88vh;
  height: 10%;
  top: 45%;
  left: 1vh;
}
.variant-popup .sliderwrapper .slider-controls a i {
  color: #737373;
  opacity: 0.7;
}
.variant-popup .sliderwrapper .slider-controls a i:hover {
  opacity: 1;
}
.variant-popup #slideshow {
  height: 100%;
}
.variant-popup #slideshow .slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variant-popup #slideshow .slide img {
  display: block;
  margin: 0 auto;
  max-height: 75vh;
  max-width: 100%;
  width: auto;
  height: auto;
}
.checkout-container hr {
  border: 0;
  background-color: #737373;
  height: 1px;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.checkout-container .customer-details h4:first-of-type {
  margin-top: 1rem;
}
.checkout-container .customer-details div[data-addresstype="ShippingAddress"] > label:first-of-type {
  display: block;
  margin-top: -2%;
  margin-bottom: 4%;
}
.checkout-container .gray-box {
  margin-top: 1rem;
  background-color: #090d11;
  padding: 1rem;
}
.checkout-container .editing-form-label-cell {
  font-weight: bold;
}
.checkout-container h4 {
  font-size: 2rem;
}
.checkout-container .checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.checkout-container .explanation-text {
  color: #737373;
}
.checkout-container .payment-selector {
  margin-bottom: 0.625rem;
}
.checkout-container #shoppingCartTotals {
  margin-top: 2%;
  margin-bottom: 2%;
}
.checkout-container aside .lt-gray-box {
  padding: 15px 25px;
}
.checkout-container aside .cart-item-image img {
  max-width: 70px;
}
.checkout-container .payment #creditcard input {
  margin-top: 0.5rem;
  margin-bottom: 2%;
}
.checkout-container .ccvalidation {
  margin-bottom: 2%;
}
.checkout-container .cart .cart-summary-items .cart-item-info {
  padding-bottom: 2%;
}
.checkout-container .cart .cart-summary-items .cart-item-amount > span {
  padding-top: 0.1rem;
}
.checkout-container .cart .cart-summary-items .cart-item-amount input {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 35px;
  height: auto;
  text-align: left;
  float: none;
  vertical-align: top;
  border: none !important;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: transparent;
}
.checkout-container .billing-details {
  border-bottom: 1px solid #e6e6e7;
  padding-bottom: 2%;
}
.checkout-container .billing-details address {
  font-size: 1em;
  line-height: 28px;
}
.checkout-top-header {
  background: #bf2126;
  padding: 0.8125rem 0px;
  color: #ffffff;
}
.delivery-label {
  font-weight: bold;
}
.checkout-back-link {
  cursor: pointer;
}
.floating-box.fixed {
  position: fixed;
  margin-top: 0rem;
  top: 1rem;
}
.cart-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
  min-height: 125px;
}
.cart-item-amount {
  padding-bottom: 14px;
  min-height: 3.5rem;
}
.cart-item-amount input[type="text"] {
  width: 3rem;
  float: left;
  text-align: center;
  margin-top: 0;
  border: 2px solid #737373;
}
.cart-item-amount input[type="submit"] {
  padding: 0 0.425rem;
  height: 2.6rem;
}
.cart-item-amount > div {
  width: 7.7rem;
  float: left;
}
.cart-item-amount > span {
  padding-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  float: left;
}
.cart-item-info {
  padding-bottom: 1.25rem;
}
.cart-item-info > a {
  color: #090d11;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-item-info span.bold {
  white-space: nowrap;
}
.cart-item-subtotal {
  color: #090d11;
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 70px;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .cart-item-subtotal {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
  }
}
.cart-item-option {
  margin-left: 70px;
  padding-left: 1.25rem;
  font-size: 1rem;
}
.cart .bold {
  font-weight: bold;
}
.green {
  color: #397C39;
}
.red {
  color: #bf2126;
}
.cart-item-discount-info {
  background-color: #737373;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 8px;
}
.cart-item-discount-names {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.btn.checkout-button {
  width: 100%;
  text-align: center;
}
.cart-coupon-input input[type="text"] {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 332px;
}
.cart-coupon-input .btn {
  height: 2.6rem;
  padding: 0;
  width: 27%;
  clear: both;
}
.cart-coupon-input > label {
  font-size: 1.125rem;
  font-weight: bold;
}
.cart-coupon-input > div {
  margin-top: 0.625rem;
}
.cart-coupon-input .cart-coupon-code {
  clear: both;
  float: left;
  width: 100%;
}
.cart-coupon-input .cart-coupon-code .label {
  float: left;
  padding-top: 0.5em;
}
.cart-coupon-input .cart-coupon-code .button {
  text-align: right;
}
.cart-coupon-input .cart-coupon-code input[type="submit"] {
  background-color: inherit;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}
cart-coupon-input .bttn {
  margin-bottom: 0 !important;
}
.cart-total-viewer {
  font-size: 1rem;
}
.cart-total-viewer .label {
  float: left;
}
.cart-total-viewer .value {
  text-align: right;
}
.cart-total .cart-total-viewer {
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.cart-coupon-info-label {
  font-size: 0.9rem;
  float: left;
}
.cart-right-panel {
  background-color: #298cbf;
  padding: 1.25rem;
}
.cart > h1 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cart .cart-content {
    padding-right: 1.25rem;
  }
}
.cart .last-separator {
  margin-bottom: 0;
}
.cart .first-separator {
  margin-top: 0;
}
.free-shipping-promotion {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  background-color: #298cbf;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.4em;
}
/*# Delivery details #*/
.delivery-details {
  padding: 3rem 1rem;
}
.delivery-details .customer-details label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .delivery-details {
    padding: 3rem;
    background: url(../Images/cup.png) right 18rem no-repeat;
  }
}
/*# Shopping cart preview #*/
/* not sure if these different blue shades are meant to be set here or not, they do not have a variable - christina */
.shopping-cart-mini-preview {
  float: right;
}
.shopping-cart-mini-preview .icon-shopping-cart {
  padding-right: 0.3rem;
  color: #6badba;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-label {
  float: left;
  background-color: #08768C;
  color: white;
  padding: 0.75rem;
  text-transform: uppercase;
}
.shopping-cart-mini-preview .shopping-cart-mini-preview-value {
  float: left;
  background-color: #208397;
  color: white;
  padding: 0.75rem;
}
.invalid-cart-content ul {
  list-style-type: none;
  padding: 10px 12px;
  font-weight: bold;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  display: block;
  background-color: #bf2126;
  color: white;
}
/* Cart & Checkout */
.checkout-container {
  margin-bottom: 3%;
}
.checkout-container * {
  box-sizing: border-box;
}
.checkout-container .checkout-back-link {
  margin-bottom: 4%;
}
.checkout-container .message-error {
  padding: 15px 0;
  color: red !important;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}
.checkout-container .cart h2 {
  margin-top: 4%;
  margin-bottom: 2%;
}
.checkout-container .cart h4 {
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 1.5rem;
}
.checkout-container .cart .explanation-text {
  color: #737373;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.checkout-container .cart .btn {
  margin-top: 1%;
  font-size: 1em;
}
.checkout-container .cart .cart-items h4 {
  font-size: 1.2em;
  margin-top: 0;
}
.cart .cart-content {
  padding-right: 0;
}
.cart-summary-item .cart-item-amount {
  display: inline;
}
.cart-items {
  flex-direction: column;
}
.cart-items * {
  box-sizing: border-box;
}
.cart-items .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}
.cart-items .row .col {
  flex: 0 0 13%;
}
.cart-items .row .col:nth-of-type(2) {
  flex: 0 0 33%;
}
.cart-items .row .col:not(:nth-of-type(2)) {
  text-align: center;
}
.cart-items .row .col:first-of-type {
  text-align: left;
  flex: 0 0 15%;
}
.cart-items .row .col img {
  max-width: 85%;
  max-height: 150px;
}
.cart-items .row.cart-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cart-items .row.cart-item .col p {
  font-size: 0.9em;
}
.cart-items .row.cart-item .col:not(:first-of-type) {
  padding-top: 15px;
}
.cart-items .row.cart-item .col:nth-of-type(2) {
  padding-top: 10px;
}
.cart-items .row.cart-item .cart-item-subtotal {
  font-weight: 400;
  font-size: 1em;
}
.cart-items .row.cart-item .edit-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cart-items .row.cart-item .edit-modal .modal-inner {
  min-width: 300px;
  min-height: 200px;
  background-color: #ffffff;
  max-width: 35%;
  border: 1px solid rgba(41, 140, 191, 0.9);
  box-shadow: 0px 0px 3px #000000;
}
.cart-items .row.cart-item .edit-modal .modal-inner header {
  display: flex;
}
.cart-items .row.cart-item .edit-modal .modal-inner header h3 {
  padding: 25px 25px 0 25px;
}
.cart-items .row.cart-item .edit-modal .modal-inner header .close {
  padding: 25px 25px 0 25px;
  color: #090d11;
}
.cart-items .row.cart-item .edit-modal .modal-inner main {
  padding: 25px;
}
.cart-items .row.cart-item .edit-modal .modal-inner main > p {
  display: inline-block;
  vertical-align: top;
  max-width: 65%;
  font-size: 0.9em;
}
.cart-items .row.cart-item .edit-modal .modal-inner main > p strong {
  text-transform: uppercase;
}
.cart-items .row.cart-item .edit-modal .modal-inner main > p:last-of-type {
  padding-left: 15px;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item label {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  color: #090d11;
  font-size: 0.9em;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item .form-group {
  flex: 0 0 65%;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item div.select::after {
  background-color: #090d11;
  cursor: pointer;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item .qty input[type="number"] {
  width: 100%;
  height: 45px;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item .qty button {
  width: 55px;
  height: 45px;
}
.cart-items .row.cart-item .edit-modal .modal-inner main .update-item .bttn {
  width: 100%;
  font-size: 0.9em;
  background: #298cbf;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
}
.cart-items .qty {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.cart-items .qty input {
  height: 40px;
  text-align: center;
}
.cart-items .qty button {
  height: 40px;
  text-align: center;
  background-color: #090d11;
  color: #ffffff;
  border-radius: 0;
  border: none;
  width: 40px;
  cursor: pointer;
}
.cart-items .qty input[type="number"] {
  width: 30%;
}
.cart-items input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-items input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-items input[type=number] {
  -moz-appearance: textfield;
}
.cart-items .col .edit {
  color: #090d11;
  font-size: 1.3em;
  margin: 0 10px;
}
.cart-items .col .delete {
  color: #090d11;
  font-size: 1.3em;
  margin: 0 10px;
}
.checkout-container .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-container .actions input[type='button'] {
  width: 49%;
}
.checkout-container .actions input[type='submit'] {
  width: 49%;
}
.checkout-container .shipping-options label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}
.checkout-container .shipping-options label input[type='radio'] {
  visibility: hidden;
  margin-right: 10px;
}
.checkout-container .shipping-options label input[type='radio']:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -3px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 3px solid white;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #00407a;
  cursor: pointer;
}
.checkout-container .shipping-options label input[type='radio']:checked:after {
  background-color: #00407a;
}
.checkout-box {
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-end;
}
.checkout-box .col {
  flex: 0 0 25%;
}
.checkout-box .col h4 {
  font-size: 1.2em;
}
.checkout-box .col p {
  font-size: 0.9em;
}
.checkout-box .col p a {
  color: #090d11;
  text-decoration: underline;
}
.checkout-box .col a {
  font-size: 0.9em;
  margin-bottom: 0;
}
.checkout-box .col p.total {
  font-size: 1.1em;
}
.checkout-box .form-group.promo-code {
  display: flex;
  align-items: flex-start;
  margin-top: 1%;
  margin-bottom: 3%;
}
.checkout-box .form-group.promo-code > div {
  width: 100%;
}
.checkout-box .form-group.promo-code input {
  height: 50px;
  margin-top: 0;
}
.checkout-box .form-group.promo-code input[type="text"] {
  width: 84% !important;
}
.checkout-box .form-group.promo-code button {
  height: 50px;
  margin-top: 0;
  width: 16%;
  border-radius: 0;
  background-color: #298cbf;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
.checkout-box .form-group.promo-code a.bttn {
  margin-top: 8%;
}
.checkout-box input[type="submit"] {
  background: #298cbf;
  color: #ffffff;
  margin-top: 4%;
  margin-bottom: 0;
}
.lt-gray-box {
  background-color: #737373;
}
.progress-labels {
  display: none;
}
.progress-bar {
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
}
.progress-bar > div {
  flex: 0 0 20%;
  position: relative;
  text-align: center;
}
.progress-bar > div .icon {
  display: block;
  position: relative;
  z-index: 99;
  background-color: #737373;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}
.progress-bar > div::before {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #737373;
  position: absolute;
  right: 50%;
  top: 10px;
}
.progress-bar > div:first-of-type::before {
  display: none;
}
.progress-bar > div .label {
  display: block;
  text-decoration: none;
  color: #298cbf;
  font-weight: 600;
  font-size: 1em;
  line-height: 28px;
  margin-top: 10px;
}
.progress-bar > div a.label:hover {
  text-decoration: underline;
}
.progress-bar > div.current .icon {
  background-color: #298cbf;
}
.progress-bar > div.current::before {
  background-color: #298cbf;
}
.progress-bar > div.complete .icon {
  background-color: #298cbf;
}
.progress-bar > div.complete::before {
  background-color: #298cbf;
}
#cart-dropdown {
  color: #ffffff;
  position: absolute;
  top: 118px;
  background: rgba(9, 13, 17, 0.9);
  padding: 0% 2% 0% 2%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  margin-right: 124px;
  max-width: 456px;
  z-index: 10000;
}
#cart-dropdown .row {
  color: white !important;
}
#cart-dropdown .cart-item-content {
  overflow-y: auto;
  max-height: 363px;
  padding-right: 18px;
}
#cart-dropdown a {
  color: #ffffff;
}
#cart-dropdown .cart-item-info a {
  color: #ffffff !important;
  padding-left: 0;
  font-weight: bold;
}
#cart-dropdown .cart-item-amount {
  padding-bottom: 14px;
  min-height: 3.5rem;
  color: #ffffff !important;
}
#cart-dropdown .cart-item-info-wrapper {
  flex-direction: column;
}
#cart-dropdown .close-cart {
  float: right;
  cursor: pointer;
}
#cart-dropdown h3 {
  color: #ffffff;
  margin-bottom: 6%;
}
#cart-dropdown input[type="submit"],
#cart-dropdown a.btn {
  display: flex;
  min-width: 381px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 2px solid #090d11;
  padding: 0;
  font-size: inherit;
  color: #090d11;
  font-weight: 600;
  margin-top: 19px;
  cursor: pointer;
}
#cart-dropdown input[type="submit"]:hover,
#cart-dropdown a.btn:hover {
  background: #737373;
  color: #090d11;
  border: none;
}
#cart-dropdown .cart-item-image img {
  min-height: 64px;
  max-height: 64px;
  min-width: 64px;
}
#cart-dropdown.cart-dropdown-acive {
  max-height: 5000px;
  padding: 1% 2% 2% 2%;
  max-width: 456px;
  transition: max-height 0.5s ease-in;
}
.cart-btn {
  cursor: pointer;
}
input#js-submit-add-to-cart {
  font-family: 'Font Awesome 5 Pro';
}
@media (max-width: 991px) {
  .checkout-container .checkout-box {
    margin-top: 0;
    align-items: flex-start;
  }
  .checkout-container .checkout-box .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .checkout-container .checkout-box .form-group.promo-code {
    margin-bottom: 2%;
  }
  .checkout-container .checkout-box .form-group.promo-code input[type="text"] {
    width: 100% !important;
    min-width: auto !important;
  }
  .checkout-container .checkout-box .form-group.promo-code button {
    width: 50px;
  }
  .checkout-container .checkout-box #couponCode {
    margin-bottom: 4%;
  }
  .checkout-container .checkout-box #couponCode h4 {
    margin-top: 0;
  }
  .checkout-container .checkout-box #couponCode .btn {
    margin-top: 0;
  }
  .checkout-container .checkout-box input[type='submit'].checkout-button {
    margin-top: 2%;
  }
  .checkout-container .cart .lt-gray-box h4 {
    margin-top: 2%;
  }
  .checkout-container .cart .lt-gray-box .cart-item-subtotal {
    text-align: right;
  }
  .checkout-container .cart .cart-items .row .col {
    flex: 0 0 15%;
  }
  .checkout-container .cart .cart-items .row .col:nth-of-type(2) {
    flex: 0 0 25%;
  }
  .checkout-container .billing-details {
    flex-direction: row;
  }
  .checkout-container .actions input[type='button'] {
    width: 100%;
    margin-top: 0;
  }
  .checkout-container .actions input[type='submit'] {
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (max-width: 768px) {
  .checkout-container .checkout-box {
    margin-top: 0;
    align-items: flex-start;
  }
  .checkout-container .checkout-box .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .checkout-container .checkout-box .form-group.promo-code {
    margin-bottom: 2%;
  }
  .checkout-container .checkout-box .form-group.promo-code input[type="text"] {
    width: 100%;
  }
  .checkout-container .checkout-box .form-group.promo-code button {
    width: 50px;
  }
  .checkout-container .checkout-box #couponCode {
    margin-bottom: 4%;
  }
  .checkout-container .checkout-box #couponCode h4 {
    margin-top: 0;
  }
  .checkout-container .checkout-box #couponCode .btn {
    margin-top: 0;
  }
  .checkout-container .checkout-box input[type='submit'].checkout-button {
    margin-top: 2%;
  }
}
@media (max-width: 767px) {
  .checkout-container .billing-details {
    flex-direction: column;
  }
  .checkout-container .billing-details > div:first-child {
    marign-bottom: 4%;
  }
  .checkout-container .billing-details address {
    font-size: 20px;
  }
  .checkout-container .billing-details + #shoppingCartTotals {
    margin-bottom: 4%;
  }
  .checkout-container .billing-details + #shoppingCartTotals p {
    font-size: 1em;
  }
  .checkout-container .payment #creditcard input {
    margin-top: 0.75rem;
    margin-bottom: 3%;
  }
  .progress-bar > div .label {
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .progress-bar > div .icon {
    width: 20px;
    height: 20px;
  }
}
.show-mobile-cart {
  display: none !important;
}
.form-horizontal p {
  margin-bottom: 2%;
}
.exp-col-wrap > h2 {
  background: #0066b0;
  color: #fff !important;
  cursor: pointer;
  font-size: 32px;
  margin: 0 !important;
  position: relative;
  padding: 15px 30px;
}
.exp-col-wrap > h2::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.exp-col-wrap .ec-body {
  display: none;
  padding: 20px;
}
.exp-col-wrap.open > h2::after {
  content: "\f077";
}
.exp-col-wrap.open .ec-body {
  display: block;
}
/* override for checkup page (special) */
.p-checkup,
.p-checkup-about-compliance,
.p-checkup-what-is-price-transparency,
.p-checkup-get-started {
  transition: none !important;
}
.p-checkup *,
.p-checkup-about-compliance *,
.p-checkup-what-is-price-transparency *,
.p-checkup-get-started * {
  transition: none !important;
}
.p-checkup .sticky-button,
.p-checkup-about-compliance .sticky-button,
.p-checkup-what-is-price-transparency .sticky-button,
.p-checkup-get-started .sticky-button {
  background: none;
  background-color: #0066b0;
  border: 1px solid #0066b0 !important;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  margin-top: 30px;
  padding: 5px 10px !important;
  position: fixed;
  right: -105px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 250px;
  z-index: 5500;
}
.p-checkup #main-header,
.p-checkup-about-compliance #main-header,
.p-checkup-what-is-price-transparency #main-header,
.p-checkup-get-started #main-header,
.p-checkup .breadcrumbs-widget,
.p-checkup-about-compliance .breadcrumbs-widget,
.p-checkup-what-is-price-transparency .breadcrumbs-widget,
.p-checkup-get-started .breadcrumbs-widget,
.p-checkup .title-wrapper,
.p-checkup-about-compliance .title-wrapper,
.p-checkup-what-is-price-transparency .title-wrapper,
.p-checkup-get-started .title-wrapper,
.p-checkup footer,
.p-checkup-about-compliance footer,
.p-checkup-what-is-price-transparency footer,
.p-checkup-get-started footer {
  display: none;
}
.p-checkup .marg-rt,
.p-checkup-about-compliance .marg-rt,
.p-checkup-what-is-price-transparency .marg-rt,
.p-checkup-get-started .marg-rt {
  margin-right: 0;
}
.p-checkup main section,
.p-checkup-about-compliance main section,
.p-checkup-what-is-price-transparency main section,
.p-checkup-get-started main section,
.p-checkup section .fr-view,
.p-checkup-about-compliance section .fr-view,
.p-checkup-what-is-price-transparency section .fr-view,
.p-checkup-get-started section .fr-view,
.p-checkup .fr-view img.fr-dib,
.p-checkup-about-compliance .fr-view img.fr-dib,
.p-checkup-what-is-price-transparency .fr-view img.fr-dib,
.p-checkup-get-started .fr-view img.fr-dib {
  margin: 0;
}
.p-checkup main.contain,
.p-checkup-about-compliance main.contain,
.p-checkup-what-is-price-transparency main.contain,
.p-checkup-get-started main.contain {
  padding: 0 !important;
}
.p-checkup section.contain,
.p-checkup-about-compliance section.contain,
.p-checkup-what-is-price-transparency section.contain,
.p-checkup-get-started section.contain {
  margin: 0 auto;
  max-width: 1000px;
}
.p-checkup .twocol-section.flexbox,
.p-checkup-about-compliance .twocol-section.flexbox,
.p-checkup-what-is-price-transparency .twocol-section.flexbox,
.p-checkup-get-started .twocol-section.flexbox {
  gap: 40px;
}
.p-checkup .header-link-wrap,
.p-checkup-about-compliance .header-link-wrap,
.p-checkup-what-is-price-transparency .header-link-wrap,
.p-checkup-get-started .header-link-wrap {
  background: #005b31;
  min-height: 60px;
  position: relative;
}
.p-checkup .header-link-wrap .header-links,
.p-checkup-about-compliance .header-link-wrap .header-links,
.p-checkup-what-is-price-transparency .header-link-wrap .header-links,
.p-checkup-get-started .header-link-wrap .header-links {
  display: flex;
  justify-content: space-around;
  transition: all 500ms ease-out !important;
}
.p-checkup .header-link-wrap .header-links a,
.p-checkup-about-compliance .header-link-wrap .header-links a,
.p-checkup-what-is-price-transparency .header-link-wrap .header-links a,
.p-checkup-get-started .header-link-wrap .header-links a {
  color: #fff;
  display: block;
  font-size: clamp(18px, 2vw, 30px);
  padding: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.p-checkup .header-link-wrap .header-links a:hover,
.p-checkup-about-compliance .header-link-wrap .header-links a:hover,
.p-checkup-what-is-price-transparency .header-link-wrap .header-links a:hover,
.p-checkup-get-started .header-link-wrap .header-links a:hover,
.p-checkup .header-link-wrap .header-links a.cur,
.p-checkup-about-compliance .header-link-wrap .header-links a.cur,
.p-checkup-what-is-price-transparency .header-link-wrap .header-links a.cur,
.p-checkup-get-started .header-link-wrap .header-links a.cur {
  background: #00ae5e;
}
.p-checkup .header-link-wrap .checkup-burger,
.p-checkup-about-compliance .header-link-wrap .checkup-burger,
.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger,
.p-checkup-get-started .header-link-wrap .checkup-burger {
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
.p-checkup .header-link-wrap .checkup-burger div,
.p-checkup-about-compliance .header-link-wrap .checkup-burger div,
.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div,
.p-checkup-get-started .header-link-wrap .checkup-burger div {
  background: #fff;
  border-radius: 2px;
  height: 8px;
  position: absolute;
  right: 0;
  transition: all 500ms ease-out !important;
  width: 100%;
}
.p-checkup .header-link-wrap .checkup-burger div:nth-child(1),
.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(1),
.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(1),
.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(1) {
  top: 0;
}
.p-checkup .header-link-wrap .checkup-burger div:nth-child(2),
.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(2),
.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(2),
.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-checkup .header-link-wrap .checkup-burger div:nth-child(3),
.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(3),
.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(3),
.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(3) {
  bottom: 0;
}
.p-checkup .checkup-header,
.p-checkup-about-compliance .checkup-header,
.p-checkup-what-is-price-transparency .checkup-header,
.p-checkup-get-started .checkup-header {
  border-bottom: 20px solid #005b31;
}
.p-checkup .checkup-header span,
.p-checkup-about-compliance .checkup-header span,
.p-checkup-what-is-price-transparency .checkup-header span,
.p-checkup-get-started .checkup-header span {
  margin: 0 auto !important;
  width: 100% !important;
}
.p-checkup img,
.p-checkup-about-compliance img,
.p-checkup-what-is-price-transparency img,
.p-checkup-get-started img {
  width: 100%;
}
.p-checkup img.desktop6,
.p-checkup-about-compliance img.desktop6,
.p-checkup-what-is-price-transparency img.desktop6,
.p-checkup-get-started img.desktop6 {
  width: 50%;
}
.p-checkup .checkup-top,
.p-checkup-about-compliance .checkup-top,
.p-checkup-what-is-price-transparency .checkup-top,
.p-checkup-get-started .checkup-top {
  align-items: center;
  background: #0066b0;
  display: flex;
  height: 90px;
  justify-content: start;
  padding: 22px 0;
}
.p-checkup .checkup-top img,
.p-checkup-about-compliance .checkup-top img,
.p-checkup-what-is-price-transparency .checkup-top img,
.p-checkup-get-started .checkup-top img {
  margin: 0 0 0 3% !important;
  max-width: 338px;
}
.p-checkup main.contain,
.p-checkup-about-compliance main.contain,
.p-checkup-what-is-price-transparency main.contain,
.p-checkup-get-started main.contain {
  max-width: 100%;
}
.p-checkup h1 a,
.p-checkup-about-compliance h1 a,
.p-checkup-what-is-price-transparency h1 a,
.p-checkup-get-started h1 a,
.p-checkup h2 a,
.p-checkup-about-compliance h2 a,
.p-checkup-what-is-price-transparency h2 a,
.p-checkup-get-started h2 a,
.p-checkup h3 a,
.p-checkup-about-compliance h3 a,
.p-checkup-what-is-price-transparency h3 a,
.p-checkup-get-started h3 a,
.p-checkup h4 a,
.p-checkup-about-compliance h4 a,
.p-checkup-what-is-price-transparency h4 a,
.p-checkup-get-started h4 a {
  font-size: inherit;
}
.p-checkup h1,
.p-checkup-about-compliance h1,
.p-checkup-what-is-price-transparency h1,
.p-checkup-get-started h1 {
  color: #0066b0;
}
.p-checkup h1.title,
.p-checkup-about-compliance h1.title,
.p-checkup-what-is-price-transparency h1.title,
.p-checkup-get-started h1.title {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 30px;
  text-align: center;
}
.p-checkup h2,
.p-checkup-about-compliance h2,
.p-checkup-what-is-price-transparency h2,
.p-checkup-get-started h2,
.p-checkup h3,
.p-checkup-about-compliance h3,
.p-checkup-what-is-price-transparency h3,
.p-checkup-get-started h3,
.p-checkup a,
.p-checkup-about-compliance a,
.p-checkup-what-is-price-transparency a,
.p-checkup-get-started a {
  color: #005b31;
}
.p-checkup h2,
.p-checkup-about-compliance h2,
.p-checkup-what-is-price-transparency h2,
.p-checkup-get-started h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 5px;
  text-align: left;
  width: 100%;
}
.p-checkup h3,
.p-checkup-about-compliance h3,
.p-checkup-what-is-price-transparency h3,
.p-checkup-get-started h3 {
  color: #0066b0;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.p-checkup h3.blue,
.p-checkup-about-compliance h3.blue,
.p-checkup-what-is-price-transparency h3.blue,
.p-checkup-get-started h3.blue {
  color: #0066b0;
}
.p-checkup h4,
.p-checkup-about-compliance h4,
.p-checkup-what-is-price-transparency h4,
.p-checkup-get-started h4 {
  color: #0066b0;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.p-checkup .callout2,
.p-checkup-about-compliance .callout2,
.p-checkup-what-is-price-transparency .callout2,
.p-checkup-get-started .callout2 {
  border-bottom: 1px solid #0066b0;
  border-top: 1px solid #0066b0;
  padding: 21px 0px;
  margin: 29px 0 !important;
}
.p-checkup p,
.p-checkup-about-compliance p,
.p-checkup-what-is-price-transparency p,
.p-checkup-get-started p {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px;
}
.p-checkup p .button,
.p-checkup-about-compliance p .button,
.p-checkup-what-is-price-transparency p .button,
.p-checkup-get-started p .button {
  background: #005b31;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0;
  padding: 12px 0px;
  text-align: center;
  text-decoration: none;
}
.p-checkup p .button:hover,
.p-checkup-about-compliance p .button:hover,
.p-checkup-what-is-price-transparency p .button:hover,
.p-checkup-get-started p .button:hover {
  background: #ccdcd5;
  color: #005b31;
}
.p-checkup strong,
.p-checkup-about-compliance strong,
.p-checkup-what-is-price-transparency strong,
.p-checkup-get-started strong {
  font-family: 'Museo Slab 900', sans-serif !important;
}
.p-checkup ul,
.p-checkup-about-compliance ul,
.p-checkup-what-is-price-transparency ul,
.p-checkup-get-started ul {
  color: #000;
  font-size: 20px;
}
.p-checkup ul > li,
.p-checkup-about-compliance ul > li,
.p-checkup-what-is-price-transparency ul > li,
.p-checkup-get-started ul > li {
  list-style: disc;
}
.p-checkup ul > li > ul > li,
.p-checkup-about-compliance ul > li > ul > li,
.p-checkup-what-is-price-transparency ul > li > ul > li,
.p-checkup-get-started ul > li > ul > li {
  list-style: circle;
}
.p-checkup ul > li > ul > li > ul > li,
.p-checkup-about-compliance ul > li > ul > li > ul > li,
.p-checkup-what-is-price-transparency ul > li > ul > li > ul > li,
.p-checkup-get-started ul > li > ul > li > ul > li {
  list-style: circle;
}
.p-checkup ul li::marker,
.p-checkup-about-compliance ul li::marker,
.p-checkup-what-is-price-transparency ul li::marker,
.p-checkup-get-started ul li::marker {
  color: #0066b0;
}
.p-checkup main > section > article > div > form label,
.p-checkup-about-compliance main > section > article > div > form label,
.p-checkup-what-is-price-transparency main > section > article > div > form label,
.p-checkup-get-started main > section > article > div > form label {
  color: #0066b0;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0 0 3px;
  font-weight: bold;
}
.p-checkup input[type="text"],
.p-checkup-about-compliance input[type="text"],
.p-checkup-what-is-price-transparency input[type="text"],
.p-checkup-get-started input[type="text"],
.p-checkup input[type="email"],
.p-checkup-about-compliance input[type="email"],
.p-checkup-what-is-price-transparency input[type="email"],
.p-checkup-get-started input[type="email"] {
  border-color: #0066b0;
  border-radius: 5px;
  margin: 0 0 5px;
  padding: 5px;
}
.p-checkup textarea,
.p-checkup-about-compliance textarea,
.p-checkup-what-is-price-transparency textarea,
.p-checkup-get-started textarea {
  border-color: #0066b0;
  border-radius: 5px;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 0 5px;
  padding: 6px 8px;
  resize: none;
}
.p-checkup input[type='submit'],
.p-checkup-about-compliance input[type='submit'],
.p-checkup-what-is-price-transparency input[type='submit'],
.p-checkup-get-started input[type='submit'] {
  border: 1px solid #0066b0 !important;
  display: block;
  text-align: center;
  background: none;
  background-color: #0066b0;
  margin-top: 30px;
  padding: 5px 10px !important;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: 100;
  cursor: pointer;
  width: 250px;
}
.p-checkup main > section > article > div > form,
.p-checkup-about-compliance main > section > article > div > form,
.p-checkup-what-is-price-transparency main > section > article > div > form,
.p-checkup-get-started main > section > article > div > form {
  border: 0 none;
  margin-top: 20px;
  padding: 0;
}
.p-checkup main > section > article > div > form::before,
.p-checkup-about-compliance main > section > article > div > form::before,
.p-checkup-what-is-price-transparency main > section > article > div > form::before,
.p-checkup-get-started main > section > article > div > form::before {
  display: none;
}
.p-checkup #sticky-form,
.p-checkup-about-compliance #sticky-form,
.p-checkup-what-is-price-transparency #sticky-form,
.p-checkup-get-started #sticky-form {
  background: #005b31;
  bottom: 0;
  height: 20px;
  font-size: 0;
  margin-top: 30px;
  pointer-events: auto;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  width: 100%;
  z-index: 20000;
}
.p-checkup #footer,
.p-checkup-about-compliance #footer,
.p-checkup-what-is-price-transparency #footer,
.p-checkup-get-started #footer {
  padding: 15px;
}
.p-checkup #child-pages,
.p-checkup-about-compliance #child-pages,
.p-checkup-what-is-price-transparency #child-pages,
.p-checkup-get-started #child-pages {
  display: none;
}
.p-checkup form .ktc-default-section,
.p-checkup-about-compliance form .ktc-default-section,
.p-checkup-what-is-price-transparency form .ktc-default-section,
.p-checkup-get-started form .ktc-default-section {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.p-checkup form .ktc-default-section > div,
.p-checkup-about-compliance form .ktc-default-section > div,
.p-checkup-what-is-price-transparency form .ktc-default-section > div,
.p-checkup-get-started form .ktc-default-section > div {
  margin: 0;
}
.p-checkup form .ktc-default-section > div:nth-child(1),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(1),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(1),
.p-checkup-get-started form .ktc-default-section > div:nth-child(1) {
  grid-column: 1 / 13;
}
.p-checkup form .ktc-default-section > div:nth-child(2),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(2),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(2),
.p-checkup-get-started form .ktc-default-section > div:nth-child(2) {
  grid-column: 1 / 5;
}
.p-checkup form .ktc-default-section > div:nth-child(3),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(3),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(3),
.p-checkup-get-started form .ktc-default-section > div:nth-child(3) {
  grid-column: 5 / 9;
}
.p-checkup form .ktc-default-section > div:nth-child(4),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(4),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(4),
.p-checkup-get-started form .ktc-default-section > div:nth-child(4) {
  grid-column: 9 / 13;
}
.p-checkup form .ktc-default-section > div:nth-child(5),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(5),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(5),
.p-checkup-get-started form .ktc-default-section > div:nth-child(5) {
  grid-column: 1 / 4;
}
.p-checkup form .ktc-default-section > div:nth-child(6),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(6),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(6),
.p-checkup-get-started form .ktc-default-section > div:nth-child(6) {
  grid-column: 4 / 7;
}
.p-checkup form .ktc-default-section > div:nth-child(7),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(7),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(7),
.p-checkup-get-started form .ktc-default-section > div:nth-child(7) {
  grid-column: 7 / 10;
}
.p-checkup form .ktc-default-section > div:nth-child(8),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(8),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(8),
.p-checkup-get-started form .ktc-default-section > div:nth-child(8) {
  grid-column: 10 / 13;
}
.p-checkup form .ktc-default-section > div:nth-child(9),
.p-checkup-about-compliance form .ktc-default-section > div:nth-child(9),
.p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(9),
.p-checkup-get-started form .ktc-default-section > div:nth-child(9) {
  grid-column: 1 / 13;
}
@media (max-width: 1450px) {
  .p-checkup main.contain,
  .p-checkup-about-compliance main.contain,
  .p-checkup-what-is-price-transparency main.contain,
  .p-checkup-get-started main.contain {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .p-checkup .header-link-wrap .header-links,
  .p-checkup-about-compliance .header-link-wrap .header-links,
  .p-checkup-what-is-price-transparency .header-link-wrap .header-links,
  .p-checkup-get-started .header-link-wrap .header-links {
    background: #005b31;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    position: absolute;
    right: -100%;
    top: 60px;
    width: 50%;
    z-index: 10;
  }
  .p-checkup .header-link-wrap .checkup-burger,
  .p-checkup-about-compliance .header-link-wrap .checkup-burger,
  .p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger,
  .p-checkup-get-started .header-link-wrap .checkup-burger {
    display: block;
  }
  .p-checkup h1.title,
  .p-checkup-about-compliance h1.title,
  .p-checkup-what-is-price-transparency h1.title,
  .p-checkup-get-started h1.title {
    font-size: 40px;
    line-height: 1.2;
  }
  .p-checkup img.tablet4,
  .p-checkup-about-compliance img.tablet4,
  .p-checkup-what-is-price-transparency img.tablet4,
  .p-checkup-get-started img.tablet4 {
    width: 33%;
  }
  .p-checkup .contain .contain,
  .p-checkup-about-compliance .contain .contain,
  .p-checkup-what-is-price-transparency .contain .contain,
  .p-checkup-get-started .contain .contain {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-checkup main > section:nth-child(3),
  .p-checkup-about-compliance main > section:nth-child(3),
  .p-checkup-what-is-price-transparency main > section:nth-child(3),
  .p-checkup-get-started main > section:nth-child(3) {
    margin: 0;
  }
  .p-checkup form .ktc-default-section > div:nth-child(1),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(1),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(1),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(1) {
    grid-column: 1 / 13;
  }
  .p-checkup form .ktc-default-section > div:nth-child(2),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(2),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(2),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(2) {
    grid-column: 1 / 7;
  }
  .p-checkup form .ktc-default-section > div:nth-child(3),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(3),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(3),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(3) {
    grid-column: 7 / 13;
  }
  .p-checkup form .ktc-default-section > div:nth-child(4),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(4),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(4),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(4) {
    grid-column: 1 / 7;
  }
  .p-checkup form .ktc-default-section > div:nth-child(5),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(5),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(5),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(5) {
    grid-column: 7 / 13;
  }
  .p-checkup form .ktc-default-section > div:nth-child(6),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(6),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(6),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(6) {
    grid-column: 1 / 5;
  }
  .p-checkup form .ktc-default-section > div:nth-child(7),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(7),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(7),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(7) {
    grid-column: 5 / 9;
  }
  .p-checkup form .ktc-default-section > div:nth-child(8),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(8),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(8),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(8) {
    grid-column: 9 / 13;
  }
  .p-checkup form .ktc-default-section > div:nth-child(9),
  .p-checkup-about-compliance form .ktc-default-section > div:nth-child(9),
  .p-checkup-what-is-price-transparency form .ktc-default-section > div:nth-child(9),
  .p-checkup-get-started form .ktc-default-section > div:nth-child(9) {
    grid-column: 1 / 13;
  }
  .cu-menu-open.p-checkup,
  .cu-menu-open.p-checkup-about-compliance,
  .cu-menu-open.p-checkup-what-is-price-transparency,
  .cu-menu-open.p-checkup-get-started {
    overflow: hidden;
  }
  .cu-menu-open.p-checkup .header-link-wrap .header-links,
  .cu-menu-open.p-checkup-about-compliance .header-link-wrap .header-links,
  .cu-menu-open.p-checkup-what-is-price-transparency .header-link-wrap .header-links,
  .cu-menu-open.p-checkup-get-started .header-link-wrap .header-links {
    right: 0%;
  }
  .cu-menu-open.p-checkup .header-link-wrap .checkup-burger div:nth-child(1),
  .cu-menu-open.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(1),
  .cu-menu-open.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(1),
  .cu-menu-open.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(1) {
    transform: rotate(-45deg);
    top: 16px;
  }
  .cu-menu-open.p-checkup .header-link-wrap .checkup-burger div:nth-child(2),
  .cu-menu-open.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(2),
  .cu-menu-open.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(2),
  .cu-menu-open.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(2) {
    width: 0%;
  }
  .cu-menu-open.p-checkup .header-link-wrap .checkup-burger div:nth-child(3),
  .cu-menu-open.p-checkup-about-compliance .header-link-wrap .checkup-burger div:nth-child(3),
  .cu-menu-open.p-checkup-what-is-price-transparency .header-link-wrap .checkup-burger div:nth-child(3),
  .cu-menu-open.p-checkup-get-started .header-link-wrap .checkup-burger div:nth-child(3) {
    bottom: 16px;
    transform: rotate(45deg);
  }
  .tab-fdr {
    flex-direction: row;
  }
}
@media (max-width: 586px) {
  .p-checkup .checkup-top,
  .p-checkup-about-compliance .checkup-top,
  .p-checkup-what-is-price-transparency .checkup-top,
  .p-checkup-get-started .checkup-top {
    height: 60px;
    padding: 0;
  }
  .p-checkup .checkup-top img,
  .p-checkup-about-compliance .checkup-top img,
  .p-checkup-what-is-price-transparency .checkup-top img,
  .p-checkup-get-started .checkup-top img {
    max-width: 40%;
    margin-left: 20px !important;
  }
  .p-checkup .header-link-wrap .header-links,
  .p-checkup-about-compliance .header-link-wrap .header-links,
  .p-checkup-what-is-price-transparency .header-link-wrap .header-links,
  .p-checkup-get-started .header-link-wrap .header-links {
    width: 100%;
  }
  .p-checkup main > section:nth-child(3),
  .p-checkup-about-compliance main > section:nth-child(3),
  .p-checkup-what-is-price-transparency main > section:nth-child(3),
  .p-checkup-get-started main > section:nth-child(3) {
    margin-top: 0px;
  }
  .p-checkup input[type="submit"],
  .p-checkup-about-compliance input[type="submit"],
  .p-checkup-what-is-price-transparency input[type="submit"],
  .p-checkup-get-started input[type="submit"] {
    width: 100%;
  }
  .p-checkup form .ktc-default-section > div,
  .p-checkup-about-compliance form .ktc-default-section > div,
  .p-checkup-what-is-price-transparency form .ktc-default-section > div,
  .p-checkup-get-started form .ktc-default-section > div {
    grid-column: 1 / 13 !important;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Core-icons';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}
/*
[class^="icon-"]:before {
    content: @icon-square;
}
*/
.icon-only:before {
  content: none;
}
.icon-dots-vertical:before {
  content: "\e75d";
}
.icon-chain:before {
  content: "\e67f";
}
.icon-chain-slash:before {
  content: "\e691";
}
.icon-list-bullets:before {
  content: "\e754";
}
.icon-list-numbers:before {
  content: "\e75b";
}
.icon-eye-slash:before {
  content: "\e75c";
}
.icon-arrow-u-right:before {
  content: "\e703";
}
.icon-arrow-u-left:before {
  content: "\e677";
}
.icon-arrow-down:before {
  content: "\e682";
}
.icon-arrow-up:before {
  content: "\e64c";
}
.icon-arrow-left:before {
  content: "\e6dc";
}
.icon-arrow-right:before {
  content: "\e6da";
}
.icon-arrow-down-circle:before {
  content: "\e6ae";
}
.icon-arrow-left-circle:before {
  content: "\e6af";
}
.icon-arrow-right-circle:before {
  content: "\e6b1";
}
.icon-arrow-up-circle:before {
  content: "\e6bf";
}
.icon-arrow-left-rect:before {
  content: "\e6db";
}
.icon-arrow-right-rect:before {
  content: "\e6d9";
}
.icon-arrow-crooked-left:before {
  content: "\e6e0";
}
.icon-arrow-crooked-right:before {
  content: "\e6e1";
}
.icon-arrow-double-left:before {
  content: "\e6df";
}
.icon-arrow-double-right:before {
  content: "\e6de";
}
.icon-arrow-down-line:before {
  content: "\e6dd";
}
.icon-arrow-up-line:before {
  content: "\e6d3";
}
.icon-arrows:before {
  content: "\e6d7";
}
.icon-arrows-h:before {
  content: "\e6d5";
}
.icon-arrows-v:before {
  content: "\e6d4";
}
.icon-magnifier:before {
  content: "\e657";
}
.icon-magnifier-minus:before {
  content: "\e656";
}
.icon-magnifier-plus:before {
  content: "\e655";
}
.icon-minus:before {
  content: "\e73f";
}
.icon-loop:before {
  content: "\e600";
}
.icon-merge:before {
  content: "\e709";
}
.icon-separate:before {
  content: "\e70a";
}
.icon-scheme-circles-triangle:before {
  content: "\e73e";
}
.icon-market:before {
  content: "\e68e";
}
.icon-bubble-o:before {
  content: "\e6f3";
}
.icon-bubble-times:before {
  content: "\e6f2";
}
.icon-clapperboard:before {
  content: "\e636";
}
.icon-collapse:before {
  content: "\e745";
}
.icon-collapse-scheme:before {
  content: "\e700";
}
.icon-dialog-window:before {
  content: "\e6ff";
}
.icon-dialog-window-cogwheel:before {
  content: "\e71a";
}
.icon-doc-ban-sign:before {
  content: "\e6ef";
}
.icon-doc-o:before {
  content: "\e69c";
}
.icon-doc-user:before {
  content: "\e714";
}
.icon-expand:before {
  content: "\e744";
}
.icon-file:before {
  content: "\e719";
}
.icon-folder-belt:before {
  content: "\e715";
}
.icon-folder-o:before {
  content: "\e68b";
}
.icon-hat-moustache:before {
  content: "\e75a";
}
.icon-key:before {
  content: "\e65e";
}
.icon-rectangle-a:before {
  content: "\e61e";
}
.icon-rectangle-a-o:before {
  content: "\e623";
}
.icon-rectangle-o-h:before {
  content: "\e758";
}
.icon-rectangle-o-v:before {
  content: "\e759";
}
.icon-rectangle-paragraph:before {
  content: "\e625";
}
.icon-tab:before {
  content: "\e6fb";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-graduate-cap:before {
  content: "\e713";
}
.icon-clipboard-list:before {
  content: "\e6a9";
}
.icon-user-checkbox:before {
  content: "\e603";
}
.icon-box-cart:before {
  content: "\e6cd";
}
.icon-bubble-censored:before {
  content: "\e6c2";
}
.icon-drawers:before {
  content: "\e699";
}
.icon-earth:before {
  content: "\e698";
}
.icon-form:before {
  content: "\e689";
}
.icon-invoice:before {
  content: "\e660";
}
.icon-mug:before {
  content: "\e644";
}
.icon-square-dashed-line:before {
  content: "\e617";
}
.icon-briefcase:before {
  content: "\e6c6";
}
.icon-funnel:before {
  content: "\e687";
}
.icon-map:before {
  content: "\e654";
}
.icon-notebook:before {
  content: "\e642";
}
.icon-piechart:before {
  content: "\e631";
}
.icon-user-frame:before {
  content: "\e604";
}
.icon-clipboard-checklist:before {
  content: "\e6aa";
}
.icon-pictures:before {
  content: "\e632";
}
.icon-flag:before {
  content: "\e68f";
}
.icon-folder:before {
  content: "\e68d";
}
.icon-folder-opened:before {
  content: "\e68a";
}
.icon-picture:before {
  content: "\e633";
}
.icon-bin:before {
  content: "\e6d0";
}
.icon-bubble:before {
  content: "\e6c3";
}
.icon-doc:before {
  content: "\e69f";
}
.icon-doc-move:before {
  content: "\e69d";
}
.icon-edit:before {
  content: "\e696";
}
.icon-menu:before {
  content: "\e650";
}
.icon-message:before {
  content: "\e64f";
}
.icon-user:before {
  content: "\e605";
}
.icon-monitor-broken:before {
  content: "\e70b";
}
.icon-monitor:before {
  content: "\e646";
}
.icon-chevron-down-line:before {
  content: "\e6c0";
}
.icon-chevron-left-line:before {
  content: "\e6d6";
}
.icon-chevron-right-line:before {
  content: "\e6e2";
}
.icon-chevron-up-line:before {
  content: "\e6ee";
}
.icon-pin-o:before {
  content: "\e705";
}
.icon-brand-sharepoint:before {
  content: "\e707";
}
.icon-heartshake:before {
  content: "\e681";
}
.icon-pin:before {
  content: "\e71e";
}
.icon-checklist:before {
  content: "\e61b";
}
.icon-watch:before {
  content: "\e601";
}
.icon-permission-list:before {
  content: "\e634";
}
.icon-users:before {
  content: "\e602";
}
.icon-brand-youtube:before {
  content: "\e659";
}
.icon-brand-pinterest:before {
  content: "\e6e3";
}
.icon-brand-open-id:before {
  content: "\e6e4";
}
.icon-two-rectangles-v:before {
  content: "\e606";
}
.icon-brand-linkedin:before {
  content: "\e6e5";
}
.icon-two-rectangles-h:before {
  content: "\e607";
}
.icon-brand-google-plus:before {
  content: "\e6e6";
}
.icon-t-shirt:before {
  content: "\e608";
}
.icon-xml-tag:before {
  content: "\e6e7";
}
.icon-truck:before {
  content: "\e609";
}
.icon-trophy:before {
  content: "\e60a";
}
.icon-rss:before {
  content: "\e6e9";
}
.icon-triangle-right:before {
  content: "\e60b";
}
.icon-restriction-list:before {
  content: "\e6ea";
}
.icon-translate:before {
  content: "\e60c";
}
.icon-qr-code:before {
  content: "\e6eb";
}
.icon-times-circle:before {
  content: "\e60d";
}
.icon-lock-unlocked:before {
  content: "\e6ec";
}
.icon-times:before {
  content: "\e60e";
}
.icon-dollar-sign:before {
  content: "\e6ed";
}
.icon-tag:before {
  content: "\e60f";
}
.icon-tablet:before {
  content: "\e610";
}
.icon-cb-check-disabled:before {
  content: "\e6f0";
}
.icon-table:before {
  content: "\e612";
}
.icon-carousel:before {
  content: "\e6f1";
}
.icon-star-full:before {
  content: "\e614";
}
.icon-star-semi:before {
  content: "\e613";
}
.icon-star-empty:before {
  content: "\e615";
}
.icon-arrows-crooked:before {
  content: "\e6f4";
}
.icon-staging-scheme:before {
  content: "\e616";
}
.icon-shopping-cart:before {
  content: "\e6f5";
}
.icon-highlighter:before {
  content: "\e6f6";
}
.icon-square-dashed:before {
  content: "\e618";
}
.icon-cookie:before {
  content: "\e6f7";
}
.icon-square:before {
  content: "\e619";
}
.icon-software-package:before {
  content: "\e61c";
}
.icon-smartphone:before {
  content: "\e61d";
}
.icon-scissors:before {
  content: "\e61f";
}
.icon-rotate-right:before {
  content: "\e620";
}
.icon-rotate-left:before {
  content: "\e621";
}
.icon-rotate-double-right:before {
  content: "\e622";
}
.icon-ribbon:before {
  content: "\e624";
}
.icon-rb-uncheck:before {
  content: "\e626";
}
.icon-rb-check-sign:before {
  content: "\e627";
}
.icon-question-circle:before {
  content: "\e629";
}
.icon-project-scheme:before {
  content: "\e62b";
}
.icon-process-scheme:before {
  content: "\e62c";
}
.icon-plus-square:before {
  content: "\e62d";
}
.icon-plus-circle:before {
  content: "\e62e";
}
.icon-plus:before {
  content: "\e62f";
}
.icon-placeholder:before {
  content: "\e630";
}
.icon-perfume:before {
  content: "\e635";
}
.icon-percent-sign:before {
  content: "\e638";
}
.icon-pda:before {
  content: "\e639";
}
.icon-pc:before {
  content: "\e63a";
}
.icon-pause:before {
  content: "\e63b";
}
.icon-parent-children-scheme:before {
  content: "\e63c";
}
.icon-paperclip:before {
  content: "\e63d";
}
.icon-pants:before {
  content: "\e63e";
}
.icon-palette:before {
  content: "\e63f";
}
.icon-organisational-scheme:before {
  content: "\e640";
}
.icon-newspaper:before {
  content: "\e643";
}
.icon-monitor-smartphone:before {
  content: "\e645";
}
.icon-modal-question:before {
  content: "\e647";
}
.icon-modal-minimize:before {
  content: "\e648";
}
.icon-modal-maximize:before {
  content: "\e649";
}
.icon-modal-close:before {
  content: "\e64a";
}
.icon-minus-circle:before {
  content: "\e64b";
}
.icon-microphone:before {
  content: "\e64d";
}
.icon-messages:before {
  content: "\e64e";
}
.icon-media-player:before {
  content: "\e651";
}
.icon-mask:before {
  content: "\e652";
}
.icon-map-marker:before {
  content: "\e653";
}
.icon-lock:before {
  content: "\e658";
}
.icon-life-belt:before {
  content: "\e65a";
}
.icon-laptop:before {
  content: "\e65d";
}
.icon-kentico:before {
  content: "\e65f";
}
.icon-integration-scheme:before {
  content: "\e661";
}
.icon-i-circle:before {
  content: "\e664";
}
.icon-chevron-up-square:before {
  content: "\e665";
}
.icon-chevron-up-circle:before {
  content: "\e666";
}
.icon-chevron-up:before {
  content: "\e667";
}
.icon-chevron-right-square:before {
  content: "\e668";
}
.icon-chevron-right:before {
  content: "\e669";
}
.icon-chevron-left-square:before {
  content: "\e66a";
}
.icon-chevron-left-circle:before {
  content: "\e66b";
}
.icon-chevron-left:before {
  content: "\e66c";
}
.icon-chevron-down-square:before {
  content: "\e66d";
}
.icon-chevron-down-circle:before {
  content: "\e66e";
}
.icon-chevron-down:before {
  content: "\e66f";
}
.icon-chevron-double-up:before {
  content: "\e670";
}
.icon-chevron-double-right:before {
  content: "\e671";
}
.icon-chevron-double-left:before {
  content: "\e672";
}
.icon-chevron-double-down:before {
  content: "\e673";
}
.icon-checklist2:before {
  content: "\e674";
}
.icon-check-circle:before {
  content: "\e675";
}
.icon-check:before {
  content: "\e676";
}
.icon-tags:before {
  content: "\e678";
}
.icon-shoe-women:before {
  content: "\e679";
}
.icon-printer:before {
  content: "\e67a";
}
.icon-parent-child-scheme:before {
  content: "\e67b";
}
.icon-minus-square:before {
  content: "\e67c";
}
.icon-light-bulb:before {
  content: "\e67d";
}
.icon-chevron-right-circle:before {
  content: "\e67e";
}
.icon-home:before {
  content: "\e680";
}
.icon-half-arrows-right-left:before {
  content: "\e683";
}
.icon-graph:before {
  content: "\e684";
}
.icon-factory:before {
  content: "\e690";
}
.icon-exclamation-triangle:before {
  content: "\e693";
}
.icon-ellipsis:before {
  content: "\e694";
}
.icon-ekg-line:before {
  content: "\e695";
}
.icon-doc-paste:before {
  content: "\e69a";
}
.icon-doc-copy:before {
  content: "\e69e";
}
.icon-database:before {
  content: "\e6a0";
}
.icon-cup:before {
  content: "\e6a2";
}
.icon-compass:before {
  content: "\e6a4";
}
.icon-cogwheel-square:before {
  content: "\e6a5";
}
.icon-cogwheels:before {
  content: "\e6a6";
}
.icon-cogwheel:before {
  content: "\e6a7";
}
.icon-circle-square:before {
  content: "\e6ab";
}
.icon-circle:before {
  content: "\e6ac";
}
.icon-cb-uncheck:before {
  content: "\e6ad";
}
.icon-cb-check-sign:before {
  content: "\e6b0";
}
.icon-caret-up:before {
  content: "\e6b2";
}
.icon-caret-right-down:before {
  content: "\e6b3";
}
.icon-caret-right:before {
  content: "\e6b4";
}
.icon-caret-left:before {
  content: "\e6b5";
}
.icon-caret-down:before {
  content: "\e6b6";
}
.icon-camera:before {
  content: "\e6b7";
}
.icon-calendar-number:before {
  content: "\e6b8";
}
.icon-calendar:before {
  content: "\e6b9";
}
.icon-bullseye:before {
  content: "\e6ba";
}
.icon-building-block:before {
  content: "\e6bb";
}
.icon-building:before {
  content: "\e6bc";
}
.icon-bug:before {
  content: "\e6bd";
}
.icon-bucket-shovel:before {
  content: "\e6be";
}
.icon-bubbles:before {
  content: "\e6c1";
}
.icon-brush:before {
  content: "\e6c4";
}
.icon-broom:before {
  content: "\e6c5";
}
.icon-brand-twitter:before {
  content: "\e6c7";
}
.icon-brand-google:before {
  content: "\e6c8";
}
.icon-brand-facebook:before {
  content: "\e6c9";
}
.icon-brand-bing:before {
  content: "\e6ca";
}
.icon-braces:before {
  content: "\e6cb";
}
.icon-boxes:before {
  content: "\e6cc";
}
.icon-box:before {
  content: "\e6ce";
}
.icon-ban-sign:before {
  content: "\e6d1";
}
.icon-badge:before {
  content: "\e6d2";
}
.icon-arrow-right-top-square:before {
  content: "\e6d8";
}
.icon-breadcrumb:before {
  content: "\e6f9";
}
.icon-clock:before {
  content: "\e6a8";
}
.icon-cloud:before {
  content: "\e701";
}
.icon-cb-check-preview:before {
  content: "\e702";
}
.icon-accordion:before {
  content: "\e704";
}
.icon-two-squares-line:before {
  content: "\e706";
}
.icon-money-bill:before {
  content: "\e708";
}
.icon-puzzle:before {
  content: "\e62a";
}
.icon-wizard-stick:before {
  content: "\e6fa";
}
.icon-lines-rectangle-o:before {
  content: "\e6fd";
}
.icon-doc-arrows:before {
  content: "\e6fe";
}
.icon-l-text-col:before {
  content: "\e685";
}
.icon-l-menu-text-col:before {
  content: "\e69b";
}
.icon-l-menu-cols-3:before {
  content: "\e6e8";
}
.icon-l-logotype-menu-v-col:before {
  content: "\e6fc";
}
.icon-l-logotype-menu-h-col:before {
  content: "\e70c";
}
.icon-l-header-cols-3-footer:before {
  content: "\e70d";
}
.icon-l-cols-80-20:before {
  content: "\e70e";
}
.icon-l-cols-20-80:before {
  content: "\e70f";
}
.icon-l-cols-4:before {
  content: "\e710";
}
.icon-l-cols-3:before {
  content: "\e711";
}
.icon-l-cols-2:before {
  content: "\e712";
}
.icon-bezier-scheme:before {
  content: "\e717";
}
.icon-note:before {
  content: "\e71c";
}
.icon-piechart-lines:before {
  content: "\e71d";
}
.icon-l-article-map:before {
  content: "\e721";
}
.icon-l-calendar-number-article:before {
  content: "\e722";
}
.icon-l-forms-2:before {
  content: "\e723";
}
.icon-l-header-cols-2-footer:before {
  content: "\e724";
}
.icon-l-header-list-img:before {
  content: "\e725";
}
.icon-l-header-menu-text:before {
  content: "\e726";
}
.icon-l-header-text:before {
  content: "\e727";
}
.icon-l-list-article:before {
  content: "\e728";
}
.icon-l-lightbox:before {
  content: "\e729";
}
.icon-l-img-3-cols-3:before {
  content: "\e72a";
}
.icon-l-img-2-cols-3:before {
  content: "\e72b";
}
.icon-l-text:before {
  content: "\e72c";
}
.icon-l-rows-4:before {
  content: "\e72d";
}
.icon-l-rows-3:before {
  content: "\e72e";
}
.icon-l-rows-2:before {
  content: "\e72f";
}
.icon-l-menu-text-col-bottom:before {
  content: "\e730";
}
.icon-l-menu-text:before {
  content: "\e731";
}
.icon-l-menu-list-img-col:before {
  content: "\e732";
}
.icon-l-menu-list-img:before {
  content: "\e733";
}
.icon-l-menu-list:before {
  content: "\e734";
}
.icon-l-menu-cols-2:before {
  content: "\e735";
}
.icon-l-logotype-menu-col-footer:before {
  content: "\e736";
}
.icon-l-list-title:before {
  content: "\e737";
}
.icon-l-list-img-article:before {
  content: "\e738";
}
.icon-l-list-article-col:before {
  content: "\e739";
}
.icon-tree-structure:before {
  content: "\e73a";
}
.icon-vb:before {
  content: "\e716";
}
.icon-crosshair-o:before {
  content: "\e71b";
}
.icon-crosshair-f:before {
  content: "\e71f";
}
.icon-caret-right-aligned-left:before {
  content: "\e720";
}
.icon-caret-left-aligned-right:before {
  content: "\e73b";
}
.icon-gauge:before {
  content: "\e686";
}
.icon-c-sharp:before {
  content: "\e718";
}
.icon-tab-vertical:before {
  content: "\e73c";
}
.icon-right-double-quotation-mark:before {
  content: "\e73d";
}
.icon-braces-octothorpe:before {
  content: "\e740";
}
.icon-outdent:before {
  content: "\e741";
}
.icon-indent:before {
  content: "\e742";
}
.icon-i:before {
  content: "\e743";
}
.icon-b:before {
  content: "\e746";
}
.icon-u:before {
  content: "\e747";
}
.icon-s:before {
  content: "\e748";
}
.icon-x:before {
  content: "\e749";
}
.icon-t-f:before {
  content: "\e74a";
}
.icon-t:before {
  content: "\e74b";
}
.icon-parent-child-scheme-2:before {
  content: "\e74c";
}
.icon-parent-child-scheme2:before {
  content: "\e74d";
}
.icon-doc-torn:before {
  content: "\e750";
}
.icon-f:before {
  content: "\e74e";
}
.icon-a-lowercase:before {
  content: "\e74f";
}
.icon-circle-slashed:before {
  content: "\e751";
}
.icon-one:before {
  content: "\e752";
}
.icon-diamond:before {
  content: "\e756";
}
.icon-choice-user-scheme:before {
  content: "\e753";
}
.icon-choice-single-scheme:before {
  content: "\e755";
}
.icon-choice-multi-scheme:before {
  content: "\e757";
}
.icon-book-opened:before {
  content: "\e6cf";
}
.icon-e-book:before {
  content: "\e697";
}
.icon-spinner:before {
  content: "\e61a";
}
.icon-layouts:before {
  content: "\e65b";
}
.icon-layout:before {
  content: "\e65c";
}
.icon-id-card:before {
  content: "\e663";
}
.icon-id-cards:before {
  content: "\e662";
}
.icon-l-grid-3-2:before {
  content: "\e611";
}
.icon-l-grid-2-2:before {
  content: "\e628";
}
.icon-l-cols-70-30:before {
  content: "\e637";
}
.icon-l-cols-30-70:before {
  content: "\e641";
}
.icon-l-cols-25-50-25:before {
  content: "\e688";
}
.icon-l-cols-20-60-20:before {
  content: "\e6a1";
}
.icon-eye:before {
  content: "\e692";
}
.icon-list:before {
  content: "\e6f8";
}
.icon-folder-clock:before {
  content: "\e68c";
}
.icon-app-default:before {
  content: "\e618";
}
.icon-app-blogs:before {
  content: "\e642";
}
.icon-app-content:before {
  content: "\e6cf";
}
.icon-app-content-dashboard:before {
  content: "\e686";
}
.icon-app-file-import:before {
  content: "\e6db";
}
.icon-app-forms:before {
  content: "\e689";
}
.icon-app-checked-out:before {
  content: "\e6c6";
}
.icon-app-media:before {
  content: "\e632";
}
.icon-app-my-blogs:before {
  content: "\e642";
}
.icon-app-my-documents:before {
  content: "\e6c6";
}
.icon-app-outdated:before {
  content: "\e6c6";
}
.icon-app-pending:before {
  content: "\e6c6";
}
.icon-app-polls:before {
  content: "\e6aa";
}
.icon-app-recent:before {
  content: "\e6c6";
}
.icon-app-translations:before {
  content: "\e698";
}
.icon-app-activities:before {
  content: "\e695";
}
.icon-app-banners:before {
  content: "\e624";
}
.icon-app-campaigns:before {
  content: "\e6ba";
}
.icon-app-contacts:before {
  content: "\e663";
}
.icon-app-contact-groups:before {
  content: "\e662";
}
.icon-app-conversions:before {
  content: "\e683";
}
.icon-app-marketing-dashboard:before {
  content: "\e686";
}
.icon-app-marketing-reports:before {
  content: "\e684";
}
.icon-app-newsletters:before {
  content: "\e64f";
}
.icon-app-processes:before {
  content: "\e62c";
}
.icon-app-scoring:before {
  content: "\e687";
}
.icon-app-web-analytics:before {
  content: "\e631";
}
.icon-app-ab-test:before {
  content: "\e706";
}
.icon-app-mvt:before {
  content: "\e65c";
}
.icon-app-catalog-discounts:before {
  content: "\e638";
}
.icon-app-customers:before {
  content: "\e604";
}
.icon-app-ecommerce-dashboard:before {
  content: "\e686";
}
.icon-app-ecommerce-reports:before {
  content: "\e684";
}
.icon-app-free-shipping-offers:before {
  content: "\e638";
}
.icon-app-manufacturers:before {
  content: "\e690";
}
.icon-app-order-discounts:before {
  content: "\e638";
}
.icon-app-orders:before {
  content: "\e660";
}
.icon-app-product-coupons:before {
  content: "\e638";
}
.icon-app-product-options:before {
  content: "\e6cc";
}
.icon-app-products:before {
  content: "\e6ce";
}
.icon-app-suppliers:before {
  content: "\e6cd";
}
.icon-app-abuse-reports:before {
  content: "\e6ea";
}
.icon-app-avatars:before {
  content: "\e652";
}
.icon-app-bad-words:before {
  content: "\e6c2";
}
.icon-app-badges:before {
  content: "\e6d2";
}
.icon-app-events:before {
  content: "\e6b8";
}
.icon-app-facebook:before {
  content: "\e6c9";
}
.icon-app-forums:before {
  content: "\e6c1";
}
.icon-app-groups:before {
  content: "\e602";
}
.icon-app-chat:before {
  content: "\e6c3";
}
.icon-app-message-boards:before {
  content: "\e6c1";
}
.icon-app-messages:before {
  content: "\e64e";
}
.icon-app-my-projects:before {
  content: "\e62b";
}
.icon-app-projects:before {
  content: "\e62b";
}
.icon-app-api-examples:before {
  content: "\e6a6";
}
.icon-app-classes:before {
  content: "\e6cb";
}
.icon-app-css-stylesheets:before {
  content: "\e63f";
}
.icon-app-custom-tables:before {
  content: "\e612";
}
.icon-app-database-objects:before {
  content: "\e6a0";
}
.icon-app-device-profiles:before {
  content: "\e645";
}
.icon-app-document-types:before {
  content: "\e69f";
}
.icon-app-email-templates:before {
  content: "\e64f";
}
.icon-app-form-controls:before {
  content: "\e689";
}
.icon-app-inline-controls:before {
  content: "\e689";
}
.icon-app-javascript-files:before {
  content: "\e6cb";
}
.icon-app-macro-rules:before {
  content: "\e740";
}
.icon-app-modules:before {
  content: "\e62a";
}
.icon-app-notifications:before {
  content: "\e68f";
}
.icon-app-page-layouts:before {
  content: "\e65c";
}
.icon-app-page-templates:before {
  content: "\e65c";
}
.icon-app-web-part-containers:before {
  content: "\e617";
}
.icon-app-web-parts:before {
  content: "\e6bb";
}
.icon-app-web-templates:before {
  content: "\e65c";
}
.icon-app-widgets:before {
  content: "\e6a5";
}
.icon-app-banned-ips:before {
  content: "\e6ea";
}
.icon-app-categories:before {
  content: "\e699";
}
.icon-app-content-reports:before {
  content: "\e6a7";
}
.icon-app-countries:before {
  content: "\e653";
}
.icon-app-ecommerce-configuration:before {
  content: "\e6a7";
}
.icon-app-email-queue:before {
  content: "\e64e";
}
.icon-app-event-log:before {
  content: "\e6a9";
}
.icon-app-integration-bus:before {
  content: "\e661";
}
.icon-app-localization:before {
  content: "\e698";
}
.icon-app-membership:before {
  content: "\e663";
}
.icon-app-marketing-configuration:before {
  content: "\e6a7";
}
.icon-app-permissions:before {
  content: "\e634";
}
.icon-app-recycle-bin:before {
  content: "\e6d0";
}
.icon-app-relationship-names:before {
  content: "\e67f";
}
.icon-app-roles:before {
  content: "\e603";
}
.icon-app-search-engines:before {
  content: "\e657";
}
.icon-app-settings:before {
  content: "\e6a7";
}
.icon-app-scheduled-tasks:before {
  content: "\e68c";
}
.icon-app-sites:before {
  content: "\e65b";
}
.icon-app-smart-search:before {
  content: "\e657";
}
.icon-app-smtp-servers:before {
  content: "\e64f";
}
.icon-app-staging:before {
  content: "\e616";
}
.icon-app-system:before {
  content: "\e6ab";
}
.icon-app-tag-groups:before {
  content: "\e678";
}
.icon-app-time-zones:before {
  content: "\e6a8";
}
.icon-app-translation-services:before {
  content: "\e60c";
}
.icon-app-ui-personalization:before {
  content: "\e65c";
}
.icon-app-users:before {
  content: "\e602";
}
.icon-app-web-farm:before {
  content: "\e63c";
}
.icon-app-workflows:before {
  content: "\e756";
}
.icon-app-personas:before {
  content: "\e75a";
}
.icon-app-unit-tests:before {
  content: "\e61b";
}
.icon-app-licenses:before {
  content: "\e65e";
}
.icon-app-my-profile:before {
  content: "\e605";
}
.icon-app-debug:before {
  content: "\e6bd";
}
.icon-app-twitter:before {
  content: "\e6c7";
}
.icon-app-continuous-integration:before {
  content: "\e600";
}
.icon-googletranslator:before {
  content: "\e6c8";
}
.icon-microsofttranslator:before {
  content: "\e6ca";
}
.icon-external-link:before {
  content: "\e6d8";
}
.icon-mvc:before {
  content: "\e73e";
}
.icon-w-webpart-default:before {
  content: "\e6bb";
}
.icon-w-widget-default:before {
  content: "\e6a5";
}
.icon-w-css-list-menu:before {
  content: "\e6f8";
}
.icon-w-tree-menu:before {
  content: "\e73a";
}
.icon-w-category-menu:before {
  content: "\e6f8";
}
.icon-w-tab-menu:before {
  content: "\e6f8";
}
.icon-w-drop-down-menu:before {
  content: "\e6f8";
}
.icon-w-language-selection:before {
  content: "\e698";
}
.icon-w-language-selection-dropdown:before {
  content: "\e698";
}
.icon-w-language-selection-with-flags:before {
  content: "\e698";
}
.icon-w-page-placeholder:before {
  content: "\e630";
}
.icon-w-site-map:before {
  content: "\e73a";
}
.icon-w-qr-code:before {
  content: "\e6eb";
}
.icon-w-repeater:before {
  content: "\e6f4";
}
.icon-w-repeater-for-web-service:before {
  content: "\e6a6";
}
.icon-w-repeater-with-carousel:before {
  content: "\e6f1";
}
.icon-w-repeater-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-query-repeater-with-effect:before {
  content: "\e6a0";
}
.icon-w-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-repeater-with-lightbox:before {
  content: "\e633";
}
.icon-w-basic-repeater:before {
  content: "\e6f4";
}
.icon-w-basic-repeater-with-effect:before {
  content: "\e6f4";
}
.icon-w-custom-table-repeater:before {
  content: "\e612";
}
.icon-w-custom-table-repeater-with-effect:before {
  content: "\e612";
}
.icon-w-report-table:before {
  content: "\e612";
}
.icon-w-atom-repeater:before {
  content: "\e6e9";
}
.icon-w-xml-repeater:before {
  content: "\e6e7";
}
.icon-w-head-html-code:before {
  content: "\e6e7";
}
.icon-w-static-html:before {
  content: "\e6e7";
}
.icon-w-javascript:before {
  content: "\e6cb";
}
.icon-w-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-category-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-forum-breadcrumbs:before {
  content: "\e6f9";
}
.icon-w-document-attachments:before {
  content: "\e63d";
}
.icon-w-document-attachments-with-effect:before {
  content: "\e63d";
}
.icon-w-attachments:before {
  content: "\e63d";
}
.icon-w-attachments-carousel:before {
  content: "\e6f1";
}
.icon-w-attachments-carousel-3d:before {
  content: "\e6f1";
}
.icon-w-attachments-lightbox:before {
  content: "\e633";
}
.icon-w-lightbox-gallery:before {
  content: "\e633";
}
.icon-w-inbox:before {
  content: "\e64f";
}
.icon-w-send-message:before {
  content: "\e64f";
}
.icon-w-send-to-friend:before {
  content: "\e64f";
}
.icon-w-newsletter-archive:before {
  content: "\e6f8";
}
.icon-w-newsletter-subscription:before {
  content: "\e675";
}
.icon-w-messaging-info-panel:before {
  content: "\e64f";
}
.icon-w-newsletter-unsubscription:before {
  content: "\e60d";
}
.icon-w-custom-subscription-form:before {
  content: "\e675";
}
.icon-w-registration-e-mail-confirmation:before {
  content: "\e64f";
}
.icon-w-my-messages:before {
  content: "\e64f";
}
.icon-w-unsubscription-request:before {
  content: "\e60d";
}
.icon-w-outbox:before {
  content: "\e64f";
}
.icon-w-my-sent-invitations:before {
  content: "\e64f";
}
.icon-w-board-messages-data-source:before {
  content: "\e6c1";
}
.icon-w-group-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-query-data-source:before {
  content: "\e6a0";
}
.icon-w-forum-posts-data-source:before {
  content: "\e6c1";
}
.icon-w-documents-data-source:before {
  content: "\e69f";
}
.icon-w-web-service-data-source:before {
  content: "\e6a6";
}
.icon-w-department-members-data-source:before {
  content: "\e640";
}
.icon-w-macro-data-source:before {
  content: "\e740";
}
.icon-w-file-system-data-source:before {
  content: "\e68a";
}
.icon-w-sharepoint-data-source:before {
  content: "\e6bb";
}
.icon-w-group-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-atom-data-source:before {
  content: "\e6e9";
}
.icon-w-media-files-data-source:before {
  content: "\e632";
}
.icon-w-groups-data-source:before {
  content: "\e602";
}
.icon-w-custom-table-data-source:before {
  content: "\e612";
}
.icon-w-group-members-data-source:before {
  content: "\e602";
}
.icon-w-blog-comments-data-source:before {
  content: "\e642";
}
.icon-w-sql-data-source:before {
  content: "\e6a0";
}
.icon-w-sql-search-box:before {
  content: "\e657";
}
.icon-w-xml-data-source:before {
  content: "\e6e7";
}
.icon-w-sql-search-dialog:before {
  content: "\e657";
}
.icon-w-products-data-source:before {
  content: "\e6ce";
}
.icon-w-sql-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-media-libraries-data-source:before {
  content: "\e632";
}
.icon-w-users-data-source:before {
  content: "\e605";
}
.icon-w-attachments-data-source:before {
  content: "\e63d";
}
.icon-w-sql-search-results:before {
  content: "\e6f8";
}
.icon-w-chat-search-on-line-users:before {
  content: "\e657";
}
.icon-w-search-accelerator-for-ie8-and-higher:before {
  content: "\e657";
}
.icon-w-search-engine-results-highlighter:before {
  content: "\e6f6";
}
.icon-w-smart-search-box:before {
  content: "\e657";
}
.icon-w-forum-search-advanced-dialog:before {
  content: "\e657";
}
.icon-w-smart-search-dialog:before {
  content: "\e657";
}
.icon-w-forum-search-box:before {
  content: "\e657";
}
.icon-w-smart-search-dialog-with-results:before {
  content: "\e657";
}
.icon-w-smart-search-filter:before {
  content: "\e687";
}
.icon-w-smart-search-results:before {
  content: "\e6f8";
}
.icon-w-message-board-rss-feed:before {
  content: "\e6c1";
}
.icon-w-forum-posts-rss-feed:before {
  content: "\e6c1";
}
.icon-w-query-rss-feed:before {
  content: "\e6a0";
}
.icon-w-news-rss-feed:before {
  content: "\e643";
}
.icon-w-web-service-rss-feed:before {
  content: "\e6a6";
}
.icon-w-feed-link:before {
  content: "\e6e9";
}
.icon-w-cms-rss-feed:before {
  content: "\e6e9";
}
.icon-w-atom-feed:before {
  content: "\e6e9";
}
.icon-w-media-files-rss-feed:before {
  content: "\e632";
}
.icon-w-blog-comments-rss-feed:before {
  content: "\e6e9";
}
.icon-w-events-rss-feed:before {
  content: "\e6b8";
}
.icon-w-rss-data-source:before {
  content: "\e6a0";
}
.icon-w-rss-feed:before {
  content: "\e6e9";
}
.icon-w-products-rss-feed:before {
  content: "\e6ce";
}
.icon-w-custom-table-rss-feed:before {
  content: "\e612";
}
.icon-w-blog-posts-rss-feed:before {
  content: "\e642";
}
.icon-w-rss-repeater:before {
  content: "\e6e9";
}
.icon-w-web-part-zone:before {
  content: "\e65c";
}
.icon-w-banner-rotator:before {
  content: "\e624";
}
.icon-w-css-style-selector:before {
  content: "\e63f";
}
.icon-w-report:before {
  content: "\e684";
}
.icon-w-report-chart:before {
  content: "\e684";
}
.icon-w-switch-mobile-device-detection:before {
  content: "\e61d";
}
.icon-w-mobile-device-redirection:before {
  content: "\e61d";
}
.icon-w-poll:before {
  content: "\e61b";
}
.icon-w-group-polls:before {
  content: "\e61b";
}
.icon-w-scrolling-text:before {
  content: "\e625";
}
.icon-w-static-text:before {
  content: "\e625";
}
.icon-w-paged-text:before {
  content: "\e625";
}
.icon-w-editable-text:before {
  content: "\e625";
}
.icon-w-change-password:before {
  content: "\e65e";
}
.icon-w-unlock-user-accunt:before {
  content: "\e6ec";
}
.icon-w-reset-password:before {
  content: "\e65e";
}
.icon-w-automatically-initiated-chat:before {
  content: "\e6c3";
}
.icon-w-chat-send-message:before {
  content: "\e64f";
}
.icon-w-chat-support-request:before {
  content: "\e6c3";
}
.icon-w-chat-web-part:before {
  content: "\e6bb";
}
.icon-w-chat-errors:before {
  content: "\e6f2";
}
.icon-w-chat-leave-room:before {
  content: "\e6d9";
}
.icon-w-chat-login:before {
  content: "\e65e";
}
.icon-w-chat-notifications:before {
  content: "\e6c3";
}
.icon-w-chat-room-messages:before {
  content: "\e6c3";
}
.icon-w-chat-room-name:before {
  content: "\e6c3";
}
.icon-w-chat-room-users:before {
  content: "\e605";
}
.icon-w-chat-rooms:before {
  content: "\e6f3";
}
.icon-w-comment-view:before {
  content: "\e6c1";
}
.icon-w-forum-unsubscription:before {
  content: "\e60d";
}
.icon-w-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-recently-active-threads:before {
  content: "\e6c1";
}
.icon-w-forum-top-contributors:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-flat-layout:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-general:before {
  content: "\e6c1";
}
.icon-w-forum-single-forum-tree-layout:before {
  content: "\e6c1";
}
.icon-w-calendar:before {
  content: "\e6b9";
}
.icon-w-date-and-time:before {
  content: "\e6a8";
}
.icon-w-event-calendar:before {
  content: "\e6b8";
}
.icon-w-event-registration:before {
  content: "\e6b8";
}
.icon-w-content-rating:before {
  content: "\e614";
}
.icon-w-shopping-cart-content:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-preview:before {
  content: "\e6f5";
}
.icon-w-shopping-cart-totals:before {
  content: "\e6f5";
}
.icon-w-attachment-image-gallery:before {
  content: "\e633";
}
.icon-w-media-gallery-file-filter:before {
  content: "\e633";
}
.icon-w-media-gallery-file-list:before {
  content: "\e633";
}
.icon-w-media-gallery-folder-tree:before {
  content: "\e633";
}
.icon-w-image-gallery:before {
  content: "\e633";
}
.icon-w-media-libraries-viewer:before {
  content: "\e633";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-grid-with-custom-query:before {
  content: "\e612";
}
.icon-w-custom-table-datalist:before {
  content: "\e6f8";
}
.icon-w-grid:before {
  content: "\e612";
}
.icon-w-table-layout:before {
  content: "\e612";
}
.icon-w-sharepoint-datagrid:before {
  content: "\e612";
}
.icon-w-grid-for-rest-service:before {
  content: "\e612";
}
.icon-w-grid-for-web-service:before {
  content: "\e6a6";
}
.icon-w-custom-table-datagrid:before {
  content: "\e612";
}
.icon-w-basic-datalist:before {
  content: "\e6f8";
}
.icon-w-sharepoint-datalist:before {
  content: "\e6f8";
}
.icon-w-datalist-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-datalist:before {
  content: "\e6f8";
}
.icon-w-group-forum-list:before {
  content: "\e6c1";
}
.icon-w-group-profile:before {
  content: "\e602";
}
.icon-w-group-properties:before {
  content: "\e602";
}
.icon-w-group-forum-post-viewer:before {
  content: "\e6c1";
}
.icon-w-group-public-profile:before {
  content: "\e602";
}
.icon-w-group-forum-search-results:before {
  content: "\e657";
}
.icon-w-group-registration:before {
  content: "\e602";
}
.icon-w-group-forums:before {
  content: "\e602";
}
.icon-w-group-roles:before {
  content: "\e602";
}
.icon-w-group-invitation:before {
  content: "\e64f";
}
.icon-w-group-security-access:before {
  content: "\e658";
}
.icon-w-group-media-libraries:before {
  content: "\e632";
}
.icon-w-department-members-viewer:before {
  content: "\e640";
}
.icon-w-group-security-message:before {
  content: "\e64f";
}
.icon-w-leave-group:before {
  content: "\e6d9";
}
.icon-w-group-media-libraries-viewer:before {
  content: "\e632";
}
.icon-w-groups-filter:before {
  content: "\e687";
}
.icon-w-group-members:before {
  content: "\e602";
}
.icon-w-groups-viewer:before {
  content: "\e602";
}
.icon-w-group-members-viewer:before {
  content: "\e602";
}
.icon-w-group-contribution-list:before {
  content: "\e6f8";
}
.icon-w-chat-on-line-users:before {
  content: "\e6c3";
}
.icon-w-group-message-board:before {
  content: "\e6c1";
}
.icon-w-group-document-library:before {
  content: "\e632";
}
.icon-w-group-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-group-edit-contribution:before {
  content: "\e696";
}
.icon-w-group-message-boards:before {
  content: "\e6c1";
}
.icon-w-group-forum-most-active-threads:before {
  content: "\e6c1";
}
.icon-w-group-permissions:before {
  content: "\e634";
}
.icon-w-group-forum-recently-active-threads:before {
  content: "\e6a8";
}
.icon-w-custom-registration-form:before {
  content: "\e605";
}
.icon-w-on-line-form:before {
  content: "\e689";
}
.icon-w-registration-form:before {
  content: "\e605";
}
.icon-w-logon-form:before {
  content: "\e65e";
}
.icon-w-logon-mini-form:before {
  content: "\e65e";
}
.icon-w-discount-coupon:before {
  content: "\e638";
}
.icon-w-my-account:before {
  content: "\e663";
}
.icon-w-on-line-users:before {
  content: "\e605";
}
.icon-w-my-profile:before {
  content: "\e605";
}
.icon-w-user-public-profile:before {
  content: "\e605";
}
.icon-w-users-filter:before {
  content: "\e687";
}
.icon-w-document-name-filter:before {
  content: "\e687";
}
.icon-w-filter:before {
  content: "\e687";
}
.icon-w-remaining-amount-for-free-shipping:before {
  content: "\e638";
}
.icon-w-shipping-option-selection:before {
  content: "\e609";
}
.icon-w-tasks-owned-by-me:before {
  content: "\e61b";
}
.icon-w-my-projects:before {
  content: "\e62b";
}
.icon-w-project-list:before {
  content: "\e62b";
}
.icon-w-project-tasks:before {
  content: "\e61b";
}
.icon-w-tasks-assigned-to-me:before {
  content: "\e61b";
}
.icon-w-customer-detail:before {
  content: "\e604";
}
.icon-w-customer-address:before {
  content: "\e604";
}
.icon-w-liveid-required-data:before {
  content: "\e6bb";
}
.icon-w-windows-liveid:before {
  content: "\e6bb";
}
.icon-w-openid-logon:before {
  content: "\e6e4";
}
.icon-w-openid-required-data:before {
  content: "\e6e4";
}
.icon-w-powered-by-kentico:before {
  content: "\e65f";
}
.icon-w-bing-translator:before {
  content: "\e6ca";
}
.icon-w-static-bing-maps:before {
  content: "\e6ca";
}
.icon-w-basic-bing-maps:before {
  content: "\e6ca";
}
.icon-w-bing-maps:before {
  content: "\e6ca";
}
.icon-w-google-maps:before {
  content: "\e6c8";
}
.icon-w-static-google-maps:before {
  content: "\e6c8";
}
.icon-w-basic-google-maps:before {
  content: "\e6c8";
}
.icon-w-google-activity-feed:before {
  content: "\e6e6";
}
.icon-w-google-badge:before {
  content: "\e6e6";
}
.icon-w-google-analytics:before {
  content: "\e6c8";
}
.icon-w-google-search:before {
  content: "\e6c8";
}
.icon-w-google-sitemap-xml-sitemap:before {
  content: "\e6c8";
}
.icon-w-google-translator:before {
  content: "\e6c8";
}
.icon-w-google-1-button:before {
  content: "\e6e6";
}
.icon-w-facebook-activity-feed:before {
  content: "\e6c9";
}
.icon-w-facebook-comments:before {
  content: "\e6c9";
}
.icon-w-facebook-connect-logon:before {
  content: "\e6c9";
}
.icon-w-facebook-facepile:before {
  content: "\e6c9";
}
.icon-w-facebook-like-box:before {
  content: "\e6c9";
}
.icon-w-facebook-like-button:before {
  content: "\e6c9";
}
.icon-w-facebook-recommendations:before {
  content: "\e6c9";
}
.icon-w-facebook-send-button:before {
  content: "\e6c9";
}
.icon-w-twitter-feed:before {
  content: "\e6c7";
}
.icon-w-twitter-follow-button:before {
  content: "\e6c7";
}
.icon-w-twitter-tweet-button:before {
  content: "\e6c7";
}
.icon-w-pinterest-follow-button:before {
  content: "\e6e3";
}
.icon-w-pinterest-pin-it-button:before {
  content: "\e6e3";
}
.icon-w-linkedin-apply-with:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-insider:before {
  content: "\e6e5";
}
.icon-w-linkedin-company-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-logon:before {
  content: "\e6e5";
}
.icon-w-linkedin-member-profile:before {
  content: "\e6e5";
}
.icon-w-linkedin-recommend-button:before {
  content: "\e6e5";
}
.icon-w-linkedin-required-data:before {
  content: "\e6e5";
}
.icon-w-linkedin-share-button:before {
  content: "\e6e5";
}
.icon-w-flash-web-part:before {
  content: "\e6bb";
}
.icon-w-flash-widget:before {
  content: "\e6a5";
}
.icon-w-social-bookmarking:before {
  content: "\e678";
}
.icon-w-wmp-video:before {
  content: "\e6bb";
}
.icon-w-youtube-video:before {
  content: "\e659";
}
.icon-w-silverlight-application-web-part:before {
  content: "\e6bb";
}
.icon-w-silverlight-application-widget:before {
  content: "\e6a5";
}
.icon-w-quicktime:before {
  content: "\e6bb";
}
.icon-w-product-filter:before {
  content: "\e6ce";
}
.icon-w-top-n-newest-products:before {
  content: "\e6ce";
}
.icon-w-top-n-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-similar-products-by-sales:before {
  content: "\e6ce";
}
.icon-w-random-products:before {
  content: "\e6ce";
}
.icon-w-tag-cloud:before {
  content: "\e701";
}
.icon-w-message-board:before {
  content: "\e6c1";
}
.icon-w-accordion-layout:before {
  content: "\e704";
}
.icon-w-columns-layout:before {
  content: "\e712";
}
.icon-w-tabs-layout:before {
  content: "\e6fb";
}
.icon-w-wizard-layout:before {
  content: "\e6fa";
}
.icon-w-rows-layout:before {
  content: "\e72e";
}
.icon-w-new-blog:before {
  content: "\e642";
}
.icon-w-abuse-report:before {
  content: "\e6ea";
}
.icon-w-in-line-abuse-report:before {
  content: "\e6ea";
}
.icon-w-message-board-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-datalist-for-web-service:before {
  content: "\e6a6";
}
.icon-w-tree-view:before {
  content: "\e73a";
}
.icon-w-admin-actions:before {
  content: "\e67f";
}
.icon-w-simple-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-news-list:before {
  content: "\e6f8";
}
.icon-w-message-board-unsubscription:before {
  content: "\e60d";
}
.icon-w-keep-alive:before {
  content: "\e622";
}
.icon-w-donate:before {
  content: "\e708";
}
.icon-w-donations:before {
  content: "\e708";
}
.icon-w-payment-form:before {
  content: "\e708";
}
.icon-w-payment-method-selection:before {
  content: "\e708";
}
.icon-w-currency-selection:before {
  content: "\e6ed";
}
.icon-w-analytics-browser-capabilities:before {
  content: "\e6ff";
}
.icon-w-strands-recommendations:before {
  content: "\e6bb";
}
.icon-w-password-expiration:before {
  content: "\e658";
}
.icon-w-message-board-viewer:before {
  content: "\e6c1";
}
.icon-w-checkout-process-obsolete:before {
  content: "\e6bb";
}
.icon-w-category-list:before {
  content: "\e6f8";
}
.icon-w-analytics-custom-statistics:before {
  content: "\e631";
}
.icon-w-subscription-approval:before {
  content: "\e675";
}
.icon-w-widget-actions:before {
  content: "\e6a5";
}
.icon-w-message-panel:before {
  content: "\e6f5";
}
.icon-w-article-list:before {
  content: "\e6f8";
}
.icon-w-set-cookie:before {
  content: "\e6f7";
}
.icon-w-random-document:before {
  content: "\e69f";
}
.icon-w-edit-contribution:before {
  content: "\e696";
}
.icon-w-universal-document-viewer:before {
  content: "\e69f";
}
.icon-w-custom-response:before {
  content: "\e698";
}
.icon-w-collapsible-panel:before {
  content: "\e700";
}
.icon-w-wishlist:before {
  content: "\e614";
}
.icon-w-latest-news:before {
  content: "\e643";
}
.icon-w-edit-document-link:before {
  content: "\e696";
}
.icon-w-did-you-mean:before {
  content: "\e629";
}
.icon-w-universal-pager:before {
  content: "\e6fe";
}
.icon-w-basic-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-random-redirection:before {
  content: "\e703";
}
.icon-w-notification-subscription:before {
  content: "\e675";
}
.icon-w-wizard-buttons:before {
  content: "\e6fa";
}
.icon-w-universal-viewer:before {
  content: "\e6fd";
}
.icon-w-report-value:before {
  content: "\e749";
}
.icon-w-recent-posts:before {
  content: "\e642";
}
.icon-w-object-management-buttons:before {
  content: "\e696";
}
.icon-w-wizard-header:before {
  content: "\e6fa";
}
.icon-w-universal-viewer-with-custom-query:before {
  content: "\e6a0";
}
.icon-w-confirmation-checkbox:before {
  content: "\e702";
}
.icon-w-sharepoint-repeater:before {
  content: "\e6f4";
}
.icon-w-register-after-checkout:before {
  content: "\e605";
}
.icon-w-post-archive:before {
  content: "\e6f8";
}
.icon-w-my-invitations:before {
  content: "\e64f";
}
.icon-w-link-button:before {
  content: "\e67f";
}
.icon-w-contact-list:before {
  content: "\e604";
}
.icon-w-task-info-panel:before {
  content: "\e61b";
}
.icon-w-document-library:before {
  content: "\e69f";
}
.icon-w-custom-table-form:before {
  content: "\e612";
}
.icon-w-hierarchical-viewer:before {
  content: "\e6fd";
}
.icon-w-user-control:before {
  content: "\e6bb";
}
.icon-w-content-slider:before {
  content: "\e6f1";
}
.icon-w-blog-post-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-ignore-list:before {
  content: "\e6ea";
}
.icon-w-document-pager:before {
  content: "\e6fe";
}
.icon-w-content-subscription:before {
  content: "\e675";
}
.icon-w-blog-post-unsubscription:before {
  content: "\e60d";
}
.icon-w-text-highlighter:before {
  content: "\e6f6";
}
.icon-w-related-documents:before {
  content: "\e69f";
}
.icon-w-order-note:before {
  content: "\e660";
}
.icon-w-xslt-viewer:before {
  content: "\e6e7";
}
.icon-w-document-wizard-button:before {
  content: "\e6fa";
}
.icon-w-contribution-list:before {
  content: "\e6f8";
}
.icon-w-timer:before {
  content: "\e6a8";
}
.icon-w-shortcuts:before {
  content: "\e67f";
}
.icon-w-document-wizard-manager:before {
  content: "\e6fa";
}
.icon-w-cookie-law-consent:before {
  content: "\e6f7";
}
.icon-w-blog-comments-viewer:before {
  content: "\e6c1";
}
.icon-w-sign-out-button:before {
  content: "\e6d9";
}
.icon-w-scrolling-news:before {
  content: "\e6f1";
}
.icon-w-output-cache-dependencies:before {
  content: "\e6bb";
}
.icon-w-zones-with-effect:before {
  content: "\e65c";
}
.icon-w-document-wizard-navigation:before {
  content: "\e6fa";
}
.icon-w-my-subscriptions:before {
  content: "\e634";
}
.icon-w-document-wizard-step-action:before {
  content: "\e6fa";
}
.icon-w-page-views:before {
  content: "\e6bb";
}
.icon-w-activities:before {
  content: "\e695";
}
.icon-w-analytics-chart-viewer:before {
  content: "\e631";
}
.icon-w-analytics-table-viewer:before {
  content: "\e612";
}
.icon-w-articles-rss-feed:before {
  content: "\e6e9";
}
.icon-w-blog-comments:before {
  content: "\e6c1";
}
.icon-w-building-your-on-line-store:before {
  content: "\e6f5";
}
.icon-w-department-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-department-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-department-latest-news:before {
  content: "\e643";
}
.icon-w-department-quick-links:before {
  content: "\e67f";
}
.icon-w-department-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-documents:before {
  content: "\e69f";
}
.icon-w-e-commerce-settings-checker:before {
  content: "\e702";
}
.icon-w-editable-image:before {
  content: "\e633";
}
.icon-w-e-mail-queue:before {
  content: "\e64e";
}
.icon-w-employee-of-the-month:before {
  content: "\e604";
}
.icon-w-event-management:before {
  content: "\e6b8";
}
.icon-w-eventlog:before {
  content: "\e6a9";
}
.icon-w-forum-group:before {
  content: "\e6c1";
}
.icon-w-forum-posts-waiting-for-approval:before {
  content: "\e6c1";
}
.icon-w-group-administrators:before {
  content: "\e605";
}
.icon-w-group-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-group-poll:before {
  content: "\e61b";
}
.icon-w-intranet-canteen-menu:before {
  content: "\e660";
}
.icon-w-intranet-departments:before {
  content: "\e640";
}
.icon-w-intranet-employees:before {
  content: "\e602";
}
.icon-w-intranet-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-intranet-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-intranet-latest-news:before {
  content: "\e643";
}
.icon-w-intranet-poll:before {
  content: "\e631";
}
.icon-w-intranet-quick-links:before {
  content: "\e67f";
}
.icon-w-intranet-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-latest-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-link:before {
  content: "\e67f";
}
.icon-w-media-gallery:before {
  content: "\e633";
}
.icon-w-message-list:before {
  content: "\e6f8";
}
.icon-w-most-recent-pages:before {
  content: "\e6f8";
}
.icon-w-my-accounts:before {
  content: "\e6bc";
}
.icon-w-my-blogs:before {
  content: "\e642";
}
.icon-w-my-blogs-comments:before {
  content: "\e6c1";
}
.icon-w-my-contacts:before {
  content: "\e663";
}
.icon-w-my-inbox:before {
  content: "\e64e";
}
.icon-w-my-pending-contacts:before {
  content: "\e663";
}
.icon-w-my-projects-intranet-portal:before {
  content: "\e62b";
}
.icon-w-my-workgroups:before {
  content: "\e6c6";
}
.icon-w-object-recycle-bin:before {
  content: "\e6d0";
}
.icon-w-orders:before {
  content: "\e660";
}
.icon-w-persona-based-recommendations:before {
  content: "\e604";
}
.icon-w-personal-category-list:before {
  content: "\e6f8";
}
.icon-w-products:before {
  content: "\e6ce";
}
.icon-w-random-products-for-corporate-site:before {
  content: "\e6ce";
}
.icon-w-recent-users:before {
  content: "\e605";
}
.icon-w-report-daily-sales:before {
  content: "\e684";
}
.icon-w-report-monthly-sales:before {
  content: "\e684";
}
.icon-w-report-number-of-orders-by-status:before {
  content: "\e684";
}
.icon-w-report-sales-by-order-status:before {
  content: "\e684";
}
.icon-w-reporting:before {
  content: "\e684";
}
.icon-w-rich-text:before {
  content: "\e728";
}
.icon-w-scrolling-news-for-corporate-site:before {
  content: "\e643";
}
.icon-w-system:before {
  content: "\e6ab";
}
.icon-w-tasks-assigned-to-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-tasks-owned-by-me-intranet-portal:before {
  content: "\e61b";
}
.icon-w-text:before {
  content: "\e72c";
}
.icon-w-widget-zone:before {
  content: "\e6a5";
}
.icon-w-workgroup-administrators:before {
  content: "\e605";
}
.icon-w-workgroup-latest-blog-posts:before {
  content: "\e642";
}
.icon-w-workgroup-latest-forum-posts:before {
  content: "\e6c1";
}
.icon-w-workgroup-latest-news:before {
  content: "\e643";
}
.icon-w-workgroup-members:before {
  content: "\e602";
}
.icon-w-workgroup-messages:before {
  content: "\e64f";
}
.icon-w-workgroup-quick-links:before {
  content: "\e67f";
}
.icon-w-workgroup-recent-pages:before {
  content: "\e6f8";
}
.icon-w-workgroup-upcoming-events:before {
  content: "\e6b8";
}
.icon-w-current-user:before {
  content: "\e605";
}
.icon-w-disabled-module-info:before {
  content: "\e664";
}
.icon-w-edit:before {
  content: "\e696";
}
.icon-w-edit-parameters:before {
  content: "\e696";
}
.icon-w-forum-favorites:before {
  content: "\e614";
}
.icon-w-forum-posts-viewer:before {
  content: "\e6c1";
}
.icon-w-forum-subscription-confirmation:before {
  content: "\e675";
}
.icon-w-header-actions:before {
  content: "\e6bb";
}
.icon-w-horizontal-tabs:before {
  content: "\e6fb";
}
.icon-w-listing:before {
  content: "\e728";
}
.icon-w-edit-bindings:before {
  content: "\e696";
}
.icon-w-media-file-uploader:before {
  content: "\e632";
}
.icon-w-messages-placeholder:before {
  content: "\e630";
}
.icon-w-metafile-list:before {
  content: "\e6f8";
}
.icon-w-new-header-action:before {
  content: "\e6bb";
}
.icon-w-object-edit-panel:before {
  content: "\e6bb";
}
.icon-w-object-tree-menu:before {
  content: "\e73a";
}
.icon-w-page-title:before {
  content: "\e727";
}
.icon-w-preview-edit:before {
  content: "\e696";
}
.icon-w-selector:before {
  content: "\e6bb";
}
.icon-w-select-site:before {
  content: "\e698";
}
.icon-w-theme-file-manager:before {
  content: "\e68a";
}
.icon-w-tree:before {
  content: "\e73a";
}
.icon-w-tree-guide:before {
  content: "\e73a";
}
.icon-w-users-viewer:before {
  content: "\e605";
}
.icon-w-vertical-tabs:before {
  content: "\e73c";
}
.icon-file-default:before {
  content: "\e69c";
}
.icon-file-3gp:before {
  content: "\e636";
}
.icon-file-accdb:before {
  content: "\e6a0";
}
.icon-file-ai:before {
  content: "\e717";
}
.icon-file-ascx:before {
  content: "\e714";
}
.icon-file-aspx:before {
  content: "\e69f";
}
.icon-file-au:before {
  content: "\e71c";
}
.icon-file-avi:before {
  content: "\e636";
}
.icon-file-bat:before {
  content: "\e71a";
}
.icon-file-bmp:before {
  content: "\e633";
}
.icon-file-cs:before {
  content: "\e718";
}
.icon-file-css:before {
  content: "\e63f";
}
.icon-file-csv:before {
  content: "\e612";
}
.icon-file-dbm:before {
  content: "\e6a0";
}
.icon-file-doc:before {
  content: "\e625";
}
.icon-file-eps:before {
  content: "\e717";
}
.icon-file-flv:before {
  content: "\e636";
}
.icon-file-gif:before {
  content: "\e633";
}
.icon-file-html:before {
  content: "\e6e7";
}
.icon-file-jpeg:before {
  content: "\e633";
}
.icon-file-js:before {
  content: "\e6cb";
}
.icon-file-mdb:before {
  content: "\e6a0";
}
.icon-file-mid:before {
  content: "\e71c";
}
.icon-file-mov:before {
  content: "\e636";
}
.icon-file-mp3:before {
  content: "\e71c";
}
.icon-file-mp4:before {
  content: "\e636";
}
.icon-file-mpeg:before {
  content: "\e71c";
}
.icon-file-mpg:before {
  content: "\e636";
}
.icon-file-mpg4:before {
  content: "\e636";
}
.icon-file-oga:before {
  content: "\e71c";
}
.icon-file-ogg:before {
  content: "\e71c";
}
.icon-file-ogv:before {
  content: "\e636";
}
.icon-file-pdf:before {
  content: "\e6a3";
}
.icon-file-png:before {
  content: "\e633";
}
.icon-file-pps:before {
  content: "\e71d";
}
.icon-file-ppt:before {
  content: "\e71d";
}
.icon-file-ps:before {
  content: "\e717";
}
.icon-file-psd:before {
  content: "\e633";
}
.icon-file-rtf:before {
  content: "\e625";
}
.icon-file-sln:before {
  content: "\e6ff";
}
.icon-file-swf:before {
  content: "\e636";
}
.icon-file-tif:before {
  content: "\e633";
}
.icon-file-tiff:before {
  content: "\e633";
}
.icon-file-txt:before {
  content: "\e625";
}
.icon-file-vb:before {
  content: "\e716";
}
.icon-file-wav:before {
  content: "\e71c";
}
.icon-file-webm:before {
  content: "\e636";
}
.icon-file-wma:before {
  content: "\e71c";
}
.icon-file-wmv:before {
  content: "\e636";
}
.icon-file-xls:before {
  content: "\e612";
}
.icon-file-xml:before {
  content: "\e6e7";
}
.icon-file-xsl:before {
  content: "\e6e7";
}
.icon-file-xslt:before {
  content: "\e6e7";
}
.icon-file-zip:before {
  content: "\e715";
}
.icon-me-abstractobjectcollection:before {
  content: "\e68b";
}
.icon-me-binding:before {
  content: "\e67f";
}
.icon-me-boolean:before {
  content: "\e74a";
}
.icon-me-datetime:before {
  content: "\e6a8";
}
.icon-me-double:before {
  content: "\e752";
}
.icon-me-false:before {
  content: "\e74e";
}
.icon-me-children:before {
  content: "\e67b";
}
.icon-me-icontext:before {
  content: "\e654";
}
.icon-me-ilist:before {
  content: "\e6f8";
}
.icon-me-imacronamespace:before {
  content: "\e699";
}
.icon-me-info:before {
  content: "\e6a9";
}
.icon-me-insertmacro:before {
  content: "\e740";
}
.icon-me-int32:before {
  content: "\e752";
}
.icon-me-method:before {
  content: "\e6a6";
}
.icon-me-null:before {
  content: "\e751";
}
.icon-me-number:before {
  content: "\e752";
}
.icon-me-parent:before {
  content: "\e74c";
}
.icon-me-property:before {
  content: "\e6a9";
}
.icon-me-referring:before {
  content: "\e67f";
}
.icon-me-sitebinding:before {
  content: "\e67f";
}
.icon-me-snippet:before {
  content: "\e750";
}
.icon-me-string:before {
  content: "\e74f";
}
.icon-me-true:before {
  content: "\e74b";
}
.icon-me-value:before {
  content: "\e749";
}
.icon-me-exception:before {
  content: "\e693";
}
.icon-crosshair {
  position: relative;
  display: inline-block;
}
.icon-crosshair:before {
  content: "\e71b";
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
}
.icon-crosshair:after {
  content: "\e71f";
  position: absolute;
  left: 0;
  display: inline-block;
}
.product-detail .stock .radio,
.ktc-radio,
.checkbox,
.ktc-checkbox {
  display: block;
}
.product-detail .stock .radio label,
.ktc-radio label,
.checkbox label,
.ktc-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0%;
  line-height: 21px;
  font-weight: normal;
}
.product-detail .stock .radio label:after,
.ktc-radio label:after,
.checkbox label:after,
.ktc-checkbox label:after {
  background-color: transparent;
}
.product-detail .stock .radio input[disabled] + label,
.ktc-radio input[disabled] + label,
.checkbox input[disabled] + label,
.ktc-checkbox input[disabled] + label,
.product-detail .stock .radio input:active[disabled] + label,
.ktc-radio input:active[disabled] + label,
.checkbox input:active[disabled] + label,
.ktc-checkbox input:active[disabled] + label {
  cursor: not-allowed;
}
.product-detail .stock .radio input[disabled] + label:before,
.ktc-radio input[disabled] + label:before,
.checkbox input[disabled] + label:before,
.ktc-checkbox input[disabled] + label:before,
.product-detail .stock .radio input:active[disabled] + label:before,
.ktc-radio input:active[disabled] + label:before,
.checkbox input:active[disabled] + label:before,
.ktc-checkbox input:active[disabled] + label:before,
.product-detail .stock .radio input[disabled] + label:focus:before,
.ktc-radio input[disabled] + label:focus:before,
.checkbox input[disabled] + label:focus:before,
.ktc-checkbox input[disabled] + label:focus:before,
.product-detail .stock .radio input:active[disabled] + label:focus:before,
.ktc-radio input:active[disabled] + label:focus:before,
.checkbox input:active[disabled] + label:focus:before,
.ktc-checkbox input:active[disabled] + label:focus:before,
.product-detail .stock .radio input[disabled] + label:active:before,
.ktc-radio input[disabled] + label:active:before,
.checkbox input[disabled] + label:active:before,
.ktc-checkbox input[disabled] + label:active:before,
.product-detail .stock .radio input:active[disabled] + label:active:before,
.ktc-radio input:active[disabled] + label:active:before,
.checkbox input:active[disabled] + label:active:before,
.ktc-checkbox input:active[disabled] + label:active:before {
  color: #090d11;
}
.product-detail .stock .radio input[disabled] + label:after,
.ktc-radio input[disabled] + label:after,
.checkbox input[disabled] + label:after,
.ktc-checkbox input[disabled] + label:after,
.product-detail .stock .radio input:active[disabled] + label:after,
.ktc-radio input:active[disabled] + label:after,
.checkbox input:active[disabled] + label:after,
.ktc-checkbox input:active[disabled] + label:after {
  color: #090d11;
}
.product-detail .stock .radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before,
.product-detail .stock .radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  /**font-family: @icon-font-name;
            font-size: @icon-size-80;*/
  text-align: center;
}
.product-detail .stock .radio input + label:before,
.ktc-radio input + label:before,
.checkbox input + label:before,
.ktc-checkbox input + label:before {
  color: #090d11;
}
.product-detail .stock .radio input + label:after,
.ktc-radio input + label:after,
.checkbox input + label:after,
.ktc-checkbox input + label:after {
  color: #090d11;
}
.product-detail .stock .radio input:focus + label:before,
.ktc-radio input:focus + label:before,
.checkbox input:focus + label:before,
.ktc-checkbox input:focus + label:before,
.product-detail .stock .radio input:active + label:before,
.ktc-radio input:active + label:before,
.checkbox input:active + label:before,
.ktc-checkbox input:active + label:before {
  color: #090d11;
}
.Safari .checkbox label:after,
.Safari .ktc-checkbox label:after {
  height: 14px;
}
.Chrome .checkbox label:before,
.Chrome .ktc-checkbox label:before,
.Chrome .checkbox label:after,
.Chrome .ktc-checkbox label:after {
  height: 14px;
}
.radio label:before,
.ktc-radio label:before {
  border-radius: 50%;
}
.checkbox:not(.checkbox-no-label) label,
.ktc-checkbox:not(.checkbox-no-label) label,
.checkbox:not(.ktc-checkbox-no-label) label,
.ktc-checkbox:not(.ktc-checkbox-no-label) label {
  margin-right: 1%;
}
.radio-list-vertical,
.ktc-radio-list-vertical,
.checkbox-list-vertical,
.ktc-checkbox-list-vertical {
  margin-top: 14px;
  margin-right: 1%;
}
.radio-list-vertical label:not(:first-of-type),
.ktc-radio-list-vertical label:not(:first-of-type),
.checkbox-list-vertical label:not(:first-of-type),
.ktc-checkbox-list-vertical label:not(:first-of-type),
.radio-list-vertical span:not(:first-of-type) label,
.ktc-radio-list-vertical span:not(:first-of-type) label,
.checkbox-list-vertical span:not(:first-of-type) label,
.ktc-checkbox-list-vertical span:not(:first-of-type) label,
.radio-list-vertical .radio + .radio,
.ktc-radio-list-vertical .radio + .radio,
.checkbox-list-vertical .radio + .radio,
.ktc-checkbox-list-vertical .radio + .radio,
.radio-list-vertical .ktc-radio + .ktc-radio,
.ktc-radio-list-vertical .ktc-radio + .ktc-radio,
.checkbox-list-vertical .ktc-radio + .ktc-radio,
.ktc-checkbox-list-vertical .ktc-radio + .ktc-radio,
.radio-list-vertical .checkbox + .checkbox,
.ktc-radio-list-vertical .checkbox + .checkbox,
.checkbox-list-vertical .checkbox + .checkbox,
.ktc-checkbox-list-vertical .checkbox + .checkbox,
.radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-radio-list-vertical .ktc-checkbox + .ktc-checkbox,
.checkbox-list-vertical .ktc-checkbox + .ktc-checkbox,
.ktc-checkbox-list-vertical .ktc-checkbox + .ktc-checkbox {
  margin-top: 1%;
}
.radio-list-vertical.first-on-page,
.ktc-radio-list-vertical.first-on-page,
.checkbox-list-vertical.first-on-page,
.ktc-checkbox-list-vertical.first-on-page {
  margin-top: 0px;
}
.radio-list-horizontal .radio,
.ktc-radio-list-horizontal .radio,
.checkbox-list-horizontal .radio,
.ktc-checkbox-list-horizontal .radio,
.radio-list-horizontal .ktc-radio,
.ktc-radio-list-horizontal .ktc-radio,
.checkbox-list-horizontal .ktc-radio,
.ktc-checkbox-list-horizontal .ktc-radio,
.radio-list-horizontal .checkbox,
.ktc-radio-list-horizontal .checkbox,
.checkbox-list-horizontal .checkbox,
.ktc-checkbox-list-horizontal .checkbox,
.radio-list-horizontal .ktc-checkbox,
.ktc-radio-list-horizontal .ktc-checkbox,
.checkbox-list-horizontal .ktc-checkbox,
.ktc-checkbox-list-horizontal .ktc-checkbox {
  display: inline-block;
}
.radio-list-horizontal label,
.ktc-radio-list-horizontal label,
.checkbox-list-horizontal label,
.ktc-checkbox-list-horizontal label {
  margin-right: 1%;
}
body.home .cta-button-widget a {
  padding: 1rem 0;
}
body.home #cart-dropdown {
  top: 118px;
}
body.home #loggedinform {
  top: 113px;
}
body.home #search-wrapper .close-search {
  top: -7px;
}
body.home header#main-header.alert-active {
  padding-top: 8% !important;
}
body.home header#main-header.alert-active ul.nav-menu .menu-container[data-level="1"] {
  top: 261px;
}
body.home header#main-header.fixed.alert-active {
  padding-top: 0 !important;
}
body.home header#main-header.fixed.alert-active ul.nav-menu .menu-container[data-level="1"] {
  top: 118px;
}
body.home #loginform {
  top: 113px;
}
body.home header#main-header {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: none;
}
body.home header#main-header .on-scroll {
  display: none;
}
body.home .fixed#main-header {
  display: none;
}
body.home .fixed#main-header ul.nav-menu > li > a {
  color: #298cbf;
}
body.home .fixed#main-header ul.additional-menu #loginform a {
  color: #ffffff;
}
body.home .fixed#main-header ul.additional-menu li a {
  color: #090d11;
}
body.home .fixed#main-header ul.additional-menu li div {
  color: #090d11;
}
body.home .fixed#main-header ul.additional-menu li .open-search {
  color: #090d11;
}
main .breadcrumbs-widget {
  color: #737373;
}
main .breadcrumbs-widget .breadcrumb-item a {
  color: #737373;
  text-decoration: none;
}
#home-banner {
  background: url(/KsandCore/media/main-images/ksand-billboard.jpg);
  background-size: cover;
  background-position: bottom;
  margin: 0;
  padding: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#home-banner > div {
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-banner > div h1 {
  color: #298cbf;
  display: none;
  font-size: 100px;
  font-weight: bold;
  line-height: 110px;
  padding-top: 170px;
  width: 50%;
}
.home main > section {
  font-family: "Source Sans Pro";
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.home main > section .cta-button-widget {
  align-content: center;
  display: flex;
  justify-content: center;
}
.home main > section .cta-button-widget .bttn-amp {
  background-color: #e55204;
  padding: 0;
  width: auto;
}
.home main > section .cta-button-widget .bttn-amp p {
  color: #fff;
  font-size: 34px;
  opacity: 0.5;
  padding: 0 20px;
}
.home main > section .cta-button-widget .bttn-amp:hover p {
  opacity: 1;
}
.home main > section .fr-view p {
  color: #298cbf;
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}
.home main .home-featured-blog {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.home main .home-featured-blog img {
  border: 4px solid #fff;
  border-bottom: 0 none;
  bottom: 100%;
  left: 0;
  position: absolute;
  width: 40%;
}
.home main .home-featured-blog article h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 15px;
}
.home main .home-featured-blog article h1 a {
  color: #298cbf;
  display: block;
  text-decoration: none !important;
}
.home main .home-featured-blog article p,
.home main .home-featured-blog article a {
  color: #737373;
}
.home main .home-featured-blog article p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.home main .home-featured-blog aside {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.home main .home-featured-blog aside .cta-button-widget {
  width: 100%;
}
.home main .home-featured-blog aside .cta-button-widget a {
  margin: 0;
  text-decoration: none !important;
  width: 100%;
}
.home main .home-featured-blog aside .cta-button-widget a p {
  color: inherit;
}
.home main .home-featured-blog aside .cta-button-widget a:hover {
  color: #298cbf;
}
.home main .home-our-creativity {
  background-color: #f1f4f5;
  margin: 0;
  padding: 50px 0;
}
.home main .home-our-creativity > header {
  margin-bottom: 20px;
}
.home main .home-our-creativity > header h1 {
  color: #e55204;
  font-size: 50px;
  text-align: center;
}
.home main .home-our-creativity > header h1::before {
  background-image: url(/KsandCore/media/main-images/Icon_Amp.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 35px;
  content: '';
  display: inline-block;
  height: 54px;
  margin-right: 20px;
  width: 35px;
  vertical-align: bottom;
}
.home main .home-our-creativity > section {
  display: flex;
  gap: 30px;
}
.home main .home-our-creativity > section > article {
  background: #fff;
}
.home main .home-our-creativity > section > article .img-wrap {
  display: block;
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home main .home-our-creativity > section > article .img-wrap > img {
  filter: grayscale(100%) invert(33%) sepia(89%) saturate(440%) hue-rotate(329deg) brightness(80%) contrast(1);
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.home main .home-our-creativity > section > article > heading {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  padding: 0 50px;
}
.home main .home-our-creativity > section > article > heading h2 {
  font-size: 32px;
  line-height: 34px;
  text-align: center;
}
.home main .home-our-creativity > section > article > heading h2 a {
  color: #298cbf;
  text-decoration: none;
}
.home main .home-our-creativity > section > article:nth-child(2) .img-wrap > img {
  filter: grayscale(100%) contrast(0.4);
}
.home main .home-our-creativity > section > article:nth-child(2) > heading h2 a {
  color: #e55204;
}
.home main .home-our-creativity > section > article:nth-child(3) .img-wrap > img {
  filter: grayscale(100%) invert(37%) sepia(14%) saturate(2233%) hue-rotate(171deg) brightness(87%) contrast(0.7);
}
.home main #casestudycallout {
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 90px 0;
}
.home main #casestudycallout .project {
  background: #fff;
  text-align: center;
}
.home main #casestudycallout .project a {
  text-decoration: none;
}
.home main #casestudycallout .project a img {
  display: block;
  filter: grayscale(100%) invert(37%) sepia(14%) saturate(2233%) hue-rotate(171deg) brightness(87%) contrast(0.7);
}
.home main #casestudycallout .project a header {
  padding: 50px 70px;
}
.home main #casestudycallout .project a header p,
.home main #casestudycallout .project a header h5 {
  font-weight: bold;
}
.home main #casestudycallout .project a header h5 {
  color: #298cbf;
  font-size: 32px !important;
  line-height: 34px;
  margin-bottom: 20px;
}
.home main #casestudycallout .project a header p {
  color: #737373;
  margin: 0;
}
#brands {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#brands article .fr-view:first-child {
  min-height: 130px;
}
#brands article .fr-view:nth-child(2) {
  min-height: 150px;
}
#brands header h1 {
  padding-bottom: 0.5rem;
}
#brands header h1::after {
  margin-top: 2%;
  width: 150px;
  margin-left: 45%;
}
.open-search {
  cursor: pointer;
}
#product-market {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 2% 0 1% 0;
  margin-bottom: 0;
}
#product-market a {
  color: #ffffff;
}
#product-market .bttn {
  display: none;
}
#product-market h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.25em;
  letter-spacing: 0.8px;
}
#product-market ul li {
  list-style: none;
  width: 15%;
  padding-right: 1.5%;
  margin: initial;
}
#product-market ul li i {
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
#product-market ul li i span {
  margin-top: 1rem;
  line-height: 21px;
  font-family: "Source Sans Pro";
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
}
#product-market ul li:first-of-type {
  margin-left: 0;
}
#product-market ul li:last-of-type {
  padding-right: 0;
}
#product-market ul li .fak:before {
  font-size: 4.5em;
}
#product-market ul li a {
  text-decoration: none;
}
#product-market ul li a:hover i {
  color: #737373;
  text-decoration: none;
}
#product-market ul li a:hover span {
  color: #737373;
  text-decoration: underline;
}
#product-market .col1 {
  padding-bottom: 20px;
}
.main-market {
  margin: 0;
}
.main-market .fr-view {
  width: 60%;
  margin-left: 30%;
  margin-bottom: 42px;
  margin-top: 25px;
  display: block;
  color: #ffffff;
  position: relative;
}
.main-market .fr-view:nth-of-type(2) {
  margin-bottom: 0;
  margin-top: 37px;
}
.main-market .col1 h3 {
  color: #ffffff;
}
.main-market .col1 .bg-image {
  min-height: 550px;
}
.main-market .col2 .bg-standalone {
  background-position: left;
}
.main-market .bttn-contain {
  margin-left: 30%;
  margin-bottom: 37px !important;
}
#product-callout p {
  margin: 6% 0;
}
#product-callout .bttn p {
  margin: 0;
}
#product-callout header.title-wrapper h1::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #00407a;
  display: block;
  margin: 0 auto;
  margin-left: 0;
  margin-top: 6%;
}
#help h1::after {
  margin-top: 1.75%;
  width: 150px;
  margin-left: 45%;
}
.our-client-list > article:first-child > div:first-child > p {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.our-client-list > article:first-child > div:first-child > p img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.media-gallery {
  margin-top: 2.5rem;
}
.media-gallery .cafe-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.media-gallery .cafe-overlay .ourcoffee-tile-text {
  font-size: 1.375rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
}
.media-gallery .media-item span {
  visibility: hidden;
}
.media-gallery .media-item:hover span {
  visibility: visible;
}
.media-gallery .media-item.col-lg-6 {
  margin-top: -1px;
}
.media-gallery .ratio-4-3 {
  width: 100%;
  position: relative;
  background: url() 50% 50% no-repeat;
  background-size: cover;
  background-clip: content-box;
}
.media-gallery .ratio-4-3:before {
  display: block;
  content: "";
  padding-top: 75%;
}
.retrieve-pw b {
  color: #bf2126;
}
.orders * {
  box-sizing: border-box;
}
.orders .orders-table {
  border: 1px solid #000;
  margin-top: 0;
  width: 100%;
}
.orders .orders-table thead tr th {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 25px;
  text-transform: none;
  border-bottom: none;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  text-align: center;
}
.orders .orders-table tbody tr:nth-child(even) {
  background-color: #e7e7e7;
}
.orders .orders-table tbody tr td {
  text-align: center;
  border-top: 1px solid #000;
  padding: 15px;
}
.orders .orders-table tbody tr td a {
  color: #000;
}
.orders .profile-details {
  display: inline-block;
  width: auto;
  min-width: 350px;
}
.orders .lt-gray-box {
  background-color: #e6e6e7;
  padding: 25px 20px;
}
.orders .lt-gray-box > strong {
  font-weight: 700;
  font-size: 1.1em;
}
.orders .lt-gray-box .form-group {
  padding-top: 15px;
}
.orders .lt-gray-box .form-group label {
  font-weight: 600;
  font-size: 0.9em;
  display: block;
}
.orders .lt-gray-box .form-group input[type="text"] {
  font-size: 0.9em;
}
.orders .lt-gray-box .form-group input[type="date"] {
  max-width: 100%;
  padding: 12px 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.7em;
  margin: 0 0 0 0;
  border: 1px solid #00407a;
  z-index: 5;
  position: relative;
  background-color: transparent;
  height: 47px;
  width: 100%;
}
.orders .lt-gray-box .form-group input[type="date"]::-webkit-inner-spin-button {
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer;
  width: 10px;
}
.orders .lt-gray-box .form-group input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
  cursor: pointer;
  width: 10px;
}
.orders .lt-gray-box .date-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orders .lt-gray-box .date-group span {
  font-weight: 700;
}
.orders .lt-gray-box .date-group .datefield {
  max-width: 45%;
  flex: 0 0 45%;
  position: relative;
  background-color: #fff;
  margin-top: 7px;
}
.orders .lt-gray-box .date-group .datefield::after {
  content: "\f073";
  font-family: "font awesome 5 pro";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #00407e;
  color: #fff;
  font-size: 1em;
  height: 47px;
  width: 48px;
  top: 0;
  right: 0;
  z-index: 1;
}
.orders .lt-gray-box input[type="submit"] {
  min-width: 0;
  width: 100%;
  margin-top: 25px;
  border: 1px solid #298cbf;
}
.orders .desktop6 h3 {
  margin-top: 2%;
  margin-bottom: 1%;
}
.order-items {
  margin-top: 4%;
  margin-bottom: 4%;
}
.order-item {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.order-item::after {
  content: '';
  display: block;
  clear: both;
}
.order-item .order-item-image {
  float: left;
  height: 100%;
  margin-right: 1.25rem;
}
.order-item .order-item-info a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.order-item .order-item-amount {
  padding-bottom: 1rem;
  min-height: 2.5rem;
}
.order-item .order-item-amount .strong {
  font-weight: bold;
}
.order-item .order-item-amount div {
  min-width: auto;
  float: none;
  display: inline-block;
  margin-right: 25px;
  padding-top: 0.75rem;
  font-size: 1rem;
}
.order-item .order-item-amount div span:first-child {
  margin-right: 0.375rem;
}
.order-item .order-item-subtotal {
  float: right;
  text-align: right;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1.25rem;
}
.order-item .red {
  color: #b24143;
}
.order-total-price {
  float: right;
  font-size: 1.5rem;
}
.order-total-price span:first-child {
  margin-right: 1.25rem;
}
.order-total-price .strong {
  font-weight: bold;
}
.order-detail {
  margin-top: 1.5rem;
  display: block;
}
.order-detail .strong {
  display: inline;
  margin-right: 1.2rem;
}
.order-detail .status {
  font-size: 2rem;
}
.avatar {
  position: relative;
  width: 150px;
  height: 150px;
}
.avatar-image {
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
.avatar:hover {
  cursor: pointer;
}
.avatar:hover .avatar-image {
  opacity: 0.3;
}
.avatar:hover .avatar-upload-info {
  opacity: 0.9;
}
.avatar-upload-info {
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.avatar-error-message {
  color: #D12127;
}
.account h2 {
  margin: 2% 0;
}
.account .account-details {
  flex-direction: row;
  align-items: center;
  margin-top: 3%;
}
.account .account-details .avatar {
  margin-right: 30px;
}
.account .roles {
  margin-top: 4%;
}
.account .bttn {
  max-width: 350px;
}
.account .desktop3.flexbox {
  justify-content: center;
}
.row h1,
.row h2,
.row h3,
.row .h1,
.row .h2,
.row .h3 {
  color: #298cbf;
}
.row .image-uploader-editor .uploader .dz-message {
  color: #ffffff;
}
.twocol-section .col1,
.twocol-section .col2 {
  position: relative;
  overflow: hidden;
}
.threecol-section p {
  margin-top: 2%;
  margin-bottom: 2%;
}
.threecol-section header h1:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #298cbf;
  display: block;
  margin: 0 auto;
  margin-left: 48%;
  margin-top: 0.5%;
}
.threecol-section header h2:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #298cbf;
  display: block;
  margin: 0 auto;
  margin-left: 48%;
  margin-top: 0.5%;
}
.bg-behind {
  position: absolute;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg-standalone {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
main section {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}
section .fr-view {
  margin-bottom: 2%;
}
aside .fr-view img.fr-dib {
  width: 100% !important;
  max-width: 400px;
}
.section-bg {
  background-repeat: no-repeat;
  min-height: 350px;
}
/* Product by Market - HOMEPAGE */
.slide-wrapper > section {
  overflow: hidden;
  min-height: 400px;
}
.slide-wrapper > section:not(.active) {
  display: none;
}
.slide-wrapper > section .col2 {
  left: 350px;
  opacity: 0;
  transition: left 0.75s, opacity 1s;
}
.slide-wrapper > section h3 {
  margin-top: -50px;
  opacity: 0;
  transition: margin-top 0.5s, opacity 1s;
}
.slide-wrapper > section p {
  margin-top: -50px;
  opacity: 0;
  transition: margin-top 0.5s, opacity 1s;
}
.slide-wrapper > section a.bttn {
  margin-top: -50px;
  opacity: 0;
  transition: margin-top 0.5s, opacity 1s;
}
.slide-wrapper > section.init h3 {
  margin-top: 0;
  opacity: 1;
  font-weight: normal;
  font-size: 1.7em;
}
.slide-wrapper > section.init p {
  margin-top: 0;
  opacity: 1;
}
.slide-wrapper > section.init a.bttn {
  margin-top: 0;
  opacity: 1;
  transition: 0.5s;
}
.slide-wrapper > section.init .col2 {
  opacity: 1;
  left: 0;
}
/* Slider controls - HOMEPAGE */
#product-callout {
  padding-top: 2%;
}
#product-callout .sliderwrapper {
  border-bottom: 3px solid #00407a;
}
#product-callout .sliderwrapper #slideshow .slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#product-callout .sliderwrapper #slideshow .slide .flexbox {
  justify-content: space-between;
}
#product-callout .sliderwrapper #slideshow .slide .flexbox img {
  align-self: flex-end;
}
#product-callout .sliderwrapper slider-controls {
  top: 40%;
}
#product-callout .sliderwrapper slider-controls a {
  color: #737373;
  opacity: 0.5;
}
#product-callout .sliderwrapper slider-controls a:hover {
  opacity: 1;
}
#product-callout .sliderwrapper slider-controls a i {
  font-size: 2.5em;
}
.sliderwrapper {
  position: relative;
  width: 100%;
}
.sliderwrapper .slider-controls {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 10%;
  top: 45%;
}
.sliderwrapper .slider-controls a {
  padding: 0 2%;
  color: #737373;
}
.sliderwrapper .slider-controls a i {
  font-size: 2em;
}
.sliderwrapper ul.bullets {
  display: none;
}
#slideshow {
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
}
#slideshow .slide {
  flex: 0 0 100%;
  width: 100%;
  transition: 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .sliderwrapper {
    border-bottom: none;
  }
  .sliderwrapper ul.bullets {
    display: flex;
    list-style: none;
  }
  .sliderwrapper ul.bullets li {
    display: inline-block;
  }
  #slideshow .slide .flexbox .bttn {
    display: block;
    margin: 3% auto;
  }
}
@media (max-width: 800px) {
  #product-callout .slide .bttn {
    left: auto !important;
  }
}
.consent-item:not(:first-of-type) {
  border-top: 1px solid #e7e7e7;
}
.consent-item .row {
  margin: 0 32px 0 32px;
  padding: 8px 0 0 0;
}
.consent-item .consent-heading {
  margin: 0;
}
/*@import (reference) "./variables.less";*/
.cookie-consent {
  font-size: 20px;
  padding: 8px;
  background: #737373;
  color: #090d11;
}
.cookie-consent .consent-text {
  padding-bottom: 16px;
}
.cookie-consent .consent-buttons {
  text-align: right;
  margin: 0;
}
#gdrp-popup {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 1%;
  left: 30%;
  max-width: 40%;
  color: #fff;
  padding: 25px;
  z-index: 999999999;
}
#gdrp-popup .p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  text-align: left;
}
#gdrp-popup button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  border-radius: 1px;
  font-weight: 400;
  padding: 5px 10px;
  border: none;
}
@media screen and (max-width: 1280px) {
  #gdrp-popup {
    left: 10%;
    right: 10%;
    max-width: 80%;
  }
}
/*# Buttons #*/
.bttn-white {
  border: 2px solid #298cbf;
  background: #ffffff;
  color: #298cbf;
}
.bttn-white:hover {
  background: #298cbf;
  color: #ffffff !important;
}
.bttn-gray-dk {
  background: #737373;
  color: #ffffff;
}
.bttn-gray-dk:hover {
  background: #737373;
  color: #737373;
}
.bttn-blue {
  background: #298cbf;
  border: 2px solid #298cbf;
  color: #ffffff;
}
.bttn-blue:hover {
  background: #d4e8f2;
  border-color: #d4e8f2;
  color: #737373;
}
.bttn-orange {
  background: #e55204;
  color: #ffffff;
}
.bttn-orange:hover {
  background: #f7d3cb;
  color: #ffffff;
}
.bttn,
.btn {
  align-items: center;
  height: auto;
  background: #298cbf;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 21px;
  margin-bottom: 10px;
  min-height: 38px;
  min-width: 242px;
  padding: 5%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.bttn:hover,
.btn:hover {
  text-decoration: none;
}
.bttn p,
.btn p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
}
.bttn a,
.btn a {
  color: inherit;
}
.bttn-contain {
  width: 40%;
  position: relative;
}
.bttn-white-arrow {
  border: 1px solid #298cbf;
  color: #298cbf;
  text-indent: -50px;
  position: relative;
}
.bttn-white-arrow:hover {
  border: 1px solid #298cbf;
  color: #ffffff;
  text-indent: -50px;
  background: #298cbf;
}
.bttn-white-arrow:hover:after {
  color: #298cbf;
  background: #ffffff;
}
.bttn-white-arrow::after {
  width: 50px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f054";
  font-size: 1.5em;
  display: block;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #ffffff;
  background: #298cbf;
  padding: 2%;
  bottom: 0;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}
.bttn-black-arrow {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-indent: -50px;
  position: relative;
}
.bttn-black-arrow::after {
  width: 50px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f054";
  font-size: 1.5em;
  display: block;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 0;
  line-height: 44px;
  color: #090d11;
  background: #ffffff;
  padding: 2%;
  bottom: 0;
}
.bttn-black-arrow:hover {
  background: #ffffff;
  color: #298cbf;
  transition: 0.5s !important;
}
.bttn-black-arrow:hover::after {
  color: #ffffff;
  background: #298cbf;
}
.bttn-blue-arrow {
  background: #298cbf;
  color: #fff;
  border: 1px solid #298cbf;
  text-indent: -50px;
  position: relative;
  padding: 1rem 0 !important;
}
.bttn-blue-arrow:hover {
  color: white;
}
.bttn-blue-arrow::after {
  width: 50px;
  height: 36px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f054";
  font-size: 1.5em;
  display: block;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 0;
  line-height: 40px;
  color: #298cbf;
  background: #ffffff;
  padding: 3% 2%;
  bottom: 0;
}
.bttn-contain {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.market-icons li::before {
  content: " ";
  line-height: inherit;
  font-size: 0;
  margin-right: 0;
}
#gdrp-agree {
  background-color: #737373;
}
#cta-bttn-section ul {
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding-top: 2%;
}
#cta-bttn-section li {
  flex: 0 0 30%;
  list-style: none;
  max-width: 420px;
}
#cta-bttn-section li:nth-of-type(3n) {
  margin-right: 0 !important;
}
#cta-bttn-section li:nth-of-type(1n) {
  margin: 0 5% 0 0;
}
#cta-bttn-section a {
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 2% 5%;
  text-decoration: none;
  max-height: 66px;
  color: #00407a;
}
#cta-bttn-section.grid-padd {
  margin-bottom: 4%;
}
.bttn-white.bttn-blue.bttn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bttn-white.bttn-blue.bttn i {
  max-width: 20%;
}
.bttn-white.bttn-blue.bttn i + p {
  max-width: 80%;
}
#single-product #cta-bttn-section li {
  max-width: inherit;
  width: 48%;
}
#single-product #cta-bttn-section li .fas {
  padding-right: 4%;
  margin-left: 0%;
}
#single-product #cta-bttn-section li:nth-of-type(1) {
  margin-right: 2%;
}
#single-product #cta-bttn-section li:last-child {
  margin-right: 0%;
}
#single-product #cta-bttn-section a {
  min-height: inherit;
  align-items: center;
  justify-content: center;
  padding: 3% 5% !important;
  text-decoration: none;
  max-height: inherit;
  color: #090d11;
  border: 2px solid #090d11;
}
#single-product #cta-bttn-section a:hover {
  color: #ffffff !important;
  background: #090d11 !important;
}
#single-product .bttn {
  margin: 2% 0;
}
aside .cta-button-widget a {
  padding: 4% 5%;
}
.cta-button-widget a i {
  margin-right: 5%;
  font-size: 25px;
}
.cta-button-widget a.bttn-black-arrow {
  padding: 1rem 0%;
  text-align: -webkit-center;
  text-align: center;
}
input[type="button"] {
  width: 381px;
  height: 52px;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #298cbf;
  padding: 0;
  font-size: inherit;
  color: #298cbf;
  font-weight: 600;
  margin-top: 3%;
  cursor: pointer;
  -webkit-appearance: none;
}
/* article overview page + single page */
#main-article {
  display: flex;
  gap: 40px;
  margin: 0 0 60px;
  padding: 0;
}
#main-article .img-wrap {
  display: block;
}
#main-article .img-wrap img {
  display: block;
}
#main-article > div h2,
#main-article > div h3 {
  color: #298cbf;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}
#main-article > div h2 a,
#main-article > div h3 a {
  color: inherit;
  text-decoration: inherit;
}
#main-article > div span,
#main-article > div p,
#main-article > div .read-more {
  color: #737373;
  font-size: 26px;
  line-height: 40px;
}
#main-article > div span {
  display: block;
  margin-bottom: 15px;
}
#main-article > div p {
  margin-bottom: 30px;
}
#main-article > div .read-more {
  font-weight: bold;
  text-decoration: none;
}
#main-article > div .read-more::after {
  content: '\f32b';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-left: 5px;
}
#article-row,
#article-list {
  margin: 0 0 20px;
  padding: 0;
}
#article-row .img-wrap,
#article-list .img-wrap {
  display: block;
  margin-bottom: 20px;
}
#article-row .img-wrap img,
#article-list .img-wrap img {
  display: block;
}
#article-row h2,
#article-list h2,
#article-row h3,
#article-list h3 {
  color: #298cbf;
  line-height: 30px;
  margin-bottom: 26px;
  text-decoration: none;
}
#article-row h2 a,
#article-list h2 a,
#article-row h3 a,
#article-list h3 a {
  color: inherit;
  font-size: 26px;
  font-weight: bold;
  text-decoration: inherit;
}
#article-row span,
#article-list span,
#article-row p,
#article-list p,
#article-row .read-more,
#article-list .read-more {
  color: #737373;
  font-size: 18px;
}
#article-row span,
#article-list span {
  display: block;
  margin-bottom: 10px;
}
#article-row p,
#article-list p {
  margin-bottom: 15px;
}
#article-row .read-more,
#article-list .read-more {
  font-weight: bold;
  text-decoration: none;
}
#article-row .read-more::after,
#article-list .read-more::after {
  content: '\f32b';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  margin-left: 5px;
}
#article-row {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
#article-list li {
  border-top: 2px solid #e55204;
  list-style: none;
  margin: 0;
  padding: 45px 0;
}
#article-list li h3 {
  margin-bottom: 15px;
}
.pr-pages {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.pr-pages > a {
  display: block;
  text-decoration: none;
}
.pr-pages i {
  color: #298cbf;
  display: block;
  font-size: 28px;
  font-weight: 500;
}
.pr-pages .pr-page-number {
  display: block;
}
.pr-pages .pr-page-number a {
  background-color: #fff;
  border: 2px solid #298cbf;
  color: #298cbf;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 55px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 55px;
}
.pr-pages .pr-page-number.selected a {
  background-color: #298cbf;
  color: #fff;
}
.blog-article .title-wrapper p {
  color: #737373;
  font-size: 24px;
  line-height: 32px;
}
.blog-article .wrapper p:first-child {
  color: #737373;
  font-size: 28px;
  line-height: 36px;
}
.blog-article .wrapper p {
  color: #737373;
  font-size: 24px;
  line-height: 32px;
}
.blog-article .wrapper h3 {
  color: #090d11;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.blog-article .wrapper .sidebar section {
  /*border-left: 2px solid @orange;*/
  margin: 0 !important;
  padding: 0 0 0 30px !important;
}
.blog-article .wrapper .sidebar section .img-hero-sidebar {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.blog-article .wrapper .sidebar section .img-hero-sidebar img {
  all: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-article .wrapper .sidebar section h3 {
  color: #306095;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px !important;
  margin-bottom: 20px !important;
}
.blog-article .wrapper .sidebar section ul {
  margin: 0;
  padding: 0;
}
.blog-article .wrapper .sidebar section ul li {
  color: #737373;
  line-height: 24px;
  list-style: none;
  margin: 0 0 10px;
}
.blog-article .wrapper .sidebar section ul li a {
  text-decoration: none;
}
.blog-article .wrapper .sidebar section ul li:last-child {
  margin-bottom: 0;
}
.blog-article .wrapper .sidebar section:first-child {
  padding-bottom: 30px !important;
}
/* case studies / our work styles */
.project-breadcrumbs {
  margin-top: -60px;
  margin-bottom: 60px;
}
.projects {
  margin: 90px 0 0;
}
.projects .top {
  align-items: center;
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.projects .top header h1,
.projects .top header h2,
.projects .top header h3 {
  font-family: "Source Sans Pro";
}
.projects .top header h1,
.projects .top header h3 {
  color: #298cbf;
}
.projects .top header h3 {
  font-family: "Source Sans Pro";
}
.projects .top header h2 {
  color: #737373;
  font-size: 40px;
  line-height: 46px;
}
.projects .components {
  background-color: #298cbf;
  color: #fff;
  padding: 20px 0;
}
.projects .components h3 {
  color: #fff;
  font-family: "Source Sans Pro";
  text-align: center;
}
.projects .components ul {
  display: grid;
  font-family: "Source Sans Pro";
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 0 40px;
  padding: 0;
}
.projects .components ul li {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.projects .client-callout article {
  align-items: center;
  display: flex;
  gap: 80px;
}
.projects .client-callout article h3 {
  color: #298cbf;
  font-weight: bold;
}
.projects .testimonial {
  background-color: #298cbf;
  border-bottom: 6px solid #e55204;
  padding: 50px 0 75px;
}
.projects .testimonial article {
  text-align: center;
}
.projects .testimonial article h3,
.projects .testimonial article div.p,
.projects .testimonial article h5 {
  color: #fff !important;
  font-weight: bold;
}
.projects .testimonial article h3 {
  font-family: "Source Sans Pro";
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.projects .testimonial article div.p {
  color: #737373;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 12px;
}
.projects .testimonial article h5 {
  font-size: 29px !important;
  font-weight: normal;
}
.projects > .contain section {
  align-items: center;
  display: flex;
  font-family: "Source Sans Pro";
  justify-content: center;
}
.projects > .contain section > article .fr-view {
  margin: 0;
}
.projects > .contain section > article .fr-view img {
  margin: 0 auto;
}
.projects > .contain section h3 {
  color: #298cbf;
  font-family: "Source Sans Pro";
  margin-bottom: 10px;
}
.projects > .contain section p {
  color: #737373;
}
.projects > .contain section p:last-child {
  margin-bottom: 0;
}
.projects > .contain section ul {
  color: #737373;
  margin: 0 0 20px;
}
.projects > .contain section ul li {
  margin: 0 0 10px 40px;
}
.projects .components-sm h3 {
  color: #298cbf;
  font-family: "Source Sans Pro";
  margin-bottom: 10px;
}
.projects .components-sm ul {
  color: #298cbf;
  font-family: "Source Sans Pro";
  margin: 0 0 30px;
  columns: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.projects .components-sm ul li {
  font-size: 30px;
  margin-left: 28px;
}
.projects .components-sm ul li::marker {
  margin-right: -10px;
}
.projects .components-sm h4 {
  font-family: "Source Sans Pro";
}
.projects .sm-project-bottom > section:first-child {
  margin-bottom: 30px;
}
.projects .sm-project-bottom > section.body-contain,
.projects .sm-project-bottom > section.twocol-section {
  gap: 30px;
  margin-top: 30px;
}
.projects .sm-project-bottom > section.body-contain .desktop1,
.projects .sm-project-bottom > section.twocol-section .desktop1,
.projects .sm-project-bottom > section.body-contain .desktop2,
.projects .sm-project-bottom > section.twocol-section .desktop2,
.projects .sm-project-bottom > section.body-contain .desktop3,
.projects .sm-project-bottom > section.twocol-section .desktop3,
.projects .sm-project-bottom > section.body-contain .desktop4,
.projects .sm-project-bottom > section.twocol-section .desktop4,
.projects .sm-project-bottom > section.body-contain .desktop5,
.projects .sm-project-bottom > section.twocol-section .desktop5,
.projects .sm-project-bottom > section.body-contain .desktop6,
.projects .sm-project-bottom > section.twocol-section .desktop6,
.projects .sm-project-bottom > section.body-contain .desktop7,
.projects .sm-project-bottom > section.twocol-section .desktop7,
.projects .sm-project-bottom > section.body-contain .desktop8,
.projects .sm-project-bottom > section.twocol-section .desktop8,
.projects .sm-project-bottom > section.body-contain .desktop9,
.projects .sm-project-bottom > section.twocol-section .desktop9,
.projects .sm-project-bottom > section.body-contain .desktop10,
.projects .sm-project-bottom > section.twocol-section .desktop10,
.projects .sm-project-bottom > section.body-contain .desktop11,
.projects .sm-project-bottom > section.twocol-section .desktop11,
.projects .sm-project-bottom > section.body-contain .desktop12,
.projects .sm-project-bottom > section.twocol-section .desktop12 {
  width: unset !important;
}
.projects .sm-project-bottom > section.body-contain .marg-rt,
.projects .sm-project-bottom > section.twocol-section .marg-rt {
  margin-right: unset !important;
}
main section.our-services {
  margin: 0;
}
main section.our-services h2 {
  color: #e55204;
}
main section.our-services p,
main section.our-services ul,
main section.our-services li {
  color: #737373;
}
main #expand-collapse .accordion-content {
  background: #d6dfea;
}
main #expand-collapse .accordion-content > div {
  padding: 20px 50px;
}
main #expand-collapse .accordion-content p {
  color: #737373;
  font-size: 22px;
  line-height: 28px;
}
.contact-us-wrapper img,
.title-wrapper img {
  display: none;
}
.contact-us-wrapper h1,
.title-wrapper h1 {
  padding: 0;
}
.contact-us-wrapper h1::before,
.title-wrapper h1::before {
  display: none;
}
.callout-box {
  background-color: #ededed;
  padding: 30px;
}
.callout-box .callout p {
  font-size: 22px;
  line-height: 28px;
}
.align-bottom-button > div {
  padding-bottom: 100px;
  position: relative;
}
.align-bottom-button > div p:last-child {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.align-bottom-button > div .fr-view img.fr-dib {
  width: 100%;
}
header.title-wrapper2 h2 {
  position: relative;
}
header.title-wrapper2 h2::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #306095;
  display: block;
  margin: 0 auto;
  margin-left: 0;
  margin-top: 2%;
}
#industries > .flexbox {
  flex-wrap: wrap;
}
#industries > .flexbox li {
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 0 5% 50px 0;
  padding: 0 0 15px 0;
  text-align: center;
  list-style: none;
  /*            a.bttn.bttn-white {
                padding: 0;
                margin: 0;
                border: none;
                background: transparent;
            }*/
}
#industries > .flexbox li:nth-child(3n) {
  margin-right: 0;
}
#industries > .flexbox li a {
  text-decoration: none;
}
#industries > .flexbox li a:hover {
  text-decoration: underline;
}
#industries > .flexbox li h3 {
  margin-top: 25px;
  font-size: 1.2em;
}
#industries > .flexbox li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#industries > .flexbox li img.hover {
  display: none;
}
#industries > .flexbox li:hover img:not(.hover) {
  display: none;
}
#industries > .flexbox li:hover img.hover {
  display: block;
}
#subpage-hero {
  min-height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
}
#subpage-hero-product {
  min-height: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 0;
}
.breadcrumbs-widget {
  font-size: 18px;
  margin-bottom: 2%;
  line-height: 22px;
}
#subpage header.title-wrapper h1 {
  margin-bottom: 2%;
}
#subpage .twocol-section .col2 {
  overflow: unset;
}
#subpage .twocol-section .col2 img {
  margin-top: -20px;
}
#subpage h3,
#subpage .h3 {
  line-height: 1.2em;
  margin-bottom: 1.4%;
}
#cta-section {
  background: url(/KsandCore/media/main-images/CTA_Bkg.jpg) no-repeat;
  background-size: cover;
  min-height: 300px;
  color: #ffffff;
  padding: 0;
  margin-bottom: -4%;
  margin-top: 4%;
}
#cta-section > .contain {
  min-height: 300px;
  padding: 2% 3%;
}
#cta-section h2 {
  color: #ffffff;
  margin-bottom: 2%;
  position: relative;
  font-size: 2.2em;
}
#cta-section h2::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #ffffff;
  display: block;
  margin: 0 auto;
  margin-left: 0;
  margin-top: 2%;
}
#cta-section p {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 32px;
}
#cta-section .bttn {
  border-color: #ffffff;
  color: #ffffff;
}
#cta-section .bttn:hover {
  background: #ffffff;
  color: #298cbf;
}
#cta-section .bttn:hover::after {
  color: #ffffff;
  background: #298cbf;
}
#cta-section .bttn::after {
  background: #ffffff;
  color: #298cbf;
}
#help {
  padding: 2% 0;
}
#blog a {
  text-decoration: underline;
}
#blog h2.h4 {
  margin-bottom: 1%;
}
#blog article {
  margin-bottom: 0;
  padding-bottom: 0;
}
#blog article:not(:last-of-type) {
  border-bottom: 2px solid #090d11;
  margin-bottom: 3.5%;
  padding-bottom: 3.5%;
}
 > .pr-pages {
  margin-top: 1%;
}
#subpage.blog-article h1 {
  margin-bottom: 0 !important;
}
#subpage.blog-article h1::after {
  background: none;
  margin-top: 0;
}
#subpage.blog-article aside .bttn {
  margin-top: 0;
}
/* Careers page */
#careers * {
  box-sizing: border-box;
}
#careers > .wrapper > section > section {
  margin-top: 0;
}
#careers .accordion-content a {
  margin-bottom: 4% !important;
  padding-bottom: 1rem !important;
}
#careers h3 {
  margin-bottom: 1%;
}
#careers #expand-collapse .accordion-content .p {
  margin-top: 2%;
}
#careers #expand-collapse .accordion-content p {
  margin-top: 2%;
}
.contact-aside aside {
  padding: 21px 11px 28px 52px;
  position: relative;
  height: 100%;
  background: #737373;
  width: 31.333333%;
}
.contact-aside aside a {
  color: black;
}
.contact-aside aside li {
  margin: 0;
  display: flex;
}
.contact-aside aside li.contact-li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 25px;
  font-weight: 600;
}
.contact-aside aside li.location::before {
  content: "\f3c5";
}
.contact-aside aside li.email::before {
  content: "\f0e0";
}
.contact-aside aside li.clock::before {
  content: "\f017";
}
.contact-aside aside li.phone::before {
  content: "\f095";
}
.contact-aside #google-recaptcha-form-KsandCoreContactUsNew2-4270_Recaptcha_Value {
  margin-top: 2rem;
}
.contact-aside input[type=submit] {
  margin-top: 1rem;
}
.register-main aside .cta-button-widget a {
  padding: 2% 5%;
  margin-top: 0;
}
.case-studies li {
  list-style: none;
  margin: 17px 10px;
}
.case-studies a {
  color: black;
  text-decoration: underline;
}
#expand-col.video-library ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0% 0% 5% 0%;
}
#expand-col.video-library li {
  flex: 1 0 24%;
  height: auto;
  max-width: 33%;
  margin: 5% 2%;
  list-style: none !important;
  max-width: 29.5%;
}
.video-library iframe {
  width: 100%;
  height: 100%;
}
.logon-remember-me-checkbox {
  margin-top: 3%;
  margin-bottom: 3%;
}
#single-product p {
  margin-bottom: 2%;
}
.rep-finder .callout-box {
  padding: 8% 10%;
}
.rep-finder li.address {
  display: flex;
}
.rep-finder .search-group {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 6%;
}
.rep-finder #cta-bttn-section li {
  flex: 1 0 45%;
  max-width: 50%;
}
.rep-finder #cta-bttn-section li:nth-of-type(1n) {
  margin-right: 1%;
}
.rep-finder #cta-bttn-section li:nth-of-type(2n) {
  margin-right: 0;
}
.rep-finder #cta-bttn-section a {
  max-width: 524px;
  margin-bottom: 1%;
  margin-top: 0;
}
.rep-finder .bttn.selected {
  background-color: #298cbf;
  color: #ffffff !important;
}
.rep-finder input[type="button"] {
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  background: #298cbf;
  width: 53px;
  position: relative;
  top: 0;
  height: 53px;
  right: 0;
  -webkit-appearance: none;
  font-size: 1.2em;
  margin-top: 0;
}
.rep-finder input[type=text] {
  border: 2px solid #298cbf;
  height: 53px;
  margin-top: 0;
}
.rep-finder #rep-content {
  flex-direction: column;
  width: 100%;
}
.rep-finder #rep-content section {
  margin-top: 1%;
  margin-bottom: 2% !important;
  max-width: 100%;
}
.rep-finder #rep-content section:not(:last-of-type) {
  border-bottom: 2px solid #298cbf;
}
.rep-finder .rep {
  width: 100%;
  margin-bottom: 0.5%;
  flex-direction: row;
}
.rep-finder .rep h4 {
  margin-bottom: 2% !important;
  color: #298cbf;
}
.rep-finder .rep .title {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 2% !important;
  font-weight: 700;
}
.rep-finder .rep ul {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px 0 1% 2px;
}
.rep-finder .rep ul li {
  list-style: none;
  margin: 0;
}
.rep-finder .rep ul li a {
  text-decoration: underline;
  color: black;
}
.rep-finder .rep ul li.rest-of-address::before {
  content: "";
  margin-right: 5%;
}
.rep-finder .rep .col2 li {
  margin-bottom: 2.5%;
}
.rep-finder ul li.phone::before {
  content: "\f095";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #737373;
  margin-right: 2%;
}
.rep-finder ul li.email::before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #737373;
  margin-right: 2%;
}
.rep-finder ul li.website::before {
  content: "\f0ac";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #737373;
  margin-right: 2%;
}
.rep-finder ul li.info::before {
  content: "\f05a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #737373;
  margin-right: 2%;
}
.rep-finder ul li.address::before {
  content: "\f3c5";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #737373;
  margin-right: 2%;
}
.rep-finder ul li.representative {
  font-weight: 700;
  font-size: 1em;
  text-transform: capitalize;
}
#subpage .case-study img {
  height: auto !important;
  margin-bottom: 2%;
}
img.left {
  display: inline-flex;
  width: 50%;
  padding-right: 4%;
  float: left;
  margin-bottom: 2%;
}
.contact-us-wrapper {
  min-width: 500px;
  float: left;
  display: inline-flex;
  padding-top: 4%;
  padding-bottom: 5%;
}
.contact-us-p {
  line-height: 25px;
}
.contact-us-info {
  min-width: 500px;
  float: left;
  display: inline-flex;
}
.square-icon {
  height: 40px;
  margin-top: 3%;
}
img.right {
  display: inline-flex;
  width: 50%;
  float: right;
  padding-left: 4%;
  margin-bottom: 2%;
}
li.info {
  display: inline-flex;
  align-items: baseline;
}
.leadership-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}
.leadership-wrapper > div {
  flex: 0 0 30%;
  margin-right: 3%;
  margin-bottom: 1rem;
  padding-right: 0.5rem;
}
.leadership-wrapper > div > div {
  margin: 1rem 0 1rem 0;
}
.leadership-wrapper > div > div > div {
  display: flex;
}
.leadership-wrapper .leader-info {
  flex: 1 0 32%;
  margin-right: 1%;
}
.leadership-wrapper .leader-info li {
  list-style: none;
}
.leadership-wrapper .leader-info li a {
  text-decoration: underline;
  color: #090d11;
}
.leadership-wrapper .leader-info .title {
  margin: 0px 0 10px 0;
}
.leadership-wrapper .leader-info .leader {
  margin: 5px 0 0px 0;
}
.leadership-wrapper .leader-info .phone::before {
  content: "\f095";
  font-family: 'font awesome 5 pro';
  font-weight: 600;
  color: #737373;
  margin-right: 4%;
}
.leadership-wrapper .leader-info .email::before {
  content: "\f0e0";
  font-family: 'font awesome 5 pro';
  font-weight: 600;
  color: #737373;
  margin-right: 4%;
}
.leadership-wrapper li {
  margin: 8px 0 10px 0px;
}
.expand-title {
  margin: 2% 0;
}
.leadership-article-img li {
  list-style: none;
  margin: 5px 0 10px 0px;
}
.leadership-article-section.leader-no-border .col1 {
  border-right: none !important;
}
.leadership-article-section .leadership-address {
  display: flex;
}
.leadership-article-section .leadership-address li {
  list-style: none;
  margin: 5px 0 10px 0px;
}
.leadership-article-section .leadership-address a {
  color: black;
}
.leadership-article-section .leadership-address li.phone::before {
  content: "\f095";
  font-family: 'font awesome 5 pro';
  font-weight: 600;
  color: #98999b;
  margin-right: 4%;
}
.leadership-article-section .leadership-address li.phone a {
  text-decoration: underline;
}
.leadership-article-section .leadership-address li.fax::before {
  content: "\f1ac";
  font-family: 'font awesome 5 pro';
  font-weight: 600;
  color: #98999b;
  margin-right: 4%;
}
.leadership-article-section .leadership-address li.phone-fax a {
  text-decoration: underline;
}
.leadership-article-section .leadership-address li.phone-fax:before {
  content: "\f095 / \f1ac";
  font-family: 'font awesome 5 pro';
  font-weight: 600;
  color: #98999b;
  margin-right: 4%;
}
.leadership-article-section .leadership-address .leadership-addresses {
  margin-right: 73px;
}
.leadership-article-section .col1 {
  margin-right: 3%;
  border-right: 1px solid #298cbf;
  height: fit-content;
}
.doc-text {
  border-bottom: 1px solid #737373;
  padding-bottom: 2.7%;
  margin-bottom: 2%;
  margin-top: 1.3%;
}
.docu-library .expand-title {
  margin: 1% 0;
}
.docu-library .accordion-content > div:last-of-type > div:last-of-type > div:last-of-type > .doc-text {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2%;
}
.docu-library .accordion-content > div:last-of-type > div:last-of-type > div:last-of-type > div:last-of-type .doc-text {
  border-bottom: 0;
  margin-bottom: 0;
}
.docu-library .accordion-content > div:last-of-type > div.doc-text {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2%;
}
.docu-library .accordion-content div > div:last-of-type > div:last-of-type > div:last-of-type > div:last-of-type > .doc-text {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2%;
}
.docu-library .accordion-content div > div:last-of-type > div > div.doc-text {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2%;
}
.docu-library .accordion-content div div > div:last-of-type > div:last-of-type > .doc-text {
  div: last-of-type;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2%;
}
.doc-links {
  justify-content: space-between;
  align-content: space-between;
  width: 289px;
  color: #090d11;
  margin-right: 17px;
}
.doc-links .view::before {
  content: "\f15b";
  font-family: 'font awesome 5 pro';
  font-weight: 700;
  border-bottom: none;
  position: absolute;
  left: -26px;
  top: 4px;
}
.doc-links a {
  color: #090d11;
  border-bottom: 1px solid #090d11;
  position: relative;
  text-decoration: none;
}
.doc-links a:hover {
  text-decoration: none;
}
.doc-links .download::before {
  content: "\f34a";
  font-family: 'font awesome 5 pro';
  font-weight: 700;
  margin-right: 16%;
  position: absolute;
  left: -26px;
  top: 5px;
}
.doc-title {
  width: 85%;
}
main {
  padding-bottom: 0 !important;
}
main > .wrapper section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main .product a {
  text-decoration: none;
}
main .wrapper section > .pr-pages {
  margin-top: 3%;
}
main .wrapper section > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main .wrapper section article > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
main .wrapper section article div > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#cta-bttn-section {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
}
#industries h4 {
  margin-top: 6%;
}
#news-list {
  margin-top: 2%;
}
#careers section {
  margin-top: 2%;
}
.breadcrumb-item a {
  color: black;
}
.breadcrumb-item.breadcrumbs-current {
  /*font-weight: bold;*/
}
.rep-finder #rep-content .address span {
  margin-left: 5%;
}
aside .cta-button-widget a {
  min-height: 0;
  margin-top: 13%;
}
.case-study header {
  margin-bottom: 2%;
}
#editaccount aside {
  margin-top: 3%;
}
#editaccount aside form {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
}
/* Forgot Password */
.retrieve-pw b {
  color: #bf2126;
  /* red */
}
@media (min-width: 1920px) {
  #product-callout.contain {
    max-width: 1676px;
  }
}
@media (max-width: 2800px) {
  .main-market .fr-view {
    margin-left: 48%;
    width: 43%;
  }
  .main-market .bttn-contain {
    margin-left: 48%;
  }
}
@media (max-width: 1920px) {
  .main-market .fr-view {
    margin-left: 26%;
    width: 60%;
  }
  .main-market .bttn-contain {
    margin-left: 26%;
  }
}
@media (max-width: 1700px) {
  .flex-column-laptop {
    flex-direction: column !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .mobile-flex-center {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .mobile-txt-center {
    text-align: center;
  }
  .grid-padd {
    padding: 0 2%;
  }
  .laptopclear {
    float: none;
  }
  .laptop-border-off {
    border: none;
  }
  .flex-till-laptop {
    display: block;
  }
  .no-hero.border-hdr {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1%;
    width: 96%;
  }
}
@media (max-width: 1655px) {
  .contact-aside aside {
    width: 38.666667%;
  }
  .main-market .col1 {
    width: 58.33333%;
  }
  .main-market .col2 {
    width: 41.66666667%;
  }
  .main-market .fr-view {
    width: 78%;
  }
}
@media (max-width: 1600px) {
  .main-market .fr-view {
    margin-left: 16%;
  }
  .main-market .bttn-contain {
    margin-left: 16%;
  }
}
@media (max-width: 1450px) {
  .home main .home-featured-blog img {
    left: 3%;
  }
  #home-banner > div h1 {
    font-size: 70px;
    padding-top: 160px;
    width: 100%;
  }
  .main-market .fr-view {
    margin-left: 11% !important;
  }
  .main-market .bttn-contain {
    margin-left: 11%;
  }
  .contain {
    padding-left: 3%;
    padding-right: 3%;
  }
  .sliderwrapper a.next {
    position: absolute;
    right: -19px;
  }
  .sliderwrapper a.back {
    position: absolute;
    left: -19px;
  }
  #cta-section > .contain {
    min-height: 300px;
    padding: 2% 3%;
  }
  #industries.contain {
    padding-left: 0;
    padding-right: 0;
  }
  .laptop-flexcolumn-reverse {
    flex-direction: column-reverse;
  }
  #search #searchform #search-bar {
    max-width: 79vw;
  }
  #search #searchform #search-bar input {
    max-width: 79vw;
  }
  .contain-txt {
    width: 90% !important;
  }
}
@media (max-width: 1400px) {
  ul.nav-menu .sub-menu-title {
    padding-left: 0;
  }
  ul.nav-menu ul {
    padding-left: 0;
  }
  ul.nav-menu ul li {
    padding: 15px 0 15px 2%;
  }
  ul.nav-menu ul li.back {
    left: 2%;
  }
  ul.nav-menu ul.columns-3 li:not(.back) > a {
    display: inline;
    max-width: 25vw !important;
    width: 25vw !important;
  }
}
@media (max-width: 1390px) {
  #product-callout .sliderwrapper #slideshow .slide .flexbox {
    justify-content: space-between;
    min-height: 651px;
  }
}
@media (max-width: 1360px) {
  ul.nav-menu > li > a {
    font-size: 30px;
  }
}
@media (max-width: 1260px) {
  ul.nav-menu > li > a {
    font-size: 24px;
  }
}
@media (max-width: 1120px) {
  ul.nav-menu > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1320px) {
  ul.nav-menu ul[data-level="1"] {
    /* width: calc(100vw - -155px) !important; */
  }
}
@media (max-width: 1280px) {
  .flex-column-lrgtablet {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1200px) {
  ul.nav-menu .img-el {
    max-width: 22%;
    margin-top: 40px;
  }
  ul.nav-menu .menu-container[data-level="1"] > ul li:not(.back) > a {
    width: 30vw;
    max-width: 30vw;
  }
  .leadership-wrapper .leader-info {
    flex: 1 0 48%;
    margin-right: 1%;
  }
  .leadership-article-section {
    flex-direction: column;
  }
  .leadership-article-section .leadership-address {
    flex-wrap: wrap;
  }
  .leadership-article-section .leadership-address .leadership-addresses {
    width: 42%;
    margin-right: 0;
  }
  .leadership-article-section .leadership-address .leadership-addresses:not(:last-of-type) {
    margin-right: 15%;
  }
  .leadership-article-section .col1 {
    width: 100%;
    border-right: none;
    padding-left: 0;
  }
  .leadership-article-section .col2 {
    width: 100%;
  }
  .main-market .bttn-contain {
    margin-left: 10%;
  }
  .main-market .fr-view {
    margin-left: 10%;
  }
  .rep-finder #rep-content {
    width: 85%;
  }
  .rep-finder .col1 {
    margin-right: 0 !important;
  }
  .rep-finder .rep ul {
    flex: 1 0 66%;
    max-width: 55%;
  }
  .related-products .product {
    padding-left: 25px;
    padding-right: 25px;
  }
  body.home #search-wrapper .close-search {
    top: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  img.logo-image.on-load {
    width: 89%;
  }
  img.logo-image.on-scroll {
    width: 89%;
  }
  ul.additional-menu {
    font-size: 0.8em;
  }
  #brands article div.desktop4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #brands article div.desktop4 .bttn {
    justify-self: flex-end;
  }
  #product-market #product-market a {
    font-size: 0.7em;
  }
  #product-market ul li {
    list-style: none;
    margin: 0;
  }
  #product-market ul li i span {
    font-size: 0.7em;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .contact-aside aside {
    padding-left: 40px;
  }
  .contact-aside aside li.contact-li::before {
    left: 15px;
  }
}
@media (max-width: 1193px) {
  .related-products .product {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1100px) {
  ul.nav-menu .img-el {
    max-width: 20%;
    right: 5%;
  }
}
@media (max-width: 1050px) {
  ul.nav-menu ul[data-level="1"] {
    /* width: calc(100vw - -439px) !important; */
  }
}
/* ===== TABLET ===== */
@media (max-width: 991px) {
  /* general page fixes */
  .tab-fdc {
    flex-direction: column;
  }
  .tab-g20 {
    gap: 20px !important;
  }
  .tab-m0 {
    margin: 0;
  }
  .tab-mb20 {
    margin-bottom: 20px;
  }
  .tab-mb30 {
    margin-bottom: 30px;
  }
  .no-tablet,
  .no-mobile {
    display: none !important;
  }
  table td {
    display: block;
    height: auto !important;
    overflow: visible !important;
  }
  /* elements on every page */
  /* header */
  .topBarLogo {
    display: none;
  }
  .navigation {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .navigation .nav-wrapper {
    display: none;
  }
  .navigation .nav-toggle-inner {
    display: block;
  }
  .navigation.scrolled {
    background: #fff;
  }
  /* image box link things */
  .product-list .single a .header-wrap,
  .product-list .triple a .header-wrap {
    height: 100%;
    transform: translateY(0%);
  }
  .product-list .single a.hover .cover-wrap,
  .product-list .triple a.hover .cover-wrap {
    height: 100%;
  }
  /* home page */
  .home main #casestudycallout .project a header {
    padding: 30px 30px;
  }
  .home main .home-our-creativity > section > article > heading {
    height: auto;
    padding: 40px;
  }
  #home-banner > div h1 {
    color: #fff;
    font-size: 60px;
    left: 50%;
    line-height: 230%;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #000;
    top: 77px;
    translate: -50% 0;
    width: 100%;
  }
  /* about us - our clients */
  .our-client-list > article:first-child > div:first-child > p {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* article single page */
  .blog-article .wrapper .sidebar {
    display: flex;
    margin-top: 50px !important;
  }
  .blog-article .wrapper .sidebar > section {
    border: 0 none;
    width: 50%;
  }
  .blog-article .wrapper .sidebar > section:first-child {
    border-right: 2px solid #e55204;
    padding: 0 30px 0 0 !important;
  }
  .blog-article .wrapper .sidebar > section:nth-child(2) {
    padding: 0 0 0 30px !important;
  }
  /* case studies */
  .projects .components ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* the rest */
  .orders-marg-lt {
    margin-left: 0%;
  }
  .pr-pages {
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    align-items: center;
    place-content: center;
  }
  .industry-single .col2 {
    width: 56.33333333%;
    margin: 0 auto;
    display: block;
  }
  #subpage.industry-single .twocol-section .col2 img {
    max-width: 100%;
    margin-top: 4%;
    margin-bottom: -2%;
  }
  footer {
    background-size: cover;
    padding: 4% 0;
  }
  footer .copyright {
    margin-top: 2% !important;
    margin-left: 0;
    text-align: center;
    text-align: -webkit-center;
  }
  footer address p:nth-child(2) {
    margin-top: 0%;
  }
  footer .nav-links li {
    margin-bottom: 6%;
  }
  .contact-aside aside {
    margin-top: 4% !important;
    margin-top: 4%;
    width: 100%;
    width: 100% !important;
  }
  .hero-image-section h2 {
    font-size: 9vw;
  }
  .hero-image-section .h2 {
    font-size: 9vw;
  }
  #product-callout .sliderwrapper {
    margin-bottom: 50px;
  }
  #product-callout .sliderwrapper #slideshow .slide .flexbox {
    min-height: 0;
    height: 100%;
    justify-content: space-between;
  }
  #product-callout .sliderwrapper #slideshow .slide .flexbox img {
    align-self: center;
    justify-self: flex-end;
    flex-basis: auto !important;
  }
  #product-callout .sliderwrapper ul.bullets {
    min-height: 50px;
    width: auto;
    margin: 15px auto 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
  }
  #product-callout .sliderwrapper .bullets li {
    width: 25px;
    height: 25px;
    margin: 0 15px;
    border: 3px solid #298cbf;
    cursor: pointer;
  }
  #product-callout .sliderwrapper .bullets li.active {
    background-color: #298cbf;
  }
  #product-callout .slider-controls {
    display: none;
  }
  aside {
    margin-top: 2% !important;
  }
  aside .cta-button-widget {
    margin: 3% auto 0 !important;
    width: 100%;
  }
  aside .cta-button-widget a {
    margin-top: 2%;
  }
  aside .fr-view img.fr-dib {
    width: 100% !important;
  }
  .rep-finder #rep-content {
    width: 100%;
  }
  .rep-finder .rep {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
  }
  .rep-finder .rep ul {
    flex: 1 0 40%;
    max-width: 49%;
  }
  .rep-finder form {
    margin-bottom: 2%;
  }
  #blog aside {
    margin-top: 1% !important;
  }
  #blog aside .cta-button-widget {
    margin-top: 3% !important;
  }
  .searchresults aside {
    margin-top: 1% !important;
  }
  .searchresults aside .cta-button-widget {
    margin-top: 3% !important;
  }
  #alert {
    flex-direction: row;
  }
  #alert .flexbox {
    flex-direction: row;
    padding-left: 0;
  }
  #alert .flexbox > span {
    margin-right: 3%;
  }
  #alert .flexbox .alert-content .p {
    font-size: 1em;
    line-height: 1.4em;
  }
  #alert .flexbox .alert-content .p br {
    display: none !important;
  }
  .row.actions {
    flex-direction: column-reverse !important;
  }
  .row.actions input {
    width: 100%;
    margin-top: 2%;
  }
  .row.actions input:nth-of-type(2) {
    margin-top: 4%;
  }
  .row.actions input[type=submit] {
    margin-bottom: 4%;
  }
  .register-main .cta-button-widget a {
    padding: 1% 5%;
  }
  .cta-button-widget a {
    padding: 2% 6%;
    margin: 2% 0;
  }
  .cta-button-widget a i {
    margin-right: 2%;
  }
  .doc-links {
    flex-direction: row !important;
    margin-top: 4%;
    margin-left: 26px;
  }
  #industries > .flexbox {
    flex-direction: row;
  }
  #industries > .flexbox li {
    padding: 0 0px 15px 0;
    margin-right: 6%;
    flex: 0 0 47%;
  }
  #industries > .flexbox li:nth-child(2n) {
    margin-right: 0 !important;
    padding-right: 0;
  }
  #industries > .flexbox li:nth-child(3n) {
    margin-right: 6%;
  }
  input[type="submit"] {
    width: 100%;
  }
  a.back-to-top {
    display: inherit !important;
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #404041 url(/images/up-arrow.png) no-repeat center 43%;
    @include border_radius(30px);
  }
  a.back-to-top:hover.back-to-top {
    background-color: #000;
  }
  .flex-column-tablet {
    flex-direction: column !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-row-tablet {
    flex-direction: row !important;
  }
  .no-tablet {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .show-tablet {
    display: block !important;
  }
  .tablet-border-off {
    border: none;
  }
  .tabletclear {
    float: none;
  }
  .flex-till-tablet {
    display: block;
  }
  .flex-center-tablet {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .flex-start-tablet {
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .flexitems-start-tablet {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tablet-txt-center {
    text-align: center;
  }
  .tablet-txt-left {
    text-align: left !important;
  }
  .notablet-marg-rt {
    margin-right: 0;
  }
  .notablet-padd-rt {
    padding-right: 0;
  }
  .notablet-padd {
    padding: 0;
  }
  .tablet-marg-btm {
    margin-bottom: 4% !important;
  }
  .tablet-marg-sm-btm {
    margin-bottom: 2% !important;
  }
  .no-mobile-marg-lr {
    margin-left: 0;
    margin-right: 0;
  }
  .tablet-center-content {
    margin: 0 auto;
    display: block;
  }
  #product-market {
    padding-top: 0;
    margin-top: 0;
  }
  #product-market h1 {
    padding-top: 25px;
  }
  #product-market .bg-image {
    margin-bottom: 4%;
    background-color: #090d11;
    padding-bottom: 0;
  }
  #product-market .bg-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 0;
  }
  #product-market .bttn {
    width: 66.66666667%;
    display: block;
    margin: 4% auto 4% auto;
    overflow: hidden;
  }
  #product-market .bttn-black-arrow p {
    margin-bottom: 0;
  }
  #product-market .bttn-black-arrow::after {
    transform: none;
    content: "\f078";
    bottom: 0;
    padding: 10px !important;
    line-height: 42px !important;
  }
  #product-market .bttn-black-arrow:hover {
    background: transparent;
  }
  #product-market .bttn-black-arrow:hover::after {
    color: #090d11;
    background: #ffffff;
  }
  #product-market .bttn.bttn-black-arrow.active::after {
    transform: none;
    content: "\f077";
    line-height: 40px;
    padding: 1% 2% 2%;
  }
  #product-market ul {
    overflow: hidden;
    max-height: 0px;
    transition: 0.5s ease-in-out;
  }
  #product-market ul li {
    width: 100%;
    margin-bottom: 6%;
  }
  #product-market ul li i {
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    text-align: left;
  }
  #product-market ul li span {
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 8%;
  }
  #product-market ul.market-icons.open {
    max-height: 2000px;
  }
  #product-market .market-icons.tablet6 {
    width: 66.66666667%;
  }
  #help {
    padding: 4% 3%;
  }
  #subpage .twocol-section .col2 img {
    float: none;
    margin-top: 2%;
  }
  .flexbox {
    flex-direction: column;
  }
  #cta-bttn-section li {
    flex: 1 0 48%;
    max-width: 48.6%;
    margin: 1%;
  }
  #cta-bttn-section li:nth-of-type(1n) {
    margin-left: 0;
    margin-right: 0;
  }
  #cta-bttn-section ul li:nth-child(odd) {
    margin-right: 3% !important;
  }
  .zone-light {
    max-width: 305px;
    padding: 5.719px 6.719px 5.719px 64.75px;
  }
  .zone-light::after {
    top: 15px;
    left: 26px;
  }
  #cta-bttn-section-three li {
    flex: 1 0 48%;
    max-width: 48.6%;
    margin: 1%;
  }
  #cta-bttn-section-three li:nth-of-type(1n) {
    margin-left: 0;
    margin-right: 0;
  }
  #cta-bttn-section-three li:nth-of-type(4n) {
    margin-right: 0% !important;
  }
  #cta-bttn-section-three ul li:nth-child(odd) {
    margin-right: 3% !important;
  }
  #brands {
    padding: 2% 0 0 0;
    margin: 0;
    width: 100% !important;
  }
  #brands .cta-button-widget {
    padding: 1% 0%;
  }
  #brands .bttn {
    display: none;
  }
  #brands header {
    margin-bottom: 4%;
  }
  #brands header h1 {
    padding-bottom: 0;
  }
  #brands header h1::after {
    display: none;
  }
  #brands article {
    padding: 0;
    margin: 0;
  }
  #brands article .fr-view:nth-child(1) {
    padding-left: 16%;
    padding-right: 17%;
    width: 100% !important;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-bottom: 1%;
  }
  #brands article .fr-view:nth-child(1) p {
    display: flex;
    align-items: center;
  }
  #brands article div p.show-phone {
    display: block;
  }
  #brands article .fr-view {
    width: 90% !important;
  }
  #brands article .fr-view img {
    cursor: pointer;
  }
  #brands article .fr-view:nth-child(1) {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 0;
  }
  #brands article .fr-view:nth-child(2) {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: 0.5s;
    padding: 0 0 0 0;
    margin: 0 auto;
    background-color: #090d11;
    width: 100% !important;
  }
  #brands article .fr-view.open {
    max-height: 500px;
    padding: 3% 4%;
  }
  #brands article .fr-view.open .bttn {
    display: flex;
    max-width: 400px;
    border: 0;
    width: 100%;
  }
  #brands .col1 {
    width: 100% !important;
    margin-bottom: 0;
    padding-right: 0;
    border-top: 1px solid #090d11;
  }
  #brands .col2 {
    width: 100% !important;
    margin-bottom: 0;
    padding-right: 0;
    border-top: 1px solid #090d11;
  }
  #brands .col3 {
    width: 100% !important;
    margin-bottom: 0;
    border-top: 1px solid #090d11;
  }
  #brands .fr-view {
    padding: 2% 4%;
    color: #ffffff;
    width: 92% !important;
  }
  #brands .fr-view:nth-of-type(3) {
    background: #090d11;
  }
  #brands .far {
    color: #ffffff;
    font-size: 40px;
  }
  #brands .far span {
    display: none;
  }
  .product-detail .stock-container {
    flex-direction: row;
  }
  #product-option-container > div.flexbox {
    flex-direction: row;
  }
  .products {
    flex-direction: row;
  }
  .products .product {
    max-width: 32%;
    flex: 0 0 32%;
  }
  #loginform {
    padding: 0 25px;
    position: fixed;
    margin: 0 auto;
    left: 15%;
    right: 15%;
  }
  #loginform input[type="submit"] {
    width: 100%;
  }
  #loggedinform {
    padding: 0 25px;
    position: fixed;
    margin: 0 auto;
    left: 15%;
    right: 15%;
  }
  #loggedinform input[type="submit"] {
    width: 100%;
  }
  #loginform.login-active {
    padding: 25px 25px;
  }
  #loginform.loggedin-acive {
    padding: 25px 25px;
  }
  #single-product .qty {
    flex-direction: row;
  }
  #single-product #cta-bttn-section {
    flex-direction: row;
  }
  .rel-products {
    margin-top: 6%;
  }
  #product-categories #cta-bttn-section {
    margin-top: 4%;
    padding-left: 0;
    padding-right: 0;
  }
  #home-banner header h1 {
    font-size: 2.9em;
    margin: 0 0 1% 1%;
  }
  #home-banner header h1::before {
    height: 50px;
  }
  #cta-section h2 {
    line-height: 1.2em;
  }
  body.home header#main-header.alert-active {
    padding-top: 2% !important;
  }
  .account .bttn-white-arrow::after {
    line-height: 33px;
  }
  ul.additional-menu {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  #home-banner > div h1 {
    font-size: 45px;
  }
  .leadership-wrapper .leader-info {
    flex: 1 0 52%;
    margin-right: 1%;
  }
  .leadership-wrapper .leadership-address .leadership-addresses {
    width: 42%;
    margin-right: 3%;
  }
  main.rep-finder .wrapper section .rep {
    margin-bottom: 5% !important;
    flex-direction: column;
    margin-top: 2%;
  }
  main.rep-finder .wrapper section .rep .col2 li {
    margin-bottom: 2.5%;
  }
  main.rep-finder .wrapper section .rep ul {
    flex: 1 0 50%;
    max-width: 81%;
  }
  main.rep-finder .wrapper section .rep h4 {
    font-size: 1em;
  }
  #expand-col.video-library li {
    flex: 1 0 45%;
    height: auto;
    max-width: 46%;
    margin: 7% 2%;
    list-style: none !important;
  }
  .padd-none-mobile {
    padding: 0 !important;
  }
  #brands {
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  #brands .padd-none-mobile {
    padding: 0 !important;
  }
  .lrg-phone-flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  .lrg-phone-flex-column {
    flex-direction: column !important;
  }
  .flex-column-mobile {
    flex-direction: column !important;
  }
  .nolrg-phone-marg-rt {
    margin-right: 0;
  }
  .nolrg-phone-padd-rt {
    padding-right: 0;
  }
  .nolrg-phone-padd {
    padding: 0;
  }
  #product-callout .slide .bttn {
    left: 5%;
  }
  .related-products .product {
    max-width: 35vw;
    max-width: 46vw;
  }
  .rel-products .sliderwrapper .slider-controls a {
    padding: 0 2%;
  }
  .sliderwrapper .related-products + .slider-controls a {
    padding: 0 2%;
  }
  .product-detail .label {
    min-width: 149px;
    max-width: 150px;
    margin-right: 6%;
  }
}
@media (max-width: 768px) {
  /* about us - our clients */
  .our-client-list > article:first-child > div:first-child > p {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .alert {
    max-height: 30px;
  }
  .no-mobile-cart {
    display: none !important;
  }
  .cart-flex-column {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  products .product {
    max-width: 49%;
    flex: 0 0 49%;
  }
  .sliderwrapper .related-products + .slider-controls {
    top: 40%;
  }
  .sliderwrapper .related-products + .slider-controls a {
    padding: 0 4%;
  }
  .show-mobile-cart {
    display: block !important;
  }
  .cart-items .col {
    display: inline-flex;
    align-items: center;
  }
  .cart-items .strong-title {
    margin-right: 36.9px;
  }
  .cart-items .row {
    margin-bottom: 6% !important;
    padding-bottom: 6%;
    margin-top: 0 !important;
    border-bottom: 1px solid #090d11;
    flex-direction: column;
  }
  .cart-items .row .col {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .cart-items .row .col:first-of-type {
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
    place-content: center;
  }
  .cart-items .row .col:nth-of-type(2) {
    flex: 0 0 100%;
  }
  .cart-items .qty {
    padding-bottom: 0;
    margin-bottom: 0;
    align-items: center;
  }
  /*
        table {
            display: block;
        }

        thead {
            display: block;
        }

        tbody {
            display: block;
        }

        th {
            display: block;
        }

        td {
            display: block;
        }

        tr {
            display: block;
        }
    */
  .orders .orders-table {
    border: 0;
    margin-top: 0;
    width: 100%;
  }
  .orders .orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .orders .orders-table tr {
    border: 1px solid #ccc;
    margin-bottom: 4%;
  }
  .orders .orders-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0 !important;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0%;
    padding-right: 7% !important;
  }
  .orders .orders-table td:before {
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: 600;
    padding: 25px;
    font-size: 1.2em;
    text-align: left;
    color: black;
  }
  .orders .orders-table td:nth-of-type(1):before {
    content: "Order ID";
  }
  .orders .orders-table td:nth-of-type(2):before {
    content: "Date";
  }
  .orders .orders-table td:nth-of-type(3):before {
    content: "Status";
  }
  .orders .orders-table td:nth-of-type(4):before {
    content: "Total";
  }
  .orders .orders-table td:nth-of-type(5):before {
    content: "Actions";
  }
}
@media (max-width: 700px) {
  .flex-column-lrg-phone {
    flex-direction: column !important;
  }
  .no-lrg-phone {
    display: none;
  }
  .leadership-article-section .leadership-addresses {
    width: 100%;
  }
}
/* ===== MOBILE ===== */
@media screen and (max-width: 586px) {
  /* site base */
  h1,
  h1.h2 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  /* general page fixes */
  .mob-fdc {
    flex-direction: column;
  }
  .mob-img-bigger {
    max-width: none;
    transform: translateX(-50%);
    width: 200%;
  }
  .mobile-padd-list li {
    padding: 4% !important;
  }
  /* general page stuff */
  .title-wrapper,
  .contact-us-wrapper {
    align-items: center;
    float: unset;
    min-width: unset;
    width: 100%;
  }
  .title-wrapper img,
  .contact-us-wrapper img {
    margin-top: 0;
  }
  .contact-us-wrapper {
    margin: 30px 0 10px;
  }
  main > section:nth-child(3) {
    margin-top: 20px;
  }
  /* header */
  .navigation .logo-link img {
    height: 55px;
  }
  .navigation .nav-toggle-inner {
    right: 7px;
    top: 3px;
  }
  .navigation .nav-toggle-inner span.icon-bar {
    width: 45px;
  }
  .navigation .nav-toggle-inner span.icon-bar:first-child {
    top: 6px;
  }
  .navigation .nav-toggle-inner span.icon-bar:nth-child(3) {
    top: 38px;
  }
  .title-wrapper h1 {
    margin: 30px 0;
  }
  main section {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .intro section {
    margin-bottom: 30px;
  }
  .mobile-menu {
    right: -100vw;
    width: 100%;
  }
  .mobile-menu-open .mobile-menu,
  .menu-open .mobile-menu {
    right: 0vw;
  }
  /* home */
  #home-banner {
    background-position: -115px 0;
    padding-top: 75%;
  }
  #home-banner > div h1 {
    bottom: 50px;
    font-size: 42px;
    line-height: 44px;
    padding: 0 20px;
    text-align: left;
    top: unset;
    translate: -50% 0;
  }
  .home main .home-featured-blog {
    gap: 20px;
    padding: 20px;
  }
  .home main .home-featured-blog img {
    left: 0;
    position: relative;
    width: 100%;
  }
  .home main .home-our-creativity > section > article > heading {
    padding: 20px;
  }
  .home main #casestudycallout .project {
    overflow: hidden;
  }
  .home main #casestudycallout .project a img {
    left: 50%;
    max-width: 300%;
    position: relative;
    translate: -50%;
  }
  /* about us - general */
  .intro p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
  }
  .intro p.about-intro {
    color: #298cbf;
    font-size: 28px;
    font-weight: 700;
  }
  /* about us - careers */
  #expand-collapse .accordion-content .acc-padd .bttn {
    width: auto;
  }
  /* about us - our clients */
  .our-client-list > article:first-child > div:first-child > p {
    display: grid;
    grid-template-columns: 1fr;
  }
  /* contact us page */
  p.contact {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-bullets li p {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-bullets .globe::before,
  .contact-bullets .address::before,
  .contact-bullets .phone::before {
    border-width: 3px;
    height: 75px;
    line-height: 75px;
    margin-right: 0;
    min-width: 75px;
  }
  main > section > article > div > form label.control-label,
  main > section > article > div > form .ktc-checkbox label {
    font-size: 24px;
  }
  /* think creative / blog */
  .pr-pages .pr-page-number a {
    padding: 0;
  }
  #main-article > div h2,
  #main-article > div h3 {
    font-size: 1.9em;
    line-height: 1.3;
  }
  #main-article > div p {
    font-size: 1.5em;
    line-height: 1.2;
  }
  /* single article page */
  .blog-article .title-wrapper h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .blog-article .wrapper h2 {
    margin-bottom: 10px;
  }
  .blog-article .wrapper p:first-child {
    font-size: 22px;
    line-height: 1.4;
  }
  .blog-article .wrapper p {
    font-size: 20px;
    line-height: 1.5;
  }
  .blog-article .wrapper .sidebar {
    border-top: 2px solid #e55204;
    display: block;
    margin-top: 30px !important;
    padding-top: 30px;
  }
  .blog-article .wrapper .sidebar > section,
  .blog-article .wrapper .sidebar > section:first-child,
  .blog-article .wrapper .sidebar > section:nth-child(2) {
    border: 0 none;
    padding: 0 20px 30px !important;
    width: 100%;
  }
  /* case studies */
  .project-breadcrumbs {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .projects {
    margin-top: 30px;
  }
  .projects .top header h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .projects .top header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .projects .top header h3 {
    font-size: 20px;
  }
  .projects .components ul {
    grid-template-columns: unset;
  }
  .projects .components ul li {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .projects .components-sm ul {
    margin: 0 0 30px 30px;
  }
  .projects .components-sm ul li {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .projects .testimonial article {
    width: 100%;
  }
  .projects .testimonial article div.p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
  .projects .testimonial article h5 {
    line-height: 1.2;
  }
  .projects .client-callout article h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .projects#sm-project header h1 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .projects#sm-project header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  /* our work / products */
  .product-list .single a .cover-wrap .cover,
  .product-list .single a img {
    max-width: 350%;
    width: 350%;
  }
  .contain > section > article {
    margin-right: 0;
  }
  .contain > section-bg {
    padding: 25% 0 0 0;
    height: 0;
    background-position: center;
    min-height: 0;
    background-size: 100%;
  }
  /* footer */
  .home main > section .fr-view p {
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px;
  }
  .hero-image-section {
    min-height: 150px;
    padding-bottom: 0;
    background-position: left;
  }
  .hero-image-section h2 {
    font-size: 3em;
  }
  .hero-image-section .h2 {
    font-size: 3em;
  }
  #home h1 {
    font-size: 1.9em;
  }
  .product-detail .label {
    margin-right: 0;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .product-detail header h1 {
    margin-top: 4%;
  }
  .product-detail .stock-container {
    flex-direction: column;
  }
  .product-detail .stock {
    margin-left: 0;
    margin-top: 2%;
  }
  .product-detail #product-option-container > div.flexbox.flex-center {
    flex-direction: column;
  }
  .product-detail .add-to-cart-container {
    padding-top: 0 !important;
  }
  #single-product .qty.flexbox {
    flex-direction: column;
  }
  #single-product .qty.flexbox .qty.form-group {
    margin-top: 1.5%;
  }
  #industries {
    margin-top: 6%;
  }
  #industries > .flexbox li {
    padding: 0 0px 15px 0;
    margin: 0 5% 20px 0;
    flex: 0 0 100%;
  }
  .cta-button-widget a {
    margin: 4% 0;
  }
  .cart-items .strong-title {
    margin-right: 40.9px;
  }
  .cart-items .row .col img {
    max-width: 39%;
    max-height: 100%;
    margin-bottom: 1%;
  }
  .doc-links {
    flex-direction: row;
    margin-top: 4%;
    margin-left: 28px;
    margin-bottom: 2%;
  }
  .doc-text {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .products {
    flex-direction: column;
  }
  .products .product {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .products .product .img-wrapper {
    max-height: 320px;
  }
  .products .product .img-wrapper img {
    max-height: 320px;
  }
  .sliderwrapper .related-products + .slider-controls a {
    padding: 0 5%;
  }
  .sliderwrapper .related-products .product h5 {
    padding-bottom: 5px;
  }
  #loginform {
    left: 5%;
    right: 5%;
  }
  #loggedinform {
    left: 5%;
    right: 5%;
  }
  aside .fr-view img.fr-dib {
    width: 100% !important;
  }
  aside .cta-button-widget {
    margin: 6% auto 0 !important;
    width: 100%;
  }
  aside .cta-button-widget a {
    min-height: 70px;
    margin: 3% 0;
  }
  .expand-title {
    margin: 2% 0;
  }
  body {
    font-size: 100%;
  }
  body main .wrapper section article div.form-field {
    position: relative;
    margin-bottom: 4% !important;
  }
  body #subpage-hero {
    min-height: 150px;
    padding-bottom: 0;
    background-position: right;
    margin-bottom: 4%;
  }
  body #subpage-hero-product {
    min-height: 0;
  }
  body p {
    font-size: 20px;
  }
  body .p {
    font-size: 20px;
  }
  body li {
    font-size: 20px;
  }
  .leadership-article-section .leadership-address .leadership-addresses {
    width: 100%;
    margin-right: 0;
  }
  .leadership-article-section .leadership-address .leadership-addresses:not(:last-of-type) {
    margin-right: 0;
  }
  #home-banner header h1 {
    margin: 0 0 1% 7%;
    font-size: 1.6em !important;
    max-width: 363px;
  }
  #home-banner header h1::before {
    height: 31px !important;
    left: -2%;
    top: 6%;
  }
  body.home header#main-header {
    padding: 0;
  }
  body.home header#main-header .navigation {
    padding: 0;
  }
  body.home header#main-header .navigation .logo-link {
    margin: 0;
    width: auto;
  }
  .threecol-section .cta-button-widget a {
    min-height: 70px;
    margin: 3% 0;
  }
  .threecol-section header h1:after {
    background: none;
  }
  #product-market {
    padding: 4% 3%;
  }
  #product-market .bttn {
    width: 80%;
    width: 100%;
  }
  #product-market .bttn-black-arrow::after {
    padding: 10px;
    line-height: 42px;
  }
  #product-market .bttn-black-arrow:hover {
    background: transparent;
  }
  #product-market .bttn-black-arrow:hover::after {
    color: #090d11;
    background: #ffffff;
  }
  #product-market .market-icons.tablet6 {
    width: 100%;
  }
  #product-market .bttn.bttn-black-arrow.active::after {
    padding: 2% 2% 2%;
  }
  #product-callout {
    padding: 12% 0 10%;
  }
  #product-callout header.title-wrapper h1 {
    text-align: center;
  }
  #product-callout header.title-wrapper h1::after {
    content: "";
    margin: 0 auto;
    margin-left: auto;
    margin-top: 6%;
  }
  #product-callout .slide .bttn {
    left: 0;
    width: 99%;
    max-width: initial;
  }
  #product-callout .p {
    margin: 6% 0;
  }
  #product-callout ul {
    margin: 6% 0;
  }
  .bttn-blue-arrow::after {
    line-height: 37px;
  }
  .smaller-font-size {
    font-size: 1em !important;
  }
  .flex-column-phone {
    flex-direction: column !important;
  }
  .parallax {
    background-attachment: inherit;
  }
  .no-phone {
    display: none;
  }
  .show-phone {
    display: block;
  }
  .nomobile-marg {
    margin: 0;
  }
  .nomobileside-marg {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-no-marg {
    margin: 0;
  }
  .mobile-no-padd {
    padding: 0;
  }
  .phone-marg-tp {
    margin-top: 4%;
  }
  .phone-marg-btm {
    margin-bottom: 4% !important;
  }
  .phone-border-off {
    border: none;
  }
  .flex-till-phone {
    display: block;
  }
  .phoneclear {
    float: none;
  }
  .phone-txt-center {
    text-align: center;
  }
  .phone-txt-left {
    text-align: left;
  }
  #cta-bttn-section li {
    flex: 1 0 100%;
    max-width: initial;
    margin: 1%;
    text-align: -webkit-center;
    text-align: center;
  }
  #cta-bttn-section li.phone12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  #cta-bttn-section a {
    min-height: 70px;
  }
  #cta-bttn-section ul li:nth-child(odd) {
    margin-right: 0% !important;
  }
  #cta-bttn-section ul li:first-of-type a {
    margin-top: 2%;
  }
  .related-products .product {
    max-width: 65vw;
  }
  input[type="submit"] {
    width: 100%;
  }
  .zone-light {
    margin-bottom: 15px;
    min-width: auto;
  }
  .zone-light p {
    font-size: 100%;
  }
  #subpage header.title-wrapper h1 {
    margin-bottom: 4%;
  }
  #news-list {
    margin-top: 4%;
  }
  #expand-col header.title-wrapper h1 {
    margin-bottom: 4%;
  }
  #careers section {
    margin-top: 4%;
  }
  #subpage.rep-finder header.title-wrapper h1 {
    margin-bottom: 4%;
  }
  .not-found h3 {
    margin-bottom: 4px;
  }
  .not-found p {
    margin-bottom: 15px;
  }
  .not-found input[type="submit"] {
    height: 46px;
  }
  .form-group {
    margin-bottom: 4%;
  }
  #cta-bttn-section-three li {
    flex: 1 0 100%;
    max-width: none;
    margin: 1%;
  }
  #cta-bttn-section-three ul li:nth-child(odd) {
    margin-right: 0% !important;
  }
  #expand-col.video-library li {
    flex: 1 0 96%;
    height: auto;
    max-width: 100%;
    margin: 3% 2%;
    padding-bottom: 71px;
    list-style: none !important;
  }
  .rep-finder #cta-bttn-section li {
    flex: 1 0 100%;
    max-width: none;
  }
  .rep-finder #cta-bttn-section a {
    max-width: 524px;
    margin: 2% 0;
  }
  img.right {
    display: flex;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 3% auto 3%;
  }
  img.left {
    display: flex;
    width: 100%;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 3% auto 3%;
  }
  #brands header {
    padding-left: 3%;
    padding-right: 3%;
  }
  #brands .bttn {
    width: 95%;
  }
  #brands article .fr-view:nth-child(1) {
    width: 80% !important;
  }
  #brands article .fr-view.open {
    padding: 5% 4%;
  }
  .title-accent::after {
    margin-top: 3%;
  }
  header.title-wrapper h1::after {
    margin-top: 4%;
  }
  .row.actions input[type="submit"] {
    margin-bottom: 4%;
  }
  .account .account-details {
    flex-direction: column;
    margin-top: 0%;
  }
  .account .account-details .avatar {
    margin-right: -7px;
  }
  .avatar-image {
    width: 80%;
    height: 80%;
    margin-top: 16%;
  }
  .avatar-upload-info {
    width: 77%;
    top: 40%;
    left: 40%;
  }
  .industry-single .col2 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .projects .client-callout article {
    gap: 20px;
  }
}
@media only screen and (max-width: 499px) {
  #single-product #cta-bttn-section {
    flex-direction: column;
  }
  #single-product #cta-bttn-section li {
    flex: 0 0 100%;
    width: 100%;
  }
  #single-product #cta-bttn-section li a {
    font-size: 0.88em;
  }
}
@media only screen and (max-width: 375px) {
  .doc-links {
    width: 220px;
  }
  .rep-finder li.rest-of-address {
    margin-left: 2.7% !important;
    display: flex;
  }
}
/* For IPad Pro Styles */
/* Landscape*/
/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .parallax {
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    width: inherit;
    min-height: 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .parallax {
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
    width: inherit;
    min-height: 0;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 926px) and (orientation: landscape) {
  #cta-section p {
    font-size: 0.9em;
  }
  #cta-section h2 {
    font-size: 1.6em;
  }
}
/*.hero-image-section-ks {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    display: block;
    margin: 0 auto;
    text-align: center;*/
/*padding-left: 5%; - RR51922*/
/*.hero-image-section-ks header {
        display: flex;
        height: 100%;
        width: 400px;
        margin: 0 auto;
        position: relative;
        background: red;
    }

    h2 {
        top: 150%;
        left: 4%;
        color: #306095;
        position: absolute;
        font-weight: bold;
        font-size: 4em;
        width:35%;*/
/*height:50%;*/
/* margin: 20% 0 0 0;
        padding-left: 10%;*/
/*font-size: 3em;
        text-transform: none;
        
        position: absolute;*/
/*bottom: 0;*/
/**/
/* max-width: 1000px;*/
/*height: 75px;*/
/*left: 0px;
        margin: 0 0 -1% 1%;
        padding-left: 1%;
        
        text-transform: uppercase;
        font-weight: bold;
        
        bottom: 0;
        text-shadow: 0 0 32px @black;
        max-width: 1000px;

        &::before {
            content: "";
            border-left: 1px @gray-dk solid;
            width: 4px;
            height: 75px;
            padding: 2% 0;
            position: absolute;
            left: -1%;
            top: 7%;*/
/*}
}*/
.center-content {
  /*margin: 0 auto;
    display: block;*/
  text-align: center;
}
.center-content p {
  text-align: center;
  display: inline;
  padding: 5px 5px;
}
.section-links {
  display: flex;
  margin: 0 0 20px;
}
.section-links ul {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
.section-links ul li {
  list-style: none;
  margin: 0;
}
.section-links ul li a {
  align-items: center;
  border-bottom: 1px solid transparent;
  color: var(--txt-color);
  display: flex;
  height: 100%;
  text-decoration: none;
}
.section-links ul li a.cur,
.section-links ul li a:hover {
  border-color: var(--txt-color);
}
.section-boxes {
  margin-left: 12px;
  margin-right: 12px;
}
.section-boxes ul {
  margin: 0;
  min-height: 100vw;
  position: relative;
  width: 100%;
}
.section-boxes ul li {
  background: #e55204;
  background-size: cover;
  color: #fff;
  height: calc(33% - 10px);
  list-style: none;
  margin: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: all 1s;
  width: calc(33% - 8px);
  will-change: left, top, opacity, transform;
}
.section-boxes ul li a {
  align-items: center;
  color: inherit;
  display: flex;
  font-family: "Source Sans Pro";
  font-size: 3vw;
  height: 100%;
  justify-content: center;
  line-height: 1.2;
  padding: 50px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.section-boxes ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 101%;
  min-height: 101%;
}
.section-boxes ul li img:hover {
  opacity: 0;
}
.section-boxes ul li.tall {
  height: calc(66%);
}
.section-boxes ul li.wide {
  width: calc(66%);
}
.section-boxes ul li.hidden {
  opacity: 0;
  transform: scale(0);
}
.section-boxes ul li.bold {
  font-weight: bold;
}
.section-boxes ul li.bold a {
  font-size: 2vw;
}
.hero-image-section {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  /*padding-left: 5%; - RR51922*/
}
.hero-image-section .hero-image-section header {
  display: flex;
}
.hero-image-section h2,
.hero-image-section .h2 {
  font-size: 7vw;
  font-weight: bold;
  margin: 116px 0px 81px;
}
i span {
  display: none;
}
.form-field.has-select {
  margin-top: 4%;
  margin-bottom: 4% !important;
}
.hero-image-section {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  /*padding-left: 5%; - RR51922*/
}
:root {
  --bg-color: #000;
  --txt-color: #fff;
}
[data-light] {
  --bg-color: #fff;
  --txt-color: #737373;
}
body {
  background: var(--bg-color);
}
p {
  color: var(--txt-color);
}
html.menu-open {
  overflow: hidden;
}
.bg-color-bg {
  background: var(--bg-color) !important;
}
.txt-color-bg {
  background: var(--txt-color) !important;
}
.bg-color-txt {
  color: var(--bg-color) !important;
}
.txt-color-txt {
  color: var(--txt-color) !important;
}
h1,
.h1 {
  font-size: 2.3em;
  font-family: inherit;
  font-weight: 700;
  margin-bottom: 2%;
  line-height: 46px;
  text-transform: uppercase;
  color: #000;
}
h2,
.h2 {
  font-size: 1.8em;
  font-family: inherit;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 35px;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 1.35em;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 1.2em;
  line-height: 32px;
}
h5,
.h5 {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
p {
  word-break: break-word;
}
main a {
  text-decoration: underline;
}
body main section {
  margin: 0 auto 8% !important;
}
body ol {
  list-style: decimal;
  margin: 0 0 20px 10px;
}
body ol li {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.button {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 63px;
  margin-bottom: 10px;
  min-height: 70px;
  min-width: 242px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 89%;
}
.button.blue {
  background: #298cbf;
  color: #fff;
}
.button.blue:hover {
  background: #d4e8f2;
  color: #737373;
}
.button.bottom {
  display: block;
  font-size: 1.3em;
  height: auto;
  line-height: 32px;
  padding: 14px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: auto;
  min-width: 290px;
  max-width: fit-content;
  padding: 28px 10px;
  width: 290px;
}
@media (max-width: 586px) {
  h1,
  .h1 {
    line-height: 34px;
    margin: 3% 0;
  }
}
.hero-header {
  position: relative;
}
.hero-header img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
.hero-header > h1 {
  align-items: end;
  color: #fff;
  display: flex;
  font: 4vw 'Abril Fatface', cursive;
  height: 100%;
  justify-content: end;
  margin-right: 5%;
  padding-bottom: 2%;
  position: absolute;
  right: 0px;
  text-align: right;
  text-transform: none;
  top: 0px;
  width: 50%;
  z-index: 15;
}
.message-box-display {
  background: #da0232;
  display: none;
  margin-bottom: 1em;
  width: 100%;
}
.message-box-contents {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.message-x {
  align-items: center;
  color: white;
  display: block;
  font-weight: 800;
  margin-top: 0;
  overflow: inherit;
  padding: 2em;
  position: relative;
  width: 18px;
}
.message-x::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 800;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.message-text {
  color: white;
  justify-content: center;
  width: 90%;
  display: table-cell;
  vertical-align: middle;
  margin: 1% 0;
}
.fr-view table {
  border-collapse: unset !important;
  border-spacing: 10px;
}
h1.homepage {
  font-size: 4vw;
  line-height: 4.5vw;
  font-family: "Abril Fatface", cursive;
}
.breadcrumbs-widget {
  font-size: 0.8rem;
  margin: 0.5% 0;
  display: block;
  text-transform: uppercase;
  color: #737373;
}
.breadcrumbs-widget span {
  color: inherit;
}
.breadcrumbs-widget a {
  color: inherit;
  text-decoration: none !important;
}
.pw #services {
  margin: 0 0 50px !important;
}
.pw #services > article > div {
  margin: 0;
}
.pw #services header {
  border-bottom: 2px solid #f0ac03;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.pw #services ul {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}
.pw #services ul li {
  background: #f0ac03;
  display: table;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 21px;
  margin: 0 1% 1% 0;
  min-height: 88px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 24.2%;
}
.pw #services ul li a {
  color: #000;
  display: table-cell;
  padding: 7%;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.pw #services ul li:nth-child(4n+4) {
  margin-right: 0;
}
main#accordion .collapsible {
  background-color: #298cbf;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  outline: none;
  margin-bottom: 1.5px;
  padding: 3% 40px 3% 3%;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 94%;
}
main#accordion .collapsible:after {
  content: "\f078";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  font-size: 28px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
}
main#accordion .collapsible.active:after {
  content: "\f077";
}
main#accordion div.collapsible {
  align-items: center;
  display: inline-flex;
}
main#accordion div.collapsible span {
  font-size: 1.2em;
  font-weight: 600;
  width: 95%;
}
main#accordion .long-accordion .collapsible {
  padding: 2% 3%;
}
main#accordion .long-accordion .collapsible:after {
  right: 26px;
  top: 9px;
}
main#accordion .expandcollapse .content {
  background-color: #d4e8f2;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 20px 28px;
  width: 94%;
}
main#accordion .expandcollapse .content p:last-child,
main#accordion .expandcollapse .content ul:last-child {
  margin-bottom: 0px;
}
body main table.striped-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
body main table.striped-table td,
body main table.striped-table thead th {
  border-width: 1px !important;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px !important;
}
body main table.striped-table tr:nth-of-type(even),
body main table.striped-table thead {
  background: #f5f5f5;
}
.event-single > div {
  gap: 2%;
}
.event-single > div .event-content {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.event-single > div .event-content .content-overlay {
  background: rgba(41, 140, 191, 0.8);
  bottom: 0;
  height: 99%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  z-index: 5;
}
.event-single > div .event-content .content-details {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  width: 90%;
  color: #fff;
  font-size: 0.9em !important;
  line-height: 21px;
  z-index: 5;
  display: block;
}
.event-single > div .event-content .content-details ul {
  margin: 0 0 0 7%;
}
.event-single > div .event-content .content-details ul li {
  color: #fff;
  line-height: 1.2;
  list-style: disc outside;
  margin: 0;
}
.event-single > div .event-content h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3rem;
  text-transform: inherit;
  font-weight: bold;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.event-single > div .event-content p {
  color: #fff;
  font-size: inherit;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-single > div .event-content p.links {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.event-single > div .event-content .shadow-title {
  position: absolute;
  color: #fff;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 66%, rgba(0, 0, 0, 0.75) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  min-height: 50px;
  width: 100%;
  padding-top: 10px;
  vertical-align: bottom;
}
.event-single > div .event-content .shadow-title p {
  color: #fff;
  padding: 0 0 1% 4%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  max-height: 45px;
  line-height: 21px;
  white-space: normal;
  font-weight: bold;
}
.event-single > div .event-content:hover .content-overlay {
  opacity: 1;
}
.event-single > div .event-content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.event-single > div .fadeIn-left {
  left: 20%;
}
.event-single > div .fadeIn-bottom {
  top: 80%;
}
.content dt {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.content dd {
  line-height: 28px;
  margin-bottom: 20px;
}
.permit-content-padd {
  padding-top: 2%;
  padding-bottom: 2%;
}
main ul.news-sidebar {
  gap: 3%;
  margin: 0;
}
main ul.news-sidebar li {
  color: #737373;
  list-style: none;
  margin: 0;
}
.caption {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.image_floatright {
  display: block;
  float: right;
  margin: 0 0 4% 4%;
}
@media (max-width: 991px) {
  .orange-link-table {
    border-spacing: 0 !important;
    width: 100%;
  }
  .orange-link-table tr {
    height: auto !important;
  }
  .orange-link-table td {
    padding: 15px 10px;
    margin: 0 0 10px;
    width: 100% !important;
  }
  .orange-link-table td h5 {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
  main .pw #services ul li {
    padding: 0% 4%;
    width: 41.5%;
    float: left;
    margin-right: 7px;
  }
  main .pw #services ul li:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  main .pw #services ul li {
    width: 100%;
    min-height: 75px;
    padding: 0%;
  }
}
@media only screen and (max-width: 586px) {
  main .pw #services ul li {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  main ul.news-sidebar {
    gap: 0;
  }
  main #services ul li a {
    padding: 0 !important;
  }
  .nomobile-flexlist li {
    display: block !important;
    width: auto !important;
    min-height: auto !important;
  }
  .button.bottom {
    max-width: 100%;
  }
  .most-wanted-table {
    border-spacing: 0 !important;
  }
  .most-wanted-table tr {
    display: flex !important;
    gap: 15px;
    margin: 0 0 20px !important;
  }
  .most-wanted-table strong {
    display: inline-block;
    margin: 0 0 5px;
  }
}
main .datetime div {
  margin: 2% 0;
  font-size: 1em;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
}
.quicklinks {
  text-align: center;
  margin: 0 auto;
  width: 841px;
}
.quicklinks ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 4% auto;
}
.quicklinks ul li {
  align-items: center;
  background: #f3f3f3;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1%;
  min-height: 175px;
  padding: 2%;
  width: 23%;
}
.quicklinks ul li a {
  text-decoration: none;
}
.quicklinks ul li p {
  text-align: center;
  width: 98%;
  margin: 0% auto;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 600;
}
.quicklinks ul li:hover {
  background: #d5d3d3;
}
.translate-dropdown.select::after {
  content: "\f0d7";
  line-height: 5px;
  color: #555;
  font-weight: 800;
  background: unset;
  padding: 4px 12px;
  font-size: 16px;
}
@media (max-width: 800px) {
  .quicklinks {
    width: 100%;
  }
  .quicklinks ul li {
    width: 48%;
  }
}
@media (max-width: 586px) {
  .quicklinks ul li {
    flex-wrap: nowrap;
    height: 70px;
    min-height: auto;
    width: 100%;
  }
  .quicklinks ul li > a {
    display: flex;
    justify-content: center;
    width: 50px;
  }
  .quicklinks ul li img {
    max-height: 50px;
    max-width: 50px !important;
  }
  .quicklinks ul li p {
    width: auto;
  }
  .hero-header img {
    height: auto;
    left: -50%;
    max-width: 200%;
    position: relative;
    width: 200%;
  }
  .hero-header > h1 {
    width: 100%;
  }
  main ul.news-sidebar li:not(:first-child),
  .event-single:not(.main-list) > div .event-content:not(:first-child) {
    display: none;
  }
  .event-single > div .event-content img,
  main ul.news-sidebar li img {
    width: 100%;
  }
}
#landing-hero.landing {
  background-attachment: inherit;
  background-position: center top;
  background-size: cover;
  margin: 0 !important;
  padding-top: 12%;
}
@media screen and (max-width: 1655px) {
  #landing-hero.landing {
    background-attachment: inherit;
    background-size: cover;
    padding-top: 15%;
  }
}
@media only screen and (max-width: 586px) {
  #landing-hero.landing {
    background-attachment: inherit;
    background-size: cover;
    padding-top: 40%;
  }
}
section#todayscontent {
  margin: 2% auto 4% auto !important;
}
td.Day,
td.Weekend {
  position: relative;
}
td.Day .holiday,
td.Weekend .holiday {
  background: #d4e8f2;
  border-radius: 5px;
  bottom: 10px;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  left: 50%;
  padding: 7px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
#meeting-calendar ul {
  margin-left: 5%;
}
#meeting-calendar ul li {
  list-style: disc outside;
  line-height: 21px;
  margin: 1% 0;
}
#meeting-calendar ul li a {
  text-decoration: underline;
}
#meeting-calendar .back-btn a {
  min-height: 50px;
  line-height: 51px;
}
.modal a.close-modal {
  content: "";
  background-color: transparent;
  background-image: url(/CityOfBethlehem/media/COBimages/download.png);
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  padding: 0px;
  right: -15px;
  top: -15px;
  width: 30px;
}
.modal a.close-modal:hover {
  background-color: transparent !important;
  border: none;
}
.modal {
  -webkit-box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  -o-box-shadow: inherit !important;
  -ms-box-shadow: inherit !important;
  box-shadow: inherit !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.blocker {
  background-color: transparent !important;
}
section#todayscontent {
  margin: 2% auto 4% auto;
}
.calendar-subtitle {
  font-weight: bold;
}
.single-today-meeting,
.main-single-today-meeting,
.no-meeting {
  background: #d4e8f2;
  color: #737373;
  width: 92%;
  padding: 0px 20px;
  min-height: 64px;
  margin: 0 0 1px;
  position: relative;
}
.single-today-meeting a,
.main-single-today-meeting a,
.no-meeting a {
  background: #298cbf;
  border: 1px solid #298cbf;
  color: #fff;
  padding: 10px 30px;
  position: absolute;
  right: 4%;
  text-transform: uppercase;
  text-decoration: none !important;
  top: 50%;
  transform: translateY(-50%);
}
.single-today-meeting a:hover,
.main-single-today-meeting a:hover,
.no-meeting a:hover {
  background: #d4e8f2;
  border: 1px solid #298cbf;
  color: #737373;
}
.single-today-meeting p,
.main-single-today-meeting p,
.no-meeting p {
  align-self: center;
  display: inline-flex;
  width: 80%;
}
aside p.btn-container {
  display: table;
  margin-top: 0;
  width: 100%;
}
.blue-btn {
  width: 89%;
  height: auto;
  background: #298cbf;
  margin-bottom: 10px;
  text-align: center;
  min-width: 242px;
  color: #fff;
  line-height: 21px;
  text-transform: uppercase;
  padding: 5%;
  display: block;
  font-weight: bold;
  text-decoration: none;
  display: table-cell;
  height: 38px;
  vertical-align: middle;
}
.calendar-item-name {
  color: #737373;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 21px;
  margin: 0 0 10px;
  max-width: 200px;
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.calendar-popup {
  background: #d4e8f2;
  border: 1px solid #298cbf;
  color: #737373;
  display: none;
  left: 50%;
  max-width: 90vw;
  padding: 20px;
  position: fixed;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 100;
}
div.calendar-popup a {
  align-self: center;
  background-color: #298cbf;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  padding: 5px 40px;
  text-decoration: none !important;
  text-transform: uppercase;
}
div.calendar-popup a:hover {
  background-color: #d4e8f2;
  border: 1px solid #298cbf;
  color: #737373;
}
div.calendar-popup .popup-date {
  font-weight: bold;
}
div.calendar-popup .close-modal {
  position: absolute;
}
div.calendar-popup.show {
  display: block;
}
.meeting-left {
  margin: 2% 0;
  padding-right: 10px;
  width: 80%;
}
.meeting-right {
  /*width: 20%;*/
}
.today {
  background: #d4e8f2;
}
section#calendar {
  max-width: 1400px;
  margin: 20px auto;
  overflow-x: auto;
  padding: 0 20px;
}
#calendar table {
  max-width: 100%;
  width: 1280px;
}
#calendar table td {
  width: 14%;
}
.single-today-meeting {
  display: none !important;
}
.single-today-meeting.featured {
  display: block !important;
  margin: 0 auto 2px auto;
}
td.OtherMonth {
  background: #d6d6d6;
  opacity: 0.5;
}
/* Top Dark Blue Month Row */
#calendar table tbody tr:first-of-type {
  background: #298cbf;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
/* Month Nav < > Symbols */
#calendar table tr:nth-of-type(1) td table tbody tr td a {
  color: white !important;
}
/* Day Light Blue Row */
#calendar table tr:nth-of-type(2) {
  background: #d4e8f2;
  height: 50px;
}
/*Day of the week*/
#calendar table tr:nth-of-type(2) th {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #737373;
  border-style: solid !important;
}
#calendar table td {
  display: table-cell;
}
/*Month*/
#calendar table tr:nth-of-type(1) td {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
/*Table Borders*/
#calendar table {
  border-color: #298cbf;
}
/*Date Blocks Height*/
#calendar table tr {
  height: 165px;
}
/*Numbers in box*/
#calendar table tr:nth-of-type(3) td,
#calendar table tr:nth-of-type(4) td,
#calendar table tr:nth-of-type(5) td,
#calendar table tr:nth-of-type(6) td,
#calendar table tr:nth-of-type(7) td,
#calendar table tr:nth-of-type(8) td {
  vertical-align: top;
  text-align: center;
  padding-top: 15px;
  color: #737373;
}
/*Meeting li Links*/
/*
#calendar table tr:nth-of-type(3) td a, #calendar table tr:nth-of-type(4) td a, #calendar table tr:nth-of-type(5) td a, #calendar table tr:nth-of-type(6) td a, #calendar table tr:nth-of-type(7) td a, #calendar table tr:nth-of-type(8) td a {
    font-size: .9em;
    margin-left: -15px;
    color: #737373;
    font-weight: bold;
}
*/
/* li positioning*/
#calendar table tr:nth-of-type(3) li,
#calendar table tr:nth-of-type(4) li,
#calendar table tr:nth-of-type(5) li,
#calendar table tr:nth-of-type(6) li,
#calendar table tr:nth-of-type(7) li,
#calendar table tr:nth-of-type(8) li {
  padding-left: 10px;
  text-align: left;
  color: #737373;
  margin-top: 10px;
}
/* < arrow in Month */
#calendar table tr:nth-of-type(1) td table tbody tr td:nth-of-type(1) a {
  color: white !important;
  content: url(/CityOfBethlehem/media/COBimages/arrow-left.svg);
  height: 55px;
}
/* > arrow in Month */
#calendar table tr:nth-of-type(1) td table tbody tr td:nth-of-type(3) a {
  color: white !important;
  content: url(/CityOfBethlehem/media/COBimages/arrow-right.svg);
  height: 55px;
}
/* light blue box with content that day */
.todaydate_class {
  background: #d4e8f2;
}
#calendar table td p {
  line-height: 28px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.single-calendar-info {
  display: flex;
  flex-flow: row wrap;
}
dl.single-calendar-info dt {
  flex-basis: 15%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
dl.single-calendar-info dd {
  flex-basis: 80%;
  flex-grow: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}
.single-calendar-info {
  font-size: 1.2em;
}
.calendar-list-title {
  font-size: 1em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.background-doc-section {
  font-size: 1em;
}
.calendar-item-dot {
  display: none;
  align-items: center;
  justify-content: center;
}
.calendar-item-dot::after {
  color: #298cbf;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin: 10px 0;
}
p.btn-container {
  display: table;
  margin-top: 0;
  width: 100%;
}
.meeting-list {
  margin: 0;
}
.meeting-list li {
  list-style: none;
}
@media (max-width: 991px) {
  .calendar-item-dot {
    display: flex;
  }
  .calendar-item-name {
    display: none;
  }
  #calendar table {
    width: 100%;
  }
}
@media (max-width: 586px) {
  #calendar table tr {
    height: clamp(70px, 9vw, 165px);
  }
  dl.single-calendar-info {
    flex-direction: column;
  }
  dl.single-calendar-info dt {
    margin-bottom: 10px;
  }
  dl.single-calendar-info dd {
    padding-left: 0px;
  }
}
.single-story-title {
  margin: 0;
}
.single-story-date {
  font-size: 1.4em;
  margin: 10px 0;
}
#single-story-section {
  margin-top: 30px !important;
}
#single-story-section div.p {
  margin-top: 3%;
}
.top-story-date {
  font-size: 0.9em;
}
.story-text,
.sub-story-title {
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 0;
}
.read-more {
  font-size: 0.9em;
  font-weight: bold;
}
.sub-story-link {
  text-decoration: none;
}
.article-text {
  color: #575757;
  font-size: 1em;
  line-height: 24px;
}
.article-text .sub-story-title {
  color: #737373;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3rem;
  text-transform: inherit;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 0px;
}
.article-text .sub-story-date {
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: inherit;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl.single-event-info {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3%;
  font-size: 1.2em;
}
dl.single-event-info dt {
  flex-basis: 15%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
dl.single-event-info dd {
  flex-basis: 75%;
  flex-grow: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}
.ordinance-search {
  background: #d4e8f2;
  display: flex;
  margin: 0 auto;
}
.ordinance-input {
  background: transparent;
  border: 0 none;
  color: #333;
  font-size: 21px;
  padding: 20px 15px;
  width: 100%;
}
.ordinance-button {
  align-items: center;
  background: #298cbf;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  padding: 0 15px;
  text-decoration: none;
}
.ordinance-button::after {
  color: #fff;
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}
#letter-links {
  margin: 30px auto;
  position: relative;
  text-align: center;
  width: 100%;
}
#letter-links a {
  color: #cdd5db;
  border-right: 2px solid #545d65;
  font-weight: 700;
  padding: 0 1%;
}
#letter-links a.active {
  color: #737373;
  text-decoration: none;
}
#letter-links a.disabled {
  pointer-events: none;
}
#wheelOfAlphabet {
  margin: 30px auto;
}
#wheelOfAlphabet select {
  height: 50px;
  margin: 0px;
  padding: 0px;
}
#wheelOfAlphabet .select::after {
  align-items: center;
  background: #fff;
  border-left: 1px solid #000;
  bottom: 0px;
  color: #000;
  display: flex;
  height: calc(100% - 2px);
  justify-content: center;
  padding: 0px;
  right: 1px;
  text-indent: unset;
  top: 1px;
  width: 75px;
}
.letters {
  margin: 30px 0;
}
.letters .letter {
  list-style: none;
  margin: 0;
}
.letters .letter .ordinances,
.letters .letter .subOrdinances {
  margin: 0;
}
.letters .letter .ordinance,
.letters .letter .subOrdinance {
  list-style: none;
  margin: 0;
}
.letters .letter .ordinance > span,
.letters .letter .subOrdinance > span {
  display: flex;
  line-height: 28px;
  padding: 1% 2%;
}
.letters .letter .ordinance > span.alt,
.letters .letter .subOrdinance > span.alt {
  background: #e9f3f8;
}
.letters .letter .subOrdinance > span {
  margin-left: 3%;
}
header .menu-button-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40px;
  z-index: 1000;
}
header .menu-button-wrap .menu-button {
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 30px;
}
header .menu-button-wrap .menu-button > span {
  background: #737373;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
header .menu-button-wrap .menu-button > span:first-child {
  top: 50%;
  transform: translateY(-50%);
}
header .menu-button-wrap .menu-button > span:last-child {
  bottom: 0;
  top: unset;
}
header > div.topbar > div.right-header > div.header-links > a {
  align-items: center;
  color: #afadad !important;
  display: flex;
  justify-content: center;
  padding-right: 7px;
}
header > div.topbar > div.right-header > div.header-links > a svg {
  color: #afadad !important;
  fill: #afadad !important;
  width: auto !important;
  height: 20px !important;
}
header > div.topbar > div.right-header > div.header-links > a svg image {
  filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(100%) contrast(90%);
}
header > div.topbar > div.right-header > div.header-links > a svg path {
  fill: #afadad !important;
}
header ul li:before {
  content: " ";
  line-height: inherit;
  font-size: 0;
  margin-right: 0;
}
.site-header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1% 0.5rem;
  height: 105px;
}
.menu-button-wrap {
  flex: 0 0 auto;
}
.logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.right-header {
  margin-left: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 7px;
}
.right-header .header-links {
  align-items: center;
  display: flex;
  justify-content: center;
}
.topbar-bot {
  border-top: 2px solid #298cbf;
  border-bottom: 2px solid #298cbf;
  padding: 1% 0;
}
.zeynep-opened header .menu-button-wrap .menu-button > span:first-child,
.zeynep-opened header .menu-button-wrap .menu-button > span:nth-child(2) {
  left: 10px;
  top: 10px;
  width: 50%;
}
.zeynep-opened header .menu-button-wrap .menu-button > span:first-child {
  transform: rotate(45deg);
}
.zeynep-opened header .menu-button-wrap .menu-button > span:nth-child(2) {
  transform: rotate(-45deg);
}
.zeynep-opened header .menu-button-wrap .menu-button > span:last-child {
  width: 0%;
}
.zeynep-opened body .sidenav {
  transform: translateX(0px);
  pointer-events: auto;
}
.zeynep-opened body {
  left: 295px;
  position: relative;
}
body .mobile-menu {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  right: 0;
  text-align: center;
  width: 100vw;
}
body .mobile-menu a {
  display: block;
  transform: translateY(-10px);
  will-change: transform;
}
body .mobile-menu a img {
  display: block;
  padding: 20px 20px 15px;
}
body .mobile-menu .close .icon-bar {
  height: 3px;
  right: 11px;
  top: 24px;
  width: 23px;
}
body .mobile-menu .menu li {
  margin: 0;
}
body .mobile-menu .menu li a {
  font-weight: normal;
  padding: 20px;
}
header#main nav {
  border-top: 2px solid #298cbf;
  border-bottom: 2px solid #298cbf;
  display: flex;
}
header#main nav ul {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
header#main nav ul li > ul li {
  font-weight: normal !important;
  line-height: 17px !important;
  padding: 1.5% 0 !important;
  width: 100% !important;
}
header#main nav ul#megamenu {
  text-transform: uppercase;
  font-size: 1.2rem !important;
  justify-content: space-around;
  position: relative;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Source Sans Pro";
}
header#main nav ul#megamenu > li {
  margin: 0;
}
header#main nav ul#megamenu > li > a {
  color: #298cbf !important;
  display: block;
  font-family: "Source Sans Pro";
  font-size: 1.2rem;
  line-height: 46px;
}
header#main nav ul#megamenu li:hover .mega-container {
  display: block;
}
header#main nav ul#megamenu .mega-container {
  display: none;
  left: 50%;
  position: absolute;
  top: 46px;
  transform: translateX(-50%);
  width: 125%;
  z-index: 100;
}
header#main nav ul#megamenu .mega-container:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fae6b3;
  border-width: 20px;
  margin-left: -30px;
}
header#main nav ul#megamenu .mega-container#tools:after {
  left: 23%;
  top: -30px;
}
header#main nav ul#megamenu .mega-container#support:after {
  left: 40%;
  top: -30px;
}
header#main nav ul#megamenu .mega-container#government:after {
  left: 50%;
  top: -30px;
}
header#main nav ul#megamenu .mega-container#services:after {
  left: 77%;
  top: -30px;
}
header#main nav ul#megamenu .mega-content {
  background: #fae6b3;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
header#main nav ul#megamenu .mega-content > ul {
  align-items: start;
  background: #fae6b3;
  display: flex;
  justify-content: start;
}
header#main nav ul#megamenu .mega-content > ul > li {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 15px;
  width: 33%;
}
header#main nav ul#megamenu .mega-content > ul > li > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 40px 0 0;
  position: relative;
}
header#main nav ul#megamenu .mega-content > ul > li > a.has-children::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 28px;
  top: 4px;
}
header#main nav ul#megamenu .mega-content > ul > li > ul {
  align-items: start;
  background: #fae6b3;
  box-sizing: border-box;
  display: none;
  font-size: 18px;
  justify-content: start;
  left: 0;
  padding: 100px 30px 20px 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
header#main nav ul#megamenu .mega-content > ul > li > ul.show {
  display: flex;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > .back {
  display: block;
  font-size: 18px;
  left: 30px;
  padding: 10px 0 !important;
  position: absolute;
  text-transform: capitalize;
  top: 19px;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > .back > a {
  display: block;
  position: relative;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > .back > a::before {
  content: "\f053";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  padding: 0 5px 0 0;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > .parent {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: bold !important;
  left: 30px;
  padding: 10px 0 !important;
  position: absolute;
  top: 48px;
  width: calc(100% - 60px) !important;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > li {
  margin: 0 0 6px;
  padding: 0 !important;
  width: 33% !important;
}
header#main nav ul#megamenu .mega-content > ul > li > ul > li > a {
  display: flex;
  gap: 5px;
  line-height: 1.2;
}
header#main nav ul li > ul li {
  color: inherit;
  font-weight: normal !important;
  line-height: 17px !important;
  padding: 1.5% 0 !important;
  width: 100% !important;
}
header#main nav ul li > ul li.bold {
  font-weight: bold !important;
}
header#main nav ul.search-nav {
  margin: 0;
}
header#main nav ul.search-nav > li {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}
header#main nav ul.search-nav:before {
  content: '';
  border-left: 2px solid #afadad;
  position: absolute;
  height: 50%;
  left: -5%;
}
header#main nav ul.mobile-search {
  margin-top: 6.5%;
}
header#main nav ul.mobile-search:before {
  content: '';
  border-left: 0;
  position: relative;
  height: inherit;
  left: inherit;
}
header#main .nav-container {
  margin: 0 auto;
  display: flex;
}
.hidden-navs {
  display: flex;
  justify-content: center;
}
.goog-te-gadget {
  color: transparent !important;
  white-space: inherit !important;
  background: url(/KsandCore/media/main-images/caret-down-solid-gray.png) no-repeat 96% center;
  height: 29px;
  overflow: hidden;
  width: 150px;
  border-radius: 5px;
}
.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget select {
  background: transparent;
  -webkit-appearance: none;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px !important;
  width: 150px;
  color: #737373;
  font-family: inherit;
  margin-top: 3px;
}
.skiptranslate {
  border: 1px solid #afacac;
}
.mobile-translate {
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin-top: 20px !important;
}
.mobile-translate .goog-te-gadget {
  width: 210px;
  font-family: inherit;
}
.mobile-translate .goog-te-gadget select {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.search-form {
  width: 60%;
}
.search-form .wrapper {
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 100%;
}
.search-form .wrapper svg {
  height: 18px !important;
}
.search-form input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #afadad;
  box-sizing: border-box;
  color: #afadad;
  font-size: 18px;
  height: 37px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0px;
  position: relative;
  width: 53vw;
}
.search-form input[type="text"]:focus {
  outline: none;
}
.search-form input[type="text"]:focus + .underline {
  transform: scale(1);
}
.search-form button {
  margin-left: -35px;
  height: 21px;
  border: 0;
  background: #fff;
  padding: 3px;
  cursor: pointer;
}
#close-nav {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
#close-nav::before {
  color: #afadad;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 26px;
  font-weight: bold;
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input:focus::-webkit-input-placeholder {
  color: dodgerblue;
}
.underline {
  background-color: dodgerblue;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 76%;
  transform: scale(0, 1);
  transition: all 0.5s linear;
  width: 100%;
}
.search-box-btn,
.search-results-button {
  background-color: #afadad;
  color: #fff;
  border: none;
  padding-top: 1px;
  cursor: pointer;
  font-size: 1em;
  margin-left: -4px;
  font-weight: bold;
  -webkit-appearance: none;
}
.search-box-btn {
  height: 30px;
  width: 73px;
}
.search-results-button {
  height: 54px;
  width: 87px;
  border-radius: 0;
}
.search-placeholder {
  height: 48px;
  width: 66%;
  text-transform: uppercase;
  font-size: 1em;
  padding-left: 2%;
  color: #737373;
  display: block;
  float: left;
}
div.search-results div {
  margin-top: 20px;
  width: 95% !important;
}
div.search-results div div > div:nth-of-type(3) > div {
  display: none;
}
div.search-results div div > div:nth-of-type(3) > span {
  color: #737373 !important;
  font-size: 0.8em;
}
div.search-results div div > div:nth-of-type(3) > span:nth-of-type(2) {
  display: none;
}
div.search-results div > strong {
  background: #298cbf;
  width: 30px;
  padding: 7px 15px;
  color: #000;
}
#close-nav {
  background: none;
  margin-left: 2%;
  border: none;
}
.hide-nav {
  display: none;
}
div.sidenav {
  background-color: #fdf4de;
  color: #000;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-295px);
  width: 295px;
  z-index: 1011;
  -webkit-overflow-scrolling: touch;
}
div.sidenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
div.sidenav ul > li {
  display: block;
  margin: 0;
  text-transform: uppercase;
}
div.sidenav ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 18px 20px 18px 15%;
  text-decoration: none;
  transition: all 150ms;
  color: #737373;
}
div.sidenav ul > li.has-submenu > a {
  background-image: url(/CityOfBethlehem/media/COBimages/chevron-right-solid.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  color: #737373;
}
div.sidenav ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efac03;
}
div.sidenav ul li.home {
  background: #fff;
}
div.sidenav ul li.home > a {
  border-bottom: none;
  padding-left: 5%;
  font-size: 1.4rem;
}
div.sidenav ul li.home svg {
  float: left;
  margin-right: 5%;
  margin-top: 4%;
  width: 37px;
}
div.sidenav .submenu {
  background-color: #fdf4de;
  bottom: 0;
  left: 100%;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
div.sidenav .submenu label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  background: #efac03;
  padding: 18px 20px;
  padding-left: 40px;
}
div.sidenav .submenu.opened {
  left: 0;
}
div.sidenav .submenu-header {
  background-image: url(/CityOfBethlehem/media/COBimages/chevron-left-solid.svg);
  background-color: #fdf4de;
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efac03;
  cursor: pointer;
  position: relative;
}
div.sidenav .submenu-header a {
  color: inherit;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}
div.sidenav svg {
  color: #737373;
  width: 25px;
  display: block;
}
@media (max-width: 991px) {
  body header#main {
    position: relative;
  }
  body header#main .right-header {
    display: none;
  }
  body header#main #megamenu {
    display: none !important;
  }
  body header#main .search-nav {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  body header#main ul.search-nav:before {
    display: none;
  }
  body header#main .hidden-navs {
    width: 100%;
  }
  body header#main .hidden-navs .search-form {
    width: 80%;
  }
  .breadcrumbs-widget {
    display: none;
  }
}
footer {
  background: #000;
  color: #fff;
  padding: 2% 0;
  text-align: center;
}
footer * {
  color: inherit;
}
footer ul {
  margin: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 13px;
}
footer .social-media-links {
  font-size: 22px;
}
footer .social-media-links a:first-child {
  margin-right: 10px;
}
footer h4 {
  font-size: 1.2em;
}
/* quick fixes - quick styles that are going to be used everywhere */
body {
  /* quick style things that should override other stuff */
  /* margin centers */
  /* min heights */
}
body .pw,
body .pw720,
body .pw940,
body .pw1080,
body .pw1280,
body .pw1400,
body .pw1920 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1400px;
}
body .pw720 {
  width: 720px;
}
body .pw940 {
  width: 940px;
}
body .pw1080 {
  width: 1080px;
}
body .pw1280 {
  width: 1280px;
}
body .pw1400 {
  width: 1400px;
}
body .pw1920 {
  width: 1920px;
}
body .red-text {
  color: #ff0000;
}
body .c1 {
  columns: 1;
}
body .c2 {
  columns: 2;
}
body .c3 {
  columns: 3;
}
body .c4 {
  columns: 4;
}
body .c5 {
  columns: 5;
}
body .aic {
  align-items: center;
}
body .aie {
  align-items: flex-end;
}
body .ais,
body .aifs {
  align-items: flex-start !important;
}
body .db {
  display: block;
}
body .dib {
  display: inline-block;
}
body .df {
  display: flex;
}
body .dg {
  display: grid;
}
body .dn {
  display: none;
}
body .fdc {
  flex-direction: column;
}
body .fdr {
  flex-direction: row;
}
body .fs16 {
  font-size: 16px;
}
body .fs18 {
  font-size: 18px;
}
body .fs20 {
  font-size: 20px;
}
body .fs22 {
  font-size: 22px;
}
body .fs24 {
  font-size: 24px;
}
body .fs28 {
  font-size: 28px;
}
body .fs30 {
  font-size: 30px;
}
body .fwn {
  font-weight: normal;
}
body .fwb {
  font-weight: bold;
}
body .fwl {
  font-weight: lighter;
}
body .lh30 {
  line-height: 30px;
}
body .lh34 {
  line-height: 34px;
}
body .lh38 {
  line-height: 38px;
}
body .fw {
  flex-wrap: wrap;
}
body .grid1,
body .grid2,
body .grid3,
body .grid4,
body .grid5,
body .grid6 {
  display: grid !important;
}
body .grid1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
body .grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .grid3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body .grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
body .grid6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
body .g5 {
  gap: 5px;
}
body .g10 {
  gap: 10px;
}
body .g15 {
  gap: 15px;
}
body .g20 {
  gap: 20px;
}
body .g30 {
  gap: 30px;
}
body .g40 {
  gap: 40px;
}
body .g50 {
  gap: 50px;
}
body .g60 {
  gap: 60px;
}
body .g70 {
  gap: 70px;
}
body .g80 {
  gap: 80px;
}
body .g90 {
  gap: 90px;
}
body .g100 {
  gap: 100px;
}
body .jcc {
  justify-content: center;
}
body .jcsb {
  justify-content: space-between;
}
body .jcse {
  justify-content: space-evenly;
}
body .jcfe,
body .jce {
  justify-content: flex-end;
}
body .jcfs,
body .jcs {
  justify-content: flex-start;
}
body .o1 {
  order: 1;
}
body .o2 {
  order: 2;
}
body .o3 {
  order: 3;
}
body .o4 {
  order: 4;
}
body .o5 {
  order: 5;
}
body .o6 {
  order: 6;
}
body .mc0 {
  margin: 0 auto;
}
body .mc5 {
  margin: 5px auto;
}
body .mc10 {
  margin: 10px auto;
}
body .mc15 {
  margin: 15px auto;
}
body .mc20 {
  margin: 20px auto;
}
body .mc25 {
  margin: 25px auto;
}
body .mc30 {
  margin: 30px auto;
}
body .mc40 {
  margin: 40px auto;
}
body .mb0i {
  margin-bottom: 0 !important;
}
body .m0a {
  margin: 0 auto;
}
body .m0 {
  margin: 0px;
}
body .mt0 {
  margin-top: 0px;
}
body .mr0 {
  margin-right: 0px;
}
body .mb0 {
  margin-bottom: 0px;
}
body .ml0 {
  margin-left: 0px;
}
body .m5 {
  margin: 5px;
}
body .mt5 {
  margin-top: 5px;
}
body .mr5 {
  margin-right: 5px;
}
body .mb5 {
  margin-bottom: 5px;
}
body .ml5 {
  margin-left: 5px;
}
body .m10 {
  margin: 10px;
}
body .mt10 {
  margin-top: 10px;
}
body .mr10 {
  margin-right: 10px;
}
body .mb10 {
  margin-bottom: 10px;
}
body .ml10 {
  margin-left: 10px;
}
body .m20 {
  margin: 20px;
}
body .mt20 {
  margin-top: 20px;
}
body .mr20 {
  margin-right: 20px;
}
body .mb20 {
  margin-bottom: 20px;
}
body .ml20 {
  margin-left: 20px;
}
body .m30 {
  margin: 30px;
}
body .mt30 {
  margin-top: 30px;
}
body .mr30 {
  margin-right: 30px;
}
body .mb30 {
  margin-bottom: 30px;
}
body .ml30 {
  margin-left: 30px;
}
body .m40 {
  margin: 40px;
}
body .mt40 {
  margin-top: 40px;
}
body .mr40 {
  margin-right: 40px;
}
body .mb40 {
  margin-bottom: 40px;
}
body .ml40 {
  margin-left: 40px;
}
body .m50 {
  margin: 50px;
}
body .mt50 {
  margin-top: 50px;
}
body .mr50 {
  margin-right: 50px;
}
body .mb50 {
  margin-bottom: 50px;
}
body .ml50 {
  margin-left: 50px;
}
body .m100 {
  margin: 100px;
}
body .mt100 {
  margin-top: 100px;
}
body .mr100 {
  margin-right: 100px;
}
body .mb100 {
  margin-bottom: 100px;
}
body .ml100 {
  margin-left: 100px;
}
body .mbt0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
body .mbt5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
body .mbt10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
body .mbt20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
body .mbt30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
body .mbt40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
body .mbt50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
body .mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
body .mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
body .mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
body .mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
body .mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}
body .mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}
body .mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}
body .mh100 {
  min-height: 100px;
}
body .mh200 {
  min-height: 200px;
}
body .mh300 {
  min-height: 300px;
}
body .mh400 {
  min-height: 400px;
}
body .mh500 {
  min-height: 500px;
}
body .no-caps {
  text-transform: none;
}
body .p0 {
  padding: 0px !important;
}
body .pt0 {
  padding-top: 0px !important;
}
body .pr0 {
  padding-right: 0px !important;
}
body .pb0 {
  padding-bottom: 0px !important;
}
body .pl0 {
  padding-left: 0px !important;
}
body .p10 {
  padding: 10px;
}
body .pt10 {
  padding-top: 10px;
}
body .pr10 {
  padding-right: 10px;
}
body .pb10 {
  padding-bottom: 10px;
}
body .pl10 {
  padding-left: 10px;
}
body .p20 {
  padding: 20px;
}
body .pt20 {
  padding-top: 20px;
}
body .pr20 {
  padding-right: 20px;
}
body .pb20 {
  padding-bottom: 20px;
}
body .pl20 {
  padding-left: 20px;
}
body .p30 {
  padding: 30px;
}
body .pt30 {
  padding-top: 30px;
}
body .pr30 {
  padding-right: 30px;
}
body .pb30 {
  padding-bottom: 30px;
}
body .pl30 {
  padding-left: 30px;
}
body .p40 {
  padding: 40px;
}
body .pt40 {
  padding-top: 40px;
}
body .pr40 {
  padding-right: 40px;
}
body .pb40 {
  padding-bottom: 40px;
}
body .pl40 {
  padding-left: 40px;
}
body .p50 {
  padding: 50px;
}
body .pt50 {
  padding-top: 50px;
}
body .pr50 {
  padding-right: 50px;
}
body .pb50 {
  padding-bottom: 50px;
}
body .pl50 {
  padding-left: 50px;
}
body .p100 {
  padding: 100px;
}
body .pt100 {
  padding-top: 100px;
}
body .pr100 {
  padding-right: 100px;
}
body .pb100 {
  padding-bottom: 100px;
}
body .pl100 {
  padding-left: 100px;
}
body .pbt10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
body .pbt20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
body .pbt30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
body .pbt40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
body .plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body .plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body .plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body .plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body .pa-cntr {
  position: absolute;
}
body .pf-cntr {
  position: fixed;
}
body .pa-cntr,
body .pf-cntr {
  left: 50%;
  position: fixed;
  top: 50%;
  translate: -50% -50%;
}
body .pf {
  position: fixed;
}
body .pr {
  position: relative;
}
body .sec1,
body .sec2,
body .sec3,
body .sec4,
body .sec5,
body .sec6,
body .sec7,
body .sec8,
body .sec9,
body .sec10,
body .sec11,
body .sec12 {
  flex-basis: unset !important;
}
body .sec1 {
  width: 8.3333% !important;
}
body .sec2 {
  width: 16.6666% !important;
}
body .sec3 {
  width: 25% !important;
}
body .sec4 {
  width: 33.3333% !important;
}
body .sec5 {
  width: 41.6666% !important;
}
body .sec6 {
  width: 50% !important;
}
body .sec7 {
  width: 58.3333% !important;
}
body .sec8 {
  width: 66.6666% !important;
}
body .sec9 {
  width: 75% !important;
}
body .sec10 {
  width: 83.3333% !important;
}
body .sec11 {
  width: 91.6666% !important;
}
body .sec12 {
  width: 100% !important;
}
body .ttu {
  text-transform: uppercase;
}
body .ttn {
  text-transform: none !important;
}
body .wid100 {
  width: 100px;
}
body .wid200 {
  width: 200px;
}
body .wid300 {
  width: 300px;
}
body .wid400 {
  width: 400px;
}
body .wid500 {
  width: 500px;
}
@media (max-width: 991px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .tab-c1 {
    columns: 1;
  }
  body .tab-c2 {
    columns: 2;
  }
  body .tab-c3 {
    columns: 3;
  }
  body .tab-c4 {
    columns: 4;
  }
  body .tab-c5 {
    columns: 5;
  }
  body .tab-aic {
    align-items: center;
  }
  body .tab-aie {
    align-items: flex-end;
  }
  body .tab-db {
    display: block;
  }
  body .tab-dib {
    display: inline-block;
  }
  body .tab-df {
    display: flex;
  }
  body .tab-dg {
    display: grid;
  }
  body .tab-dn {
    display: none;
  }
  body .tab-fdc {
    flex-direction: column;
  }
  body .tab-fdr {
    flex-direction: row;
  }
  body .tab-fs16 {
    font-size: 16px;
  }
  body .tab-fs18 {
    font-size: 18px;
  }
  body .tab-fs20 {
    font-size: 20px;
  }
  body .tab-fs22 {
    font-size: 22px;
  }
  body .tab-fs24 {
    font-size: 24px;
  }
  body .tab-fs28 {
    font-size: 28px;
  }
  body .tab-fs30 {
    font-size: 30px;
  }
  body .tab-fwn {
    font-weight: normal;
  }
  body .tab-fwb {
    font-weight: bold;
  }
  body .tab-fwl {
    font-weight: lighter;
  }
  body .tab-fw {
    flex-wrap: wrap;
  }
  body .tab-grid1,
  body .tab-grid2,
  body .tab-grid3,
  body .tab-grid4,
  body .tab-grid5,
  body .tab-grid6 {
    display: grid !important;
  }
  body .tab-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .tab-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .tab-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .tab-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .tab-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .tab-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .tab-g0 {
    gap: 0px;
  }
  body .tab-g5 {
    gap: 5px;
  }
  body .tab-g10 {
    gap: 10px;
  }
  body .tab-g15 {
    gap: 15px;
  }
  body .tab-g20 {
    gap: 20px;
  }
  body .tab-g30 {
    gap: 30px;
  }
  body .tab-g40 {
    gap: 40px;
  }
  body .tab-g50 {
    gap: 50px;
  }
  body .tab-jcc {
    justify-content: center;
  }
  body .tab-jcsb {
    justify-content: space-between;
  }
  body .tab-jce {
    justify-content: end;
  }
  body .tab-jcs {
    justify-content: start;
  }
  body .tab-o1 {
    order: 1;
  }
  body .tab-o2 {
    order: 2;
  }
  body .tab-o3 {
    order: 3;
  }
  body .tab-o4 {
    order: 4;
  }
  body .tab-o5 {
    order: 5;
  }
  body .tab-o6 {
    order: 6;
  }
  body .tab-mc0 {
    margin: 0 auto;
  }
  body .tab-mc5 {
    margin: 5px auto;
  }
  body .tab-mc10 {
    margin: 10px auto;
  }
  body .tab-mc15 {
    margin: 15px auto;
  }
  body .tab-mc20 {
    margin: 20px auto;
  }
  body .tab-mc25 {
    margin: 25px auto;
  }
  body .tab-mc30 {
    margin: 30px auto;
  }
  body .tab-mc40 {
    margin: 40px auto;
  }
  body .tab-m0 {
    margin: 0px;
  }
  body .tab-mt0 {
    margin-top: 0px;
  }
  body .tab-mr0 {
    margin-right: 0px;
  }
  body .tab-mb0 {
    margin-bottom: 0px;
  }
  body .tab-ml0 {
    margin-left: 0px;
  }
  body .tab-m5 {
    margin: 5px;
  }
  body .tab-mt5 {
    margin-top: 5px;
  }
  body .tab-mr5 {
    margin-right: 5px;
  }
  body .tab-mb5 {
    margin-bottom: 5px;
  }
  body .tab-ml5 {
    margin-left: 5px;
  }
  body .tab-m10 {
    margin: 10px;
  }
  body .tab-mt10 {
    margin-top: 10px;
  }
  body .tab-mr10 {
    margin-right: 10px;
  }
  body .tab-mb10 {
    margin-bottom: 10px;
  }
  body .tab-ml10 {
    margin-left: 10px;
  }
  body .tab-m20 {
    margin: 20px;
  }
  body .tab-mt20 {
    margin-top: 20px;
  }
  body .tab-mr20 {
    margin-right: 20px;
  }
  body .tab-mb20 {
    margin-bottom: 20px;
  }
  body .tab-ml20 {
    margin-left: 20px;
  }
  body .tab-m30 {
    margin: 30px;
  }
  body .tab-mt30 {
    margin-top: 30px;
  }
  body .tab-mr30 {
    margin-right: 30px;
  }
  body .tab-mb30 {
    margin-bottom: 30px;
  }
  body .tab-ml30 {
    margin-left: 30px;
  }
  body .tab-m40 {
    margin: 40px;
  }
  body .tab-mt40 {
    margin-top: 40px;
  }
  body .tab-mr40 {
    margin-right: 40px;
  }
  body .tab-mb40 {
    margin-bottom: 40px;
  }
  body .tab-ml40 {
    margin-left: 40px;
  }
  body .tab-m50 {
    margin: 50px;
  }
  body .tab-mt50 {
    margin-top: 50px;
  }
  body .tab-mr50 {
    margin-right: 50px;
  }
  body .tab-mb50 {
    margin-bottom: 50px;
  }
  body .tab-ml50 {
    margin-left: 50px;
  }
  body .tab-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .tab-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .tab-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .tab-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .tab-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .tab-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .tab-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .tab-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .tab-mh100 {
    min-height: 100px;
  }
  body .tab-mh200 {
    min-height: 200px;
  }
  body .tab-mh300 {
    min-height: 300px;
  }
  body .tab-mh400 {
    min-height: 400px;
  }
  body .tab-mh500 {
    min-height: 500px;
  }
  body .tab-p10 {
    padding: 10px;
  }
  body .tab-pt10 {
    padding-top: 10px;
  }
  body .tab-pr10 {
    padding-right: 10px;
  }
  body .tab-pb10 {
    padding-bottom: 10px;
  }
  body .tab-pl10 {
    padding-left: 10px;
  }
  body .tab-p20 {
    padding: 20px;
  }
  body .tab-pt20 {
    padding-top: 20px;
  }
  body .tab-pr20 {
    padding-right: 20px;
  }
  body .tab-pb20 {
    padding-bottom: 20px;
  }
  body .tab-pl20 {
    padding-left: 20px;
  }
  body .tab-p30 {
    padding: 30px;
  }
  body .tab-pt30 {
    padding-top: 30px;
  }
  body .tab-pr30 {
    padding-right: 30px;
  }
  body .tab-pb30 {
    padding-bottom: 30px;
  }
  body .tab-pl30 {
    padding-left: 30px;
  }
  body .tab-p40 {
    padding: 40px;
  }
  body .tab-pt40 {
    padding-top: 40px;
  }
  body .tab-pr40 {
    padding-right: 40px;
  }
  body .tab-pb40 {
    padding-bottom: 40px;
  }
  body .tab-pl40 {
    padding-left: 40px;
  }
  body .tab-p50 {
    padding: 50px;
  }
  body .tab-pt50 {
    padding-top: 50px;
  }
  body .tab-pr50 {
    padding-right: 50px;
  }
  body .tab-pb50 {
    padding-bottom: 50px;
  }
  body .tab-pl50 {
    padding-left: 50px;
  }
  body .tab-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .tab-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .tab-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .tab-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .tab-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .tab-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .tab-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .tab-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .tab-pa-cntr {
    position: absolute;
  }
  body .tab-pf-cntr {
    position: fixed;
  }
  body .tab-pa-cntr,
  body .tab-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .tab-pf {
    position: fixed;
  }
  body .tab-pr {
    position: relative;
  }
  body .tab-sec1,
  body .tab-sec2,
  body .tab-sec3,
  body .tab-sec4,
  body .tab-sec5,
  body .tab-sec6,
  body .tab-sec7,
  body .tab-sec8,
  body .tab-sec9,
  body .tab-sec10,
  body .tab-sec11,
  body .tab-sec12 {
    flex-basis: unset !important;
  }
  body .tab-sec1 {
    width: 8.3333% !important;
  }
  body .tab-sec2 {
    width: 16.6666% !important;
  }
  body .tab-sec3 {
    width: 25% !important;
  }
  body .tab-sec4 {
    width: 33.3333% !important;
  }
  body .tab-sec5 {
    width: 41.6666% !important;
  }
  body .tab-sec6 {
    width: 50% !important;
  }
  body .tab-sec7 {
    width: 58.3333% !important;
  }
  body .tab-sec8 {
    width: 66.6666% !important;
  }
  body .tab-sec9 {
    width: 75% !important;
  }
  body .tab-sec10 {
    width: 83.3333% !important;
  }
  body .tab-sec11 {
    width: 91.6666% !important;
  }
  body .tab-sec12 {
    width: 100% !important;
  }
  body .tab-ttu {
    text-transform: uppercase;
  }
  body .tab-wid100 {
    width: 100px;
  }
  body .tab-wid200 {
    width: 200px;
  }
  body .tab-wid300 {
    width: 300px;
  }
  body .tab-wid400 {
    width: 400px;
  }
  body .tab-wid500 {
    width: 500px;
  }
  body .tab-tac {
    text-align: center;
  }
  body .tab-tal {
    text-align: left;
  }
  body .tab-tar {
    text-align: right;
  }
}
@media (max-width: 586px) {
  body {
    /* margin centers */
    /* min heights */
  }
  body .mob-c1 {
    columns: 1;
  }
  body .mob-c2 {
    columns: 2;
  }
  body .mob-c3 {
    columns: 3;
  }
  body .mob-c4 {
    columns: 4;
  }
  body .mob-c5 {
    columns: 5;
  }
  body .mob-aic {
    align-items: center;
  }
  body .mob-aie {
    align-items: flex-end;
  }
  body .mob-db {
    display: block;
  }
  body .mob-dib {
    display: inline-block;
  }
  body .mob-df {
    display: flex;
  }
  body .mob-dg {
    display: grid;
  }
  body .mob-dn {
    display: none;
  }
  body .mob-fdc {
    flex-direction: column;
  }
  body .mob-fdr {
    flex-direction: row;
  }
  body .mob-fs16 {
    font-size: 16px;
  }
  body .mob-fs18 {
    font-size: 18px;
  }
  body .mob-fs20 {
    font-size: 20px;
  }
  body .mob-fs22 {
    font-size: 22px;
  }
  body .mob-fs24 {
    font-size: 24px;
  }
  body .mob-fs28 {
    font-size: 28px;
  }
  body .mob-fs30 {
    font-size: 30px;
  }
  body .mob-fwn {
    font-weight: normal;
  }
  body .mob-fwb {
    font-weight: bold;
  }
  body .mob-fwl {
    font-weight: lighter;
  }
  body .mob-fw {
    flex-wrap: wrap;
  }
  body .mob-grid1,
  body .mob-grid2,
  body .mob-grid3,
  body .mob-grid4,
  body .mob-grid5,
  body .mob-grid6 {
    display: grid !important;
  }
  body .mob-grid1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  body .mob-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .mob-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .mob-grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  body .mob-grid5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .mob-grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  body .mob-g0 {
    gap: 0px;
  }
  body .mob-g5 {
    gap: 5px;
  }
  body .mob-g10 {
    gap: 10px;
  }
  body .mob-g15 {
    gap: 15px;
  }
  body .mob-g20 {
    gap: 20px;
  }
  body .mob-g30 {
    gap: 30px;
  }
  body .mob-g40 {
    gap: 40px;
  }
  body .mob-g50 {
    gap: 50px;
  }
  body .mob-jcc {
    justify-content: center;
  }
  body .mob-jcsb {
    justify-content: space-between;
  }
  body .mob-jce {
    justify-content: end;
  }
  body .mob-jcs {
    justify-content: start;
  }
  body .mob-o1 {
    order: 1;
  }
  body .mob-o2 {
    order: 2;
  }
  body .mob-o3 {
    order: 3;
  }
  body .mob-o4 {
    order: 4;
  }
  body .mob-o5 {
    order: 5;
  }
  body .mob-o6 {
    order: 6;
  }
  body .mob-mc0 {
    margin: 0 auto;
  }
  body .mob-mc5 {
    margin: 5px auto;
  }
  body .mob-mc10 {
    margin: 10px auto;
  }
  body .mob-mc15 {
    margin: 15px auto;
  }
  body .mob-mc20 {
    margin: 20px auto;
  }
  body .mob-mc25 {
    margin: 25px auto;
  }
  body .mob-mc30 {
    margin: 30px auto;
  }
  body .mob-mc40 {
    margin: 40px auto;
  }
  body .mob-m0 {
    margin: 0px;
  }
  body .mob-mt0 {
    margin-top: 0px;
  }
  body .mob-mr0 {
    margin-right: 0px;
  }
  body .mob-mb0 {
    margin-bottom: 0px;
  }
  body .mob-ml0 {
    margin-left: 0px;
  }
  body .mob-m5 {
    margin: 5px;
  }
  body .mob-mt5 {
    margin-top: 5px;
  }
  body .mob-mr5 {
    margin-right: 5px;
  }
  body .mob-mb5 {
    margin-bottom: 5px;
  }
  body .mob-ml5 {
    margin-left: 5px;
  }
  body .mob-m10 {
    margin: 10px;
  }
  body .mob-mt10 {
    margin-top: 10px;
  }
  body .mob-mr10 {
    margin-right: 10px;
  }
  body .mob-mb10 {
    margin-bottom: 10px;
  }
  body .mob-ml10 {
    margin-left: 10px;
  }
  body .mob-m20 {
    margin: 20px;
  }
  body .mob-mt20 {
    margin-top: 20px;
  }
  body .mob-mr20 {
    margin-right: 20px;
  }
  body .mob-mb20 {
    margin-bottom: 20px;
  }
  body .mob-ml20 {
    margin-left: 20px;
  }
  body .mob-m30 {
    margin: 30px;
  }
  body .mob-mt30 {
    margin-top: 30px;
  }
  body .mob-mr30 {
    margin-right: 30px;
  }
  body .mob-mb30 {
    margin-bottom: 30px;
  }
  body .mob-ml30 {
    margin-left: 30px;
  }
  body .mob-m40 {
    margin: 40px;
  }
  body .mob-mt40 {
    margin-top: 40px;
  }
  body .mob-mr40 {
    margin-right: 40px;
  }
  body .mob-mb40 {
    margin-bottom: 40px;
  }
  body .mob-ml40 {
    margin-left: 40px;
  }
  body .mob-m50 {
    margin: 50px;
  }
  body .mob-mt50 {
    margin-top: 50px;
  }
  body .mob-mr50 {
    margin-right: 50px;
  }
  body .mob-mb50 {
    margin-bottom: 50px;
  }
  body .mob-ml50 {
    margin-left: 50px;
  }
  body .mob-mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body .mob-mbt20 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  body .mob-mbt30 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body .mob-mbt40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  body .mob-mlr10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .mob-mlr20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .mob-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .mob-mlr40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .mob-mh100 {
    min-height: 100px;
  }
  body .mob-mh200 {
    min-height: 200px;
  }
  body .mob-mh300 {
    min-height: 300px;
  }
  body .mob-mh400 {
    min-height: 400px;
  }
  body .mob-mh500 {
    min-height: 500px;
  }
  body .mob-p10 {
    padding: 10px;
  }
  body .mob-pt10 {
    padding-top: 10px;
  }
  body .mob-pr10 {
    padding-right: 10px;
  }
  body .mob-pb10 {
    padding-bottom: 10px;
  }
  body .mob-pl10 {
    padding-left: 10px;
  }
  body .mob-p20 {
    padding: 20px;
  }
  body .mob-pt20 {
    padding-top: 20px;
  }
  body .mob-pr20 {
    padding-right: 20px;
  }
  body .mob-pb20 {
    padding-bottom: 20px;
  }
  body .mob-pl20 {
    padding-left: 20px;
  }
  body .mob-p30 {
    padding: 30px;
  }
  body .mob-pt30 {
    padding-top: 30px;
  }
  body .mob-pr30 {
    padding-right: 30px;
  }
  body .mob-pb30 {
    padding-bottom: 30px;
  }
  body .mob-pl30 {
    padding-left: 30px;
  }
  body .mob-p40 {
    padding: 40px;
  }
  body .mob-pt40 {
    padding-top: 40px;
  }
  body .mob-pr40 {
    padding-right: 40px;
  }
  body .mob-pb40 {
    padding-bottom: 40px;
  }
  body .mob-pl40 {
    padding-left: 40px;
  }
  body .mob-p50 {
    padding: 50px;
  }
  body .mob-pt50 {
    padding-top: 50px;
  }
  body .mob-pr50 {
    padding-right: 50px;
  }
  body .mob-pb50 {
    padding-bottom: 50px;
  }
  body .mob-pl50 {
    padding-left: 50px;
  }
  body .mob-pbt10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  body .mob-pbt20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  body .mob-pbt30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  body .mob-pbt40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  body .mob-plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body .mob-plr20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .mob-plr30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body .mob-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body .mob-pa-cntr {
    position: absolute;
  }
  body .mob-pf-cntr {
    position: fixed;
  }
  body .mob-pa-cntr,
  body .mob-pf-cntr {
    left: 50%;
    position: fixed;
    top: 50%;
    translate: -50% -50%;
  }
  body .mob-pf {
    position: fixed;
  }
  body .mob-pr {
    position: relative;
  }
  body .mob-sec1,
  body .mob-sec2,
  body .mob-sec3,
  body .mob-sec4,
  body .mob-sec5,
  body .mob-sec6,
  body .mob-sec7,
  body .mob-sec8,
  body .mob-sec9,
  body .mob-sec10,
  body .mob-sec11,
  body .mob-sec12 {
    flex-basis: unset !important;
  }
  body .mob-sec1 {
    width: 8.3333% !important;
  }
  body .mob-sec2 {
    width: 16.6666% !important;
  }
  body .mob-sec3 {
    width: 25% !important;
  }
  body .mob-sec4 {
    width: 33.3333% !important;
  }
  body .mob-sec5 {
    width: 41.6666% !important;
  }
  body .mob-sec6 {
    width: 50% !important;
  }
  body .mob-sec7 {
    width: 58.3333% !important;
  }
  body .mob-sec8 {
    width: 66.6666% !important;
  }
  body .mob-sec9 {
    width: 75% !important;
  }
  body .mob-sec10 {
    width: 83.3333% !important;
  }
  body .mob-sec11 {
    width: 91.6666% !important;
  }
  body .mob-sec12 {
    width: 100% !important;
  }
  body .mob-ttu {
    text-transform: uppercase;
  }
  body .mob-wid100 {
    width: 100px;
  }
  body .mob-wid200 {
    width: 200px;
  }
  body .mob-wid300 {
    width: 300px;
  }
  body .mob-wid400 {
    width: 400px;
  }
  body .mob-wid500 {
    width: 500px;
  }
  body .mob-tac {
    text-align: center;
  }
  body .mob-tal {
    text-align: left;
  }
  body .mob-tar {
    text-align: right;
  }
}
.searchBox.full-search-page {
  margin: 0 0 20px;
}
.searchBox.full-search-page input[type="text"] {
  border: 1px solid #afadad;
  margin: 0;
}
.searchBox.full-search-page input[type="text"]::placeholder {
  text-transform: uppercase;
}
.searchBox.full-search-page .search-box-btn {
  border: 0 none;
  display: block;
  height: 53px;
  line-height: 1;
  margin: 0;
}
.search-results {
  margin: 0 0 20px;
}
.search-results li {
  list-style: none;
  margin: 0 0 20px;
}
.search-results li a {
  font-weight: bold;
}
.search-results li .p {
  font-size: 16px;
  margin: 10px 0;
}
.search-paging {
  margin: 0 0 30px;
}
.search-paging .pr-pages .pr-page-number a {
  background-color: #d4e8f2;
  border: 0 none;
  color: #298cbf;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 34px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 34px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-paging .pr-pages .pr-page-number.selected a {
  background: #298cbf !important;
  color: #fff !important;
}
@media (max-width: 586px) {
  .search-paging {
    margin: 0 0 30px;
  }
  .search-paging .pr-pages {
    gap: 10px;
  }
}
