body > main .d-none {
  display: none !important;
}
body > main .d-block {
  display: block;
}
body > main .d-block\! {
  display: block !important;
}
body > main .d-inline-block {
  display: inline-block;
}
body > main .d-flex {
  display: flex;
}
body > main .d-flex\! {
  display: flex !important;
}
body > main .d-table-cell {
  display: table-cell;
}
body > main .flex-column {
  flex-direction: column;
}
body > main .flex-column-reverse {
  flex-direction: column-reverse;
}
body > main .flex-row {
  flex-direction: row;
}
body > main .justify-evenly {
  justify-content: space-evenly !important;
}
body > main .justify-between {
  justify-content: space-between;
}
body > main .justify-center {
  justify-content: center;
}
body > main .justify-around {
  justify-content: space-around;
}
body > main .align-center {
  align-items: center;
}
body > main .grow {
  flex-grow: 1;
}
body > main .grow-0 {
  flex-grow: 0;
}
body > main .font-64 {
  font-size: 64px;
  line-height: 64px;
}
body > main .font-53 {
  font-size: 53px;
  line-height: 53px;
}
body > main .font-46 {
  font-size: 46px;
  line-height: 46px;
}
body > main .font-40 {
  font-size: 40px;
  line-height: 40px;
}
body > main .font-28 {
  font-size: 28px;
  line-height: 28px;
}
body > main .font-28\! {
  font-size: 28px !important;
  line-height: 28px !important;
}
body > main .font-24 {
  font-size: 24px;
  line-height: 24px;
}
body > main .font-21 {
  font-size: 21px;
  line-height: 21px;
}
body > main .font-20 {
  font-size: 20px;
  line-height: 20px;
}
body > main .font-16 {
  font-size: 16px;
  line-height: 16px;
}
body > main .font-14 {
  font-size: 14px;
  line-height: 14px;
}
body > main .line-44 {
  line-height: 44px;
}
body > main .line-42 {
  line-height: 42px;
}
body > main .line-34 {
  line-height: 34px;
}
body > main .line-29 {
  line-height: 29px;
}
body > main .line-22 {
  line-height: 22px;
}
body > main .line-12 {
  line-height: 12px;
}
body > main .font-light {
  font-weight: 300;
}
body > main .font-light\! {
  font-weight: 300 !important;
}
body > main .font-regular {
  font-weight: 400;
}
body > main .font-medium {
  font-weight: 500;
}
body > main .font-semibold {
  font-weight: 600;
}
body > main .font-bold {
  font-weight: 700;
}
body > main .font-bold\! {
  font-weight: 700 !important;
}
body > main .font-bolder {
  font-weight: 800;
}
body > main .font-black {
  font-weight: 900;
}
body > main .text-upper {
  text-transform: uppercase;
}
body > main .text-cap {
  text-transform: capitalize;
}
body > main .text-center {
  text-align: center;
}
body > main .text-left {
  text-align: left;
}
body > main .text-justify {
  text-align: justify;
  text-justify: inter-word;
}
body > main .ws-nowrap {
  white-space: nowrap;
}
body > main .text-underline {
  text-decoration: underline;
}
body > main .text-white {
  color: #fff;
}
body > main .text-white\! {
  color: #fff !important;
}
body > main .text-orange {
  color: #F58220;
}
body > main .text-blue {
  color: #0088CE;
}
body > main .text-dark-blue {
  color: #004F9D;
}
body > main .text-gray {
  color: #E9E9E9;
}
body > main .bg-orange {
  background-color: #F58220 !important;
}
body > main .bg-blue {
  background-color: #0088CE;
}
body > main .bg-dark-blue {
  background-color: #004F9D !important;
}
body > main .bg-gray {
  background-color: #E9E9E9;
}
body > main .bg-grad-blue {
  background: linear-gradient(to bottom, #0088ce 0%, #006394 100%);
}
body > main .fill-orange {
  fill: #F58220;
  stroke: #F58220;
}
body > main .fill-blue {
  fill: #0088CE;
  stroke: #0088CE;
}
body > main .shadow-1 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
body > main .shadow-light {
  box-shadow: 0 3px 3px 2px #dfdfdf;
}
body > main .w-100 {
  width: 100%;
}
body > main .w-95 {
  width: 95%;
}
body > main .w-60 {
  width: 60%;
}
body > main .max-w-100 {
  max-width: 100%;
}
body > main .h-100 {
  height: 100%;
}
body > main .w-25 {
  width: 25%;
}
body > main .w-25\! {
  width: 25% !important;
}
body > main .w-50 {
  width: 50%;
}
body > main .border-15 {
  border-radius: 15px;
}
body > main .border-card {
  border-top-right-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
}
body > main .m-auto {
  margin: auto;
}
body > main .mt-auto {
  margin-top: auto;
}
body > main .mr-auto {
  margin-right: auto;
}
body > main .mb-auto {
  margin-bottom: auto;
}
body > main .ml-auto {
  margin-left: auto;
}
body > main .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body > main .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body > main .m-0 {
  margin: 0;
}
body > main .mt-0 {
  margin-top: 0 !important;
}
body > main .mr-0 {
  margin-right: 0;
}
body > main .mb-0 {
  margin-bottom: 0 !important;
}
body > main .ml-0 {
  margin-left: 0;
}
body > main .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
body > main .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
body > main .p-0 {
  padding: 0;
}
body > main .pt-0 {
  padding-top: 0;
}
body > main .pr-0 {
  padding-right: 0;
}
body > main .pb-0 {
  padding-bottom: 0;
}
body > main .pl-0 {
  padding-left: 0;
}
body > main .px-0 {
  padding-left: 0;
  padding-right: 0;
}
body > main .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
body > main .m-1 {
  margin: 8px;
}
body > main .mt-1 {
  margin-top: 8px;
}
body > main .mr-1 {
  margin-right: 8px;
}
body > main .mb-1 {
  margin-bottom: 8px;
}
body > main .ml-1 {
  margin-left: 8px;
}
body > main .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
body > main .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body > main .p-1 {
  padding: 8px;
}
body > main .pt-1 {
  padding-top: 8px;
}
body > main .pr-1 {
  padding-right: 8px;
}
body > main .pb-1 {
  padding-bottom: 8px;
}
body > main .pl-1 {
  padding-left: 8px;
}
body > main .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
body > main .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body > main .m-2 {
  margin: 16px;
}
body > main .mt-2 {
  margin-top: 16px;
}
body > main .mr-2 {
  margin-right: 16px;
}
body > main .mb-2 {
  margin-bottom: 16px;
}
body > main .ml-2 {
  margin-left: 16px;
}
body > main .mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
body > main .my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
body > main .p-2 {
  padding: 16px;
}
body > main .pt-2 {
  padding-top: 16px;
}
body > main .pr-2 {
  padding-right: 16px;
}
body > main .pb-2 {
  padding-bottom: 16px;
}
body > main .pl-2 {
  padding-left: 16px;
}
body > main .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
body > main .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body > main .m-3 {
  margin: 24px;
}
body > main .mt-3 {
  margin-top: 24px;
}
body > main .mr-3 {
  margin-right: 24px;
}
body > main .mb-3 {
  margin-bottom: 24px;
}
body > main .mb-3\! {
  margin-bottom: 24px !important;
}
body > main .ml-3 {
  margin-left: 24px;
}
body > main .mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
body > main .my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
body > main .p-3 {
  padding: 24px;
}
body > main .pt-3 {
  padding-top: 24px;
}
body > main .pr-3 {
  padding-right: 24px;
}
body > main .pb-3 {
  padding-bottom: 24px;
}
body > main .pl-3 {
  padding-left: 24px;
}
body > main .px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
body > main .py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body > main .m-4 {
  margin: 40px;
}
body > main .mt-4 {
  margin-top: 40px;
}
body > main .mr-4 {
  margin-right: 40px;
}
body > main .mb-4 {
  margin-bottom: 40px;
}
body > main .ml-4 {
  margin-left: 40px;
}
body > main .mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}
body > main .my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body > main .p-4 {
  padding: 40px;
}
body > main .pt-4 {
  padding-top: 40px;
}
body > main .pr-4 {
  padding-right: 40px;
}
body > main .pb-4 {
  padding-bottom: 40px;
}
body > main .pl-4 {
  padding-left: 40px;
}
body > main .px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
body > main .py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body > main .m-5 {
  margin: 80px;
}
body > main .mt-5 {
  margin-top: 80px;
}
body > main .mr-5 {
  margin-right: 80px;
}
body > main .mb-5 {
  margin-bottom: 80px;
}
body > main .ml-5 {
  margin-left: 80px;
}
body > main .mx-5 {
  margin-left: 80px;
  margin-right: 80px;
}
body > main .my-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}
body > main .p-5 {
  padding: 80px;
}
body > main .pt-5 {
  padding-top: 80px;
}
body > main .pr-5 {
  padding-right: 80px;
}
body > main .pb-5 {
  padding-bottom: 80px;
}
body > main .pl-5 {
  padding-left: 80px;
}
body > main .px-5 {
  padding-left: 80px;
  padding-right: 80px;
}
body > main .py-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
body > main .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body > main .ql-align-center {
  text-align: center !important;
}
body > main .ql-align-right {
  text-align: right !important;
}
body > main .ql-align-justify {
  text-align: justify !important;
}
@media (max-width: 991px) {
  body > main .md\:w-95 {
    width: 95%;
  }
  body > main .md\:w-95\! {
    width: 95% !important;
  }
  body > main .md\:w-60 {
    width: 60%;
  }
  body > main .md\:w-60\! {
    width: 60% !important;
  }
  body > main .md\:font-40 {
    font-size: 40px;
  }
  body > main .md\:font-28 {
    font-size: 28px;
  }
  body > main .md\:font-24 {
    font-size: 24px;
  }
  body > main .md\:font-24\! {
    font-size: 24px !important;
  }
  body > main .md\:line-34 {
    line-height: 34px;
  }
  body > main .md\:line-34\! {
    line-height: 34px !important;
  }
  body > main .md\:text-upper {
    text-transform: uppercase;
  }
  body > main .md\:text-upper\! {
    text-transform: uppercase !important;
  }
  body > main .md\:text-center {
    text-align: center;
  }
  body > main .md\:d-flex {
    display: flex;
  }
  body > main .md\:flex-column {
    flex-direction: column;
  }
  body > main .md\:align-center {
    align-items: center;
  }
}
@media (max-width: 600px) {
  body > main .sm\:w-100 {
    width: 100%;
  }
  body > main .sm\:w-100\! {
    width: 100% !important;
  }
}

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;
}
main h2 {
  font-size: 16px !important;
}
main h3 {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

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 > #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 > main .blog-page p {
  margin-top: 0;
}
body > main .blog-page a, body > main .blog-page .link, body > 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 > main .blog-page .myButton {
  background: #f58220 !important;
  color: #fff !important;
  padding: 13px 20px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  font-weight: 800 !important;
  text-decoration: none !important;
}
body > main .blog-page .myButton:hover {
  filter: brightness(1.05);
}
body > main .blog-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
body > main .blog-page table th, body > main .blog-page table td {
  border: 1px solid #000;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
body > main .blog-page .cb-image {
  display: inline-block;
  max-width: 33%;
}
body > main .blog-page .cb-image img {
  max-width: 100%;
  height: auto;
}
body > main .blog-page .cb-image figcaption {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}
body > main .blog-page .cb-btn {
  padding: 13px 20px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  font-weight: 800 !important;
  text-decoration: none !important;
  color: #fff !important;
}
body > main .blog-page .cb-btn:hover {
  filter: brightness(1.05);
}
body > main .blog-page .cb-btn-primary {
  background: #f58220 !important;
}
body > main .blog-page .cb-btn-secondary {
  background: #0088ce !important;
}
body > main .blog-page a:hover, body > main .blog-page .link:hover, body > main .blog-page .alink:hover {
  color: #f58220;
}

@media (max-width: 767px) {
  .navigation, .breadcrumbs .items, .page-header .header.panel, .header.content, .page-wrapper > .widget, .page-wrapper > .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-content {
  max-width: 92%;
  width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.post-content p {
  line-height: 1.7;
}
.post-content ul, .post-content ol {
  padding-left: 38px;
}
.post-content ul li:not(:last-child), .post-content ol li:not(:last-child) {
  margin-bottom: 4px;
}

.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 > 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 > label, .hs-form .hs-fieldtype-text > label span, .hs-form .hs-fieldtype-textarea > label, .hs-form .hs-fieldtype-textarea > label span, .hs-form .hs-fieldtype-select > label, .hs-form .hs-fieldtype-select > 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 > 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 > div div.input {
  margin-right: 0;
}

.blog-newsletter-container .hs-form .form-columns-1 > 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 > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px 10px;
}

table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > 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;
}

.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 > 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 */
