<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #353535;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px;
}

main {
  background-color: #f9f9f9;
}

body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body label a, body span a, body p a, body li a {
  font-size: inherit;
}

body small a, body .small a {
  font-size: 10px;
  line-height: 12px;
}

img, .img, .image {
  height: auto;
  width: auto;
}

main {
  text-align: center;
}

main &gt; #sns_main, .breadcrumbs {
  text-align: left;
}

#sns_main {
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 199px);
  position: relative;
  transition: z-index 1s step-end;
  padding-top: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  width: 1500px;
}
#sns_main .custom-html .backbutton a {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #0088ce;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#sns_main .custom-html .backbutton a:hover {
  color: #f58220;
}

body &gt; main .blog-page p {
  margin-top: 0;
}
body &gt; main .blog-page a, body &gt; main .blog-page .link, body &gt; main .blog-page .alink {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #0088ce;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
body &gt; main .blog-page .myButton {
  font-weight: 800 !important;
  text-decoration: none !important;
}
body &gt; main .blog-page .myButton:hover {
  filter: brightness(1.05);
}
body &gt; main .blog-page a:hover, body &gt; main .blog-page .link:hover, body &gt; main .blog-page .alink:hover {
  color: #f58220;
}

@media (max-width: 767px) {
  .navigation, .breadcrumbs .items, .page-header .header.panel, .header.content, .page-wrapper &gt; .widget, .page-wrapper &gt; .page-bottom, .block.category.event, .top-container, .vcp-banner-container.content-container, .jpp-slider-wrapper .content-wrapper, #sns_main {
    margin-left: 15px;
    margin-right: 15px;
    max-width: -webkit-calc(100% - 32px);
    max-width: calc(100% - 32px);
    width: 1500px;
  }
}
@media (min-width: 992px) {
  .columns-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-title-card h1 {
    font-size: 40px;
    margin: 24px 0;
  }
}
@media (max-width: 1200px) {
  .columns-wrapper {
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  #sns_main {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .columns-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    width: -webkit-calc(70.83333% - 10px);
    width: calc(70.83333% - 10px);
    float: right;
  }
}
.columns-wrapper {
  border-top: 8px solid #0088ce;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 20px 20px 80px;
  margin-left: auto;
  margin-bottom: 100px;
}

.columns-wrapper p a {
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #0088ce;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.columns-wrapper p a:hover {
  color: #f58220;
}

.columns-wrapper ul {
  list-style-type: disc;
}

.columns-wrapper ul li {
  margin-bottom: 10px;
}

.columns-wrapper ul li a {
  text-decoration: underline !important;
  color: #0088ce;
  line-height: 20px;
  font-size: 16px;
}

.columns-wrapper ul li::marker {
  font-size: 16px;
  line-height: 24px;
}

.columns-wrapper ul li a:hover {
  color: #f58220;
}

.page-title-card h1 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #0088ce;
  font-weight: 800;
  text-transform: initial;
  line-height: 120%;
}

div[data-content-type=row][data-appearance=contained][data-element=main] {
  max-width: 92%;
  width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

div[data-content-type=row][data-appearance=contained][data-element=main] p {
  line-height: 1.7;
}

.post-image {
  max-width: 100%;
}

.post-image img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1366px) {
  .title-card {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .title-card {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .sidebar-main {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: -webkit-calc(29.16667% - 10px);
    width: calc(29.16667% - 10px);
  }
}
.sidebar-main {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  order: 1;
}

.blog-newsletter-container {
  background-color: #e2dfdd;
  padding: 15px;
}

.blog-newsletter-container .heading {
  border-bottom: 1px solid #f58220;
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 800;
}

.blog-newsletter-container .description {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}

.blog-newsletter-container .hs-form {
  margin: 0;
}

input:not(:-webkit-autofill), select:not(:-webkit-autofill) {
  -webkit-animation-name: onAutoFillCancel;
  animation-name: onAutoFillCancel;
}

input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.blog-newsletter-container .hs-form .form-columns-2 &gt; div {
  width: 100% !important;
  margin-bottom: 0;
}

.hs-form .hs-fieldtype-text, .hs-form .hs-fieldtype-textarea, .hs-form .hs-fieldtype-select {
  position: relative;
  z-index: auto;
}

.hs-form .hs-fieldtype-text &gt; label, .hs-form .hs-fieldtype-text &gt; label span, .hs-form .hs-fieldtype-textarea &gt; label, .hs-form .hs-fieldtype-textarea &gt; label span, .hs-form .hs-fieldtype-select &gt; label, .hs-form .hs-fieldtype-select &gt; label span {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 20px !important;
}

.hs-form .hs-fieldtype-text legend.hs-field-desc, .hs-form .hs-fieldtype-textarea legend.hs-field-desc, .hs-form .hs-fieldtype-select legend.hs-field-desc {
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 0;
  float: right;
  text-align: right;
  margin-right: 10px;
  padding-top: 14px;
  max-width: 80%;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
}

.blog-newsletter-container .hs-form .form-columns-2 &gt; div div.input {
  margin-right: 0;
}

.hs-form .hs-fieldtype-text .input, .hs-form .hs-fieldtype-textarea .input, .hs-form .hs-fieldtype-select .input {
  position: relative;
  z-index: auto;
}

.hs-form .hs-error-msgs {
  position: relative;
  z-index: auto;
  list-style: none;
  margin: 0;
}

.blog-newsletter-container .hs-form .form-columns-2 .inputs-list li {
  height: auto !important;
}

.hs-form .hs-error-msgs li {
  margin: 0;
}

.blog-newsletter-container .hs-form label.hs-error-msg {
  font-family: "proxima-nova";
}

.hs-form .hs-error-msgs li label {
  position: absolute !important;
  left: 0;
}

.blog-newsletter-container .hs-form input.hs-input, .blog-newsletter-container .hs-form textarea.hs-input {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0);
}

.hs-form .hs-input {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

form.hs-form .hs-fieldtype-text.input-active label, form.hs-form .hs-fieldtype-text.input-active label span, form.hs-form .hs-fieldtype-text.input-filled label, form.hs-form .hs-fieldtype-text.input-filled label span, form.hs-form .hs-fieldtype-textarea.input-active label, form.hs-form .hs-fieldtype-textarea.input-active label span, form.hs-form .hs-fieldtype-textarea.input-filled label, form.hs-form .hs-fieldtype-textarea.input-filled label span, form.hs-form .hs-fieldtype-select.input-active label, form.hs-form .hs-fieldtype-select.input-active label span, form.hs-form .hs-fieldtype-select.input-filled label, form.hs-form .hs-fieldtype-select.input-filled label span {
  color: #000;
}

form.hs-form .hs-fieldtype-text.input-active label .hs-form-required, form.hs-form .hs-fieldtype-text.input-filled label .hs-form-required, form.hs-form .hs-fieldtype-textarea.input-active label .hs-form-required, form.hs-form .hs-fieldtype-textarea.input-filled label .hs-form-required, form.hs-form .hs-fieldtype-select.input-active label .hs-form-required, form.hs-form .hs-fieldtype-select.input-filled label .hs-form-required {
  color: #0088ce;
}

.hs-form .hs-fieldtype-text.input-active label, .hs-form .hs-fieldtype-text.input-filled label, .hs-form .hs-fieldtype-textarea.input-active label, .hs-form .hs-fieldtype-textarea.input-filled label, .hs-form .hs-fieldtype-select.input-active label, .hs-form .hs-fieldtype-select.input-filled label {
  transform: translateY(6px);
  opacity: 1;
}

.hs-form .hs-fieldtype-text.input-active label, .hs-form .hs-fieldtype-text.input-filled label, .hs-form .hs-fieldtype-textarea.input-active label, .hs-form .hs-fieldtype-textarea.input-filled label, .hs-form .hs-fieldtype-select.input-active label, .hs-form .hs-fieldtype-select.input-filled label {
  transform: translateY(6px);
  opacity: 1;
}

.hs-form .hs-fieldtype-text.input-filled .hs-input, .hs-form .hs-fieldtype-textarea.input-filled .hs-input, form.hs-form .hs-fieldtype-select.input-filled .hs-input {
  border-color: #68bb5b;
}

.blog-newsletter-container .hs-form .form-columns-1 &gt; div div.input {
  margin-right: 0;
}

.blog-newsletter-container .hs-form .form-columns-1 &gt; div {
  width: 100%;
}

.blog-newsletter-container form .legal-consent-container {
  padding-right: 0;
  margin: 0 !important;
}

.blog-newsletter-container .legal-consent-container p {
  font-size: 10px;
  line-height: 1.2;
  font-style: italic;
}

.blog-newsletter-container form .legal-consent-container .hs-richtext p {
  margin: 0 !important;
  padding-right: 0;
  line-height: 1.4;
}

.blog-newsletter-container form .actions {
  margin: 0;
  padding-left: 0;
}

.hs-form .hs-submit .actions input[type=submit] {
  font-weight: 800;
  text-decoration: none !important;
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px !important;
  line-height: 100%;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #0088ce !important;
  border: 1px solid #0088ce !important;
}

.blog-newsletter-container form .actions .hs-button {
  background-image: none;
  -webkit-box-shadow: 0 0 12px rgba(2, 2, 2, 0);
  box-shadow: 0 0 12px rgba(2, 2, 2, 0);
  min-width: 160px;
}

.hs-form .hs-submit .actions input[type=submit]:hover, .hs-form .hs-submit .actions input[type=submit]:focus {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #1e95d4 !important;
}

.hs-fieldtype-text {
  margin-left: 0 !important;
}

.form-container .submitted-message p {
  margin-block-start: 0;
  margin-block-end: 10px;
  font-size: 16px;
}

body h2 {
  font-weight: 800;
  color: #353535;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body h2 {
    font-size: 32px;
    margin: 24px 0;
  }
}
.blog-page .youtube-embed {
  position: relative;
  z-index: auto;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-page .youtube-embed iframe {
  position: absolute;
  z-index: auto;
  width: 100%;
  height: 100%;
}

body h3 {
  font-weight: 800;
  color: #353535;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body h3 {
    font-size: 28px;
    margin: 24px 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

table &gt; thead &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; th, table &gt; thead &gt; tr &gt; td, table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; td {
  padding: 8px 10px;
}

table &gt; tbody &gt; tr &gt; th, table &gt; tfoot &gt; tr &gt; th, table &gt; tbody &gt; tr &gt; td, table &gt; tfoot &gt; tr &gt; td {
  vertical-align: top;
}

.blog-page table td p {
  font-size: 14px;
  line-height: 1.7;
  margin-block-end: 10px;
  margin-block-start: 0;
  margin-bottom: 10px;
}

body h5 {
  font-weight: 800;
  color: #353535;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none;
  }
}
.pagebuilder-column img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}

.blog-post-create-custom-dimensional-photography-gifts-for-your-customers-with-chromaluxe-sublimation-panels .pagebuilder-column div[data-element=main] p {
  display: flex;
  flex-direction: column;
}

.pagebuilder-column figure figcaption {
  font-size: 10px;
}

@media (max-width: 768px) {
  .blog-page .pagebuilder-column {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
}
.columns-wrapper .post-header {
  position: relative;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: auto;
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
  padding: 0 2px;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
  float: left;
}

.addthis_toolbox a {
  margin-bottom: 5px;
  line-height: initial;
}

.at300b, .at300bo, .at300bs, .at300m {
  cursor: pointer;
}

.post-bottom {
  margin-top: 30px;
}

.post-bottom .post-nextprev-hld {
  margin-bottom: 30px;
}

.post-bottom .nextprev-link {
  font-weight: 800;
  text-decoration: none !important;
  -webkit-transition: 0.24s;
  transition: 0.24s;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px !important;
  line-height: 100%;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #fff !important;
  border: 2px solid #0088ce !important;
  color: #0088ce;
}

.post-bottom .nextprev-link span {
  font-weight: 800;
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #0088ce;
}

.post-bottom .nextprev-link:hover, .post-bottom .nextprev-link:focus {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #0088ce !important;
  color: #fff;
}

.post-bottom .nextprev-link:hover span, .post-bottom .nextprev-link:focus span {
  -webkit-transition: all 0.24s ease, height 0s;
  transition: all 0.24s ease, height 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}

.post-bottom .post-nextprev-hld .prev-link {
  float: left;
}

.post-bottom .post-nextprev-hld .next-link {
  float: right;
}

.clearfix::after, .grid-container::after {
  clear: both;
  content: "";
  display: table;
}

.post-bottom .block {
  margin-bottom: 30px;
}

.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset &gt; div {
  overflow: hidden;
}

.post-bottom .post-comments {
  margin-right: 20px;
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}

body.plugin {
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.28;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea {
  font-size: 11px;
}

._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

._ohe {
  float: left;
}

.lfloat {
  float: left;
}

._50f7 {
  font-weight: 600;
}

._ohf {
  float: right;
}

._3-8_ {
  margin-right: 4px;
}

._6b {
  vertical-align: middle;
}

._6a {
  display: inline-block;
}

._2agf._4o_4 {
  display: inline-flex;
}

._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

._4jy3, ._4jy3._42fr:active, ._4jy3._42fr._42fs {
  line-height: 22px;
}

._517h, ._59pe:focus, ._59pe:hover {
  background-color: #f5f6f7;
  border-color: #ccd0d5;
  color: #4b4f56;
}

._4jy0 {
  transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

._2agf {
  word-wrap: normal;
}

._4jy0:before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.post-info {
  padding: 0 0 30px;
}

.post-info * {
  font-size: 14px !important;
}

.post-info .item {
  display: inline-block;
}

.post-info .label {
  font-weight: 700;
}

.post-info a {
  text-decoration: none !important;
  color: #0088ce;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.24s ease, height 0s;
}

.post-info a:hover {
  color: #f58220;
}

.post-info .item:nth-child(1):after, .post-info .item:nth-child(2):after {
  display: inline-block;
  content: " | ";
  color: #b9b9b9;
}

.pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.pagebuilder-video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-post-how-to-sublimate-plastic-bag-tag, .blog-post-how-to-sublimate-gloss-metal-print {
  font-size: 16px;
}
.blog-post-how-to-sublimate-plastic-bag-tag .post-ftimg-hld, .blog-post-how-to-sublimate-gloss-metal-print .post-ftimg-hld {
  display: none !important;
}

.pagebuilder-button-primary {
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #0088ce !important;
  border: 1px solid #0088ce !important;
  color: #fff !important;
  font-size: 14px !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 10px 10px 0;
}
.pagebuilder-button-primary:hover {
  background-color: #1e95d4 !important;
}

.pagebuilder-button-secondary {
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #f58220 !important;
  border: 1px solid #f58220 !important;
  font-size: 14px !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 10px 10px 0;
}
.pagebuilder-button-secondary:hover {
  background-color: #f6913a !important;
}

.blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=VQ6RRFM] {
  display: block;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=RFX8BIO] {
  font-size: 22px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=RFX8BIO] {
    font-size: 28px;
  }
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=BMFMNSO] {
  margin-bottom: 30px;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=W168LBM] {
  margin-bottom: 8px;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=HK85N4W], .blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=IHUB2GD], .blog-post-how-to-sublimate-hardboard-coaster #sns_main [data-pb-style=GLDOMXX] {
  margin-bottom: 0;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main div[data-content-type=text] {
  line-height: 23.8px;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main .post-ftimg-hld {
  display: none;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main .pagebuilder-button-primary, .blog-post-how-to-sublimate-hardboard-coaster #sns_main .pagebuilder-button-secondary {
  text-decoration: none !important;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main .pagebuilder-button-primary span, .blog-post-how-to-sublimate-hardboard-coaster #sns_main .pagebuilder-button-secondary span {
  font-weight: 800;
  font-size: 16px;
}
.blog-post-how-to-sublimate-hardboard-coaster #sns_main .pagebuilder-button-secondary span {
  color: #fff;
}

/*# sourceMappingURL=blog-pages.css.map */
</pre></body></html>