canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
.text.white {
  color: #fff !important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.text-capitalize {
  text-transform: capitalize!important;
}
.text-center {
  text-align: center!important;
}
.text-left {
  text-align: left!important;
}
.text-right {
  text-align: right!important;
}
.text-bold {
  font-weight: bold!important;
}
.text-normal {
  font-weight: normal!important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: red!important;
}
.text-small {
  font-size: 80%!important;
}
.text-muted {
  opacity: 0.5 !important;
}
.help-cursor {
  cursor: help;
}
.border-radius-unset {
  border-radius: unset!important;
}
.display-flex {
  display: flex!important;
}
.flex-direction-column {
  flex-direction: column!important;
}
.justify-content-space-between {
  justify-content: space-between !important;
}
.full-height {
  height: 100%;
}
.middleText {
  display: flex!important;
  justify-content: center;
  flex-direction: column;
}
.no-padding {
  padding: 0!important;
}
.no-padding h2,
.no-padding h3,
.no-padding h4,
.no-padding h5 {
  padding: 1em 1em;
  margin-bottom: 0;
}
.text-column-1-3\@l {
  column-count: 3;
}
.text-column-1-2 {
  column-count: 2;
}
.pt15 {
  padding-top: 15px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pt25 {
  padding-top: 25px!important;
}
.pb25 {
  padding-bottom: 25px!important;
}
.pl25 {
  padding-left: 25px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.mt-100 {
  margin-top: -100px !important;
}
.mt0 {
  margin-top: 0!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mt65 {
  margin-top: 65px;
}
.pr0 {
  padding-right: 0!important;
}
.pl0 {
  padding-left: 0!important;
}
.pt0 {
  padding-top: 0!important;
}
.pb0 {
  padding-bottom: 0!important;
}
[class*='text-column-'] {
  column-gap: 40px;
}
html {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  height: auto;
}
body {
  font-size: 16px;
  line-height: 1.5;
}
hr {
  border-top: 1px solid #eee;
  border-bottom: 0;
}
.ui.visible.left.sidebar ~ .fixed.menu {
  padding-right: 350px;
}
.ui.huge.header {
  font-size: 2.4em;
}
.ui.segment .content {
  padding: 20px;
}
.lightboxOverlay {
  height: 100%!important;
  overflow: hidden;
}
.ui.inverted.attached.header {
  background: #1b1c1d;
  margin: 0;
}
.ui.segment .side .content {
  padding: 0;
}
.ui.inverted.block.header {
  background: #111;
  font-weight: normal;
}
.ui.inverted.card,
.ui.cards > .card.inverted > .extra {
  background: #333;
  color: #fff;
}
.ui.cards > .card .dimmer a:hover {
  text-decoration: none;
}
.ui.list > .item {
  padding: 0.3em 0;
}
.ui.list > .item > i.icon {
  min-width: 1.8em;
}
.ui.list > .item > .icon + .content {
  vertical-align: middle;
}
.ui.form .inline.fields .field > .selection.dropdown {
  width: 100%;
}
.ui.form .field > label {
  display: inline-block;
}
.ui.header .icon:only-child {
  margin-right: 0.55rem;
}
.ui.header > .icon {
  font-size: 1.1em;
  vertical-align: baseline;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
  padding: 0.78571429em 0.78571429em;
}
.ui.selection.dropdown {
  padding: 0.78571429em 0.8em;
}
.ui.search.selection.dropdown > input.search {
  padding: 0.67857143em 1.8em 0.67857143em 0.8em;
}
.ui.selection.dropdown > .dropdown.icon {
  padding: 0.91666667em 0.51666667em;
}
.ui.dropdown:not(.button) > .default.text {
  font-size: 0.9rem;
}
.ui.grid.smallGaps {
  margin-top: -0.3rem;
  margin-bottom: -0.3rem;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.ui.grid.smallGaps .column {
  padding: 0.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
}
a > img:hover {
  opacity: 0.7;
}
h1.header .smallHeader {
  font-size: 70%;
}
.highlight {
  color: #bf8c00 !important;
}
.clear {
  clear: both!important;
}
.ui.basic.segment {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.ui.basic.segment:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.ui.basic.segment .content h4 {
  font-size: 0.875rem;
  line-height: 1.5;
}
#leftSidebar {
  border: 0;
  display: flex;
  overflow: hidden;
}
#leftSidebar.mobileSidebar {
  width: 300px;
}
#leftSidebar .item {
  text-align: center;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
#leftSidebar .item.empty {
  min-height: 200px;
  display: flex;
  align-items: center;
  padding-top: 0;
}
#leftSidebar .item.empty:before {
  display: none;
}
#leftSidebar .sidebar-elements {
  box-shadow: inset -4px 0 8px -6px #222;
  background-color: #fff;
}
#leftSidebar .menu {
  position: relative;
}
#leftSidebar .menu-item-text {
  display: flex;
  align-items: center;
}
#leftSidebar .seals {
  margin-top: 20px;
  text-align: center;
}
#leftSidebar .seals a {
  display: inline-block;
}
#leftSidebar .seals a img {
  margin-bottom: 0;
}
#leftSidebar .seals img {
  vertical-align: top;
}
#leftSidebar .quick-contact {
  border-radius: 0;
  flex: 1;
  margin-right: 1.4em;
  font-size: 1.1rem;
  padding-left: 2rem;
}
#leftSidebar .quick-contact a {
  color: #fff;
}
#leftSidebar .quick-contact .call-toll-free {
  color: #000 !important;
  background-color: #FDD301;
  cursor: default;
}
#leftSidebar .quick-contact .toll-free-number {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}
#leftSidebar .quick-contact .toll-free-number a {
  color: #fff;
}
#leftSidebar .logo {
  margin-bottom: 10px;
}
#leftSidebar .logo img {
  margin-bottom: 10px;
}
#leftSidebar .logo .madeby {
  line-height: 14px;
  padding-top: 10px;
  text-align: center;
}
.sylius-regular-unit-price {
  display: block;
  text-decoration: line-through;
}
#wrap {
  background-color: #f3ecd9;
  padding-top: 5em;
}
#wrap #container {
  flex: 1;
}
.ui.visible.left.sidebar ~ .pusher {
  padding-right: 350px;
}
.pusher > #footer {
  flex: unset;
}
#content .demo-placeholder {
  min-height: 1200px;
  text-align: center;
}
#content .demo-placeholder h1 {
  padding-top: 400px;
  color: #cebd96;
}
#footer {
  color: #000;
  padding: 0;
  margin-top: 0;
}
#footer .preFooter {
  padding: 35px 0;
}
#footer h4 {
  color: #000;
  font-size: 1.35rem;
  font-weight: bold;
}
#footer .instant-quote .order-btn {
  border: 2px solid #000;
}
#footer .instant-quote small {
  display: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
}
#footer .footer-contact .ui.list .item {
  line-height: 1.8em;
}
#footer .footer-contact .ui.list .item a {
  color: #000;
  border-bottom: 1px dotted;
}
#footer .footer-contact .ui.list .item a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
#footer .footer-contact .uk-icon-button {
  background: #000;
  color: #fff;
}
body#default .ui.huge.header,
body#stormsnaps .ui.huge.header {
  background-color: unset;
  color: #000;
}
body#desktoppers table#quantities td:first-child {
  width: 50%;
}
body#desktoppers .customRadiusAcrylicTop {
  display: none;
}
body#bannergrip #intro {
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.2);
}
body#bannergrip #intro h1 {
  font-size: 2.4rem;
}
body#bannergrip #intro .row {
  padding-top: 0;
  padding-bottom: 0;
}
body#bannergrip #intro .row .six.column {
  padding: 0;
}
body#bannergrip #intro figure {
  margin: 0;
  position: relative;
}
body#bannergrip #intro figure figcaption {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
}
body#bannergrip #bgFeatures .ui.list > .item {
  display: flex;
  display: -webkit-flex;
}
body#hospitalwhiteboards #wrap {
  padding-top: 0;
}
body#desktoppers .ui.huge.header,
body#hospitalwhiteboards .ui.huge.header {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  body#desktoppers .ui.grid.smallGaps img.mh140,
  body#hospitalwhiteboards .ui.grid.smallGaps img.mh140 {
    max-height: 140px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-information .ui.list > .item {
  padding: 0.7em 0;
}
.old-price {
  text-decoration: line-through;
}
.inline.fields span.operator {
  margin-right: 6px;
  margin-left: -10px;
}
span.operator {
  line-height: 44px;
}
#sylius-payments .ui.message {
  min-height: 200px;
}
a.ui.basic.black.box.button:hover {
  box-shadow: 0 0 0 2px #1b1c1d inset !important;
}
.ui.grid.sizeHint > .column:not(.row) {
  padding: 0;
  color: #999;
}
.ui.grid.sizeHint > .column:not(.row):nth-child(2) small {
  margin-left: -18px;
}
.ui.grid.sizeHint > .column:not(.row) .width,
.ui.grid.sizeHint > .column:not(.row) .height,
.ui.grid.sizeHint > .column:not(.row) .diameter {
  display: none;
}
#frameColorChoiceName {
  text-transform: capitalize;
}
#exteriorFramesOptions {
  display: none;
}
.ui.message.money-back {
  margin: 1em 1em 0em 1em;
  min-height: 4em;
  padding: 0.5em 1.5em;
}
.ui.message.money-back p {
  margin: 0;
}
.ui.divided.list.sylius-product-options > .item {
  line-height: inherit;
  font-size: 0.8rem;
}
.cart-other-price {
  font-size: 0.8rem;
}
.choose-frames label {
  display: inline-block !important;
}
#quantities td.lensChoices {
  vertical-align: top;
}
label[for="measuring_options"],
label[for="style_options"] {
  font-weight: bold;
}
.sizeExceedMsg {
  margin-top: 20px;
}
.sizeExceedMsg .error.message {
  display: block!important;
}
#formPriceCalc button[type=submit] small {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-top: 10px;
  width: 80%;
}
#formPriceCalc #productType .inline.fields {
  justify-content: space-around;
}
@media only screen and (min-width: 992px) {
  #formPriceCalc #productType .ui.search.dropdown .menu {
    max-height: 27rem;
    background-color: #fafafa;
  }
  #formPriceCalc #productType .ui.dropdown .menu > .item,
  #formPriceCalc #productType .ui.search {
    font-size: 1.2rem;
  }
}
.discountWarehouse i.icon {
  position: absolute;
  right: -30px;
  top: 0;
}
#covid .ui.cards > .card.full-width {
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
#covid .ui.inverted.card {
  background: #000;
}
#covid .ui.card {
  width: 100%;
}
#covid .ui.card .content {
  flex-grow: unset;
}
#covid .ui.card a.image {
  flex-grow: 1;
}
.qrcode.right.floated {
  margin-left: 20px;
  margin-bottom: 20px;
}
@keyframes dance {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.shake:hover,
.shake:focus,
.shake-now {
  -webkit-animation-name: dance;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: dance;
  animation-duration: 0.8s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shake-now:hover,
.shake-now:focus,
.uk-button:hover .shake-now,
.uk-button:focus .shake-now {
  animation: none;
}
.bannerAd {
  border: 4px solid #00B0F0;
  margin-top: 25px;
  padding: 10px;
  font-size: 14px;
}
.bannerAd:hover {
  border-color: #fff;
}
.onlyPrint,
.hiddenField {
  display: none!important;
}
#adAlpinaVisor {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.ui.cards.custom {
  display: block;
  margin: 0;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}
.ui.cards.custom .card {
  border-radius: unset;
  margin: 0;
}
.ui.cards.custom .card .image {
  background: transparent;
  border-radius: unset!important;
}
.ui.cards.custom .card .image .image.content {
  background: transparent;
  border-radius: unset!important;
  padding: 0;
}
.ui.cards.custom .card .image .content {
  padding: 25px;
  border-radius: unset!important;
}
.ui.cards.custom .card .ui.slide.active.reveal > .visible.content,
.ui.cards.custom .card .ui.slide.reveal:hover > .visible.content {
  -webkit-transform: translateX(-101%) !important;
  transform: translateX(-101%) !important;
}
.ui.cards.custom .card .extra.content {
  padding: 0;
}
.ui.card.full-width,
.ui.cards > .card.full-width {
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  width: unset;
}
.ui.card.full-width .image,
.ui.cards > .card.full-width .image {
  background: transparent;
  border-radius: unset!important;
}
.ui.card.full-width .image .image.content,
.ui.cards > .card.full-width .image .image.content {
  background: transparent;
  border-radius: unset!important;
  padding: 0;
}
.ui.card.full-width .image .content,
.ui.cards > .card.full-width .image .content {
  padding: 25px;
  border-radius: unset!important;
}
.ui.card.full-width .ui.slide.active.reveal > .visible.content,
.ui.cards > .card.full-width .ui.slide.active.reveal > .visible.content,
.ui.card.full-width .ui.slide.reveal:hover > .visible.content,
.ui.cards > .card.full-width .ui.slide.reveal:hover > .visible.content {
  -webkit-transform: translateX(-101%) !important;
  transform: translateX(-101%) !important;
}
.ui.card.full-width .extra.content,
.ui.cards > .card.full-width .extra.content {
  padding: 0;
}
#frameChoicesPage .ui.top.attached.tabular.menu .item {
  flex-direction: column;
  justify-content: space-between;
  font-weight: 100;
}
#frameChoicesPage .ui.top.attached.tabular.menu .item h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
#frameChoicesPage .ui.card.full-width .image .content {
  padding: 5px;
}
#reseller_modal .ui.checkbox input[type=checkbox],
#reseller_modal .ui.checkbox input[type=radio],
#reseller_modal .ui.radio.checkbox .box:before,
#reseller_modal .ui.radio.checkbox label:before,
#reseller_modal .ui.radio.checkbox .box:after,
#reseller_modal .ui.radio.checkbox label:after {
  width: 20px;
  height: 20px;
}
#illustrationsPage .ui.basic.segment.full-height {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#sylius-cart-items th.qty {
  min-width: 95px;
}
.button.fluid.full-height {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui.fullscreen.modal {
  left: unset!important;
}
.websitesNetwork .button .content {
  padding: 0;
}
.websitesNetwork .ui.animated.button:hover .hidden.content {
  right: -20px;
}
#hps_checkout label {
  display: block;
}
#hps_checkout input {
  max-width: 250px;
}
#hps_checkout span.error {
  margin-left: 10px;
  color: red;
}
#hps_checkout #form_card_expiry_month,
#hps_checkout #form_card_expiry_year {
  width: 130px;
  display: inline-block;
}
#hps_checkout #form_card_expiry_year {
  width: 100px;
}
#hps_checkout #form_card_cvc {
  width: 100px;
}
#hps_checkout #hps_submit {
  max-width: 250px;
}
.singleProduct .mainThumbnail {
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.singleProduct .thumbnails.cards {
  justify-content: center;
}
.singleProduct .thumbnails.cards .card {
  border-radius: unset;
  justify-content: center;
}
.singleProduct .thumbnails.cards .card .image {
  margin: 0 auto;
}
.singleProduct .thumbnails.cards .card .image img.ui.image {
  max-height: 80px;
}
.singleProduct .price {
  font-size: 0.8rem;
}
.singleProduct .price span {
  font-size: 1.1rem;
}
.ui.form .fields.one {
  flex-direction: column;
}
.ui.form .fields.one .field {
  margin-bottom: 10px;
}
.bundleProductSettings,
.polesProductSettings {
  display: none;
}
form[name="ban45_banner_width_modal_form"] .ui.error.message,
form[name="ban45_poles_banner_width_modal_form"] .ui.error.message {
  display: none!important;
}
.pallettopper-squareminiflip .button span {
  font-size: 0.8em;
}
@media screen and (max-height: 900px) {
  #leftSidebar .quick-contact {
    font-size: 90%;
    padding-left: 1rem;
    margin-right: 0;
  }
  #leftSidebar .quick-contact .toll-free-number {
    margin-bottom: 0;
    text-align: center;
  }
  #leftSidebar .quick-contact .extra {
    display: none;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  [class*="mobile hidden"],
  [class*="tablet only"]:not(.mobile),
  [class*="computer only"]:not(.mobile),
  [class*="large screen only"]:not(.mobile),
  [class*="widescreen only"]:not(.mobile),
  [class*="or lower hidden"] {
    display: none !important;
  }
  #wrap {
    padding-right: 0;
  }
  #topToolbar .item {
    padding: 0.92857143em 0.6em;
  }
  #topToolbar .item > .button {
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ui.container {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .text-column-1-3\@l {
    column-count: 1;
  }
  #footer {
    background-image: unset;
  }
  #footer .preFooter {
    padding: 35px;
  }
  #footer .preFooter h4 {
    text-align: center!important;
  }
  .ui[class*="very padded"].segment {
    padding: inherit;
  }
  body#desktoppers .ui.horizontal.divider {
    white-space: unset;
    display: block;
  }
  .mt-100 {
    margin-top: unset!important;
  }
  .mt65 {
    margin-top: unset!important;
  }
}
/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="mobile only"]:not(.tablet),
  [class*="tablet hidden"],
  [class*="computer only"]:not(.tablet),
  [class*="large screen only"]:not(.tablet),
  [class*="widescreen only"]:not(.tablet),
  [class*="or lower hidden"]:not(.mobile) {
    display: none !important;
  }
}
/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [class*="mobile only"]:not(.computer),
  [class*="tablet only"]:not(.computer),
  [class*="computer hidden"],
  [class*="large screen only"]:not(.computer),
  [class*="widescreen only"]:not(.computer),
  [class*="or lower hidden"]:not(.tablet):not(.mobile) {
    display: none !important;
  }
}
/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  [class*="mobile only"]:not([class*="large screen"]),
  [class*="tablet only"]:not([class*="large screen"]),
  [class*="computer only"]:not([class*="large screen"]),
  [class*="large screen hidden"],
  [class*="widescreen only"]:not([class*="large screen"]),
  [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  #modal_windspringflipupstand {
    width: 1280px;
  }
}
/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
  [class*="mobile only"]:not([class*="widescreen"]),
  [class*="tablet only"]:not([class*="widescreen"]),
  [class*="computer only"]:not([class*="widescreen"]),
  [class*="large screen only"]:not([class*="widescreen"]),
  [class*="widescreen hidden"],
  [class*="widescreen or lower hidden"] {
    display: none !important;
  }
}
@media print {
  body {
    overflow: auto!important;
  }
  #leftSidebar,
  #topToolbar,
  #footer,
  .ui.button {
    display: none!important;
  }
  #wrap {
    padding-top: 0;
    padding-right: 0;
    transform: unset!important;
    font-size: 80%!important;
    overflow: auto!important;
  }
  #wrap #container {
    width: 100%;
    font-size: 80%!important;
  }
  .ui.form input[type=number] {
    padding: 0!important;
  }
  .onlyPrint {
    display: block!important;
  }
  .pushable {
    overflow: visible!important;
  }
}
