.background-dark {
  background-color: #58595b; }

.background-orange {
  background-color: #f05323; }

/* gray-based */
/* red based */
/* blue based */
/* tinyprints colors */
.uig-button {
  display: inline-block;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  padding: 12px 24px 12px 24px;
  min-width: 32px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
  .uig-button svg {
    vertical-align: middle;
    width: 15px;
    height: 15px; }
  .uig-button .uig-svg-icon + span {
    margin-left: 8px; }
  .uig-button.disabled {
    pointer-events: none;
    cursor: default; }
  .uig-button:link, .uig-button:visited, .uig-button:hover, .uig-button:active, .uig-button:focus {
    text-decoration: none; }

.uig-primary-button {
  background-color: #F05323;
  border-width: 0; }
  .uig-primary-button path {
    fill: #fff; }
  .uig-primary-button:hover, .uig-primary-button._hover, .uig-primary-button:active, .uig-primary-button._active, .uig-primary-button:focus, .uig-primary-button._focus {
    color: white;
    background-color: #dc4405; }
  .uig-primary-button.disabled {
    background-color: #faccbd; }

a.uig-primary-button:active {
  color: white; }

.brand-TP .uig-primary-button {
  background-color: #00a4b5; }
  .brand-TP .uig-primary-button:hover, .brand-TP .uig-primary-button._hover {
    background-color: #008f9e; }
  .brand-TP .uig-primary-button:active, .brand-TP .uig-primary-button._active {
    background-color: #007f8d; }
  .brand-TP .uig-primary-button.disabled {
    background-color: #88c8d8; }

.uig-secondary-button {
  color: #58595B;
  background-color: white;
  border: solid 1px #c6c7c9; }
  .uig-secondary-button:hover, .uig-secondary-button._hover {
    color: #F05323;
    border: solid 1px #F05323; }
    .uig-secondary-button:hover path, .uig-secondary-button._hover path {
      fill: #F05323; }
  .uig-secondary-button:active, .uig-secondary-button._active {
    color: #dc4405;
    border: solid 1px #dc4405; }
    .uig-secondary-button:active path, .uig-secondary-button._active path {
      fill: #dc4405; }
  .uig-secondary-button.disabled {
    color: #d5d6d6;
    border: solid 1px #ddddde; }
    .uig-secondary-button.disabled path {
      fill: #d5d6d6; }

.brand-TP .uig-secondary-button:hover, .brand-TP .uig-secondary-button._hover {
  color: #00a4b5;
  border-color: #00a4b5; }
  .brand-TP .uig-secondary-button:hover path, .brand-TP .uig-secondary-button._hover path {
    fill: #00a4b5; }

.brand-TP .uig-secondary-button:active, .brand-TP .uig-secondary-button._active {
  color: #007f8d;
  border-color: #007f8d; }
  .brand-TP .uig-secondary-button:active path, .brand-TP .uig-secondary-button._active path {
    fill: #007f8d; }

.uig-tertiary-link {
  color: #1aaeba;
  font-size: 13px;
  font-weight: 500;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
  text-transform: none;
  cursor: pointer; }
  .uig-tertiary-link:hover, .uig-tertiary-link._hover {
    text-decoration: underline; }
  .uig-tertiary-link:active, .uig-tertiary-link._active {
    text-decoration: underline;
    color: #138f99; }
  .uig-tertiary-link.disabled {
    color: #90d8de;
    cursor: default; }
    .uig-tertiary-link.disabled:hover {
      text-decoration: none; }

.background-dark .uig-primary-button {
  color: white;
  background-color: #818284; }
  .background-dark .uig-primary-button:hover, .background-dark .uig-primary-button._hover {
    color: #F05323;
    background-color: #cdcdce; }
  .background-dark .uig-primary-button:active, .background-dark .uig-primary-button._active {
    color: #dc4405;
    background-color: #e6e6e6; }
  .background-dark .uig-primary-button.disabled {
    color: #949496;
    background-color: #676769; }

.background-dark .uig-secondary-button {
  color: white;
  background-color: #5f6163;
  border: solid 1px #929395; }
  .background-dark .uig-secondary-button:hover, .background-dark .uig-secondary-button._hover {
    background-color: #818284;
    border: solid 1px #dcdee0; }
  .background-dark .uig-secondary-button:active, .background-dark .uig-secondary-button._active {
    background-color: #929294;
    border: solid 1px #dddfe1; }
  .background-dark .uig-secondary-button.disabled {
    color: #afb0b1;
    background-color: #5f6163;
    border: solid 1px #848788; }

.background-dark .uig-tertiary-link:active, .background-dark .uig-tertiary-link._active {
  color: #90d8de; }

.background-dark .uig-tertiary-link.disabled {
  color: #949496; }

.background-orange .uig-primary-button {
  color: #F05323;
  background-color: #fcdcd3; }
  .background-orange .uig-primary-button:hover, .background-orange .uig-primary-button._hover {
    background-color: #fdeee9; }
  .background-orange .uig-primary-button:active, .background-orange .uig-primary-button._active {
    background-color: white; }
  .background-orange .uig-primary-button.disabled {
    background-color: #f48664; }

.background-orange .uig-secondary-button {
  color: white;
  background-color: #f05a2e;
  border: solid 1px #e98f74; }
  .background-orange .uig-secondary-button:hover, .background-orange .uig-secondary-button._hover {
    background-color: #f37e5a;
    border: solid 1px #dcdddf; }
  .background-orange .uig-secondary-button:active, .background-orange .uig-secondary-button._active {
    background-color: #f58e6f;
    border: solid 1px #dddfe1; }
  .background-orange .uig-secondary-button.disabled {
    color: #f7ad96;
    background-color: #f05a2e;
    border: solid 1px #ea8263; }

.background-orange .uig-tertiary-link {
  color: white; }
  .background-orange .uig-tertiary-link.disabled {
    color: #f9beac; }

.badge-count {
  border-radius: 100px;
  background-color: #f05323;
  padding: 2px 4px 2px 4px; }

.uig-button .badge-count {
  background-color: #fff;
  color: #f05323; }

.brand-TP .uig-button .badge-count {
  color: black; }

/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

.marquee-wrapper {
  position: relative;
  overflow: hidden;
}

.marquee-wrapper .marquee {
  margin: 0;
}

.marquee-wrapper img {
  max-width: 100%;
}

.marquee-wrapper .marquee-cta {
  top: 2%;
  color: #2d3137;
  width: 320px;
}

.marquee-wrapper .marquee-cta .marquee-title,
.marquee-wrapper .marquee-cta .marquee-sub-title,
.marquee-wrapper .marquee-cta h2.marquee-title {
  font-size: 24px !important;
  font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.17em;
}

.marquee-wrapper .marquee-cta .btn {
  padding: 20px 0px;
}

@media (min-width: 1600px) {
  .marquee-wrapper .marquee-cta {
    width: 480px;
  }

  .marquee-wrapper .marquee-cta .marquee-title,
  .marquee-wrapper .marquee-cta .marquee-sub-title,
  .marquee-wrapper .marquee-cta h2.marquee-title {
    font-size: 28px !important;
    line-height: 1.14em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .marquee-wrapper .marquee-cta {
    width: 260px;
  }

  .marquee-wrapper .marquee-cta .marquee-title,
  .marquee-wrapper .marquee-cta .marquee-sub-title,
  .marquee-wrapper .marquee-cta h2.marquee-title {
    font-size: 18px !important;
    line-height: 1.22em;
  }
}

@media (min-width: 768px) {
  .marquee-wrapper .marquee-cta {
    position: absolute;
    left: 2%;
  }
}

@media (max-width: 767px) {
  .marquee-wrapper .marquee-cta {
    margin-top: 3px;
    text-align: center;
    width: 100%;
  }

  .marquee-wrapper .marquee-cta .marquee-title {
    font-size: 14px;
    margin-top: 10px;
    color: #2d3137 !important;
  }

  .marquee-wrapper .marquee-cta .btn {
    padding: 15px 0px 20px;
  }

  .marquee-wrapper .marquee-cta .btn .uig-primary-button {
    color: #2d3137 !important;
    font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
    padding: 0;
  }

  .marquee-wrapper .marquee-cta .btn .uig-primary-button,
  .marquee-wrapper .marquee-cta .btn .uig-primary-button:hover {
    background-color: transparent !important;
  }
}

.mini-calendar {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}

.mini-calendar .month-list {
  width: 122px;
  margin-right: 10px;
}

.mini-calendar .month-list,
.mini-calendar .year-list {
  margin-bottom: 10px;
}

.mini-calendar .year-list,
.mini-calendar .shorthand-month {
  width: 92px;
}

.mini-calendar label {
  margin-right: 10px;
}

.mini-calendar .dropdown-container .dropdown-display {
  background-color: #FFF;
}

.mini-calendar .dropdown-container .dropdown-list {
  z-index: 1;
}

.mini-calendar .dropdown-container .dropdown-list .dropdown-list-items {
  max-height: 180px;
  overflow: auto;
}

.cat-footer {
  color: #58595B;
  margin: auto 20%;
}

.cat-footer .heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.cat-footer .heading,
.cat-footer h4,
.cat-footer p {
  font-size: 13px;
}

.cat-footer .description {
  line-height: 1.54em;
}

.cat-footer .description h4,
.cat-footer .description p {
  margin: 0;
}

.cat-footer .description h4 {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.cat-footer .description p {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .cat-footer {
    margin: auto 8%;
  }
}

@media (max-width: 1199px) {
  .cat-footer {
    margin: auto 1%;
  }
}

.promo-well {
  position: absolute;
  top: 30%;
  right: 10px;
  font-family: "Avenir LT W01 45 Book", Verdana, Arial, sans-serif;
}

.promo-well .promo-well-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.promo-well .promo-well-main .offer-text {
  font-size: 24px;
  padding: 0px 15px 10px 15px;
  line-height: 1.13em;
  color: #585B58;
}

.promo-well .promo-well-main .offer-code-text {
  color: #000;
  padding: 10px 15px;
  font-size: 16px;
}

.promo-well .promo-well-main .see-offer-details-text {
  font-family: "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
  font-size: 12px;
}

.promo-well .promo-well-main a {
  color: #000;
  text-decoration: none;
}

.promo-well .promo-well-main div:last-child {
  padding: 10px 15px 0px 15px;
}

@media (max-width: 1199px) {
  .promo-well {
    top: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .promo-well .promo-well-main {
    width: 238px;
    height: 207px;
  }

  .promo-well .promo-well-main .offer-text {
    width: 220px;
    line-height: 1.17em;
  }

  .promo-well .promo-well-main .offer-code-text {
    width: 203px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .promo-well .promo-well-main {
    width: 187px;
    height: 189px;
  }

  .promo-well .promo-well-main .offer-text,
  .promo-well .promo-well-main h2.offer-text {
    font-size: 18px !important;
    line-height: 1.2em;
  }

  .promo-well .promo-well-main .offer-code-text {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .promo-well .promo-well-main .offer-code-text {
    line-height: 1.38em;
  }
}

@media (max-width: 991px) {
  .promo-well {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .promo-well .promo-well-main {
    width: 295px;
    height: 207px;
  }

  .promo-well h2.offer-text {
    font-size: 24px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .promo-well .promo-well-main .offer-text {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (max-width: 479px) {
  .promo-well .promo-well-main .offer-text {
    font-size: 15px;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .promo-well {
    position: static;
    margin-bottom: 2%;
  }

  .promo-well .promo-well-main {
    background-color: #F9FAFC;
  }

  .promo-well .promo-well-main .offer-text,
  .promo-well .promo-well-main h2.offer-text {
    font-size: 15px !important;
    padding: 10px 15px 5px 15px;
    line-height: 1.2em;
  }

  .promo-well .promo-well-main .offer-code-text {
    font-size: 13px;
    padding: 0px 15px 5px 15px;
  }

  .promo-well .promo-well-main .offer-code-text br {
    display: none;
  }

  .promo-well .promo-well-main div:last-child {
    padding: 0px 15px 10px 15px;
  }
}

.promo-banner-top,
.promo-banner-bottom {
  text-align: center;
  padding: 0px;
}

.promo-banner-top {
  margin-bottom: 2px;
}

.promo-banner-bottom {
  margin-top: 2px;
}

@media (max-width: 767px) {
  .promo-banner-top,
  .promo-banner-bottom {
    display: none;
  }
}

.border-box,
div.dropdown-container > div.dropdown-display,
div.dropdown-container > div.dropdown-display > span,
div.dropdown-container > div.dropdown-list > div,
div.dropdown-container > div.dropdown-list > div > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.item-label,
div.dropdown-container > div.dropdown-display .drop-down-label,
div.dropdown-container > div.dropdown-display .drop-down-list-item,
div.dropdown-container > div.dropdown-list > div > div > * {
  display: flex;
  padding-right: 15px;
}

.item-label .item-left,
div.dropdown-container > div.dropdown-display .drop-down-label .item-left,
div.dropdown-container > div.dropdown-display .drop-down-list-item .item-left,
div.dropdown-container > div.dropdown-list > div > div > * .item-left {
  flex-grow: 1;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-label .item-right,
div.dropdown-container > div.dropdown-display .drop-down-label .item-right,
div.dropdown-container > div.dropdown-display .drop-down-list-item .item-right,
div.dropdown-container > div.dropdown-list > div > div > * .item-right {
  flex-grow: 0;
  padding-left: 5px;
  white-space: nowrap;
}

.item-label .no-sale:before,
div.dropdown-container > div.dropdown-display .drop-down-label .no-sale:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .no-sale:before,
div.dropdown-container > div.dropdown-list > div > div > * .no-sale:before,
.item-label .sale-price:before,
div.dropdown-container > div.dropdown-display .drop-down-label .sale-price:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .sale-price:before,
div.dropdown-container > div.dropdown-list > div > div > * .sale-price:before,
.item-label .original-price:before,
div.dropdown-container > div.dropdown-display .drop-down-label .original-price:before,
div.dropdown-container > div.dropdown-display .drop-down-list-item .original-price:before,
div.dropdown-container > div.dropdown-list > div > div > * .original-price:before {
  content: "$";
}

.item-label .sale-price,
div.dropdown-container > div.dropdown-display .drop-down-label .sale-price,
div.dropdown-container > div.dropdown-display .drop-down-list-item .sale-price,
div.dropdown-container > div.dropdown-list > div > div > * .sale-price {
  color: #CC0000;
}

.item-label .original-price,
div.dropdown-container > div.dropdown-display .drop-down-label .original-price,
div.dropdown-container > div.dropdown-display .drop-down-list-item .original-price,
div.dropdown-container > div.dropdown-list > div > div > * .original-price {
  text-decoration: line-through;
  padding: 0 5px;
}

div.dropdown-container {
  position: relative;
}

div.dropdown-container.show > div.dropdown-list {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

div.dropdown-container > div.dropdown-display {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  float: left;
  width: 100%;
  cursor: pointer;
  border: solid 1px #DCDEE1;
  border-radius: 4px;
}

div.dropdown-container > div.dropdown-display.clicked {
  border-radius: 4px 4px 0 0;
}

div.dropdown-container > div.dropdown-display > * {
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}

div.dropdown-container > div.dropdown-display > span {
  width: 100%;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
}

div.dropdown-container > div.dropdown-display > img,
div.dropdown-container > div.dropdown-display svg {
  height: 5px;
  width: 10px;
  position: absolute;
  margin-top: 12px;
  right: 10px;
}

div.dropdown-container > div.dropdown-display .drop-down-label {
  margin: 6px auto -6px;
}

div.dropdown-container > div.dropdown-list {
  float: left;
  width: 100%;
  position: relative;
  width: 100%;
  transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transition: -webkit-transform ease 250ms;
  -moz-transition: -webkit-transform ease 250ms;
  -ms-transition: -webkit-transform ease 250ms;
  -o-transition: -webkit-transform ease 250ms;
  transition: -webkit-transform ease 250ms;
  -webkit-transition: transform ease 250ms;
  -moz-transition: transform ease 250ms;
  -ms-transition: transform ease 250ms;
  -o-transition: transform ease 250ms;
  transition: transform ease 250ms;
}

div.dropdown-container > div.dropdown-list > div {
  border: 1px solid #DCDEE1;
  border-radius: 0 0 4px 4px;
  border-top: none;
  position: absolute;
  width: 100%;
  z-index: 1000;
  cursor: pointer;
  background: #FFF;
}

div.dropdown-container > div.dropdown-list > div > div {
  float: left;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}

div.dropdown-container > div.dropdown-list > div > div:hover {
  background: #F5F6F8;
}

div.dropdown-container > div.dropdown-list > div > div .selected {
  color: #F05323;
}

div.dropdown-container > div.dropdown-list > div > div > * {
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}

div.dropdown-container > div.dropdown-list > div > div > span {
  float: left;
  width: 100%;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

.section-heading,
.section-sub-heading {
  color: #58595B;
  line-height: 1.4em;
  text-align: center;
  margin: auto 10px;
}

.section-heading,
h2.section-heading {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 26px !important;
}

.section-sub-heading {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.new-badge {
  color: #F05323;
}

.gtSign::after {
  content: " >";
}

b,
strong {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.strike-through {
  text-decoration: line-through;
}

.discount-text {
  color: #CC0000;
}

.cta-link a {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #58595B;
  text-decoration: none;
}

.price-section {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #58595B;
  margin-top: 10px;
}

.hide-section {
  display: none !important;
}

.upper-case {
  text-transform: uppercase;
}

.capitalize,
.section-heading,
h2.section-heading,
.calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
  text-transform: capitalize;
}

.h-line {
  border-bottom: 1px solid #C6C7C9;
  margin: 30px auto 15px;
}

.saved-project-section {
  text-align: center;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  color: #58595B;
  font-size: 15px;
  margin-top: 10px;
}

.saved-project-section .btn {
  margin-top: 10px;
  padding: 0;
}

.saved-project-section .h-line {
  margin: 15px auto;
}

.visit-on-desktop-section {
  margin-top: 10px;
  text-align: center;
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #58595B;
  background-color: #ebedf0;
}

.visit-on-desktop-section .h-line {
  margin: 15px auto;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-heading,
  h2.section-heading {
    font-size: 18px !important;
  }
}

@media (max-width: 991px) {
  .section-heading {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .section-sub-heading {
    font-size: 13px;
  }

  h2.section-heading {
    font-size: 21px !important;
  }
}

.calendar-types-container {
  padding: 20px 10px 0px;
}

.calendar-types-container .calendar-types {
  display: flex;
  margin: 2% auto;
  justify-content: center;
  flex-wrap: wrap;
}

.calendar-types-container .calendar-types .calendar {
  position: relative;
  width: 25%;
  max-width: 254px;
  height: auto;
  background-color: #FFF;
  margin: 20px 5% 0px;
  padding: 10px 0px;
  text-align: center;
  transition: all 200ms ease-out;
}

.calendar-types-container .calendar-types .calendar:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.calendar-types-container .calendar-types .calendar .cal-thumb-image {
  margin-bottom: 15px;
  height: 236px;
}

.calendar-types-container .calendar-types .calendar .cal-thumb-image img {
  height: 100%;
}

.calendar-types-container .calendar-types .calendar .cal-data {
  padding: 0px 10px 56px;
}

.calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.calendar-types-container .calendar-types .calendar .cal-data .tile-sub-heading {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area {
  position: absolute;
  width: 92%;
  bottom: 20px;
  text-align: center;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section {
  font-size: 11px;
  margin-top: 15px;
}

.calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section br {
  display: none;
}

.calendar-types-container .calendar-types .calendar .cal-data .mini-calendar {
  justify-content: center;
}

@media (min-width: 1600px) {
  .calendar-types-container .calendar-types.cal-container-5 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-5 .calendar {
    margin: 1%;
  }
}

@media (min-width: 1200px) {
  .calendar-types-container .calendar-types.cal-container-4 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 2% 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .calendar-types-container .calendar-types.cal-container-4 {
    flex-wrap: nowrap;
  }

  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 0.3% 0px;
  }

  .calendar-types-container .calendar-types .calendar {
    margin: 20px 3.3% 0px;
    width: 28%;
  }
}

@media (min-width: 992px) {
  .calendar-types-container .section-heading,
  .calendar-types-container h3.section-heading {
    font-size: 32px !important;
  }
}

@media (max-width: 991px) {
  .calendar-types-container .section-heading,
  .calendar-types-container h3.section-heading {
    font-size: 26px !important;
  }
}

@media (min-width: 768px) {
  .calendar-types-container .calendar-types .calendar .cal-data-padding {
    padding: 0px 10px 80px !important;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area.no-price {
    bottom: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    margin: 20px 6% 0px;
    width: 35%;
  }

  .calendar-types-container .calendar-types .calendar {
    margin: 20px 1.5% 0px;
    width: 30%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .calendar-types-container .calendar-types.cal-container-4 .calendar {
    width: 30%;
    margin: 1% 8%;
  }

  .calendar-types-container .calendar-types .calendar {
    width: 28%;
    margin: 1% 2.6%;
  }
}

@media (max-width: 479px) {
  .calendar-types-container .calendar-types .calendar {
    width: 45%;
    margin: 1% 2%;
  }
}

@media (max-width: 767px) {
  .calendar-types-container {
    padding: 20px 5px 0px;
  }

  .calendar-types-container .calendar-types .calendar {
    max-width: 150px;
  }

  .calendar-types-container .calendar-types .calendar .cal-thumb-image {
    height: 140px;
  }

  .calendar-types-container .calendar-types .calendar .cal-discount-text-padding {
    padding-bottom: 15px !important;
  }

  .calendar-types-container .calendar-types .calendar .cal-data {
    padding: 0px 10px 5px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .tile-heading {
    font-size: 13px;
    padding-bottom: 5px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .tile-sub-heading,
  .calendar-types-container .calendar-types .calendar .cal-data .mini-calendar {
    display: none;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area {
    bottom: 10px;
    width: 85%;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .btn,
  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .cta-link {
    display: none;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section {
    font-size: 10px;
  }

  .calendar-types-container .calendar-types .calendar .cal-data .cta-area .price-section .discount-text br {
    display: block;
  }
}

.standalone-content-container {
  margin-top: 30px;
  max-width: 100%;
  border-bottom: 1px solid #DCDEE1;
}

.standalone-content-container .standalone-content {
  text-align: center;
}

.standalone-content-container .standalone-content .description {
  margin: 20px 30px;
}

.standalone-content-container .standalone-content .description .image-section {
  flex-basis: 66%;
}

.standalone-content-container .standalone-content .description .desc-notes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33%;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes {
  list-style-type: none;
  padding: 0px;
  margin: 0px auto 10px;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #58595B;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes li {
  margin-bottom: 10px;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  color: #00829B;
  text-decoration: none;
}

.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a :hover,
.standalone-content-container .standalone-content .description .desc-notes-section .desc-notes a :active {
  text-decoration: underline;
}

.standalone-content-container .standalone-content .description .desc-notes-section .cta-link {
  margin-top: 10px;
}

.standalone-content-container .standalone-content .description .desc-notes-section .price-section br {
  display: none;
}

.standalone-content-container .standalone-content .description .img-left {
  order: 0;
}

.standalone-content-container .standalone-content .description .img-right {
  order: 1;
}

.standalone-content-container .standalone-content .description .btn {
  padding: 0px;
}

.standalone-content-container .standalone-content .create-on-app-text {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
  color: #58595B;
  font-size: 13px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .standalone-content-container .standalone-content .description {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .standalone-content-container .standalone-content .description {
    margin: 20px 10px;
  }

  .standalone-content-container .standalone-content .description .desc-notes-section .desc-notes {
    font-size: 13px;
  }

  .standalone-content-container .standalone-content .description .image-section {
    margin-bottom: 20px;
  }

  .standalone-content-container .standalone-content .description .img-left,
  .standalone-content-container .standalone-content .description .img-right {
    order: 0;
  }
}

.side-panel {
  position: absolute;
  width: 400px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.side-panel .section-heading,
.side-panel .section-sub-heading {
  text-align: left;
}

.side-panel .section-heading {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  margin: auto;
}

.side-panel .section-sub-heading {
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  margin: 5px auto 20px;
}

.side-panel .heading-heavy {
  font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
}

.side-panel .h-line {
  margin: 20px auto 10px;
}

.side-panel .promo-well-main {
  width: 100%;
  height: auto;
}

.side-panel .action-zone {
  font-family: "Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #58595B;
}

.side-panel .action-zone .form-size-section {
  display: flex;
  margin: 20px auto;
}

.side-panel .action-zone .form-size-section .calendar-size {
  display: flex;
  margin-right: 65px;
}

.side-panel .action-zone .form-size-section .size-image {
  width: 58px;
  height: 105px;
  cursor: pointer;
  margin-left: 5px;
}

.side-panel .action-zone .form-size-section .size-details {
  display: flex;
  flex-direction: column;
}

.side-panel .action-zone .form-size-section .size-details .price-section {
  margin-left: 5px;
}

.side-panel .action-zone .form-size-section .size-details .price-section br {
  display: none;
}

.side-panel .action-zone .form-size-section .size-details .price-section .discount-text br {
  display: block;
}

.side-panel .action-zone .mini-calendar .month-list .dropdown-list-items {
  bottom: -70px;
}

.side-panel .action-zone .mini-calendar .year-list .dropdown-list-items {
  bottom: -30px;
}

.side-panel .action-zone .mini-calendar .dropdown-list .dropdown-list-items {
  border-radius: 4px;
  border-top: 1px solid #DCDEE1;
}

.side-panel .action-zone .learn-more,
.side-panel .action-zone .learn-more a {
  font-family: "Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.side-panel .action-zone .learn-more {
  margin-top: 15px;
}

.side-panel .action-zone .learn-more a {
  text-decoration: none;
}

.side-panel .action-zone .learn-more a :hover,
.side-panel .action-zone .learn-more a :active {
  text-decoration: underline;
}

.side-panel .action-zone input {
  cursor: pointer;
  height: 15px;
}

@media (min-width: 992px) {
  .side-panel .promo-well-main .offer-code-text,
  .side-panel .promo-well-main div:last-child {
    padding: 10px 0px 0px;
  }

  .side-panel .action-zone input {
    margin-right: 5px;
  }

  .side-panel .action-zone .hideSmallAsset {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .side-panel {
    width: 344px;
    min-height: 558px;
    top: 0px;
    padding: 10px 20px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main h2.offer-text {
    font-size: 18px !important;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text {
    font-size: 15px;
  }

  .side-panel .h-line {
    margin: 10px auto;
  }

  .side-panel .section-heading,
  .side-panel .section-sub-heading {
    line-height: 1.15em;
  }

  .side-panel .section-sub-heading {
    margin: 4px auto 8px;
  }

  .side-panel .action-zone {
    font-size: 13px;
  }

  .side-panel .action-zone .form-size-section {
    margin: 10px auto 15px;
  }

  .side-panel .action-zone .form-size-section .calendar-size {
    margin-right: 30px;
  }

  .side-panel .action-zone .learn-more {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .side-panel {
    top: 20px;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .side-panel {
    top: 0px;
    padding: 10px;
    width: 256px;
    min-height: 432px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main h2.offer-text {
    font-size: 15px !important;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text {
    font-size: 12px;
  }

  .side-panel .promo-well .promo-well-main .offer-code-text,
  .side-panel .promo-well .promo-well-main div:last-child {
    padding: 5px 0px 0px;
  }

  .side-panel .h-line {
    margin: 10px auto;
  }

  .side-panel .section-sub-heading {
    font-size: 12px;
  }

  .side-panel .section-heading,
  .side-panel .section-sub-heading {
    line-height: 1.15em;
  }

  .side-panel .section-sub-heading {
    margin: 4px auto 8px;
  }

  .side-panel .action-zone {
    font-size: 12px;
  }

  .side-panel .action-zone .form-size-section {
    margin: 10px auto;
  }

  .side-panel .action-zone .form-size-section .size-image {
    width: 38px;
    height: 68px;
    cursor: pointer;
    margin-left: 5px;
  }

  .side-panel .action-zone .form-size-section .size-details {
    flex-direction: row;
  }

  .side-panel .action-zone .form-size-section .size-details .price-section {
    margin: 0px 5px;
    width: 60px;
  }

  .side-panel .action-zone .form-size-section .size-details .price-section br {
    display: block;
  }

  .side-panel .action-zone .form-size-section .calendar-size {
    margin-right: 0px;
  }

  .side-panel .action-zone .hideLargeAsset {
    display: none;
  }

  .side-panel .action-zone .mini-calendar {
    margin: 10px auto;
    justify-content: center;
  }

  .side-panel .action-zone .learn-more {
    margin-top: 9px;
  }

  .side-panel .action-zone #wallCalBtn,
  .side-panel .action-zone .learn-more {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .side-panel .promo-well {
    position: relative;
    top: 0;
    right: 0;
  }

  .side-panel .promo-well .promo-well-main {
    background-color: transparent;
  }

  .side-panel .promo-well .promo-well-main .offer-text {
    padding: 0px;
  }

  .side-panel .promo-well .promo-well-main .offer-text,
  .side-panel .promo-well .promo-well-main .offer-code-text,
  .side-panel .promo-well .promo-well-main div:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .side-panel {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -1%;
  }
}

.two-up-section {
  display: flex;
  margin: 30px auto;
}

.two-up-section .content-0,
.two-up-section .content-1 {
  width: 50%;
  border: 1px solid #DCDEE1;
  margin: 10px;
  padding: 20px 0px;
  position: relative;
}

.two-up-section .content-0 .description,
.two-up-section .content-1 .description {
  text-align: center;
}

.two-up-section .content-0 .description .image-section,
.two-up-section .content-1 .description .image-section {
  margin: 20px auto;
}

.two-up-section .content-0 .description .image-section img,
.two-up-section .content-1 .description .image-section img {
  width: 100%;
}

.two-up-section .content-0 .description .desc-notes-section,
.two-up-section .content-1 .description .desc-notes-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 33%;
  padding: 0px 30px 80px;
}

.two-up-section .content-0 .description .desc-notes-section .desc-notes,
.two-up-section .content-1 .description .desc-notes-section .desc-notes {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-family: "Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #58595B;
}

.two-up-section .content-0 .description .desc-notes-section .desc-notes li,
.two-up-section .content-1 .description .desc-notes-section .desc-notes li {
  margin-bottom: 10px;
}

.two-up-section .content-0 .description .desc-notes-section .cta-link,
.two-up-section .content-1 .description .desc-notes-section .cta-link {
  margin-top: 20px;
}

.two-up-section .content-0 .description .cta-section,
.two-up-section .content-1 .description .cta-section {
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.two-up-section .content-0 .description .cta-section .price-section br,
.two-up-section .content-1 .description .cta-section .price-section br {
  display: none;
}

.two-up-section .content-0 .btn,
.two-up-section .content-1 .btn {
  padding: 0px;
}

@media (min-width: 768px) {
  .two-up-section .content-0 .section-sub-heading,
  .two-up-section .content-1 .section-sub-heading {
    height: 50px;
  }

  .two-up-section .content-0 .cta-section.no-price,
  .two-up-section .content-1 .cta-section.no-price {
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .two-up-section {
    flex-wrap: wrap;
    margin: auto;
  }

  .two-up-section .content-0,
  .two-up-section .content-1 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DCDEE1;
    margin: 0px;
    padding: 30px 10px 15px;
  }

  .two-up-section .content-0 .description .desc-notes-section,
  .two-up-section .content-1 .description .desc-notes-section {
    align-items: center;
    padding: 0px;
  }

  .two-up-section .content-0 .description .desc-notes-section .desc-notes,
  .two-up-section .content-1 .description .desc-notes-section .desc-notes {
    width: 284px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .two-up-section .content-0 .description .cta-section,
  .two-up-section .content-1 .description .cta-section {
    position: relative;
    bottom: 0px;
  }

  .two-up-section .content-0 .desktop-creation-text,
  .two-up-section .content-1 .desktop-creation-text {
    font-family: "Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;
    color: #58595B;
    font-size: 12px;
    font-weight: 900;
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spinner-container .spinner-xs {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-xs img {
  width: 16px;
  height: 16px;
}

.spinner-container .spinner-sm {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-sm img {
  width: 30px;
  height: 30px;
}

.spinner-container .spinner-md {
  width: 38px;
  height: 38px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-md img {
  width: 38px;
  height: 38px;
}

.spinner-container .spinner-lg {
  width: 48px;
  height: 48px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-lg img {
  width: 48px;
  height: 48px;
}

.spinner-container .spinner-xl {
  width: 70px;
  height: 70px;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.spinner-container .spinner-xl img {
  width: 70px;
  height: 70px;
}


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

.montserratMedium {
    font-family: "Montserrat Medium", Verdana, Arial, sans-serif;
}

.montserratSemiBold {
    font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
}

.montserratBold {
    font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
}

/* gray-based */

/* red based */

/* blue based */

/* tinyprints colors */

/* Extra small screen / phone */

/* Small screen / tablet */

/* Medium screen / desktop */

/* Large screen / wide desktop */

/* Extra large screen */

/* So media queries don't overlap when required, provide a maximum */

body {
  margin: 0;
  padding: 0;
}

.signup_confirmation {
  max-width: 1600px;
  color: #2d3136;
  font-family: "Montserrat Medium", Verdana, Arial, sans-serif;
}

.signup_confirmation hr {
  border: 1px solid #C6C7C9;
}

.signup_confirmation .clear_both {
  clear: both;
}

.signup_confirmation .scp_banner {
  background-position: top right;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
}

.signup_confirmation .scp_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper {
  width: 50%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  margin-left: 1.5%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  background: #ffffffcc;
  padding: 48px 40px 46px 50px;
  box-sizing: border-box;
  overflow: auto;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    position: relative;
    width: 97%;
    max-width: 97%;
    max-height: auto;
    margin-top: -75px;
    padding: 10px 15px;
    background: #ffffffcc;
  }
}

@media screen and (max-width: 991px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper {
    margin-top: -50px;
  }
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  color: #F05323;
  margin: 0;
  padding: 0;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
  font-size: 26px;
  margin: 36px 0 0;
  font-weight: 500;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
  color: #595a5c;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

.signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box a {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 19px;
  padding: 16px 24px;
  margin-top: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 36px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    padding: 28px 40px 0px;
    margin-bottom: 40px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 27px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    height: auto;
    background: none;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 27px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    margin: 17px 0 0;
    font-size: 24px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box {
    width: 100%;
    height: auto;
    padding: 28px 0 0;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h1 {
    font-size: 26px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box h2 {
    font-size: 20px;
    margin-top: 18px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box span {
    font-size: 13px;
  }

  .signup_confirmation .scp_banner .welcome_msg_box_wrapper .welcome_msg_box a {
    font-size: 19px;
    padding: 16px 17px;
  }
}

.signup_confirmation .banner_spacer {
  width: 100%;
  height: 275px;
  background: white;
  display: none;
}

@media screen and (max-width: 991px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 225px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 340px;
  }
}

@media screen and (max-width: 479px) {
  .signup_confirmation .banner_spacer {
    display: block;
    height: 324px;
  }
}

.signup_confirmation .product_list_header {
  padding: 100px 10px 50px 10px;
  text-align: center;
  background: #fbfbfb;
}

.signup_confirmation .product_list_header h2 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.signup_confirmation .product_list_header h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  font-weight: normal;
  color: #595a5c;
}

@media screen and (max-width: 767px) {
  .signup_confirmation .product_list_header {
    padding: 60px 10px 20px 10px;
  }
}

.signup_confirmation .mp_0 {
  margin: 0;
  padding: 0;
}

.signup_confirmation .product_card_list {
  width: 100%;
  position: relative;
  background: #fbfbfb;
}

.signup_confirmation .product_card_list .product_card_wrapper {
  width: 100%;
  position: relative;
  padding: 0 8%;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 1599px) {
  .signup_confirmation .product_card_list .product_card_wrapper {
    padding: 0 10px;
  }
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card {
  width: 30%;
  height: 400px;
  margin: 50px 1.6% 25px;
  background: radial-gradient(circle, #FFFFFF 0%, #E8E8E8 100%);
  background: -ms-radial-gradient(circle, #FFFFFF 0%, #E8E8E8 100%);
  display: block;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 175px;
  text-align: center;
  float: left;
  box-sizing: border-box;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card img {
  max-width: 80%;
  max-height: 75%;
  min-width: 30%;
  min-height: 30%;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  width: 70%;
  height: auto;
  overflow: hidden;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block {
  width: 90%;
  height: 200px;
  position: absolute;
  left: 5%;
  top: 85%;
  background: white;
  text-align: center;
  z-index: 2;
  padding: 0 10%;
  box-sizing: border-box;
  box-shadow: 0px 14px 22px rgba(128, 128, 128, 0.15);
  text-align: center;
}

@media screen and (max-width: 479px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block {
    top: 75%;
  }
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block h3 {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  font-size: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p {
  color: #595a5c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 54px;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p:before {
  content: '...';
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block a {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  color: #434853;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card .content-block h3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    height: 305px;
  }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    width: 46%;
    margin: 50px 2% 175px;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    width: 96%;
    margin: 50px 2% 125px;
  }

  .signup_confirmation .product_card_list .product_card_wrapper .product_card img {
    max-height: 80%;
    max-width: 80%;
    top: -18%;
  }
}

@media screen and (max-width: 479px) {
  .signup_confirmation .product_card_list .product_card_wrapper .product_card {
    height: 350px;
  }
}

.signup_confirmation .footer_wrapper {
  background: #fbfbfb;
  text-align: center;
  padding: 10px 7.5% 20px 7.5%;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .signup_confirmation .footer_wrapper {
    padding: 10px 0.5% 20px 0.5%;
  }
}

.signup_confirmation .footer_wrapper h2 {
  font-family: "Montserrat SemiBold", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 12px;
}

.signup_confirmation .footer_wrapper h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 22px;
  color: #595a5c;
}

.signup_confirmation .footer_wrapper .scf_link_block {
  width: 40%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 55px 75px;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (max-width: 1599px) {
  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 55px 0;
  }
}

.signup_confirmation .footer_wrapper .scf_link_block h2 {
  font-family: "Montserrat Bold", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.signup_confirmation .footer_wrapper .scf_link_block h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 20%;
  align-items: center;
  box-sizing: border-box;
}

.signup_confirmation .footer_wrapper .scf_link_block .image_block {
  width: 100%;
  height: 300px;
  position: relative;
}

.signup_confirmation .footer_wrapper .scf_link_block .image_block img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 30%;
  min-height: 30%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .signup_confirmation .footer_wrapper .scf_link_block h5 {
    padding: 0 10%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .signup_confirmation .footer_wrapper .scf_link_block:first-of-type {
    width: 60%;
  }

  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 50px 15px;
    margin: 0;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .signup_confirmation .footer_wrapper .scf_link_block {
    padding: 25px 15px;
    margin: 0;
    width: 100%;
  }
}

.signup_confirmation .sc_disclaimer {
  margin: 50px 10%;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #595a5c;
  line-height: 18px;
  white-space: pre-line;
}


@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.spinner {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  .spinner.top {
    flex-direction: column-reverse; }
  .spinner.right {
    flex-direction: row; }
  .spinner.bottom {
    flex-direction: column; }
  .spinner.left {
    flex-direction: row-reverse; }
  .spinner .label-text {
    padding: 5px; }
  .spinner .spinner-xs {
    margin: 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .spinner .spinner-xs img {
      width: 16px;
      height: 16px; }
  .spinner .spinner-sm {
    margin: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .spinner .spinner-sm img {
      width: 30px;
      height: 30px; }
  .spinner .spinner-md {
    margin: 5px;
    width: 38px;
    height: 38px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .spinner .spinner-md img {
      width: 38px;
      height: 38px; }
  .spinner .spinner-lg {
    margin: 5px;
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .spinner .spinner-lg img {
      width: 48px;
      height: 48px; }
  .spinner .spinner-xl {
    margin: 5px;
    width: 70px;
    height: 70px;
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }
    .spinner .spinner-xl img {
      width: 70px;
      height: 70px; }


/*# sourceMappingURL=srp.css.map*/