.x-product-list__image {
  display: inline;
}

/* Gowsikan Addons */

.wishlist_button {
  border: none !important;
  background-color: #fff !important;
  font-style: normal !important;
}

.wishlist_button i {
  font-style: normal !important;
}

.wishlist_button:hover i {
  color: #d7282f !important;
}

.x-fasten-header--is-active .x-fasten-header {
  justify-content: center !important;
}

.what_people_are_saying_testimonials {
  padding: 0 6.75% !important;
  display: flex;
  justify-content: center;
}

.fortuna_color {
  color: #d7282f;
}

.fortuna_logo_header {
  max-width: 275px !important
}

p {
  font-size: 18px !important;
}

.testimonials {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.about_us_text_block {
  position: relative;
  left: 52% !important;
  top: 5% !important;
}

.txt {
  padding: 35px 0 0 0;
  max-width: 540px !important;
  left: 10% !important;
}

.about_us_text_block_background {
  background-color: #fff;
  opacity: 0.81;
  z-index: -1;
}

.header_text_block_background {
  background-color: #fff;
  opacity: 0.81;
  z-index: -1;
}

.about_us_text_block_padding {
  padding: 30px;
}

.header_text_block_padding {
  padding: 30px;
}

.about_us_text_block_padding_button {
  padding-top: 30px;
}

.header_block_padding_button {
  padding-top: 30px;
}

.about_us_span {
  color: black;
  font-size: 16px !important;
}

.header_span {
  color: black;
  font-size: 16px !important;
}

.about_us_text {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.header_text {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.about_us_button {
  background-color: #d7282f;
  padding: 15px 30px !important;
  letter-spacing: 3.75px;
  font-size: 18px !important;
  line-height: 24px !important;
}

.header_button {
  background-color: #d7282f;
  padding: 15px 30px !important;
  letter-spacing: 3.75px;
  font-size: 18px !important;
  line-height: 24px !important;
}

.help_link_headers {
  color: #fff !important;
}

.ashley_message {
  background-color: #faecc9;
  padding: 35px 45px;
  position: relative;
  width: 420px !important;
  height: 300px !important;
}

.madison_message {
  background-color: #e6f7fb;
  padding: 35px 45px;
  position: relative;
  width: 420px !important;
  height: 300px !important;
}

.tori_message {
  background-color: #f1f8df;
  padding: 35px 45px;
  position: relative;
  width: 420px !important;
  height: 300px !important;
}

.what_people_are_saying_message_writer {
  padding-top: 15px !important;
  display: flex;
  flex-wrap: wrap;
}

.what_people_are_saying_message_writer_span {
  flex: 1 1 100% !important;
  text-align: left !important;
}

.what_we_do_section {
  margin: 50px 0 !important;
}

.what_we_do_display {
  display: inline-grid;
  align-items: center;
  justify-content: center
}

.what_we_do_header_margin {
  margin-bottom: 45px;
}

.what_we_do_message {
  max-width: 1320px !important;
}

.testimonials .ashley_message::before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-width: 10px;
  border-top-color: #faecc9;
}

.testimonials .madison_message::before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-width: 10px;
  border-top-color: #e6f7fb;
}

.testimonials .tori_message::before {
  position: absolute;
  left: 35px;
  bottom: -20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-width: 10px;
  border-top-color: #f1f8df;
}

.popular_products_picture {
  display: flex;
  justify-content: center;
}

.popular_products_image {
  margin-bottom: 20px;
  width: 240px !important;
  height: 300px !important;
}

.popular_products_figcaption {
  text-align: center;
}

.header_background {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/Longer-Spirit-Mockup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 575px !important;
}

.about_us_section {
  margin-top: 50px !important;
}

.what_people_are_saying_section {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.product_title_image {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/zumex.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 401px !important;
  position: relative;
  margin-bottom: 20px !important;
}


.product_title_image:hover {
  cursor: pointer;
}

.product_title_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}

.shadow {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
  display: none;
}

.product_title_image:hover .shadow {
  display: block;
}

.product_title_image:hover .product_title_text {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.anerobic_process {
  background-color: #f7f7f7;
  min-height: 376px !important;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-contents: flex-start;
}

.help_link_section {
  padding: 0 15px !important;
  display: flex;
  justify-content: center;
}

.help_link_hover_button {
  background-color: #d7282f !important;
  padding: 15px 30px !important;
  letter-spacing: 3.75px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

.help_link_margin_bottom {
  margin-bottom: 15px;
  z-index: 1;
}

.help_link_button_padding {
  z-index: 2;
}


.anerobic_process:hover {
  background-color: #e8daca !important;
}

.restaurant {
  background-color: #e6f7fb;
  min-height: 309px !important;
  max-width: 420px !important
}

.restaurant:hover {
  background-color: #87d1e6 !important;
}


.fortuna_customer {
  background-color: #faecc9;
  min-height: 309px !important;
  max-width: 420px !important
}

.fortuna_customer:hover {
  background-color: #ffc844 !important;
}

.fortuna_customer_text {
  display: inline-block;
  vertical-align: middle;
  height: 309px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 25% 15px;
  text-align: center;
}

.product_figure {
  position: relative;
}

.product_figure .product_link::before {
  position: absolute;
  content: attr(data-title);
  bottom: 0;
  left: 0;
  letter-spacing: 3px;
  padding: 7px 20px;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 1;
}

.product_link {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #87d1e6 !important;
}

.product_link:hover {
  color: #d7282f !important;
}

.link_title_image {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/pexels-chevanon-photography-302902.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 309px !important;
  position: relative;
  margin-bottom: 20px !important;
  max-width: 420px !important;
}

.link_title_image:hover {
  cursor: pointer;
}

.link_title_image:hover .shadow {
  display: block;
}


.link_title_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}


.link_title_image:hover .link_title_text {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.help_link {
  margin: 20px !important;
  max-width: 420px !important
}

.container_title_image {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/boxes.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 401px !important;
  max-width: 420px !important;
}

.container_title_image:hover {
  cursor: pointer;
}

.container_title_image:hover .shadow {
  display: block;
}


.container_title_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}


.container_title_image:hover .container_title_text {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.about_us_background {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/cappucinnos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 405px !important;
  opacity: 1;
}

.t-lazy-load-image {
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  object-fit: cover;
  width: 240px !important;
  height: 240px !important;
}

.message {
  position: relative;
  left: 9%;
  top: 18%;
}

.product {
  position: relative;
  display: inline-block;
  z-index: 0;
}


.product .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.product:hover .img-top {
  display: inline;
}


.btn {
  display: inline-block;
  min-width: 190px;
  border-radius: 0 !important;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  outline: none;
  padding: 8px 25px;
}

.btn:hover {
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: 0 0 0 6px #000 !important;
  text-decoration: none !important;
}

.t-site-navigation__wrap {
  max-width: 1600px !important;
}

.t-site-header__masthead {
  max-width: 1600px !important;
}

.t-main-content-element {
  max-width: 1600px !important;
}

h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.29;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143 !important;
}

span {
  font-weight: 400;
}

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.42857143;
  color: #000;
}

.shadow_shop_by_collection {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 0;
  display: block;
}

.coffee_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/coffee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.coffee_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}


.syrup_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/syrup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.syrup_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.bottled_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/bottled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.bottled_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}


.smoothies_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/smoothies.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.smoothies_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.tea_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/Bitmap.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.tea_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.chocolate_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/chocolate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.chocolate_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.condiments_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/condiments.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.condiments_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.gelato_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/gelato.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.gelato_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.cups_image_shop {
  background-image: url("graphics/00000001/1/cups.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.cups_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.boxes_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/boxes.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.boxes_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.barista_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/Barista_Tools.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.barista_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.disposables_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/Bitmap_Copy_10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.disposables_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.cleaning_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/cleaning.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.cleaning_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.eco_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/eco.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.eco_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.coffee_bags_image_shop {
  background-image: url("https://demo.pcinet.com/mm5/graphics/00000001/1/coffee-bags.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px !important;
  position: relative;
  max-width: 328px !important;
}

.coffee_bags_image_shop:hover .shadow_shop_by_collection {
  display: none !important;
}

.shop_layout {
  width: 1584px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}


.shop_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin: 10px 0;
  z-index: 1;
}

.shop_by_collection_section {
  width: 1584px !important;
  margin: 50px 0 !important;
}

.shop_by_collection_margin_item {
  margin-bottom: 10px !important;
  padding: 0 8px !important;
}

.shop_by_collection_header {
  margin-bottom: 45px;
  width: 1584px !important;
  text-align: center;
}

.footer_logo {
  padding: 0 8px !important;
}

.footer_links {
  color: #000;
  text-decoration: none !important;
}

.footer_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 45px;
}

.footer_image_margin {
  margin-bottom: 15px;
}

.footer_account {
  background-color: #eaeaea;
}

.footer_account:hover {
  background-color: #eaeaea !important;
}

.footer_mailing {
  background-color: #eaeaea;
}

.footer_mailing:hover {
  background-color: #eaeaea !important;
}


.footer_blog {
  background-color: #eaeaea;
}

.footer_blog:hover {
  background-color: #eaeaea !important;
}

.our_brands_images {
  width: 175px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 500px) {

  .header_background {
    height: 200px !important;
    background-position: center !important;
  }

  .about_us_background {
    height: 200px !important;
    background-position: center !important;

  }

  .message {
    left: -3% !important;
    top: 5% !important;
  }

  .txt {
    padding: 0px !important;
    max-width: 170px !important;
  }

  h1 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  h3 {
    font-size: 10px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .about_us_text_block_padding {
    padding: 2px !important;
  }

  .header_text_block_padding {
    padding: 2px !important;
  }

  .about_us_span {
    font-size: 10px !important;
  }


  .header_span {
    font-size: 10px !important;
  }

  .about_us_text {
    margin-bottom: 0px !important;
    padding: 0 5px !important;
  }

  .header_text {
    margin-bottom: 0px !important;
    padding: 0 5px !important;
  }

  .about_us_text_block_padding_button {
    padding-top: 4px !important;
  }

  .header_block_padding_button {
    padding-top: 4px !important;
  }

  .about_us_button {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 2px !important;
    min-width: 100px !important;
  }

  .header_button {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 2px !important;
    min-width: 100px !important;
  }

  p {
    font-size: 10px !important;
  }

  .what_we_do_section {
    margin: 20px 0 !important;
  }

  .product_figure {
    display: flex !important;
    justify-content: center !important;
  }

  .about_us_section {
    margin: 20px 0 !important;
  }

  .shop_layout {
    margin: 0 !important;
  }

  .ashley_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .madison_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .tori_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .testimonial_margin_for_mobile {
    margin-bottom: 20px !important;
  }

  .footer_image_margin {
    margin: 10px 0px !important;
  }

  .footer_text {
    padding: 0 !important;
  }

  .shop_by_collection_section {
    width: 100% !important;
  }

  .shop_by_collection_header {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .shop_by_collection_margin_item {
    padding-left: 20px !important;
  }

  .shop_layout {
    width: 100% !important;
  }

  .product_link {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #d7282f !important;
  }

  .product .img-top {
    position: relative !important;
    width: 326px !important;
  }

  .mobile_one {
    display: none !important;
  }

  .mobile_two {
    display: block !important;
  }

  .help_link {
    width: 100% !important;
  }

  .product_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .link_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .anerobic_process {
    min-height: 275px !important;
    background-color: #e8daca !important;
  }

  .c-button {
    text-align: left !important;
  }

  .shadow {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
    display: block;
  }

  .what_people_are_saying_message_writer_span {
    font-size: 14px !important;
  }

  .footer_header {
    font-size: 12px !important
  }

  .footer_image {
    height: 25px !important;
  }

  .coffee_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .syrup_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .bottled_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .smoothies_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .tea_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .chocolate_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .condiments_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .gelato_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .cups_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .boxes_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .barista_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .disposables_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .cleaning_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .eco_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .coffee_bags_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .our_brands_images {
    width: 342px !important;
    position: relative !important;
    left: 8% !important;
  }
}

@media screen and (max-width: 450px) {
  .fortuna_logo_header {
    max-width: 220px !important;
  }
}

/* Gowsikan addons for product display in category layout */

.product_link_view {
  border: 1px solid #d2d6dd;
  padding: 20px;
  position: relative;
  color: #3B444d;
  height: 100%;
}

.product_link_view:hover {
  box-shadow: 0 4px 30px 0 rgba(33, 45, 57, 0.3);
  z-index: 1;
}

.buy_text {
  display: none !important;
}

.product_link_view:hover .buy_text {
  /* display: inline !important; */
}

.product_label_title {
  font-weight: 900 !important;
  height: 80px !important;
  margin: 5px 0 10px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  line-height: 120% !important;
  overflow: hidden !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .product_label_title {
    height: auto !important;
  }
}

.product-list__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* outline: 1px solid green; */
  padding: 0 8px 5px;
}

.product-list__price-box {
  margin: 0;
  line-height: 1;
}

.product_list_wishlist_heart_icon {
  font-family: "ReadyTheme Icons", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  position: relative !important;
  top: 5% !important;
  color: #d7282f !important;
  font-style: normal !important;
}


.product_list_wishlist_heart_icon::before {
  content: "\44" !important;
}

.product_link_view:hover .product-list-wishlist_button .product_list_wishlist_heart_icon {
  color: #d7282f;
  text-decoration: none;
  padding: 0;
}

.product_link_view .product-list-wishlist_button:hover .product_list_wishlist_heart_icon::before {
  content: "\45" !important;
}


.product_list__price_cart_icon {
  position: relative;
  top: 2px;
  font-style: normal;
}

.product-list__price {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  line-height: 1;
}

.product-list-price_button {
  color: #d7282f;
  /* border: 1px solid #d7282f; */
  /* padding: 5px 12px 7px; */
}

.product_link_view .x-product-layout-purchase:hover .u-icon-cart-empty::before {
  /* background-color: #d7282f; */
  /* color: #fff; */
  content: "\5b";
}

.add_to_basket_button {
  background-color: #d7282f !important;
  text-decoration: none !important;
}

.add_to_basket_button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.sidebar_font {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.sidebar_font_current {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.product_font {
  font-size: 20px !important
}

.product_heading {
  font-size: 30px !important;
}

.shop_align {
  position: relative !important;
  left: 12% !important;
}

.horizontal_line {
  margin-left: 0 !important;
  max-width: 90% !important;
}

.x-category-tree__link {
  padding: 0 0 0.5rem;
  font-weight: 400 !important;
}

.x-collapsing-breadcrumbs__group,
.x-collapsing-breadcrumbs__list {
  max-width: 1600px !important;
}

.heading-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.heading-line__subtitle::before {
  content: "";
  width: 2px;
  height: 40px;
  background: #d7282f;
  position: absolute;
  left: 0%;
  top: 43.5%;
  transform: translateY(-50%) rotate(40deg);
}

.heading-line__title {
  display: inline-block;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 10px 0 0;
  margin-right: 10px;
}

.heading-line__subtitle {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  font-weight: 900;
  color: #91969B;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0 0 15px;
  position: relative;
}

.t-category-title-sort {
  margin-bottom: 20px !important;
}

.t-display-list-filtering .c-form-label {
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 18px;
}

.c-form-select {
  display: inline-block;
  position: relative;
  margin-bottom: calc(1em / 4);
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  cursor: pointer;
}

.x-custom-select {
  position: relative;
  white-space: nowrap;
  background-color: #fff;
  transition: opacity cubic-bezier(0, 0, 0.4, 1) 0.15s, visibility cubic-bezier(0, 0, 0.4, 1) 0.15s;
}

.x-custom-select__title {
  min-width: 210px;
  height: 47px;
  justify-content: flex-start;
  font-size: 14px;
  color: #3B444D;
  font-weight: 400;
  border: 1px solid #D2D6DD;
  text-transform: uppercase;
  padding: 10px 30px 10px 10px;
}

.x-custom-select__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  position: relative;
  color: #333;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(205, 205, 205, 0.7);
  cursor: pointer;
  outline: none;
}

.x-custom-select__list {
  font-size: 14px;
  font-weight: 400;
}

.x-custom-select__list {
  min-width: 100%;
  max-width: 20rem;
  max-height: 15rem;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 0.875rem;
  font-weight: 600;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 51, 0.25);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  transform-origin: top center;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform: scale(0.75) translateY(-1.5em);
  z-index: 999;
}


.c-form-select__dropdown {
  height: 47px !important;
  justify-content: flex-start !important;
  font-size: 14px !important;
  color: #3B444D !important;
  font-weight: 400 !important;
  border: 1px solid #D2D6DD !important;
  text-transform: uppercase !important;
  padding: 10px 30px 10px 10px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  text-align: left !important;
  background-color: #fff !important;
  cursor: pointer !important;
  outline: none !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


.t-display-list-filtering .c-form-select__dropdown {
  font-size: 14px !important;
  color: #3B444D !important;
  font-weight: 400 !important;
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.filter_dropdown_item {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.category_subheading {
  font-size: 14px !important;
}

.header_logo_position {
  position: relative !important;
  right: 16.9% !important;
}

/* Static Page Styling */

.center_align_content {
  display: flex;
  justify-content: center;
}

.center_align_content_last_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right_align_images {
  display: flex;
  justify-content: right;
}

.left_align_images {
  padding-left: 0 !important;
}

.product_button_color {
  background-color: #fdc741;
  width: 240px !important;
  height: 240px !important;
}

.design_button_color {
  background-color: #d79dd7;
  width: 240px !important;
  height: 240px !important;
}

.coffee_button_color {
  background-color: #e7daca;
  width: 240px !important;
  height: 240px !important;
}

.consulting_button_color {
  background-color: #d6272e;
  width: 240px !important;
  height: 240px !important;
}

.education_button_color {
  background-color: #87d2e7;
  width: 240px !important;
  height: 240px !important;
}

.equipment_button_color {
  background-color: #c4e86a;
  width: 240px !important;
  height: 240px !important;
}

.product_button_color_about_us {
  background-color: #fdc741;
  width: 400px !important;
  height: 400px !important;
}

.design_button_color_about_us {
  background-color: #d79dd7;
  width: 400px !important;
  height: 400px !important;
}

.coffee_button_color_about_us {
  background-color: #e7daca;
  width: 400px !important;
  height: 400px !important;
}

.consulting_button_color_about_us {
  background-color: #d6272e;
  width: 400px !important;
  height: 400px !important;
}

.education_button_color_about_us {
  background-color: #87d2e7;
  width: 400px !important;
  height: 400px !important;
}

.equipment_button_color_about_us {
  background-color: #c4e86a;
  width: 400px !important;
  height: 400px !important;
}


.about_us_grid_margin {
  margin: 0 200px;
}

.about_us_left_item {
  padding-right: 50px;
}

.about_us_right_item {
  padding-left: 50px
}

.about_us_item_margin {
  margin: 40px 0
}

.about_us_header {
  color: #d7282f;
  font-size: 125px;
  text-align: right;
  line-height: 1 !important;
}

.about_us_header_border {
  border-image: linear-gradient(to bottom, white, #d7282f) 30;
  border-width: 0 0 0 4px;
  border-style: solid;
}

.about_us_header_message {
  margin-top: 5px;
  margin-right: 50px;
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
}

.about_us_h2_left_item {
  color: #d7282f;
  font-size: 35px;
  text-align: right;
}

.about_us_h2_right_item {
  color: #d7282f;
  font-size: 35px;
  text-align: left;
}

.about_us_p_left_item {
  text-align: right;
}

.about_us_p_right_item {
  text-align: left;
}

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

.about_us_icon_left_item {
  padding-right: 0
}

.about_us_icon_right_item {
  padding-left: 0
}

.about_us_border_middle {
  border-left: 4px solid #d7282f;
}

.about_us_horizontal_line {
  width: 40%;
  height: 4px;
  background-color: #d7282f;
  border: none
}

.left_line {
  margin-right: 0 !important;
}

.right_line {
  margin-left: 0 !important;
}

.about_us_icon {
  border-radius: 50%;
  border: 8px solid #d7282f;
  position: relative;
  width: 30%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_us_icon:before {
  content: "";
  float: left;
  padding-top: 100%;

}

.about_us_left_icon {
  margin-left: 30% !important;
}

.about_us_right_icon {
  margin-right: 30% !important;
}

.about_us_image {
  width: 75% !important;
  height: 75% !important;
  margin: 15px
}

.about_us_coffee_image {
  transform: rotate(30deg) !important;
}

.about_us_page_span {
  font-size: 28px;
  font-weight: 800 !important
}

.about_us_final_border {
  border-image: linear-gradient(to bottom, #d7282f 50.5%, white 49.5%) 30;
  padding-left: 50px;
  border-width: 0 0 0 4px;
  border-style: solid
}

.design_grid_margin {
  margin: 0 50px;
}

.design_item_margin {
  margin-bottom: 40px;
}

.design_header {
  color: #d7282f;
  font-size: 125px;
  text-align: right;
  margin-right: 50px;
}

.design_message_margin {
  margin-top: 40px;
  margin-right: 100px;
}

.design_left_image {
  left: 27%;
}

.about-us-image {
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  object-fit: cover;
}

.about-us-product-image {
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  object-fit: cover;
  height: 446px !important;
  width: 446px !important;
}

.product_figure .about_us_product_link::before {
  position: absolute;
  content: attr(data-title);
  bottom: 0;
  left: 0;
  letter-spacing: 3px;
  padding: 15px 30px;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 1;
}

.about_us_product_link {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: black !important;
}

.about_us_product_link:hover {
  color: #d7282f !important;
}

.content_padding {
  padding-left: 0px !important;
  position: relative;
  left: 16px !important;
}

.about_us_content_padding {
  padding-left: 0px !important;
  position: relative;
  left: 16px !important;
}


.t-site-navigation {
  border-bottom: 3px solid #db282b;
}

.banner_image_padding {
  padding-left: 0 !important;
}


.banner {
  position: relative;
  z-index: 0;
  margin-bottom: 10px !important;
}

.static_page_banner {
  position: relative;
  z-index: 0;
  margin-bottom: 100px !important;
}

.banner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 10%
}

.coffee_banner_image {
  height: 296px;
}

.education_banner_image {
  height: 298px;
}

.graphic_design_banner_image {
  height: 298px;
}

.hospitality_design_banner_image {
  height: 298px;
}

.consulting_banner_image {
  height: 299px;
}


.section_margin {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.storefront_banner {
  position: relative;
  left: -8px !important;
}

.static_page_h1 {
  background-color: #d7282f;
  padding: 6px;
  color: #fff;
  border-radius: 20px 0 20px 0;
  text-align: center;
  margin-bottom: 37px;
  margin-top: 121px;
  font-size: 80px !important;
}

.coffee_page_h1 {
  width: 400px;
}

.product_page_h1 {
  width: 450px;
}

.consulting_page_h1 {
  width: 650px;
}

.graphic_design_page_h1 {
  width: 825px;
}

.education_page_h1 {
  width: 600px;
}


.hospitality_design_page_h1 {
  width: 1000px;
}

.banner_message {
  margin: 0 340px;
  text-align: center
}

.static_page_h2 {
  font-size: 43px !important;
}

.static_page_h3 {
  font-size: 27px !important;
  font-weight: 500;
  margin-bottom: 5px;
}

.static_page_p {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
}

.about_us_p {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
}

.anchor_button {
  border: 2px solid #d7282f;
  padding: 15px 30px !important;
  letter-spacing: 3.75px;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #d7282f;
  font-weight: 600;
  text-decoration: none !important;
  margin-top: 10px
}


.origin_item_1 {
  max-width: 40% !important;
  flex-basis: 40% !important;
}

.origin_item_2 {
  max-width: 60% !important;
  flex-basis: 60% !important;
}


.origin_item_1_margin {
  margin-top: 50px !important
}


.origin_icon {
  width: 50px !important;
  position: absolute;
  transform: rotate(30deg)
}

.origin_header {
  margin-left: 60px;
}

.origin_message_before_button {
  margin-bottom: 50px !important;
}

.origin_message {
  margin-left: 60px;
}

.origin_button {
  margin-left: 60px;
}

.section_header {
  display: flex;
  margin-bottom: 10px;
}

.roasting_item_1 {
  max-width: 40% !important;
  flex-basis: 40% !important;
}

.roasting_item_2 {
  max-width: 60% !important;
  flex-basis: 60% !important;
  padding-left: 0;
}

.roasting_item_2_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.roasting_item_2_background {
  background-color: #ededed;
  padding: 50px;
  padding-top: 10px !important;
}

.roasting_icon {
  width: 75px;
  position: relative;
  left: 5%;
  top: -8px;
}

.blog_header {
  padding: 0;
  flex-direction: row;
  justify-content: center;
  width: 100%
}

.blog_text {
  margin-right: 320px !important;
}

.blog_horizontal_line {
  color: white;
  width: 20%;
  height: 2px;
  position: relative;
  right: 30%;
  border: none;
  background: white
}

.blog_background_overlay {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 0;
  display: block;
}

.blog_button {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%
}

.workshop_icon {
  width: 50px;
  height: 50px;
  position: relative;
  left: 3%;
  top: 15px;
}

.blog_icon {
  width: 60px;
  height: 60px;
  position: relative;
  left: 2%;
  top: 8px;
}

.blog_image {
  padding: 0;
  margin: 0;
}

.roasting_header {
  margin-left: 40px;
  position: relative;
  top: 10px;
}

.roasting_message {
  margin-bottom: 50px !important;
  margin: 0 120px;
}

.roasting_button {
  margin-left: 120px !important;
}

.private_item_1 {
  max-width: 50% !important;
  flex-basis: 50% !important;
}

.private_item_1_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.private_item_2 {
  max-width: 50% !important;
  flex-basis: 50% !important;
}

.private_icon {
  width: 75px;
  position: relative;
  right: 1%;
  top: -10px;
}

.private_message {
  margin-bottom: 50px !important;
  margin-left: 75px;
  margin-right: 175px;
}

.private_button {
  margin-left: 75px !important;
}

.private_image_placement {
  position: relative;
  top: 10%;
}

.barista_item_1 {
  max-width: 40% !important;
  flex-basis: 40% !important;
}

.barista_item_2 {
  max-width: 60% !important;
  flex-basis: 60% !important;
  padding-left: 0;
}

.barista_image_placement {
  position: relative;
  bottom: 20%
}

.barista_header {
  margin-left: 65px;
}

.barista_icon {
  width: 50px;
  height: 50px;
  position: relative;
  left: 5%;
  top: 5px;
}

.barista_item_2_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.barista_message {
  margin-bottom: 50px !important;
  margin: 0 120px;
}

.barista_button {
  margin-left: 120px;
}

.merchandising_margin {
  margin-left: 95px !important;
}

.desktop_view {
  display: flex !important;
}

.mobile_view {
  display: none !important;
}

.technical_background {
  padding-top: 50px !important;
}

.technical_message {
  margin-bottom: 0 !important;
}


@media only screen and (max-device-width : 1024px) {

  .mobile_one {
    display: none !important;
  }

  .mobile_two {
    display: block !important;
  }

  .product .img-top {
    position: relative !important;
    width: 326px !important;
  }

}

@media only screen and (max-width: 1316px) {


  .banner {
    margin-bottom: 10px !important;
  }

  .static_page_banner {
    margin-bottom: 10px !important;
  }

  .about_us_text_block {
    left: 35% !important;
  }


  .ashley_message {
    background-color: #faecc9;
    padding: 35px 45px;
    position: relative;
    width: 280px !important;
    height: 250px !important;
  }

  .madison_message {
    background-color: #e6f7fb;
    padding: 35px 45px;
    position: relative;
    width: 280px !important;
    height: 410px !important;
  }

  .tori_message {
    background-color: #f1f8df;
    padding: 35px 45px;
    position: relative;
    width: 280px !important;
    height: 140px !important;
  }

  .blog_margin {
    margin: 0 50px !important;
  }

  .about_us_content_padding {
    left: 0 !important;
  }


  .desktop_view {
    display: none !important;
  }

  .mobile_view {
    display: block !important;
  }

  .origin_item_1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .origin_item_2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 0;
  }


  .roasting_item_1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .roasting_item_2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 0;
  }

  .private_item_1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .private_item_2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .barista_item_1 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .barista_item_2 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 0;
  }

  .image_alignment {
    display: flex !important;
    justify-content: center !important;
  }

  .section_image_padding {
    padding-left: 0 !important;
  }

  .coffee_page_h1 {
    width: 300px !important;
  }

  .product_page_h1 {
    width: 350px;
  }

  .consulting_page_h1 {
    width: 425px !important;
  }

  .graphic_design_page_h1 {
    width: 550px !important;
  }

  .education_page_h1 {
    width: 375px !important;
  }

  .hospitality_design_page_h1 {
    width: 650px !important;
  }

  .coffee_margin {
    margin-bottom: 100px !important
  }

  .consulting_margin {
    margin-bottom: 120px !important
  }

  .education_margin {
    margin-bottom: 120px !important
  }

  .graphic_design_margin {
    margin-bottom: 140px !important
  }

  .hospitality_design_margin {
    margin-bottom: 165px !important
  }


  .static_page_h1 {
    font-size: 60px !important;
    margin-bottom: 25px !important;
  }

  .static_page_h2 {
    font-size: 32px !important;
  }

  .workshop_icon {
    width: 40px !important;
    height: 40px !important;
    left: 18% !important;
    top: 5px !important;
  }

  .roasting_icon {
    width: 40px !important;
    height: 40px !important;
    left: 18% !important;
  }

  .private_icon {
    width: 40px !important;
    height: 40px !important;
    left: 18% !important;
  }

  .barista_icon {
    width: 40px !important;
    height: 40px !important;
    left: 18% !important;
  }

  .blog_icon {
    width: 40px !important;
    height: 40px !important;
    left: 0% !important;
    top: 22px !important;
  }

  .banner_message {
    margin: 0 30px !important;
    text-align: center
  }

  .blog_horizontal_line {
    right: 0% !important;
    width: 80% !important;
  }

  .origin_icon {
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    left: 18% !important;
    top: 8px !important;
  }

  .origin_header {
    margin-left: 200px !important;
  }

  .origin_message {
    margin-left: 240px !important;
    margin-right: 85px !important;
  }

  .origin_button {
    margin-left: 240px !important;
  }

  .roasting_item_2_background {
    background-color: #ededed;
    padding: 25px;
    padding-top: 5px !important;
    padding-bottom: 35px !important;
  }

  .roasting_header {
    margin-left: 200px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }

  .roasting_message {
    margin-left: 230px !important;
    margin-bottom: 30px !important;
  }

  .roasting_button {
    margin-left: 230px !important;
  }

  .private_header {
    margin-left: 200px !important;
  }


  .private_message {
    margin-bottom: 30px !important;
    margin-left: 240px !important;
    margin-right: 85px !important;
  }

  .private_button {
    margin-left: 240px !important;
  }

  .private_image_placement {
    position: relative;
    top: 10%;
  }

  .barista_image_placement {
    position: relative;
    bottom: 20%
  }

  .barista_header {
    margin-left: 190px !important;
  }

  .barista_message {
    margin-bottom: 50px !important;
    margin-left: 230px !important
  }

  .barista_button {
    margin-left: 230px;
  }

  .our_blog_header {
    right: 0 !important;
    left: 0 !important;
    top: 20px !important;
    margin-left: 15px !important;
  }

  .merchandising_margin {
    margin: 0 240px 30px 240px !important;
  }

  .blog_text {
    margin-right: 0 !important;
  }

  .section_header {
    margin: 15px 0 !important;
  }


  .technical_icon {
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    left: 18% !important;
    top: 8px !important;
  }

  .technical_header {
    margin-left: 200px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }

  .technical_message {
    margin-left: 240px !important;
    margin-right: 80px !important;
    margin-bottom: 30px !important;
  }

  .origin_message_before_button {
    margin-bottom: 30px !important
  }

  .static_page_icon_no_background {
    left: 20% !important;
    top: 8px !important
  }

  .static_page_header_no_background {
    margin-left: 225px !important;
    top: 10px !important
  }

  .static_page_message_no_background {
    margin-left: 260px !important;
  }

  .static_page_button_no_background {
    margin-left: 260px !important;
  }


  .about_us_grid_margin {
    margin: 0 100px;
  }

  .about_us_left_item {
    padding-right: 25px;
  }

  .about_us_right_item {
    padding-left: 25px
  }

  .about_us_item_margin {
    margin: 30px 0
  }

  .about_us_header {
    color: #d7282f;
    font-size: 100px !important;
    text-align: right;
  }

  .about_us_header_border {
    border-image: linear-gradient(to bottom, white, #d7282f) 30;
    border-width: 0 0 0 4px;
    border-style: solid;
  }


  .about_us_header_message {
    margin-top: 40px;
    margin-right: 50px;
    font-size: 18px !important;
  }

  .about_us_h2_left_item {
    color: #d7282f;
    font-size: 35px;
    text-align: right;
  }

  .about_us_h2_right_item {
    color: #d7282f;
    font-size: 35px;
    text-align: left;
  }

  .about_us_p_left_item {
    text-align: right;
  }

  .about_us_p_right_item {
    text-align: left;
  }

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

  .about_us_icon_left_item {
    padding-right: 0
  }

  .about_us_icon_right_item {
    padding-left: 0
  }

  .about_us_border_middle {
    border-left: 4px solid #d7282f;
  }

  .about_us_coffee_image {
    transform: rotate(30deg) !important;
  }

  .about_us_page_span {
    font-size: 28px;
    font-weight: 800 !important
  }

  .about_us_final_border {
    border-image: linear-gradient(to bottom, #d7282f 50.5%, white 49.5%) 30;
    padding-left: 25px !important;
    border-width: 0 0 0 4px;
    border-style: solid
  }

  .carousel-margin {
    margin: 0 50px !important;
  }

  .design_header {
    color: #d7282f;
    font-size: 100px;
    text-align: right;
    margin-right: 20px !important;
    margin-top: 35px !important;
  }

  .design_item_margin {
    margin-bottom: 20px !important;
  }

  .design_message_margin {
    margin-left: 15px !important;
    margin-right: 55px !important;
  }

  .design_left_image {
    left: 15% !important;
  }

  .design_right_image {
    left: 8% !important;
  }

}

@media only screen and (max-width: 886px) {

  .about_us_text_block {
    left: 30% !important;
  }

  .ashley_message {
    background-color: #faecc9;
    padding: 35px 45px;
    position: relative;
    width: 210px !important;
    height: 360px !important;
  }

  .madison_message {
    background-color: #e6f7fb;
    padding: 35px 45px;
    position: relative;
    width: 210px !important;
    height: 710px !important;
  }

  .tori_message {
    background-color: #f1f8df;
    padding: 35px 45px;
    position: relative;
    width: 210px !important;
    height: 225px !important;
  }

  .design_header {
    color: #d7282f;
    font-size: 80px;
    text-align: right;
    margin-right: 50px;
    margin-top: 50px !important;
  }

  .design_message_margin {
    margin-right: 10px !important;
  }

  .design_left_image {
    left: 0% !important;
  }


  .design_right_image {
    left: 4% !important;
  }

  .about_us_horizontal_line {
    width: 30% !important
  }

  .about_us_icon {
    width: 40% !important;
  }

  .about_us_grid_margin {
    margin: 0 50px;
  }

  .about_us_left_item {
    padding-right: 25px;
  }

  .about_us_right_item {
    padding-left: 25px
  }

  .about_us_item_margin {
    margin: 20px 0
  }

  .about_us_header {
    color: #d7282f;
    font-size: 80px !important;
    text-align: right;
  }

  .about_us_header_border {
    border-image: linear-gradient(to bottom, white, #d7282f) 30;
    border-width: 0 0 0 4px;
    border-style: solid;
  }

  .about_us_header_message {
    margin-top: 40px;
    margin-right: 50px;
  }

  .about_us_h2_left_item {
    color: #d7282f;
    font-size: 35px;
    text-align: right;
  }

  .about_us_h2_right_item {
    color: #d7282f;
    font-size: 35px;
    text-align: left;
  }

  .about_us_p_left_item {
    text-align: right;
  }

  .about_us_p_right_item {
    text-align: left;
  }

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

  .about_us_icon_left_item {
    padding-right: 0
  }

  .about_us_icon_right_item {
    padding-left: 0
  }

  .about_us_border_middle {
    border-left: 4px solid #d7282f;
  }

  .about_us_coffee_image {
    transform: rotate(30deg) !important;
  }

  .about_us_page_span {
    font-size: 28px;
    font-weight: 800 !important
  }

  .about_us_final_border {
    border-image: linear-gradient(to bottom, #d7282f 50.5%, white 49.5%) 30;
    border-width: 0 0 0 4px;
    border-style: solid
  }

  .carousel-margin {
    margin: 0 50px !important;
  }

  .workshop_icon {
    width: 40px !important;
    height: 40px !important;
    left: 10% !important;
    top: 5px !important;
  }

  .roasting_icon {
    width: 40px !important;
    height: 40px !important;
    left: 8% !important;
  }

  .private_icon {
    width: 40px !important;
    height: 40px !important;
    left: 8% !important;
  }

  .barista_icon {
    width: 40px !important;
    height: 40px !important;
    left: 8% !important;
  }

  .blog_icon {
    width: 40px !important;
    height: 40px !important;
    left: 0% !important;
    top: 22px !important;
  }

  .banner_message {
    margin: 0 30px !important;
    text-align: center
  }

  .blog_horizontal_line {
    right: 0% !important;
    width: 80% !important;
  }

  .origin_icon {
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    left: 8% !important;
    top: 8px !important;
  }

  .origin_header {
    margin-left: 90px !important;
  }

  .origin_message {
    margin-left: 130px !important;
    margin-right: 85px !important;
  }

  .origin_button {
    margin-left: 130px !important;
  }

  .roasting_item_2_background {
    background-color: #ededed;
    padding: 25px;
    padding-top: 5px !important;
    padding-bottom: 35px !important;
  }

  .roasting_header {
    margin-left: 90px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }

  .roasting_message {
    margin-left: 125px !important;
    margin-bottom: 30px !important;
  }

  .roasting_button {
    margin-left: 125px !important;
  }

  .private_header {
    margin-left: 90px !important;
  }


  .private_message {
    margin-bottom: 30px !important;
    margin-left: 130px !important;
    margin-right: 85px !important;
  }

  .private_button {
    margin-left: 130px !important;
  }

  .private_image_placement {
    position: relative;
    top: 10%;
  }

  .barista_image_placement {
    position: relative;
    bottom: 20%
  }

  .barista_header {
    margin-left: 80px !important;
  }

  .barista_message {
    margin-bottom: 50px !important;
    margin-left: 125px !important
  }

  .barista_button {
    margin-left: 125px;
  }

  .our_blog_header {
    right: 0 !important;
    left: 0 !important;
    top: 20px !important;
    margin-left: 15px !important;
  }



  .merchandising_margin {
    margin: 0 120px 30px 120px !important;
  }

  .blog_text {
    margin-right: 0 !important;
  }

  .section_header {
    margin: 15px 0 !important;
  }


  .technical_icon {
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    left: 10% !important;
    top: 8px !important;
  }

  .technical_header {
    margin-left: 95px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }

  .technical_message {
    margin-left: 125px !important;
    margin-right: 80px !important;
    margin-bottom: 30px !important;
  }

  .origin_message_before_button {
    margin-bottom: 30px !important
  }

  .static_page_icon_no_background {
    left: 12% !important;
    top: 8px !important
  }

  .static_page_header_no_background {
    margin-left: 120px !important;
  }

  .static_page_message_no_background {
    margin-left: 150px !important;
  }

  .static_page_button_no_background {
    margin-left: 150px !important;
  }
}

@media only screen and (max-width: 640px) {

  .ashley_message {
    background-color: #faecc9;
    padding: 35px 45px;
    position: relative;
    width: 100% !important;
    height: 360px !important;
  }

  .madison_message {
    background-color: #e6f7fb;
    padding: 35px 45px;
    position: relative;
    width: 100% !important;
    height: 710px !important;
  }

  .tori_message {
    background-color: #f1f8df;
    padding: 35px 45px;
    position: relative;
    width: 100% !important;
    height: 225px !important;
  }


  .banner {
    margin-bottom: 10px !important;
  }

  .blog_margin {
    margin-left: 0 30px !important;
  }

  .about_us_grid_margin {
    margin: 0 20px;
  }

  .about_us_left_item {
    padding-right: 20px;
  }

  .about_us_right_item {
    padding-left: 20px
  }

  .about_us_item_margin {
    margin: 20px 0
  }

  .about_us_header {
    color: #d7282f;
    font-size: 30px !important;
    text-align: right;
  }

  .about_us_header_border {
    border-image: linear-gradient(to bottom, white, #d7282f) 30;
    border-width: 0 0 0 4px;
    border-style: solid;
  }

  .about_us_header_message {
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14px !important;
  }

  .about_us_h2_left_item {
    color: #d7282f;
    font-size: 22px;
    text-align: right;
  }

  .about_us_h2_right_item {
    color: #d7282f;
    font-size: 22px;
    text-align: left;
  }

  .about_us_p_left_item {
    text-align: right;
  }

  .about_us_p_right_item {
    text-align: left;
  }

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

  .about_us_icon_left_item {
    padding-right: 0
  }

  .about_us_icon_right_item {
    padding-left: 0
  }

  .about_us_border_middle {
    border-left: 4px solid #d7282f;
  }

  .about_us_p {
    font-size: 14px !important
  }

  .about_us_horizontal_line {
    width: 20% !important
  }

  .about_us_icon {
    width: 50% !important;
  }


  .about_us_coffee_image {
    transform: rotate(30deg) !important;
  }

  .about_us_page_span {
    font-size: 18px !important;
    font-weight: 800 !important
  }

  .about_us_final_border {
    border-image: linear-gradient(to bottom, #d7282f 50.5%, white 49.5%) 30;
    padding-left: 20px;
    border-width: 0 0 0 4px;
    border-style: solid
  }

  .design_grid_margin {
    margin: 0 20px;
  }

  .design_item_margin {
    margin-bottom: 40px;
  }

  .design_header {
    color: #d7282f;
    font-size: 30px !important;
    text-align: right;
    margin-right: 50px;
    margin-top: 75px;
  }

  .design_message_margin {
    margin-top: 40px;
    margin-right: 100px;
  }

  .design_left_image {
    left: 15% !important;
  }

  .design_right_image {
    left: 8% !important;
  }

  .coffee_page_h1 {
    width: 200px !important;
  }

  .product_page_h1 {
    width: 250px;
  }

  .consulting_page_h1 {
    width: 250px !important;
  }

  .graphic_design_page_h1 {
    width: 330px !important;
  }

  .education_page_h1 {
    width: 250px !important;
  }

  .hospitality_design_page_h1 {
    width: 300px !important;
  }

  .coffee_margin {
    margin-bottom: 140px !important
  }

  .consulting_margin {
    margin-bottom: 160px !important
  }

  .education_margin {
    margin-bottom: 160px !important
  }

  .graphic_design_margin {
    margin-bottom: 180px !important
  }

  .hospitality_design_margin {
    margin-bottom: 205px !important
  }

  .static_page_h1 {
    font-size: 35px !important;
    margin-bottom: 25px !important;
  }

  .banner_message {
    margin: 0 30px !important;
    text-align: center
  }

  .static_page_h2 {
    font-size: 23px !important;
  }

  .static_page_h3 {
    font-size: 20px !important;
  }

  .blog_horizontal_line {
    right: 0% !important;
    width: 80% !important;
  }


  .static_page_p {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .origin_icon {
    width: 25px !important;
    height: 25px !important;
    left: 15px !important;
    top: 3px !important;
  }

  .origin_header {
    margin-left: 20px !important;
  }

  .origin_message {
    margin-left: 45px !important;
    margin-right: 85px !important;
  }

  .origin_button {
    margin-left: 45px !important;
  }

  .roasting_item_2_background {
    background-color: #ededed;
    padding: 25px;
  }

  .roasting_item_2_no_background {
    padding: 25px;
  }

  .roasting_icon {
    width: 25px !important;
    height: 25px !important;
    position: relative;
    left: 1% !important;
    top: 3px !important;
  }

  .roasting_header {
    margin-left: 15px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }


  .technical_icon {
    width: 25px !important;
    height: 25px !important;
    position: relative !important;
    left: 2% !important;
    top: 8px !important;
  }

  .technical_header {
    margin-left: 25px !important;
    position: relative;
    top: 5px;
    right: 10px !important;
  }

  .technical_message {
    margin-left: 50px !important;
    margin: 0 35px !important;
    margin-bottom: 30px !important;
  }

  .roasting_message {
    margin: 0 35px !important;
    margin-bottom: 30px !important;
  }

  .roasting_button {
    margin-left: 35px !important;
  }


  .private_icon {
    width: 25px !important;
    height: 25px !important;
    position: relative;
    left: 1% !important;
    top: 3px !important;
  }

  .private_header {
    margin-left: 15px !important
  }

  .private_message {
    margin-bottom: 30px !important;
    margin-left: 45px !important;
    margin-right: 85px !important;
  }

  .private_button {
    margin-left: 45px !important;
  }

  .private_image_placement {
    position: relative;
    top: 10%;
  }

  .barista_image_placement {
    position: relative;
    bottom: 20%
  }

  .barista_header {
    margin-left: 5px !important;
  }

  .barista_icon {
    width: 25px !important;
    height: 25px !important;
    left: -1% !important;
    top: 3px !important;
  }

  .workshop_icon {
    width: 25px !important;
    height: 25px !important;
    left: 0% !important;
    top: 8px !important;
  }

  .barista_message {
    margin: 0 35px !important;
    margin-bottom: 30px !important;
  }

  .barista_button {
    margin-left: 35px !important;
  }

  .our_blog_header {
    right: 0 !important;
    left: 0 !important;
    top: 20px !important
  }

  .merchandising_margin {
    margin-left: 40px !important;
  }


  .blog_icon {
    width: 30px !important;
    height: 30px !important;
    top: 25px !important;
  }

  .blog_text {
    margin-right: 0 !important;
  }

  .section_header {
    margin: 15px 0 !important;
  }

  .new_width {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }

  .origin_message_before_button {
    margin-bottom: 30px !important
  }

  .static_page_icon_no_background {
    left: 2% !important;
  }

  .static_page_header_no_background {
    margin-left: 25px !important;
  }

  .static_page_message_no_background {
    margin-left: 50px !important;
  }

  .static_page_button_no_background {
    margin-left: 50px !important;
  }

}

.fasten_header_logo {
  max-width: 110px;
}

.x-product-layout-purchase__details {
  margin: 30px 0;
  margin-bottom: 0px;
}

.x-product-layout-purchase__details-title {
  font-size: 16px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.x-product-layout-purchase__details-item {
  display: flex;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
}

@media (max-width: 29.9em) {
  .x-product-layout-purchase__details-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.x-product-layout-purchase__details-label {
  width: 120px;
  flex-shrink: 0;
  font-weight: 700;
  padding-right: 10px;
}

@media (max-width: 29.9em) {
  .x-product-layout-purchase__details-label {
    width: 100%;
    padding: 0 0 5px;
  }
}

.category_layout_buttons {
  border: 1px solid #d2d6dd;
  padding: 20px;
  position: relative;
  color: #3B444d;
  height: 20%;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 500px) {

  .header_background {
    height: 200px !important;
    background-position: center !important;
  }

  .about_us_background {
    height: 200px !important;
    background-position: center !important;

  }

  .message {
    left: -3% !important;
    top: 5% !important;
  }

  .txt {
    padding: 0px !important;
    max-width: 170px !important;
  }

  h1 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  h3 {
    font-size: 10px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .about_us_text_block_padding {
    padding: 2px !important;
  }

  .header_text_block_padding {
    padding: 2px !important;
  }

  .about_us_span {
    font-size: 10px !important;
  }


  .header_span {
    font-size: 10px !important;
  }

  .about_us_text {
    margin-bottom: 0px !important;
    padding: 0 5px !important;
  }

  .header_text {
    margin-bottom: 0px !important;
    padding: 0 5px !important;
  }

  .about_us_text_block_padding_button {
    padding-top: 4px !important;
  }

  .header_block_padding_button {
    padding-top: 4px !important;
  }

  .about_us_button {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 2px !important;
    min-width: 100px !important;
  }

  .header_button {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 2px !important;
    min-width: 100px !important;
  }

  p {
    font-size: 10px !important;
  }

  .what_we_do_section {
    margin: 20px 0 !important;
  }

  .product_figure {
    display: flex !important;
    justify-content: center !important;
  }

  .about_us_section {
    margin: 20px 0 !important;
  }

  .shop_layout {
    margin: 0 !important;
  }

  .ashley_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .madison_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .tori_message {
    width: 100% !important;
    height: 100% !important;
    font-size: 14px !important;
  }

  .testimonial_margin_for_mobile {
    margin-bottom: 20px !important;
  }

  .footer_image_margin {
    margin: 10px 0px !important;
  }

  .footer_text {
    padding: 0 !important;
  }

  .shop_by_collection_section {
    width: 100% !important;
  }

  .shop_by_collection_header {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .shop_by_collection_margin_item {
    padding-left: 20px !important;
  }

  .shop_layout {
    width: 100% !important;
  }

  .product_link {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #d7282f !important;
  }

  .product .img-top {
    position: relative !important;
    width: 326px !important;
  }

  .mobile_one {
    display: none !important;
  }

  .mobile_two {
    display: block !important;
  }

  .help_link {
    width: 100% !important;
  }

  .product_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .link_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container_title_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .anerobic_process {
    min-height: 275px !important;
    background-color: #e8daca !important;
  }

  .c-button {
    text-align: left !important;
  }

  .shadow {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 0;
    display: block;
  }

  .what_people_are_saying_message_writer_span {
    font-size: 14px !important;
  }

  .footer_header {
    font-size: 12px !important
  }

  .footer_image {
    height: 25px !important;
  }

  .coffee_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .syrup_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .bottled_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .smoothies_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .tea_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .chocolate_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .condiments_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .gelato_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .cups_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .boxes_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .barista_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .disposables_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .cleaning_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .eco_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .coffee_bags_image_shop {
    max-width: 342px !important;
    height: 210px !important;
  }

  .our_brands_images {
    width: 342px !important;
    position: relative !important;
    left: 8% !important;
  }
}

/* Wholesale Account */

/********* Simple Red **********/

.form-submit-button-simple_red {
  border-radius: .5em;
  padding: 8px 18px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: -1px -1px 0px #a60000;
  border: 1px solid #a60000;
  box-shadow: 0px 1px 1px 0px #f29d93;
  background: #ce0000;
  /* old browsers */
  background: linear-gradient(to top, #fe1900 0%, #ce0000 100%);
  /* W3C */
}

.form-submit-button-simple_red:hover {
  background: #e60d00;
  /* old browsers */
  background: linear-gradient(to top, #ff461d 0%, #e60d00 100%);
  /* W3C */
}

.form-submit-button-simple_red:active {
  background: #e60d00;
  /* old browsers */
  background: linear-gradient(to top, #e60d00 0%, #ff461d 100%);
  /* W3C */
}

/*
 *Form CSS
 */
.form-all {
  list-style: none;
  list-style-position: outside;
  font-family: Roboto, sans-serif;
  max-width: 752px;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(87, 100, 126, .21);
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 72px auto;
  color: #000000;
  background-image: none;
}

/* if the user add  formm in app builder */

.isEmbeddedInPortal body {
  margin: 0;
  background-color: transparent;
}

.isEmbeddedInPortal .jotform-form {
  padding: 0;
}

.isEmbeddedInPortal .form-all {
  background-color: transparent;
  max-width: 100%;
}

.isEmbeddedInPortal.supernova .form-all,
.form-all {
  border: none;
}

/* if the user add  formm in app builder end */

.form-line .form-radio-item:not(#foo) .form-radio-other+label,
.form-line .form-checkbox-item .form-checkbox-other+label {
  width: auto;
}

.form-line .form-radio-item .form-radio-other.form-textbox+label,
.form-line .form-checkbox-item .form-checkbox-other.form-textbox+label {
  display: none !important;
}

.form-line .form-radio-item:not(#foo) .form-radio-other-input.form-textbox:not([style*="margin-left: 26px"]),
.form-line .form-checkbox-item:not(#foo) .form-checkbox-other-input.form-textbox:not([style*="margin-left: 26px"]) {
  margin-left: 0px;
}

.form-line .form-radio-item .form-radio-other.form-textbox+label:not([style="display:block"]),
.form-line .form-checkbox-item .form-checkbox-other.form-textbox+label:not([style="display:block"]) {
  display: none;
}

.divider {
  border-bottom: 1px solid #e6e6e6;
  height: 1px;
  margin: 5px 0;
}

.form-captcha {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 6px;
  width: 152px;
  border-radius: 4px;
}

.underlined {
  text-decoration: underline;
}

#payment_total {
  display: inline-block;
}

.form-payment-label {
  color: #999999;
  display: block;
  font-size: 9px;
}

.form-payment-subtotal,
.form-payment-shipping,
.form-payment-tax {
  font-size: 0.9em;
  max-width: 325px;
  overflow: visible;
}

.form-payment-tax.form-payment-label>span:nth-child(1) {
  width: 100%;
  max-width: 225px !important;
  float: left;
  display: inline-block;
  word-wrap: break-word;
}

.form-payment-tax.form-payment-label:after {
  content: "";
  display: table;
  clear: both;
}

.form-payment-shipping.form-payment-label>span:nth-child(1) {
  width: 100%;
  max-width: 225px !important;
  float: left;
  display: inline-block;
  word-wrap: break-word;
}

.form-payment-shipping.form-payment-label:after {
  content: "";
  display: table;
  clear: both;
}

.form-payment-divider {
  display: block;
  border-bottom: 1px solid lightgrey;
  max-width: 325px;
}

.form-payment-total,
.form-payment-discount {
  max-width: 325px;
  display: block;
  overflow: visible;
  margin: 10px 0;
}

.complete-payment-prompt {
  display: block;
  background: #F3F7FC;
  padding: 12px 18px;
  font-size: 13px;
  border-radius: 3px;
  color: #525764;
  border: 1px solid #e6edf5;
}

.complete-payment-prompt b {
  color: #1BB266;
}

.form-payment-total {
  max-width: unset !important;
  overflow: hidden;
}

.form-payment-total #total-text {
  line-height: 29px;
}

.form-payment-total .form-payment-price {
  float: right;
  padding: 5px 12px 6px 12px;
  border-radius: 3px;
  position: relative;
}

.form-payment-total .form-payment-price.ready {
  background-color: #1BB266;
  color: #fff;
  padding: 5px 26px 6px 12px;
}

.form-payment-total .form-payment-price.ready:after {
  content: '';
  display: block;
  top: 6px;
  right: 5px;
  position: absolute;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ0Mi41MzMgNDQyLjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjUzMyA0NDIuNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNNDM0LjUzOSw5OC40OTlsLTM4LjgyOC0zOC44MjhjLTUuMzI0LTUuMzI4LTExLjc5OS03Ljk5My0xOS40MS03Ljk5M2MtNy42MTgsMC0xNC4wOTMsMi42NjUtMTkuNDE3LDcuOTkzTDE2OS41OSwyNDcuMjQ4ICAgbC04My45MzktODQuMjI1Yy01LjMzLTUuMzMtMTEuODAxLTcuOTkyLTE5LjQxMi03Ljk5MmMtNy42MTYsMC0xNC4wODcsMi42NjItMTkuNDE3LDcuOTkyTDcuOTk0LDIwMS44NTIgICBDMi42NjQsMjA3LjE4MSwwLDIxMy42NTQsMCwyMjEuMjY5YzAsNy42MDksMi42NjQsMTQuMDg4LDcuOTk0LDE5LjQxNmwxMDMuMzUxLDEwMy4zNDlsMzguODMxLDM4LjgyOCAgIGM1LjMyNyw1LjMzMiwxMS44LDcuOTk0LDE5LjQxNCw3Ljk5NGM3LjYxMSwwLDE0LjA4NC0yLjY2OSwxOS40MTQtNy45OTRsMzguODMtMzguODI4TDQzNC41MzksMTM3LjMzICAgYzUuMzI1LTUuMzMsNy45OTQtMTEuODAyLDcuOTk0LTE5LjQxN0M0NDIuNTM3LDExMC4zMDIsNDM5Ljg2NCwxMDMuODI5LDQzNC41MzksOTguNDk5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMUJCMjY2IiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);
}

.form-payment-discount {
  font-size: 10px;
}

.form-payment-price {
  float: right;
}

.form-product-custom_quantity {
  width: 30px;
  padding-left: 4px;
}

#coupon-message {
  font-size: 10px;
  font-weight: normal;
  white-space: normal;
}

.form-captcha:hover {
  border: 1px solid #aaa;
}

.form-captcha-image {
  border: 1px solid #aaa;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
}

.form-collapse-table {
  height: 58px;
  border: 1px solid #ccc;
  background: #f5f5f5 url(../../images/soft-grad.png) repeat-x;
  position: relative;
}

/* paymet alerts */

.question-wrapper div.payment_alert {
  background-size: 32px;
  padding: 16px 16px 16px 72px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 8px;
  border: 0;
  max-width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.question-wrapper div.payment_alert.wizard {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNy43IDM0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNy43IDM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzY3ODNBMDt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxLjYsMzRINi4xQzMuOCwzNCwyLDMyLjEsMiwyOS44VjQuMkMyLDEuOSwzLjgsMCw2LjEsMGgyNS40YzIuMywwLDQuMiwxLjksNC4yLDQuMnYyNS43CgkJQzM1LjcsMzIuMSwzMy45LDM0LDMxLjYsMzR6Ii8+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIxMi43LDE0LjkgOS43LDE3LjkgNy45LDE1LjggNi44LDE2LjggOS42LDE5LjkgMTMuNywxNS45ICIvPgo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjEyLjcsNy4yIDkuNywxMC4yIDcuOSw4LjEgNi44LDkgOS42LDEyLjIgMTMuNyw4LjIgIi8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMC45LDI2LjVIOWMtMC40LDAtMC43LTAuMy0wLjctMC43di0yQzguMiwyMy40LDguNiwyMyw5LDIzaDJjMC40LDAsMC43LDAuMywwLjcsMC43djIKCUMxMS43LDI2LjEsMTEuMywyNi41LDEwLjksMjYuNXoiLz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjkuMiwxMS40aC0xMWMtMC41LDAtMC44LTAuNC0wLjgtMC44VjguOGMwLTAuNSwwLjQtMC44LDAuOC0wLjhoMTFDMjkuNiw4LDMwLDguMywzMCw4Ljh2MS44CgkJQzMwLDExLjEsMjkuNiwxMS40LDI5LjIsMTEuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yOS4yLDE4LjloLTExYy0wLjUsMC0wLjgtMC40LTAuOC0wLjh2LTEuOGMwLTAuNSwwLjQtMC44LDAuOC0wLjhoMTFjMC41LDAsMC44LDAuNCwwLjgsMC44djEuOAoJCUMzMCwxOC42LDI5LjYsMTguOSwyOS4yLDE4Ljl6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjkuMiwyNi41aC0xMWMtMC41LDAtMC44LTAuNC0wLjgtMC44di0xLjhjMC0wLjUsMC40LTAuOCwwLjgtMC44aDExYzAuNSwwLDAuOCwwLjQsMC44LDAuOHYxLjgKCQlDMzAsMjYuMSwyOS42LDI2LjUsMjkuMiwyNi41eiIvPgo8L2c+Cjwvc3ZnPgo=');
  background-color: #F3F7FC;
  color: #7D8CAA;
}

.question-wrapper div.payment_alert.low {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy43MSAzMy45OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2NzgzYTA7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5mbG93PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNC41NSwyLjQ4LjY3LDI2LjUyQTUsNSwwLDAsMCw1LDM0SDMyLjczQTUsNSwwLDAsMCwzNywyNi41MmwtMTMuODgtMjRBNSw1LDAsMCwwLDE0LjU1LDIuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTcuMjYsMjZhMS41MiwxLjUyLDAsMCwxLC40Mi0xLjEsMS42MiwxLjYyLDAsMCwxLDEuMTctLjQzLDEuNTksMS41OSwwLDAsMSwxLjE3LjQzLDEuNiwxLjYsMCwwLDEsMCwyLjE2LDEuNjEsMS42MSwwLDAsMS0xLjE5LjQyLDEuNTksMS41OSwwLDAsMS0xLjE4LS40MkExLjQ2LDEuNDYsMCwwLDEsMTcuMjYsMjZaTTIwLDIyLjM4SDE3LjZsLS4yNi0xMS45MWgzWiIvPjwvc3ZnPg==);
  background-color: #F3F7FC;
  color: #7D8CAA;
}

.question-wrapper div.payment_alert.mid {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNy43IDM0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNy43IDM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZCQjAzQjt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC42LDIuNWwtMTMuOSwyNGMtMS40LDIuNC0wLjUsNS41LDEuOSw2LjhDMy4zLDMzLjgsNC4xLDM0LDUsMzRoMjcuN2MyLjgsMCw1LTIuMyw0LjktNS4xCgljMC0wLjgtMC4yLTEuNy0wLjctMi40bC0xMy45LTI0Yy0xLjQtMi40LTQuNS0zLjItNi45LTEuN0MxNS42LDEuMiwxNSwxLjgsMTQuNiwyLjV6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNy4zLDI2YzAtMC40LDAuMS0wLjgsMC40LTEuMWMwLjMtMC4zLDAuNy0wLjQsMS4yLTAuNGMwLjQsMCwwLjksMC4xLDEuMiwwLjRjMC42LDAuNiwwLjYsMS41LDAsMi4yCgljLTAuMywwLjMtMC44LDAuNC0xLjIsMC40Yy0wLjQsMC0wLjktMC4xLTEuMi0wLjRDMTcuNCwyNi44LDE3LjIsMjYuNCwxNy4zLDI2eiBNMjAsMjIuNGgtMi40bC0wLjMtMTEuOWgzTDIwLDIyLjR6Ii8+Cjwvc3ZnPgo=');
  background-color: #FCF0E5;
  color: #C69C6D;
}

.question-wrapper div.payment_alert.high {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNy43MSAzMy45OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlMjljOWM7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5mbG93MjwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQuNTUsMi40OC42NywyNi41MkE1LDUsMCwwLDAsNSwzNEgzMi43M0E1LDUsMCwwLDAsMzcsMjYuNTJsLTEzLjg4LTI0QTUsNSwwLDAsMCwxNC41NSwyLjQ4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE3LjI2LDI2YTEuNTIsMS41MiwwLDAsMSwuNDItMS4xLDEuNjIsMS42MiwwLDAsMSwxLjE3LS40MywxLjU5LDEuNTksMCwwLDEsMS4xNy40MywxLjYsMS42LDAsMCwxLDAsMi4xNiwxLjYxLDEuNjEsMCwwLDEtMS4xOS40MiwxLjU5LDEuNTksMCwwLDEtMS4xOC0uNDJBMS40NiwxLjQ2LDAsMCwxLDE3LjI2LDI2Wk0yMCwyMi4zOEgxNy42bC0uMjYtMTEuOTFoM1oiLz48L3N2Zz4=);
  background-color: #fff0f0;
  color: #a06d6d;
}

.question-wrapper div.payment_alert.high a {
  color: #bb1d1d;
  font-weight: bold;
}

.question-wrapper div.payment_alert.mid a {
  color: #CC821F;
  font-weight: bold;
  text-decoration: underline;
}

.question-wrapper div.payment_alert a {
  color: #1DBB72;
  font-weight: bold;
}

.question-wrapper div.payment_alert ul {
  margin: 0;
  padding: 0 0 4px 0;
  min-height: auto;
}

.question-wrapper div.payment_alert ul li {
  margin-left: 16px;
  line-height: 18px;
}

@media screen and (max-width: 480px) {
  .question-wrapper div.payment_alert {
    padding: 12px 12px 12px 46px;
    background-position: left 12px top 12px;
    background-size: 20px;
  }
}

/* E.O paymet alerts */

/* Stripe ACH */
.plaid_area {
  width: 100%;
}

.plaid_area .plaid_description,
.plaid_area .plaid-bank-details {
  padding-top: 12px;
}

.plaid_area button {
  margin-left: 10px;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3em;
  font-size: 1em;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0 16px;
}

.plaid_area .plaid-bank-buttons,
.plaid_area .plaid_select_btn {
  text-align: right;
  padding-top: 8px;
}

.plaid_area .open-plaid-link {
  background-color: #5469D4;
  color: #ffffff;
  border-color: #5469D4;
  background-image: url(https://cdn.jotfor.ms/assets/img/payments/stripeACH_plaid.svg);
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 16px;
  padding: 0px 16px 0 40px;
  text-align: left;
}

.plaid_area #plaid-change-bank {
  background-color: #5469D4;
  color: #ffffff;
  border-color: #5469D4;
}

.plaid_area .plaid-remove-bank {
  border-color: #c3cad8;
  color: #2C3368;
  background-color: #fff;
}

/* E.O Stripe ACH */

.form-address-zip-line {
  width: 100% !important;
}

.form-list {
  padding: 3px;
  border: 1px solid #CCC;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.form-list option {
  padding: 2px;
}

.form-list option:nth-child(2n+1) {
  background: #f5f5f5;
}

.form-textarea {
  font-family: "Lucida Grande", Verdana;
  white-space: pre-wrap;
}

.form-textarea-limit>span {
  display: inline-block;
}

.form-textarea-limit textarea {
  overflow: auto;
}

.form-textarea-limit textarea:focus {
  outline: none !important;
}

.form-textarea-limit-indicator {
  color: #666666;
  font-size: 9px;
  margin-top: -1px;
  padding: 2px;
  text-align: right;
}

.form-textarea-limit-indicator-error {
  color: red;
}

.nicEdit-main {
  background-color: white;
}

.form-address-line {
  display: inline-block;
  width: 49.5%;
  padding-bottom: 10px;
}

.form-address-street-line {
  width: 100%;
}

.form-address-line input {
  width: 96%;
}

.form-address-country {
  width: 100%;
}

.form-address-line .form-sub-label-container {
  width: 100%;
}

/* Raiting field */

.form-star-rating {
  display: inline-block;
  width: 100%;
}

.form-star-rating-star {
  width: 16px;
  height: 16px;
  margin-left: 0.5px;
  float: left;
}

/* button alignment */

.form-buttons-right {
  text-align: right;
}

.form-buttons-left {
  text-align: left;
}

.form-buttons-center {
  text-align: center;
}

.form-buttons-auto {
  margin-left: 156px;
}

/* #587647: shrunk lines word wrap problem fix, omer */
.form-line-column .nicEdit-main {
  white-space: normal;
}

/*
    By: Ibrahim
    Ticket: http://www.jotform.com/answers/770434
 */
.form-line-column .form-sub-label {
  white-space: normal;
}

.form-datetime-validation-error {
  background: #FFAAAA;
  color: #fff;
}

/* Date Picker */
li[data-type="control_datetime"] input.form-textbox {
  padding: 3px 30px 4px 3px;
  margin: 0;
}

@media screen and (max-width: 600px) {
  li[data-type="control_datetime"] input.form-textbox {
    padding: 3px 3px 4px 20px;
  }

  li[data-type="control_datetime"] input.form-textbox[type="tel"] {
    padding: 3px 3px 4px 10px;
  }
}

li[data-type="control_datetime"] .form-input-wide {
  position: relative;
}

li.form-line-column+li[data-type="control_head"] {
  display: inline-block;
  width: 100%;
}

li[data-type="control_datetime"] .icon-liteMode {
  margin-left: 5px;
  vertical-align: middle;
}

.allowTime-container {
  white-space: nowrap;
  display: inline-block;

}

/* E.O. Date Picker */

.form-collapse-mid {
  text-shadow: 0px 2px 0px #fff;
  float: left;
  font-size: 18px;
  margin: 16px 45px 16px 20px;
}

.form-product-item {
  display: inline-block;
  padding: 5px 5px 5px 10px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.form-product-item img {
  display: block;
  position: static;
  margin: 0 12px 0 0;
  float: left;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}

.form-product-custom_price {
  text-align: right;
  width: 70px;
  border: 1px solid gray;
  margin: 0 2px;
  padding: 2px 4px
}

.hover-product-item:hover {
  background: #f5f5f5;
  color: #000;
}

.form-product-item label,
.form-product-item .form-radio,
.form-product-item .form-checkbox {
  cursor: pointer;
}

.form-special-subtotal {
  display: block;
  font-size: 10px;
  margin: 5px 0 12px 8px;
  height: 12px;
  float: left;
}

.form-product-image,
.form-product-image-with-options {
  margin: 5px;
  margin-left: 10px;
}

.form-product-image-with-options {
  position: absolute;
  top: 15px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  cursor: pointer;
}

/*formSpinner styling*/
.form-spinner {
  border: 1px solid rgb(204, 204, 204);
  display: inline-block;
  background: rgb(255, 255, 255);
  max-width: 180px;
  position: relative;
  padding-right: 20px;
}

.form-spinner-input-td {
  white-space: normal;
}

/**
* Hides the browser default spinner buttons in protoplus based spinner field
*/
.form-spinner-input-td input[type="number"]::-webkit-inner-spin-button,
.form-spinner-input-td input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

div.form-spinner-input-td .form-spinner-input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  text-align: right;
  outline: none;
}

.form-spinner-button-container {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.form-spinner-button {
  height: 50%;
  width: 20px;
  position: relative;
  background: rgb(230, 231, 234);
  box-sizing: border-box;
  cursor: default;
}

.form-spinner-image {
  width: 8px;
  height: 6px;
  position: absolute;
  margin: -3px 0px 0px -4px;
  top: 50%;
  left: 50%;
}

.form-spinner-down-image {
  transform: rotate(180deg);
}

.form-radio,
.form-checkbox {
  vertical-align: middle;
  margin-right: 10px;
  padding: 0px;
}

.form-radio-item,
.form-checkbox-item {
  margin-top: 5px;
  float: left;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}

.form-single-column .form-radio-item,
.form-single-column .form-checkbox-item {
  display: flex;
  align-items: flex-start;

}

.form-multiple-column .form-radio-item,
.form-multiple-column .form-checkbox-item {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  box-sizing: border-box;
}

/* should work on selectors like this*/
.form-multiple-column[data-columncount="2"] .form-radio-item,
.form-multiple-column[data-columncount="2"] .form-checkbox-item {
  width: 50%;
}

.form-multiple-column[data-columncount="3"] .form-radio-item,
.form-multiple-column[data-columncount="3"] .form-checkbox-item {
  width: 33%;
}

.form-multiple-column[data-columncount="4"] .form-radio-item,
.form-multiple-column[data-columncount="4"] .form-checkbox-item {
  width: 25%;
}

.form-multiple-column[data-columncount="5"] .form-radio-item,
.form-multiple-column[data-columncount="5"] .form-checkbox-item {
  width: 20%;
}

.form-line[data-type="control_radio"],
.form-line[data-type="control_checkbox"] {
  display: flex;
  flex-wrap: wrap;
}

.form-line[data-type="control_radio"] .form-input-wide,
.form-line[data-type="control_checkbox"] .form-input-wide {
  width: 100%;
}

.form-line[data-type="control_radio"] .form-input,
.form-line[data-type="control_checkbox"] .form-input {
  flex-grow: 1;
  flex-basis: 0;
}


.form-radio-item br,
.form-checkbox-item br {
  clear: left;
}

.form-submit-button,
.form-submit-reset,
.form-submit-print,
.form-screen-button {
  margin-left: 10px;
  overflow: visible;
  padding: 1px 6px;
  width: auto;
  height: 3rem;
  min-width: 180px;
  cursor: pointer;
}

.form-submit-button::-moz-focus-inner,
.form-submit-reset::-moz-focus-inner {
  border: 0px;
  padding: 1px 6px;
}

.form-submit-button.conditionallyDisabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.form-button-red {
  border: 1px solid red;
}

.form-button-magenta {
  border: 1px solid magenta;
}

.form-screen-message {
  width: 260px;
  height: 100px;
}

.form-screen-button div {
  background-image: url("/images/photo.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}

.form-screen-button {
  position: absolute;
  top: 1px;
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  background: #fdc000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdc000 0%, #fe8900 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdc000), color-stop(100%, #fe8900));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdc000 0%, #fe8900 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdc000 0%, #fe8900 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fdc000 0%, #fe8900 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc000', endColorstr='#fe8900', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #fdc000 0%, #fe8900 100%);
  /* W3C */

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0 rgba(255, 255, 255, .6) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0 rgba(255, 255, 255, .6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0 rgba(255, 255, 255, .6) inset;

  border: 1px solid #ae5d00;
  border-radius: 5px;
}

.form-screen-button:hover {
  background: #fcc932;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc932', endColorstr='#fc9e32', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(to top, #fcc932 0%, #fc9e32 100%);
  /* W3C */
  border: 1px solid #ae5d00;
}

.form-screen-button:active {
  background: #fe8900;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8900', endColorstr='#fdc000', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(to top, #fe8900 0%, #fdc000 100%);
  /* W3C */

  border: 1px solid #C56600;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 -1px 0 rgba(255, 255, 255, .6) inset;
}

.form-screenshot-plate {
  background: url("../../images/noises/defaultdesktop.png") repeat scroll 0 0 transparent;
  border: 2px solid #545454;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) inset;
  margin: 10px 0;
  text-align: center;
}

.form-screenshot-img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  margin: 14px 0;
  display: inline-block;
}

.form-submit-print::-moz-focus-inner {
  padding: 0px 6px;
}

.form-submit-print {
  padding: 1px 6px;
}

.form-submit-button-img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  cursor: pointer !important;
  max-width: 100%;
}

.icon-encrypt~.form-submit-reset {
  margin-left: 32px;
}

.form-collapse-right {
  position: absolute;
  right: 0px;
  height: 58px;
  width: 40px;
}

.form-collapse-right-show {
  background: url(../../images/arrow-open.png) no-repeat center;
}

.form-collapse-right-hide {
  background: url(../../images/arrow-closed.png) no-repeat center;
}

.form-collapse-hidden {
  display: none;
}

.form-grading-item {
  margin-bottom: 3px;
}

.form-textbox {
  font-size: 1em;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: block;
  color: #2c3345;
  height: 2.5em;
  padding: 0 .625em !important;
  width: 310px;
  min-width: 100%;
  max-width: 100%;
}

.form-textbox:hover {
  border-color: rgba(169, 191, 249, 0.5);
  box-shadow: 0 0 0 2px rgba(201, 216, 254, 0.25);
}

.form-header {
  margin: 0px;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  word-break: break-word;
}

h2.form-header {
  font-size: 1.25em;
  margin-bottom: 4px;
}

.form-footer {
  margin: 0px;
  text-align: center;
  font-size: 9px;
  color: #999;
  font-weight: 300;
}

.form-subHeader {
  border-top: 1px solid #fff !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  font-size: 1em !important;
  word-break: break-word !important;
  color: #57647e !important;
}

.form-header-group {
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 2.5em 52px;
  clear: both;
  margin: 0 -38px;
}

/* ömer 18/08 */

/* Form Header helper sub-classes */
/*.form-header-group.hasImage { display: table-row; }*/
.form-header-group.hasImage>.header-logo {
  display: table-cell;
}

.form-header-group.hasImage>.header-text {
  display: table-cell;
  width: 100%;
}

/* Conditional style on 'Image Alignment' option set to 'Top' on question properties */
.form-header-group.hasImage[data-imagealign="Top"]>.header-logo {
  display: block;
  text-align: center;
}

.form-header-group.hasImage[data-imagealign="Top"]>.header-text {
  display: block;
}

/* Header title text alignment */
.httal {
  text-align: left;
}

/*this is not added if user didnt select any alignment*/
.httac {
  text-align: center;
}

.httar {
  text-align: right;
}

/* Header title vertical alignment */
.htvat {
  vertical-align: top;
}

.htvam {
  vertical-align: middle;
}

.htvab {
  vertical-align: bottom;
}

/* ömer 18/08 */

/* hasan 19/08 */
/* Form header image margins */
.header-logo-left {
  margin-right: 1em;
}

.header-logo-top {
  margin-bottom: 1em;
}

.header-logo-right {
  margin-left: 1em;
}

/* hasan 19/08 */

.form-footer-group {
  padding: 12px;
  clear: both;
}

.form-line .form-label.form-label-top.form-label-auto {
  width: auto;
}

.form-label-top {
  margin-bottom: 6px;
  display: block;
  white-space: normal;
}

.form-label-left {
  float: left;
  display: inline-block;
  text-align: left;
  padding: 3px;
  white-space: normal;
  word-break: break-word;
}

.form-label-right {
  float: left;
  display: inline-block;
  text-align: right;
  margin-bottom: 6px;
  padding: 3px;
  white-space: normal;
  word-break: break-word;
}

.form-label-right+.form-input,
.form-label-left+.form-input {
  display: inline-block;
}

.form-section,
.form-section-closed {
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0 38px;
  position: relative;
  zoom: 1;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-section-closed {
  overflow: hidden;
  height: 60px;
}

.time-dropdown {
  box-shadow: 0 1px 2px #eee inset;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.form-line {
  clear: both;
  padding: 10px;
  margin: 0px;
  display: block;
  width: 97%;
  width: -moz-available;
  position: relative;
}

.form-line[data-type="control_button"][paypal-button-status="hide"] .form-submit-button {
  display: inherit;
}

.form-line[data-type="control_button"][paypal-button-status="hide"] .paypal-buttons {
  display: none !important;
}

.form-line[data-type="control_button"][paypal-button-status="show"] .form-submit-button:not(.form-sacl-button) {
  display: none !important;
}

.form-line[data-type="control_button"][paypal-button-status="show"] .paypal-buttons {
  display: block !important;
}

li[data-type="control_checkbox"],
[data-type="control_radio"] {
  display: inline-block;
}

.form-line-column {
  float: left;
  clear: none;
  width: auto;

}

/* Added css rule below to retain display:inline-block for shrunken fields */
.form-line.form-line-column {
  display: inline-block;
}

.form-line-column-clear {
  clear: left;
  width: auto;
}

.form-line-active {
  background-color: #FFFFE0;
  /*outline: 1px solid #EEEED0;*/
  color: #333;
}

.form-matrix-table {
  border-collapse: collapse;
  font-size: 10px;
  margin-bottom: 5px;
}

.form-matrix-headers {
  position: relative;
  border: 1px solid #ccc;
  background: #ddd;
}

.form-matrix-row-headers {
  text-align: left;
}

.form-matrix-column-headers {
  text-align: center;
  color: inherit;
}

.form-matrix-values {
  text-align: center;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.matrix-choice-label {
  display: none;
}

.form-pagebreak {
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  height: 60px;
  clear: left;
}

.form-pagebreak-back-container,
.form-pagebreak-next-container {
  float: left;
  padding: 14px 10px;
}

.form-pagebreak-next-container {
  padding-left: 0px;
}

.form-pagebreak-back,
.form-pagebreak-next {
  border-radius: 5px;
  box-shadow: 0px 1px 2px #aaa;
  border: 1px solid #999;
  background: #ddd;
  padding: 5px;
  margin: 0px;
  font-size: 14px;
}

div.form-pagebreak .form-pagebreak-back-container button.button-hidden,
div.form-pagebreak .form-pagebreak-next-container button.button-hidden {
  display: none;
}

.form-required {
  margin-left: 5px;
  color: red;
}

.form-scale-table {
  font-size: 12px;
}

.form-scale-table th {
  border-bottom: 1px solid #90919B;
  color: #6C6D7D;
}

.payment-form-table.form-address-table {
  width: 330px;
}

.payment-form-table .form-address-line {
  width: 310px;
}

.payment-form-table .form-address-city,
.form-address-state {
  width: 144px;
}

.payment-form-table .form-address-table td,
.payment-form-table .form-address-table th {
  padding-bottom: 10px;
}

.payment-form-table select {
  width: 155px;
}

.form-product-details {
  font-size: 0.8em;
  color: inherit;
  font-style: normal;
}

.form-product-options-text,
.form-product-child-label {
  font-weight: normal;
  word-wrap: break-word;
}

.form-product-child-table {
  margin-top: 4px;
}

.form-product-child-table td,
.form-product-child-table th {
  padding: 2px 6px;
}

.form-product-child-price {
  font-size: 0.786em;
  font-weight: bold;
  font-style: italic;
  color: #999;
  min-width: 80px ! important;
}

.form-button-error {
  color: #FF4E5D;
  display: inline;
  text-align: center;
}

.form-pagebreak>.form-button-error {
  padding: 14px 10px 10px;
  display: block;
}

.form-line-error {
  background: #FFAAAA;
  color: #333;
}

li.form-line-error input:not(#coupon-input),
li.form-line-error select,
li.form-line-error textarea,
li.form-line-error .form-validation-error {
  border: 1px solid #FF4E5D;
  box-shadow: none;
}

/*file upload button validation border is not needed*/
li.form-line-error[data-type="control_fileupload"] .form-validation-error {
  border: none;
  box-shadow: none;
}

.form-validation-error.form-input {
  border: none;
}

.form-line-active .form-error-message {
  display: none;
}

.form-error-message {
  z-index: 900;
  position: absolute;
  max-width: 130px;
  right: 0px;
  top: 0px;
  color: #333;
  padding: 3px;
  font-size: 10px;
  border: 4px solid #dd8888;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FFCCCC;
  display: flex;
  align-items: center;
}

.form-error-message img {
  margin: 0 8px 0 3px;
  width: 20px;
  height: 20px;
}

.form-error-arrow {
  position: absolute;
  top: -16px;
  left: 10px;
  height: 0px;
  width: 0px;
  border: 8px solid transparent;
  border-bottom-color: #666;
  border-bottom: 8px solid rgba(102, 102, 102, 0.3);
}

.form-error-arrow-inner {
  position: absolute;
  top: 1px;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-bottom-color: #FFCCCC;
  border-bottom-width: 11px;
  left: -10px;
  top: -10px;
}

.form-input .form-error-message,
.form-input-wide .form-error-message {
  bottom: -5px;
  font-size: 11px;
  position: relative;
  z-index: 900;
  right: auto;
  top: auto;
  color: #333;
  padding: 3px;
  max-width: 100%;
  padding-bottom: 3px;
  font-size: 12px;
  border: none;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.5);
  border-radius: 6px 6px;
  background: #FFCCCC;
}

.form-description {
  z-index: 1000;
  position: absolute;
  right: 7px;
  max-width: 150px;
  top: 6px;
  border: 4px solid #ccc;
  border-radius: 6px 6px;
  box-shadow: 0px 2px 4px #666;
  background: #f5f5f5;
  white-space: normal;
}

.form-description-content {
  padding: 10px;
  font-size: 10px;
  color: #333;
}

.form-description-arrow {
  border-color: transparent #CCCCCC transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  left: -24px;
  top: 7px;
  position: absolute;
}

.form-description-arrow-small {
  border-color: transparent #F5F5F5 transparent transparent;
  border-style: solid;
  border-width: 7px;
  height: 0;
  width: 0;
  left: -14px;
  top: 10px;
  position: absolute;
}


.right {
  right: 33px !important;
  float: none !important;
}

.form-line:hover .form-description-indicator,
.form-line-active .form-description-indicator {
  display: block;
}

.form-description-indicator {
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background: url(../../images/s-info.png) no-repeat center;
}

.right .form-description-arrow {
  border-color: transparent transparent transparent #CCCCCC;
  left: auto;
  right: -24px;
}

.right .form-description-arrow-small {
  border-color: transparent transparent transparent #F5F5F5;
  left: auto;
  right: -14px;
}

.form-autocomplete-list {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #333;
  background: rgba(26, 58, 81, 0.8);
  border: 1px solid #eee;
  border-top: none;
  padding: 5px 0;
  -moz-border-radius-bottomright: 10px 10px;
  -moz-border-radius-bottomleft: 10px 10px;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  -webkit-border-bottom-right-radius: 10px 10px;
  -webkit-border-bottom-left-radius: 10px 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
  border-radius-bottom-right: 10px 10px;
  border-radius-bottom-left: 10px 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}

.form-autocomplete-list-item {
  margin: 0 5px;
  border: 1px solid transparent;
  color: #fff;
  padding: 3px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  text-shadow: 1px 1px 3px #000;
  cursor: pointer;
}

.form-autocomplete-list-item-selected,
.form-autocomplete-list-item:hover {
  box-shadow: 0 0 4px #333;
  border: 1px solid #1a3a51;
  background: #4295D1;
}

.form-autocomplete-list-item:hover {
  border: 1px solid #ccc;
}

.form-sub-label-container {
  display: inline-block;
  margin-right: 5px;
}

.form-sub-label {
  display: block;
  margin-bottom: 3px;
  word-wrap: break-word;
  font-size: .75em;
  margin-top: 11px;
  margin-left: 2px;
  color: #57647e;
}

.form-html {
  padding: 3px;
  /*Emre: to prevent HTML textbox to expand more instead of getting shorter after shrinking (50747) */
  white-space: normal;
}

[data-type="control_text"] {
  line-height: 1.6;
}

[data-type="control_text"] .form-html img {
  max-width: 100%;
  height: auto;
}

.form-radio-other-input,
.form-checkbox-other-input {
  width: 100px
}

.form-radio-item label,
.form-checkbox-item label {
  width: 100%
}


.edit-hover {
  display: none;
}

/**
 * For custom hint style, to achieve placeholder like color
 */
.form-custom-hint {
  color: #aaa !important;
  overflow: hidden !important;
}

/**
* FilePicker.io upload styling
*/
.filePicker-button {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 24px;
  margin-bottom: 0;

  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  background: #0074CC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088cc), color-stop(100%, #0055cc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0088cc 0%, #0055cc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0088cc 0%, #0055cc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  /* IE6-9 */



  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.filePicker-button:hover {
  background: #00a0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a0f0 0%, #0064f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a0f0), color-stop(100%, #0064f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a0f0 0%, #0064f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00a0f0 0%, #0064f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00a0f0 0%, #0064f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00a0f0 0%, #0064f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0f0', endColorstr='#0064f0', GradientType=0);
  /* IE6-9 */

}

.filePicker-button:active {
  background: #0064f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0064f0 0%, #00a0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0064f0), color-stop(100%, #00a0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0064f0 0%, #00a0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0064f0 0%, #00a0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0064f0 0%, #00a0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0064f0 0%, #00a0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0064f0', endColorstr='#00a0f0', GradientType=0);
  /* IE6-9 */

}



/**
 * Multiple file upload styling
 */
.qq-uploader {
  position: relative;
  width: 224px;
}

.qq-upload-button {
  background: #ffa84c;
  /* old browsers */
  background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBCB5D), color-stop(100%, #EFA003));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBCB5D', endColorstr='#EFA003', GradientType=0);
  /* ie */
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 -1px #C64F00;
  border: 1px solid #C64F00;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

.qq-upload-button-hover {
  background: #ff7b0d;
  /* old browsers */
  background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa84c 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7b0d), color-stop(100%, #ffa84c));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b0d', endColorstr='#ffa84c', GradientType=0);
  /* ie */

}

.qq-upload-button-focus {
  outline: 1px dotted black;
}

.qq-upload-delete {
  display: inline-block;
  opacity: 0.0001;
  top: 0px;
  position: absolute;
  background: #f85032;
  /* old browsers */
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* ie */
  width: 20px;
  height: 100%;
  right: 0px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 -1px 0px #000;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  border-left: 1px solid #aaa;
  cursor: pointer;
  box-sizing: border-box;
}

.qq-upload-delete:hover {
  background: #ffb76b;
  /* old browsers */
  background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb76b), color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7f04));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
  /* ie */
}

.qq-upload-delete:focus {
  opacity: 1;
}

.qq-upload-list li:hover {
  border: 1px solid #aaa;
}

.qq-upload-success:hover .qq-upload-delete {
  opacity: 1;
}

.qq-upload-fail:hover .qq-upload-delete {
  opacity: 1;
}

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 54px;
  z-index: 2;
  background: #F5F5F5;
  background: rgba(240, 240, 240, 0.9);
  text-align: center;
  color: #B1B1B1;
  border: 2px dashed #c5c5c5;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  font-size: 16px;
}

.qq-upload-drop-area-active {
  background: lightyellow;
  background: rgba(222, 255, 210, 0.9);
}

.qq-upload-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.qq-upload-list li {
  position: relative;
  font-size: 11px;
  margin: 8px 0;
  color: #5E5B5B;
  padding: 2px 4px;
  background: #EEEEEE;
  border-radius: 5px 5px;
  white-space: normal;
  border: 1px solid transparent;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
  font-size: 0.8em;
  line-height: 16px;
}

.qq-file-uploading {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 80px;
}

.inputContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 2px;
  right: 0;
  overflow: hidden;
}

.fileupload-input {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Arial';
  font-size: 118px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

.qq-upload-failed-text {
  float: right;
}

.qq-upload-fail {
  background: #FF927D !important;
  color: #fff !important;
}

.qq-upload-fail .qq-upload-size {
  display: none !important;
}

.qq-upload-spinner {
  display: inline-block;
  background: url("../../images/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-bottom: 3px;
  margin-left: 2px;
}

.qq-upload-size,
.qq-upload-cancel {
  float: right;
  margin-left: 4px;
}

.qq-upload-failed-text {
  display: none;
}

.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}


/*FB Login button styles and alignments */
.fb-login-label {
  color: #888888;
  font-size: 11px;
  line-height: 23px;
}

/*FB Login End*/


/*Braintree credit card fields styling*/

.braintree-hosted-fields {
  background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  display: inline-block;
  width: 147px;
  height: 17px;
  border: 1px solid lightgrey;
  padding: 3px;
  box-shadow: 0 1px 2px #eee inset;
}

/* firefox focused field border*/
.braintree-hosted-fields-focused {
  border: 1px solid #FFD300 !important;
  box-shadow: 0px 0px 3px #FFF0AA;
}


/* Square credit card fields styling */
.square-hosted-fields {
  background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  display: inline-block;
  width: 147px;
  height: 17px;
  border: 1px solid lightgrey;
  padding: 3px;
}

li[data-type="control_square"] .form-address-table.payment-form-table span.form-sub-label-container {
  width: calc(100% - 5px);
}

li[data-type="control_square"] .form-address-table.payment-form-table span.form-sub-label-container iframe {
  width: 100%;
  height: 25px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* Stripe credit card fields styling  */
.StripeElement.cc_numberMount,
.StripeElement.cc_cardExpiryMount {
  width: 147px;
}

.StripeElement {
  height: 17px;
}

.__PrivateStripeElement {
  top: 50%;
  transform: translateY(-50%);
}

/* webkit focused field border */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .braintree-hosted-fields-focused {
    outline: rgb(59, 153, 252) auto 5px;
    border: 1px solid lightgrey !important;
  }
}

/* braintree add ons */
.braintree-addons-box {
  border-radius: 5px;
  background-color: #efefef;
  padding: 5px;
  margin: 6px 0 0 18px;
  font-size: 12px;
  line-height: 16px;
}

/*Braintree End*/


/* paypal pro */
.paypalpro_img {
  width: 40px;
  height: 26px;
  padding-right: 7px;
}

.paypalpro_visa {
  background: url('../../images/credit-card-logo.png') no-repeat 0 0;
}

.paypalpro_mc {
  background: url('../../images/credit-card-logo.png') no-repeat -47px 0;
}

.paypalpro_amex {
  background: url('../../images/credit-card-logo.png') no-repeat -94px 0;
}

.paypalpro_dc {
  background: url('../../images/credit-card-logo.png') no-repeat -141px 0;
}

/* stripe ach manual */
.payment-form-deposits-table {
  width: 100%;
  padding: 40px 35px;
  box-sizing: border-box;
}

.payment-form-deposits-table.active {
  display: block !important;
}

.payment-form-deposits-table th {
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.payment-form-deposits-table tbody tr:nth-child(2) td {
  padding-bottom: 30px;
}

.payment-form-deposits-table tbody .deposits td:first-child {
  width: 200px;
}

.payment-form-deposits-table .deposit-b td {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.payment-form-deposits-table .deposits td:nth-of-type(2) {
  position: relative;
}

.payment-form-deposits-table .deposits td:nth-of-type(2)::after {
  content: '$';
  display: block;
  position: absolute;
  left: 4px;
  top: 0%;
  transform: translateY(5px);
  font-size: 14px;
  opacity: 0.6;
}

.payment-form-deposits-table .deposits input {
  padding-left: 18px;
}

.payment-form-deposits-table .verifyButtonTr td {
  padding-left: 156px;
  padding-top: 34px;
}

.payment-form-deposits-table .verifyButton {
  padding: 9px 15px;
  font-family: "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  display: block;
  border: 1px solid #ccc;
  color: #666;
  text-shadow: 0 1px #fff;
  cursor: pointer;
  border-radius: 3px 3px;
  box-shadow: 0 1px #fff inset, 0 1px #ddd;
  background: #f5f5f5;
  background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
}

.payment-form-deposits-table .verifyButton:hover {
  background: #fff;
  background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
}

#content .chargeLaterButton em,
#content .gocardless-retry-button {
  background: #ffa102;
  border-color: #ffa102;
  color: white;
  font-size: 11px;
  border-radius: 12px;
  white-space: nowrap;
  padding: 2px 6px 2px 6px;
  cursor: pointer;
}

#content .chargeLaterButton:hover em {
  background-color: black;
}

.x-panel .chargeLaterButton em {
  margin-top: 4px;
  display: block;
}

#content #gocardless-payment ul li {
  margin-top: 5px;
}

@media only screen and (max-device-width: 550px) {
  .payment-form-deposits-table .deposits td {
    display: block;
  }

  .payment-form-deposits-table .deposit-b td:nth-of-type(1) {
    padding-bottom: 10px;
    border-bottom: 0;
  }
}

/*reCaptcha styling*/

#recaptcha_logo {
  display: none;
}

#recaptcha_tagline {
  display: none;
}

#recaptcha_table {
  border: none !important;
}

.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: transparent !important;
}

#recaptcha_table td {
  padding-left: 0px !important;
}

.always-hidden {
  display: none !important;
}

.dropdown-match-height {
  min-height: 24px;
}

/**
 * E-Signature
 */
.signature-pad-passive,
.signature-pad-wrapper {
  border: 1px solid #9D9D9D;
  color: #444;
  position: relative;
}

.signature-pad-passive .signature-line {
  border: 1px solid #444;
  width: 80%;
  position: absolute;
  bottom: 50px;
  left: 10%;
  right: 10%;
}

.signature-pad-wrapper .clear-pad-btn {
  cursor: pointer;
  text-decoration: underline;
  float: right;
  font-weight: bold;
  font-size: 12px;
}

.form-single-column .clearfix {
  display: inline-block;
}

.form-single-column .clearfix {
  display: block;
}

@media only screen and (max-device-width: 550px) {
  body {
    font-size: 18px;
  }

  .form-all {
    width: auto !important;
  }

  .form-label-left {
    float: none;
    display: block;
  }

  .form-description {
    right: 7px !important;
  }

  .form-buttons-wrapper {
    margin: 5px !important;
    text-align: center;
  }

  .form-textarea {
    /* Emre: to prevent the textareas to overflow when iPhone is used (47600) */
    width: 94% !important;
    white-space: pre-wrap;
  }

  .form-textbox,
  .form-textarea,
  .form-dropdown,
  .form-list {
    border: 1px solid #555;
    padding: 4px;
    -webkit-border-radius: 5px 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    -moz-border-radius: 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border-radius: 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  }


  .form-spinner {
    max-width: 100% !important;
    overflow: hidden;
    padding-right: 105px !important;
    border-radius: 5px;
  }

  .form-spinner-up {
    margin-right: 1px;
  }

  [class*="form-spinner-"] img {
    width: 10px !important;
    height: 8px !important;
    margin: -4px 0 0 -5px !important;
  }

  .form-spinner-up,
  .form-spinner-down {
    display: inline-block !important;
    width: 52px !important;
    height: 100% !important;
  }

  div.form-spinner-input-td input {
    padding: 9px 6px !important;
    background: none;
  }

  div.form-header-group {
    margin: 0px !important;
  }

  div.form-pagebreak .form-label-left {
    display: inline-block !important;
    float: left;
  }

  .form-submit-button,
  .form-submit-reset {
    font-size: 18px;
    line-height: 30px;
  }

  .form-captcha {
    border: 1px solid #555;
  }

  .form-captcha input {
    width: 120px !important;
  }

  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important;
  }

  /* Responsive ligthbox modal */
  .u-responsive-lightbox {
    width: 90% !important;
  }

  .u-responsive-lightbox .jt-title,
  .u-responsive-lightbox .jt-content,
  .u-responsive-lightbox .js-form-content {
    width: 100% !important;
  }

  /* Responsive ligthbox modal */

  .form-product-custom_price {
    width: 35px;
  }

  .signature-pad-passive {
    max-width: 70vw;
  }

  .download-pdf-box-content {
    font-size: 12px;
  }
}

.clearfix2:before,
.clearfix2:after {
  content: " ";
  display: table;
}

.clearfix2:after {
  clear: both;
}

/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[id*="_donation"] {
  width: 46px;
}

/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* encrypted form-submit-button icon, omer, 15-07-2015 */

.form-submit-button.icon-encrypt {
  position: relative;
}

.form-submit-button.icon-encrypt+button {
  margin-left: 25px;
}

.form-submit-button.icon-encrypt:before {
  content: url("../../images/security-icon.png");
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -36px;
  top: 50%;
  margin-top: -16px;
  box-sizing: border-box;
  padding-top: 4px;
}

.form-submit-button.icon-encrypt:after {
  content: attr(data-content);
  display: none;
  position: absolute;
  width: 128px;
  background-color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  color: #eee;
  font-size: 10px;
  top: 50%;
  right: -166px;
  padding: 5px 0 4px;
  border-radius: 2px;
  line-height: 15px;
  margin-top: -12px;
}

.form-submit-button.icon-encrypt:hover:after {
  display: inline-block;
}

.jotform-ad {
  background: red;
  display: block !important;
  visibility: visible !important;
}

.jotform-ad>a {
  text-decoration: none !important;
  color: #aaa !important;
}

.jotform-ad>a+a {
  color: #f38632 !important;
}

.jf-branding:hover {
  color: orange !important;
  opacity: 1 !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 999999;
}

.overlay-content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 60px 20px 20px 20px;
  width: 85%;
  height: 72%;
  max-width: 960px;
  border-radius: 6px;
}


.isEmbeded .overlay-content {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 60px 20px 20px 20px;
  width: 86%;
  height: 60%;
  max-width: 960px;
  max-height: 580px;
  left: auto;
  border-radius: 6px;
  margin: 0 auto;
  transform: translate(0, 0);
  overflow: hidden;
  box-sizing: border-box;
}

.overlay.old_ui .overlay-content {
  padding-bottom: 60px;
}

.overlay-content .img-wrapper {
  margin: 0 auto;
  position: relative;
  margin: 0 50px;
  max-width: 100%;
  flex: 1;
}

.overlay-content .img-wrapper span {
  padding: unset !important;
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-color: #F4F7FD;
  border-radius: 3px;
  border: 1px solid #e5ebf7;
}

.lb-prev-button,
.lb-next-button {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  cursor: pointer;
  opacity: 1;
  background-size: 16px;
  transition: opacity .15s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

.lb-prev-button {
  left: -60px;
  background-image: url('https://cdn.jotfor.ms/assets/fonts/font-awesome/5.7.2/svgs/solid/chevron-left.svg');
}

.lb-next-button {
  right: -60px;
  background-image: url('https://cdn.jotfor.ms/assets/fonts/font-awesome/5.7.2/svgs/solid/chevron-right.svg');
}

.lb-close-button {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  color: #677686;
  background-color: #eef2fa;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}

.overlay.old_ui .lb-prev-button,
.overlay.old_ui .lb-next-button {
  display: none !important;
}


.overlay.new_ui .overlay-content:not(.has_thumbnail) ul,
.overlay.new_ui .overlay-content:not(.has_thumbnail) .lb-prev-button,
.overlay.new_ui .overlay-content:not(.has_thumbnail) .lb-next-button {
  display: none !important;
}

.overlay .overlay-content .slider-navigation ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
  padding-left: 0;
  flex-wrap: wrap;
}

.overlay .overlay-content .slider-navigation ul li {
  list-style-type: none;
  flex: 0 0 72px;
  max-width: 72px;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  border: 1px solid #EEE;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F8F8F8;
  border-radius: 1px;
  box-sizing: border-box;
  margin: 8px;
  cursor: pointer;
}

.overlay .overlay-content .slider-navigation ul li.selected {
  border: 3px solid #0393E2
}

@media screen and (max-width: 1024px),
screen and (max-height: 640px) {
  .overlay .overlay-content {
    padding: 20px;
  }

  .overlay .overlay-content .img-wrapper span {
    background-color: transparent;
    border: none;
  }
}

@media screen and (max-width: 576px),
screen and (max-height: 640px) {
  .overlay-content {
    border-radius: 4px;
  }

  .overlay-content .img-wrapper {
    margin: 0px;
  }

  .overlay .overlay-content .slider-navigation ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 20px 0 0 0;
    padding-left: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .overlay-content .lb-prev-button,
  .overlay-content .lb-next-button {
    position: absolute;
    background-size: 16px;
    width: 20px;
    height: 20px;
  }

  .overlay-content .lb-prev-button {
    left: 0;
  }

  .overlay-content .lb-next-button {
    right: 0;
  }

  .overlay-content .lb-close-button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }

  .overlay .overlay-content .slider-navigation ul li {
    width: 58px;
    height: 58px;
    min-height: 58px;
    min-width: 58px;
    margin: 6px;
    flex: 0 0 58px;
    max-width: 58px;
  }

  .overlay-content .lb-close-button {
    top: 6px;
    right: 6px;
  }
}

@media screen and (max-height: 640px) and (orientation: landscape) {
  .overlay-content {
    height: 80% !important;
  }
}

/* New upload button */

.new-file {
  position: relative;
  width: 240px;
}

.new-file-button {
  display: none;
}

.new-file-droparea {
  background: rgba(240, 240, 240, 0.9);
  border-color: rgba(180, 180, 180, 0.9);
}

.new-file-droparea:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(210, 210, 210, 0.9);
}

.new-file-list {
  list-style: none;
  padding: 0;
  max-width: 300px;
}

.new-file-list li {
  max-width: 280px;
  font-size: 0.875em;
  line-height: 2em;
  padding: 6px 60px 6px 6px;
  position: relative;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-file-list li:first-child {
  border-top: 1px solid #eee;
  margin-top: 12px;
}

.new-file-progress-bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: #3f91f7;
}

.new-file-abort {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 10px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #aaa;
  color: #aaa;
  display: none;
}

.new-file-list li:hover .new-file-abort {
  display: block;
}

.new-file-list li:hover .new-file-size {
  display: none;
}

.new-file-abort:hover {
  border-color: #fd6847;
  color: #fd6847;
  transition: all 0.3s ease;
}

.new-file-size {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 18px;
  margin-top: -9px;
  text-align: center;
  font-weight: 700;
}

.new-file-progress-number {
  display: none;
}

.form-html ul {
  list-style: disc outside
}

.form-html ol {
  list-style: decimal
}


.embed-dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  margin-left: 12px;
  float: right;
  background: #FC7C01;
  color: white;
  line-height: 16px;
  text-decoration: none;
  padding: 6px 0;
  border: none;
  box-shadow: 0px 0px 4px black;
}

.embed-dropdown:after {
  content: '';
  position: absolute;
  right: 6px;
  top: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.embed-dropdown label:nth-of-type(1) {
  cursor: pointer;
}

.embed-dropdown .btn-dropdown {
  padding: 6px 20px 6px 10px;
}

.embed-dropdown-open {
  display: none;
}

.embed-dropdown-overlay {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}

.embed-dropdown-inner {
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  margin: 6px 0 0 -14px;
  padding: 10px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, .15);
}

.embed-dropdown-inner li {
  margin-bottom: 5px;
}

.embed-dropdown-inner a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  padding: 0 5px;
}

.embed-dropdown-inner a:hover {
  color: #fc7c01;
}

.embed-dropdown-open:checked~.embed-dropdown-inner {
  opacity: 1;
  visibility: visible
}

.embed-dropdown-open:checked~.embed-dropdown-overlay {
  display: block !important;
}

@media screen and (max-width: 480px),
screen and (max-device-width: 767px) and (orientation: portrait),
screen and (max-device-width: 415px) and (orientation: landscape) {
  li[data-type=control_datetime] .allowTime-container .form-sub-label-container {
    width: 31% !important;
  }

  li[data-type=control_datetime] .form-sub-label-container+.form-sub-label-container {
    margin-left: 0;
  }

  li[data-type=control_datetime] .allowTime-container .form-sub-label-container:nth-child(2) {
    margin: 0 10px;
  }
}

/* Temporarily disabled mobile responsive widget code */
@media screen and (max-device-width:40em) {
  div.form-all:before {
    background-size: contain;
  }

  .fb-like-box {
    width: 98% !important
  }

  .form-checkbox-item,
  .form-radio-item {
    white-space: normal !important
  }

  .form-line,
  .form-line.form-line-column {
    padding: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .form-radio-item .form-radio-other-input.form-textbox,
  .form-checkbox-item .form-checkbox-other-input.form-textbox {
    width: 77% !important;
  }

  .form-dropdown,
  .form-textarea,
  .form-textbox {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  div .form-label-left,
  div .form-label-right {
    display: block;
    float: none;
    width: auto !important
  }

  .form-label-right {
    text-align: right !important;
  }

  div.form-label-left {
    text-align: left !important;
  }

  .form-buttons-wrapper {
    margin-left: 0 !important
  }

  .form-all {
    width: 95%
  }

  span.form-sub-label-container+span.form-sub-label-container {
    margin-right: 0
  }

  .form-address-table td,
  .form-address-table th {
    padding: 0 1px 10px
  }

  .form-submit-button,
  .form-submit-print,
  .form-submit-reset {
    width: 100%;
    margin-left: 0 !important
  }

  div[id*=at_] {
    font-size: 14px;
    font-weight: 700;
    height: 8px;
    margin-top: 6px
  }

  .showAutoCalendar {
    width: 20px
  }

  img.form-image {
    max-width: 100%;
    height: auto
  }

  .form-matrix-row-headers {
    width: 100%;
    word-break: break-all;
    min-width: 40px
  }

  .form-collapse-table,
  .form-header-group {
    margin: 0
  }

  .form-collapse-table {
    height: 100%;
    display: inline-block;
    width: 100%
  }

  .form-collapse-hidden {
    display: none !important
  }

  .form-address-city,
  .form-address-line,
  .form-address-postal,
  .form-address-state,
  .form-address-table,
  .form-address-table .form-sub-label-container,
  .form-address-table select,
  .form-input {
    width: 100%
  }

  .form-sub-label {
    white-space: normal
  }

  .form-pagebreak-back-container,
  .form-pagebreak-next-container {
    width: 50% !important
  }

  .form-pagebreak-back,
  .form-pagebreak-next,
  .form-product-item.hover-product-item {
    width: 100%
  }

  .form-pagebreak-back-container {
    padding: 0;
    text-align: right
  }

  .form-pagebreak-next-container {
    padding: 0;
    text-align: left
  }

  .form-pagebreak {
    margin: 0 auto
  }

  .form-sub-label-container {
    margin-right: 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  [data-type=control_fullname] .form-sub-label-container:first-child {
    margin-right: 4%
  }

  [data-type=control_fullname] .form-sub-label-container {
    width: 48%
  }

  [data-type=control_phone] .form-sub-label-container:first-child {
    margin-right: 4%
  }

  [data-input-type="countryCode"],
  [data-input-type="areaCode"] {
    max-width: 90px;
  }

  [data-type=control_datetime] span+span+span>span:first-child {
    display: block;
    width: 100% !important
  }

  li[data-type=control_birthdate] .form-sub-label-container,
  li[data-type=control_datetime] span+span+span>span:first-child+span+span,
  li[data-type=control_time] .form-sub-label-container {
    width: 16% !important;
    margin-right: 4% !important
  }

  li[data-type=control_birthdate] .form-sub-label-container:last-child,
  li[data-type=control_time] .form-sub-label-container:last-child {
    width: 16% !important;
    margin-right: 0 !important
  }

  .form-error-message {
    clear: both;
    bottom: -10px
  }

  .date-separate,
  .phone-separate {
    display: none
  }

  .custom-field-frame,
  .direct-embed-widgets,
  .signature-pad-wrapper {
    width: 100% !important
  }
}

@media print {

  .supernova,
  body {
    height: auto !important;
  }

  .form-all {
    -webkit-print-color-adjust: exact
  }

  .formFooter {
    display: none;
  }
}


/* form footer */

.formFooter-heightMask {
  height: 56px
}

.formFooter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 14px;
  background-color: #414247;
  z-index: 901;
}

.formFooter-wrapper {
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formFooter-logo {
  display: flex;
  max-width: 132px;
}

.branding21.formFooter {
  font-family: "Circular Std", sans-serif;
  background-color: #0A1551;
}

.branding21 .formFooter-text {
  color: #F3F3FE;
}

.branding21 .formFooter-logo {
  height: 44px;
}

.branding21 .formFooter-button {
  background-color: #78BB07;
  border-color: #78BB07;
}

.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}

.formFooter-text {
  color: #bfbfbf;
  font-size: 0.75em;
  margin-right: 0.938em;
}

.formFooter-button {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  background-color: #208920;
  padding: 0.625em 0px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.875em;
  transition: background-color .3s;
  text-decoration: none;
}

.formFooter-button:hover {
  background-color: #52bf41
}

@media screen and (max-width: 670px) {
  .formFooter-text {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .formFooter-heightMask {
    height: 76px;
  }

  .formFooter-button {
    font-size: 12px;
    width: 170px;
  }
}

li[data-type="control_scale"] .question-wrapper {
  overflow-x: auto;
}

/* Multi-line question field  */

li[data-type="control_mixed"] .form-input,
li[data-type="control_mixed"] .form-input>div {
  width: 320px;
}

li[data-type="control_mixed"] .form-sub-label-container {
  float: left;
  margin-right: 10px;
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"],
li[data-type="control_mixed"] .form-sub-label-container input,
li[data-type="control_mixed"] .form-sub-label-container select {
  width: 100%;
  box-sizing: border-box;
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="2"] {
  width: 150px;
}

li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"] input,
li[data-type="control_mixed"] .form-sub-label-container[data-colsize="1"] select {
  width: 310px;
}

/* Image choice field */

.jfRadio-label {
  display: inline-block;
}

.jfRadio-labelText {
  margin-top: 5px;
  display: inline-block;
}

.jfRadio-image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jfRadio-input.form-radio {
  margin: 25px 5px 0 0;
  position: relative;
}


/* Large header responsive fix */

@media screen and (max-width: 768px) {
  .form-header-group.hasImage {
    text-align: center;
    margin: 0 auto;
  }

  .header-logo-left {
    margin-right: 0;
  }

  .form-header-group.hasImage>.header-logo {
    display: block;
  }

  .form-header-group.hasImage>.header-text {
    text-align: center;
  }

  .form-header-group .form-header {
    font-size: 130%;
  }
}

@media screen and (max-width: 480px) and (min-width: 280px) {
  .allowTime-container {
    width: 100%;
  }

  .form-header-group.hasImage>.header-text {
    width: auto;
  }
}

@media screen and (max-width: 279px) {
  .form-header-group.hasImage>.header-text {
    width: auto;
  }
}

@media screen and (max-width: 770px) {
  li[data-type="control_scale"] {
    overflow: scroll;
    position: relative;
    padding-right: 0;
  }

  li[data-type="control_scale"] .form-sub-label-container .form-scale-table {
    padding-right: 20px;
  }

  li[data-type="control_scale"] .form-input-wide .form-sub-label-container {
    width: 100%;
    display: block;
    overflow: auto;
    margin-right: 50px;
  }

  .form-line[data-type="control_dropdown"] .form-input-wide {
    width: 100%;
  }

  .form-line[data-type="control_phone"] .form-sub-label-container {
    margin-right: 5px;
  }

  .form-line[data-type="control_phone"] .form-sub-label-container:first-child {
    margin-right: 5px;
  }

  .form-line[data-type="control_phone"] .form-input>div,
  .form-line[data-type="control_phone"] .form-input-wide>div {
    display: flex;
  }

  .form-line[data-type="control_phone"] .form-input-wide>.form-sub-label-container {
    width: 100%;
  }

  .form-line[data-type="control_fullname"] .form-sub-label-container {
    margin-right: 5px;
  }

  li[data-type="control_time"] .form-sub-label-container:not(.until-wrapper),
  li[data-type=control_time] .form-sub-label-container:not(.until-wrapper):last-child {
    width: 27% !important;
    max-width: 70px;
  }

  li[data-type="control_time"] .form-sub-label-container.until-wrapper {
    display: block;
    width: 100% !important;
    padding: 10px 0;
  }
}

@media screen and (max-width:400px) {
  li[data-type="control_fullname"] .form-sub-label-container {
    width: 100%;
  }
}


/* <bf19> */
.black-friday-2019 {
  background-color: #181818;
}

.black-friday-2019 .formFooter-content {
  text-align: right;
  width: 100%;
}

.black-friday-2019 .formFooter-content .formFooter-logoLink {
  float: left;
}

.black-friday-2019 .formFooter-content .formFooter-rightSide {
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: calc(100% - 164px);
  padding-top: 5px;
}

.black-friday-2019 .formFooter-content .formFooter-text {
  color: #fff;
  text-align: center;
  max-width: 334px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right {
  display: inline-block;
  margin-left: 12px;
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right .formFooter-text-top {
  padding-bottom: 6px;
}

.black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-left {
  display: inline-block;
}

.black-friday-2019 .formFooter-button-container {
  display: inline-block;
  vertical-align: middle;
}

.black-friday-2019 .formFooter-button {
  background-color: #51B148;
  font-weight: 600;
  margin-left: 20px;
}

@media screen and (max-width: 768px) and (min-width: 641px) {
  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    float: right;
  }

  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right img {
    max-width: 70px;
    height: auto;
  }

  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-left img {
    max-width: 130px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    padding: 11px;
  }

  .black-friday-2019 .formFooter-content .formFooter-text {
    text-align: right;
    width: auto;
  }

  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right {
    margin-left: 0 !important;
  }

  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right .formFooter-text-top img {
    display: none;
  }

  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-left img {
    display: none;
  }
}

@media screen and (max-width: 506px) {
  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-right img {
    max-width: 70px;
    height: auto;
  }
}

@media screen and (max-width: 545px) {
  .black-friday-2019 .formFooter-content .formFooter-text {
    margin: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 396px) {
  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .black-friday-2019 .formFooter-content .formFooter-logoLink {
    display: none;
  }
}

@media screen and (max-width: 470px) and (min-width: 280px) {

  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    padding: 4px;
    max-width: calc(100% - 120px);
  }

  .formFooter-button {
    margin-left: 10px;
  }
}


@media screen and (max-width: 644px) {
  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    max-width: calc(100% - 120px);
  }
}

@media screen and (max-width: 587px) {
  .black-friday-2019 .formFooter-content .formFooter-text .formFooter-text-left {
    display: none;
  }
}

@media screen and (max-width: 482px) {
  .black-friday-2019 .formFooter-content .formFooter-button-container .formFooter-button {
    margin-left: 8px;
    padding: 8px 5px;
  }

  .black-friday-2019 .formFooter-content .formFooter-logoLink {
    display: none;
  }

  .black-friday-2019 .formFooter-content .formFooter-rightSide {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) and (min-width: 280px) {
  .black-friday-2019 .formFooter-content .formFooter-button-container .formFooter-button {
    margin-left: 10px;
    padding: 10px 7px;
    font-size: 10px;
    position: relative;
    top: 4px;
    font-weight: 600;
  }
}

/* </bf19> */

.eoy-2019 .eoy-formFooter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.eoy-2019 .eoy-formFooter-rightSide {
  display: flex;
  align-items: center;
}

.eoy-2019 .eoy-formFooter-text {
  display: flex;
  align-items: center;
}

.eoy-2019 .formFooter-text-left {
  margin-right: 10px;
  color: #F7C847;
  font-size: 16px;
}

.eoy-2019 .formFooter-text-right {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.eoy-2019 .eoy-formFooter-icon {
  width: 30px;
  margin-right: 10px;
}

.eoy-2019 .eoy-upgrade-button {
  text-decoration: none;
  background: #00BE6C;
  border-radius: 4px;
  width: 150px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
}

@media screen and (max-width: 620px) {
  .eoy-2019 .formFooter-text-left {
    font-size: 14px;
  }

  .eoy-2019 .formFooter-text-right {
    font-size: 16px;
  }

  .eoy-2019 .formFooter-logo {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  .eoy-2019 .formFooter-text-left {
    display: none;
  }
}

@media screen and (max-width: 410px) {
  .eoy-2019 .eoy-upgrade-button {
    width: 100px;
    font-size: 12px;
  }

  .eoy-2019 .formFooter-logo {
    width: 20px;
  }

  .eoy-2019 .formFooter-logo {
    width: 100px;
  }

  .eoy-2019 .formFooter-text-right {
    font-size: 10px;
  }

  .eoy-2019 .eoy-formFooter-icon {
    width: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .form-all div.badge-wrapper {
    justify-content: center;
  }
}

div.badge-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 20px;
  background: rgba(229, 231, 242, 0.25);
  border-top: 1px solid #E5E7F2;
}

.hipaa-badge-wrapper+.accessibility-badge-wrapper {
  margin-left: 14px;
  padding-left: 10px;
  border-left: 1px solid #E5E7F2;
}

.a11y-content {
  margin-left: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.a11y-subtitle {
  color: #C1BDBC;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.a11y-title {
  color: #0E7ABE;
  font-weight: bold;
  font-size: 14px;
}

.badge-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  background: rgba(229, 231, 242, 0.25);
  border-top: 1px solid #E5E7F2;
}

.accessibility-badge-wrapper {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.recaptcha-wrapper #recaptchaV2,
.recaptcha-button-wrapper {
  display: flex;
  justify-content: center;
}

.recaptcha-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  width: 100%;
  background-color: #18bd5b;
  color: #fff;
  border: 1px solid #18bd5b;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  max-width: 350px;
}

.recaptcha-submit-button:hover {
  background-color: #16aa52;
}

div.calendar {
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

}

div.calendar.popup {
  margin-left: -40px;
  margin-top: -100px;
  z-index: 100000;
}

div.calendar td.weekend {
  background: #b5cfe9;
}

div.calendar .today {
  background: #D9360D !important;
}

div.calendar .title,
div.calendar .button {
  color: #f9621a;
}

div.calendar table {
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th {
  font-size: 11px;
  padding: 3px;
  text-align: center;
}

div.calendar td.title {
  font-weight: bold;
}

div.calendar th {
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover:not(.unselectable),
div.calendar td.button:hover:not(.unselectable) {
  background-color: #0178b8;
  color: #fff;
  cursor: pointer;
}

.unselectable {
  cursor: default !important;
}

div.calendar tr.days td:active div.calendar td.button:active {
  background-color: #cde;
}

div.calendar tr.days td.selected {
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today {
  font-weight: bold;
  color: #fff;
}

div.calendar tr.days td.otherDay {
  color: #95959A;
}

/* icons */
.appointmentField .timezonePickerName:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuOTYwMkMwIDMuNTY2MTcgMy41NTgyMSAwIDcuOTUyMjQgMEMxMi4zNTQyIDAgMTUuOTIwNCAzLjU2NjE3IDE1LjkyMDQgNy45NjAyQzE1LjkyMDQgMTIuMzU0MiAxMi4zNTQyIDE1LjkyMDQgNy45NTIyNCAxNS45MjA0QzMuNTU4MjEgMTUuOTIwNCAwIDEyLjM1NDIgMCA3Ljk2MDJaTTEuNTkzNzUgNy45NjAyQzEuNTkzNzUgMTEuNDc4NiA0LjQ0MzUgMTQuMzI4NCA3Ljk2MTkxIDE0LjMyODRDMTEuNDgwMyAxNC4zMjg0IDE0LjMzMDEgMTEuNDc4NiAxNC4zMzAxIDcuOTYwMkMxNC4zMzAxIDQuNDQxNzkgMTEuNDgwMyAxLjU5MjA0IDcuOTYxOTEgMS41OTIwNEM0LjQ0MzUgMS41OTIwNCAxLjU5Mzc1IDQuNDQxNzkgMS41OTM3NSA3Ljk2MDJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik04LjM1ODA5IDMuOTgwNDdINy4xNjQwNlY4Ljc1NjU5TDExLjM0MzIgMTEuMjY0MUwxMS45NDAyIDEwLjI4NDlMOC4zNTgwOSA4LjE1OTU3VjMuOTgwNDdaIiBmaWxsPSIjMTExMTExIi8+Cjwvc3ZnPgo=);
}

.appointmentCalendarContainer .monthYearPicker .pickerArrow.prev:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjU5NzgyIDUuMzMyNzNDOC45MzMxMiA1LjYzNjI3IDkuNDM5MzkgNS42Mjk2OSA5Ljc1NjEzIDUuMzEyNzhDMTAuMDgxMyA0Ljk4NzQ1IDEwLjA4MTMgNC40NTk2MyA5Ljc1NjEzIDQuMTM0M0M5LjYwOTA0IDMuOTk2MzUgOS42MDkwMyAzLjk5NjM1IDkuMDg5NDkgMy41MTExOEM4LjQzNzQyIDIuOTAyMTggOC40Mzc0MyAyLjkwMjE4IDcuNjU1MTEgMi4xNzE1NkM2LjA4OTU2IDAuNzA5NDQ3IDYuMDg5NTYgMC43MDk0NDYgNS41Njc3MyAwLjIyMjEwMUM1LjI0MTA0IC0wLjA3NDUwNjcgNC43NTA4NSAtMC4wNzM1MDMgNC40MzIzNSAwLjIyMTkyOUwwLjI2MjU0IDQuMTE0MjRDLTAuMDgwNTQ1OSA0LjQ1NTQ1IC0wLjA4NzE3MTEgNC45ODM5NyAwLjI0MTQ2OCA1LjMxMjc4QzAuNTU5NTU4IDUuNjMxMDUgMS4wNjk3NSA1LjYzNjY4IDEuMzk3MDMgNS4zMzI2Mkw0Ljk5ODkxIDEuOTcxMzFMOC41OTc4MiA1LjMzMjczWiIgZmlsbD0iI0NGQ0ZDRiIvPgo8L3N2Zz4K);
}

.appointmentCalendarContainer .monthYearPicker .pickerArrow.next:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjQwMjE4IDAuMjIzNDk3QzEuMDY2ODcgLTAuMDgwMTAyOCAwLjU2MDYwMiAtMC4wNzM1MDI4IDAuMjQzODY5IDAuMjQzMzk3Qy0wLjA4MTI4OTggMC41Njg2OTcgLTAuMDgxMjg5OCAxLjA5NjYgMC4yNDM4NjkgMS40MjE5QzAuMzkwOTU2IDEuNTU5OCAwLjM5MDk2NiAxLjU1OTggMC45MTA1MSAyLjA0NUMxLjU2MjU3IDIuNjU0IDEuNTYyNTYgMi42NTQgMi4zNDQ4OCAzLjM4NDZDMy45MTA0NCA0Ljg0NjcgMy45MTA0MyA0Ljg0NjcgNC40MzIyNyA1LjMzNDFDNC43NTg5NSA1LjYzMDcgNS4yNDkxNSA1LjYyOTcgNS41Njc2NCA1LjMzNDNMOS43Mzc0NiAxLjQ0MkMxMC4wODA1IDEuMTAwNyAxMC4wODcxIDAuNTcyMTk3IDkuNzU4NTMgMC4yNDMzOTdDOS40NDA0NCAtMC4wNzQ5MDI4IDguOTMwMjQgLTAuMDgwNTAyOCA4LjYwMjk3IDAuMjIzNTk3TDUuMDAxMDggMy41ODQ5TDEuNDAyMTggMC4yMjM0OTdaIiBmaWxsPSIjQ0ZDRkNGIi8+Cjwvc3ZnPgo=);
}

.appointmentField .timezonePickerName:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjA1Mjk5IDAuMjM2NTcyQzAuMDExMzU0NiAwLjMwNzc4NSAtMC4wMDYzMDI4MiAwLjM4NzUzNCAwLjAwMTk5OTIzIDAuNDY2ODdDMC4wMTAzMDEzIDAuNTQ2MjA2IDAuMDQ0MjM0MyAwLjYyMTk4OSAwLjA5OTk5MDEgMC42ODU3MTVMNC41OTk5OSA1LjgyODU3QzQuNjQ2NTcgNS44ODE4IDQuNzA2OTYgNS45MjUgNC43NzYzOSA1Ljk1NDc1QzQuODQ1ODIgNS45ODQ1MSA0LjkyMjM3IDYgNC45OTk5OSA2QzUuMDc3NjIgNiA1LjE1NDE3IDUuOTg0NTEgNS4yMjM2IDUuOTU0NzVDNS4yOTMwMyA1LjkyNSA1LjM1MzQyIDUuODgxOCA1LjQgNS44Mjg1N0w5LjkgMC42ODU3MTRDOS45NjQ5MSAwLjYxMTUzIDEwIDAuNTIxMzAxIDEwIDAuNDI4NTcxQzkuOTk5NzEgMC4zNjE5MzggOS45ODE1NyAwLjI5NjI1MiA5Ljk0NyAwLjIzNjU3MUM5LjkwNTQzIDAuMTY1NDc0IDkuODQxNjEgMC4xMDU2OTEgOS43NjI2NyAwLjA2MzkxMTVDOS42ODM3MyAwLjAyMjEzMTcgOS41OTI3OCAyLjYwNjg5ZS0wNiA5LjUgLTUuNzYzMDNlLTA4TDAuNDk5OTkgMy4zNTc3M2UtMDdDMC40MDcyMTIgMy4wMDg0ZS0wNiAwLjMxNjI2NCAwLjAyMjEzMjEgMC4yMzczMjEgMC4wNjM5MTE5QzAuMTU4Mzc5IDAuMTA1NjkyIDAuMDk0NTU0NyAwLjE2NTQ3NCAwLjA1Mjk5IDAuMjM2NTcyVjAuMjM2NTcyWiIgZmlsbD0iIzExMTExMSIvPgo8L3N2Zz4K);
  width: 11px;
}

li[data-type=control_datetime] [data-wrapper-react=true].extended>div+.form-sub-label-container .form-textbox:placeholder-shown,
li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown):placeholder-shown,
.appointmentCalendarContainer .currentDate {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljk0ODkgNVYxNS4wMjZDMTUuOTQ4OSAxNS41NjM5IDE1LjUwMjYgMTYgMTQuOTUyMSAxNkgwLjk5NjgwNUMwLjQ0NjI4NSAxNiAwIDE1LjU2MzkgMCAxNS4wMjZWNUgxNS45NDg5Wk00LjE5MjQ1IDExLjQxNjdIMi4zNzQ3NEwyLjI4NTE1IDExLjQyNDdDMi4xMTA3OCAxMS40NTY1IDEuOTY4MDEgMTEuNTc5MiAxLjkwNzUyIDExLjc0MjJMMS44ODQzNyAxMS44MjY4TDEuODc2MzQgMTEuOTE2N1YxMy42NjY3TDEuODg0MzcgMTMuNzU2NUMxLjkxNjAyIDEzLjkzMTUgMi4wMzg0IDE0LjA3NDcgMi4yMDA4MyAxNC4xMzU0TDIuMjg1MTUgMTQuMTU4NkwyLjM3NDc0IDE0LjE2NjdINC4xOTI0NUw0LjI4MjAzIDE0LjE1ODZDNC40NTY0MSAxNC4xMjY5IDQuNTk5MTggMTQuMDA0MSA0LjY1OTY3IDEzLjg0MTFMNC42ODI4MiAxMy43NTY1TDQuNjkwODUgMTMuNjY2N1YxMS45MTY3TDQuNjgyODIgMTEuODI2OEM0LjY1MTE3IDExLjY1MTkgNC41Mjg3OSAxMS41MDg2IDQuMzY2MzUgMTEuNDQ3OUw0LjI4MjAzIDExLjQyNDdMNC4xOTI0NSAxMS40MTY3Wk04Ljg4MzI5IDExLjQxNjdINy4wNjU1OUw2Ljk3NiAxMS40MjQ3QzYuODAxNjIgMTEuNDU2NSA2LjY1ODg1IDExLjU3OTIgNi41OTgzNyAxMS43NDIyTDYuNTc1MjIgMTEuODI2OEw2LjU2NzE5IDExLjkxNjdWMTMuNjY2N0w2LjU3NTIyIDEzLjc1NjVDNi42MDY4NyAxMy45MzE1IDYuNzI5MjUgMTQuMDc0NyA2Ljg5MTY4IDE0LjEzNTRMNi45NzYgMTQuMTU4Nkw3LjA2NTU5IDE0LjE2NjdIOC44ODMyOUw4Ljk3Mjg4IDE0LjE1ODZDOS4xNDcyNiAxNC4xMjY5IDkuMjkwMDMgMTQuMDA0MSA5LjM1MDUxIDEzLjg0MTFMOS4zNzM2NyAxMy43NTY1TDkuMzgxNyAxMy42NjY3VjExLjkxNjdMOS4zNzM2NyAxMS44MjY4QzkuMzQyMDIgMTEuNjUxOSA5LjIxOTY0IDExLjUwODYgOS4wNTcyIDExLjQ0NzlMOC45NzI4OCAxMS40MjQ3TDguODgzMjkgMTEuNDE2N1pNNC4xOTI0NSA2LjgzMzMzSDIuMzc0NzRMMi4yODUxNSA2Ljg0MTM5QzIuMTEwNzggNi44NzMxNCAxLjk2ODAxIDYuOTk1OTEgMS45MDc1MiA3LjE1ODg3TDEuODg0MzcgNy4yNDM0NkwxLjg3NjM0IDcuMzMzMzNWOS4wODMzM0wxLjg4NDM3IDkuMTczMjFDMS45MTYwMiA5LjM0ODE1IDIuMDM4NCA5LjQ5MTM3IDIuMjAwODMgOS41NTIwNUwyLjI4NTE1IDkuNTc1MjhMMi4zNzQ3NCA5LjU4MzMzSDQuMTkyNDVMNC4yODIwMyA5LjU3NTI4QzQuNDU2NDEgOS41NDM1MyA0LjU5OTE4IDkuNDIwNzUgNC42NTk2NyA5LjI1NzhMNC42ODI4MiA5LjE3MzIxTDQuNjkwODUgOS4wODMzM1Y3LjMzMzMzTDQuNjgyODIgNy4yNDM0NkM0LjY1MTE3IDcuMDY4NTIgNC41Mjg3OSA2LjkyNTI5IDQuMzY2MzUgNi44NjQ2MUw0LjI4MjAzIDYuODQxMzlMNC4xOTI0NSA2LjgzMzMzWk04Ljg4MzI5IDYuODMzMzNINy4wNjU1OUw2Ljk3NiA2Ljg0MTM5QzYuODAxNjIgNi44NzMxNCA2LjY1ODg1IDYuOTk1OTEgNi41OTgzNyA3LjE1ODg3TDYuNTc1MjIgNy4yNDM0Nkw2LjU2NzE5IDcuMzMzMzNWOS4wODMzM0w2LjU3NTIyIDkuMTczMjFDNi42MDY4NyA5LjM0ODE1IDYuNzI5MjUgOS40OTEzNyA2Ljg5MTY4IDkuNTUyMDVMNi45NzYgOS41NzUyOEw3LjA2NTU5IDkuNTgzMzNIOC44ODMyOUw4Ljk3Mjg4IDkuNTc1MjhDOS4xNDcyNiA5LjU0MzUzIDkuMjkwMDMgOS40MjA3NSA5LjM1MDUxIDkuMjU3OEw5LjM3MzY3IDkuMTczMjFMOS4zODE3IDkuMDgzMzNWNy4zMzMzM0w5LjM3MzY3IDcuMjQzNDZDOS4zNDIwMiA3LjA2ODUyIDkuMjE5NjQgNi45MjUyOSA5LjA1NzIgNi44NjQ2MUw4Ljk3Mjg4IDYuODQxMzlMOC44ODMyOSA2LjgzMzMzWk0xMy41NzQxIDYuODMzMzNIMTEuNzU2NEwxMS42NjY4IDYuODQxMzlDMTEuNDkyNSA2Ljg3MzE0IDExLjM0OTcgNi45OTU5MSAxMS4yODkyIDcuMTU4ODdMMTEuMjY2MSA3LjI0MzQ2TDExLjI1OCA3LjMzMzMzVjkuMDgzMzNMMTEuMjY2MSA5LjE3MzIxQzExLjI5NzcgOS4zNDgxNSAxMS40MjAxIDkuNDkxMzcgMTEuNTgyNSA5LjU1MjA1TDExLjY2NjggOS41NzUyOEwxMS43NTY0IDkuNTgzMzNIMTMuNTc0MUwxMy42NjM3IDkuNTc1MjhDMTMuODM4MSA5LjU0MzUzIDEzLjk4MDkgOS40MjA3NSAxNC4wNDE0IDkuMjU3OEwxNC4wNjQ1IDkuMTczMjFMMTQuMDcyNSA5LjA4MzMzVjcuMzMzMzNMMTQuMDY0NSA3LjI0MzQ2QzE0LjAzMjkgNy4wNjg1MiAxMy45MTA1IDYuOTI1MjkgMTMuNzQ4IDYuODY0NjFMMTMuNjYzNyA2Ljg0MTM5TDEzLjU3NDEgNi44MzMzM1oiIGZpbGw9IiM1ODY1N0MiLz4KPHBhdGggZD0iTTEzLjA1MjIgMS4xMjVIMTUuMDQ1OEMxNS41OTYzIDEuMTI1IDE2LjA0MjYgMS42MDA3IDE2LjA0MjYgMi4xODc1VjRIMC4wOTM3NVYyLjE4NzVDMC4wOTM3NSAxLjYwMDcgMC41NDAwMzUgMS4xMjUgMS4wOTA1NiAxLjEyNUgzLjA4NDE3VjEuMDYyNUMzLjA4NDE3IDAuNDc1Njk3IDMuNTMwNDUgMCA0LjA4MDk3IDBDNC42MzE0OSAwIDUuMDc3NzggMC40NzU2OTcgNS4wNzc3OCAxLjA2MjVWMS4xMjVIMTEuMDU4NlYxLjA2MjVDMTEuMDU4NiAwLjQ3NTY5NyAxMS41MDQ5IDAgMTIuMDU1NCAwQzEyLjYwNTkgMCAxMy4wNTIyIDAuNDc1Njk3IDEzLjA1MjIgMS4wNjI1VjEuMTI1WiIgZmlsbD0iIzU4NjU3QyIvPgo8L3N2Zz4K);
}

.form-star-rating-star.Stars {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAeCAYAAACrDxUoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAvDSURBVHgB7VtLbBvXFb1vZjgiRdEmlcKWYQWlDLuo0QamC7SRW7sdpg0QO4uiaLsoGsBysq/RbQtEYpCkyMpJurY+aLpogtbdSAaapGTzge1kYW4KJ0g/TGpbNm2JlEiK5Pxe7x1xBIqixuIbkkKbHGDA+b13+O6cOe/NuzMAX+AL/K/i3Q8+Ov/etY8uwC4h/9bo+XtvP/y55b/71uil3Yx/6cTJ86snTvniZyCI9Ic3tKCkpGnd1M3kqRNHM9BHLL45qinqcIN/OXng8ZsZ6CMcfoXaz8A0jf7z/+XghCSxmX/F0rsS/8LJk1pg30ia47p5+04ydvW9DAhAAkEonE3G9kYgFo0AyGwS+gyZwWRo/xmghdahzyDOcGQYwpHYrvBL0jrnrsWfw6T6zNMwgIuf9gsJkNxPkWUtMhSCSDgEtP7ulRsa9AnkPiwwrKmxR4EWWqd90Cc4/LKihUIRoIXJgf7yo/sFQ3vitL4b8Sf3k/aPaIEzp4EWdmBEK4yf1EAAQgJ03c9Fv+9C1/1c9NsFXfdz0W8XJPcjThd9j3/D/Vz4ccGOBdjsfi76eRc2u5+Lfrpgs/u56KcLuu4ny4GNff2Mf7P7ufDjgh0LsNX9XPTrLmx1Pxf9csFW93PRLxdsdT8XfYt/i/u5EHXBjgTYzv1c9OMubOd+Lvrhgu3cz0U/XLCd+7noR/zbuZ8LURfcsQDT169H0f0utHM/F+5dmL5yIw5dxr/T0ajE4EI793PhuuBieiQOPeJv534uXBfsBT/VuZ37uehl/AuaFpVsuNDO/Vy4LlgYH4/DDrFpHpBEBkY4DmAlFGB78WCCry9RmbF4ZGgQHort8axwqbAKK6UKrvEiVp/FOnIW55/aMs+CreQgUMkljx8vtitLFzmM/JYMCZmzvTawBAOeAMajjA3G1eFHYfDAjz351xb/CPX7GWoYcWSxjhwnfmZlA7aUqyD/WLLYOT/I8eBgBCJ7vuTJX169D2uVFd/8YLM4Y+zLxI91xYFJURLfYDi6cX5+8Z9gfv3v0K34k8hA1+O4mlC4tJdLHK89SwBnUWkoHCeXGzj/C/BC/dVXQf/DG7RaxCBk8X9g+xnysyxYVg5UNRfLZDb4HQG+++HHkxikCRKZJEugBgIQUGQ8NwASY84vbXcCw7RwgtbC9hhgWlZj2wTdMJ3g2DZLfW/8qy/TuXffHsWxA58gkTF5EOTQQZDUYZCDoyDJofXtwEOd0INtLIGtL4NVvQVWY93Zrt10xGFznhp5/NZmfhQZQ5sJBFTkDYASGMD2S/irQrtuzwuWZeBigmnUnV+btrH9pql78suy4vDS/6DfgLLOTdutaCdAkfiXvn1yEm+UCRIZRIZAPnwYu9MDIB85AqxpuxPwxUWw79wB65N/gI3r7raN24gi6i2198r7LyvrZ3MNxxDxfQ9FoVsgwdISCqpbjt1bKkZLleoPcdUJAOOgBWLj8fDoU9AtkGBpUcJHthyr3HwtahSubeIfwLHVnug+6BZINLSo6tbx8moxH61XSz3l7yT+HPnVJ5+IB3/9K+gWHAHTcvz4lmO1F16MGvOXHX7ntjItfq5cqWYLKyXoNYgDG58lTnefZZjn9MK1bPXuZeg1asihL1/LEmczf61aylZKBeg1iKO2VmrDX871g79t/DnGf+Fytn5xBnqN+vQMEBdx0rYjwOSJozkzUE0WVso9FSHVTRzERZzu/gOn7+RUWUnW8gs9FSGJr3p3IbtWLieJs5W/Ul7uqQip7kppuS2/bRjIX+ipCLeLf+zq1ZytKsn69HRPRUjiq1+czhIXcdK+LQ8hihFKD4VDiW52xwS0/fU7jxq/3SA4HY/qlpnGKZVEN7tjQuU/vwe9cNW5+GM/KnryB0ORRDe7QwJ2u47z7YQ/PDSc8HradeE1BmzFjuJPT7o6xv/M6UQ3u2NC7YXfoPMtrIuv6SFk08iW/hj9wXK5eim/VIRuodH4tFfjCbFkrkhOpBc+uITjNOgWSHz14tW018Vv5sfu8BIJpluguqrVUman/N124kb8Mw+MPwqDBILjsz/jOA26BRKfMb+QaRUfYdvXsd65dmMGp10m/DihbdvOtMBqeW32u48ePddJ2btvHZxRY+MTfpyQW2uwdvsS6MUrs/t/cKtjfpz0nfDjhBzbX8JpmVp1dQ75J3ZaznXCUDiaiOzZ/un/QQ7YFP85jP8EdICVE9+ZVZ88c9aPE/JyGeqv/Bb0+fk5fOKdaHfOthPRJJgSCsePE4qKj0CCwS5z1o8Tri3+SUh8Lj8KZ9aPE4qIj+A6YbVSRCdcBlGIio9AgtHnF+b8OGH9lVc9xUfwzIRYNqRqdR1EQWUtFVIgCNuwUmblExCFWf4E6wj44jf0KojC0GvEPwUCIBHaHH6p++BvxH8KBGFza8q6fh1EYWJZqsPrHO9UnAJxzC+CKBjmrsCQxftwRYl3OgG9iZ8msWXDH7+sgCgwk+GLH5MAUSbtbvzZyAiIgg0NoYtJnvyeApQsnhhQO8sANGMAMyqSbWsgCEpDycGDIArKpNgMNBAE8VM2QhRU1g8/ZksSlAkRhd/40/WXjhwBUVAmRVKY5nWOtwNKUlxRxO9ASuFhBOIgCkoNqsMgCgVTeKiiOIgC+WUfDkgpPD/86IDHZB83QFfi78MBpSOHnTo8z3nAwWOUFxYFlZVAOgaCIH45NOpxBm8s7UFlJWC++P06oB9+bBsOgcRvAL/xxxHEMfkr/hwQ04ye/Nu2Lk2DTwOwC956Cj3e0xsXuHAJk+SYR2btXtNaL8sS6es3cI7xKHQCnIoAwzITSnCrALlVgdr9d6C+lOY0zlOj4yy0/wlonVWiLpje5lm8HMdsQw46gcsfULYKkKZX6I0XfEp1XhLA6RpoN3FMZYkfBNCYimk7BCB+zJo465/dzjvvAnrFH0TBoW0XTNMr9MaL8cbrzjhPOX0GBp7ZOtHglGXe7fdywCiKi5aNHSQ8Sudgo3lxpTyjG/ahWt08tFwszdK+UmVtc+VYFsfBNAiNQ+eIooVFSWAuSHiUqlv5OMWr+fkZq1Y6ZFbyh9buzM+ufDzF64Vr0OyIVBYXcX5sf/NbKM6FxwnipfynUC4vzZq6PmbUamOl1aU52oeZjk0VMKf9UhRvgDh0iJppJlq7X5c/f28JCrV9s8vyz8cw/mMY/zkS4nbxRwOIQ4egrAiKK+o8SLj8NK+HqbrKT34K+vTFWXOlOGbcujlWv3hxjvYZC5vTqFSW6vB6P3B7fzeDCbXJ/cjxUHwYA57B7PVzLd+hnktfuZHK3y9OYq7xbGzvEIuEB50DQXobo1YnG85BB6ALoA6NNbY41O//Dar5BW5b1Qzn8NyBx29lmvkXL1up8me/m8R88tngvjNsIPYtCoHzNozEs0L8AwPBjW1yvDWck7O4TfypFv6JxcsjU0Xj7lSgvHwWU2lA7w4SAireBKzUMT89Abvjz2bHLUuPZO4Hnkp989TPMgB/xaMvOfwY/ymM/1Qj/uA3/oDtl752eGNTf/0NFN008NVyxsL2x66+n2k6ewJFNmU9/8IUnnNWffppcN+alr9xHPg7723Lv60A3SdguquwUdw0rXbC20Ajue0I8d7SyjSW0UiIAUWBslUfgw7hPgGTq6GouKUvN4TX/gPwRnLfEWL15mvTWEYjIUqBYdAtJsRP3R+5GnZ33LSMnfA7QixZ+RlMp2kkRBnbX6t1zs+Ba/QETI5HwqtJD2eK6unUI6deygDMbzm/EX9HiBj/mUb8QTT+7hMwuVqdhHf7TkN47T9Ab7xc4AjRfv7FGRSiRkKkaRzO7W35PUe4NMbDH0/htaIRiMfo2wQMxLO4rskKE0ps1pfomoPnhW9FQwiPLb4JGgrxWSyv4WBaiL9aWeFrYvxJ+jaktJKfFOVHziKN8xrtTz38fXKc9x9YrhH/ZCP+9JGQcPwNdD2Dg6fwWtEQYpK+DUEhTuKdrOFcplhi+0oXvi3wU4fI2Kmbdfw/8PuJfyffdojW8V+eSSW+hhteKQAAAABJRU5ErkJggg==) !important;
}

.signature-pad-passive,
.signature-placeholder:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk4IiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTk4IDQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzQuMTA0NCA2LjM0NTA4SDc1LjU4NTlDNzUuNTQxMiA0LjcxNDQgNzQuMDk5NCAzLjUzMTE2IDcyLjAzMTIgMy41MzExNkM2OS45ODc5IDMuNTMxMTYgNjguNDIxOSA0LjY5OTQ4IDY4LjQyMTkgNi40NTQ0NkM2OC40MjE5IDcuODcxMzYgNjkuNDM2MSA4LjcwMTYyIDcxLjA3MTcgOS4xNDQwOUw3Mi4yNzQ5IDkuNDcyMjFDNzMuMzYzNiA5Ljc2MDU2IDc0LjIwMzggMTAuMTE4NSA3NC4yMDM4IDExLjAyMzNDNzQuMjAzOCAxMi4wMTc3IDczLjI1NDMgMTIuNjczOSA3MS45NDY3IDEyLjY3MzlDNzAuNzYzNSAxMi42NzM5IDY5Ljc3OTEgMTIuMTQ2OSA2OS42ODk2IDExLjAzODNINjguMTQ4NEM2OC4yNDc5IDEyLjg4MjcgNjkuNjc0NyAxNC4wMjEyIDcxLjk1NjcgMTQuMDIxMkM3NC4zNDggMTQuMDIxMiA3NS43MjUxIDEyLjc2MzQgNzUuNzI1MSAxMS4wMzgzQzc1LjcyNTEgOS4yMDM3NSA3NC4wODk1IDguNDkyODEgNzIuNzk2OSA4LjE3NDYzTDcxLjgwMjYgNy45MTYxQzcxLjAwNzEgNy43MTIyNyA2OS45NDgyIDcuMzM5NCA2OS45NTMxIDYuMzY0OTdDNjkuOTUzMSA1LjQ5OTkxIDcwLjc0MzYgNC44NTg1OCA3MS45OTY0IDQuODU4NThDNzMuMTY0OCA0Ljg1ODU4IDczLjk5NSA1LjQwNTQ1IDc0LjEwNDQgNi4zNDUwOFoiIGZpbGw9IiM4Nzk1QUIiLz4KPHBhdGggZD0iTTc3LjQ0MTYgMTMuODUyMkg3OC45MjgxVjYuMjE1ODJINzcuNDQxNlYxMy44NTIyWk03OC4xOTIzIDUuMDM3NTVDNzguNzA0NCA1LjAzNzU1IDc5LjEzMTkgNC42Mzk4MyA3OS4xMzE5IDQuMTUyNjFDNzkuMTMxOSAzLjY2NTM5IDc4LjcwNDQgMy4yNjI3IDc4LjE5MjMgMy4yNjI3Qzc3LjY3NTIgMy4yNjI3IDc3LjI1MjcgMy42NjUzOSA3Ny4yNTI3IDQuMTUyNjFDNzcuMjUyNyA0LjYzOTgzIDc3LjY3NTIgNS4wMzc1NSA3OC4xOTIzIDUuMDM3NTVaIiBmaWxsPSIjODc5NUFCIi8+CjxwYXRoIGQ9Ik04NC4xMjk2IDE2Ljg2Qzg2LjA3MzUgMTYuODYgODcuNTc0OSAxNS45NzAxIDg3LjU3NDkgMTQuMDIxMlY2LjIxNTgySDg2LjExODNWNy40NTM3NUg4Ni4wMDg5Qzg1Ljc0NTQgNi45ODE0NSA4NS4yMTg0IDYuMTE2MzkgODMuNzk2NSA2LjExNjM5QzgxLjk1MjEgNi4xMTYzOSA4MC41OTQ4IDcuNTczMDYgODAuNTk0OCAxMC4wMDQyQzgwLjU5NDggMTIuNDQwMyA4MS45ODE5IDEzLjczNzggODMuNzg2NiAxMy43Mzc4Qzg1LjE4ODYgMTMuNzM3OCA4NS43MzA1IDEyLjk0NzQgODUuOTk4OSAxMi40NjAxSDg2LjA5MzRWMTMuOTYxNkM4Ni4wOTM0IDE1LjEzOTggODUuMjczMSAxNS42NjE4IDg0LjE0NDUgMTUuNjYxOEM4Mi45MDY2IDE1LjY2MTggODIuNDI0NCAxNS4wNDA0IDgyLjE2MDkgMTQuNjE3OEw4MC44ODMyIDE1LjE0NDhDODEuMjg1OSAxNi4wNjQ1IDgyLjMwNSAxNi44NiA4NC4xMjk2IDE2Ljg2Wk04NC4xMTQ3IDEyLjUwNDlDODIuNzg3MyAxMi41MDQ5IDgyLjA5NjIgMTEuNDg1NyA4Mi4wOTYyIDkuOTg0MjlDODIuMDk2MiA4LjUxNzY3IDgyLjc3MjQgNy4zNzkxNyA4NC4xMTQ3IDcuMzc5MTdDODUuNDEyMyA3LjM3OTE3IDg2LjEwODMgOC40MzgxMiA4Ni4xMDgzIDkuOTg0MjlDODYuMTA4MyAxMS41NjAzIDg1LjM5NzQgMTIuNTA0OSA4NC4xMTQ3IDEyLjUwNDlaIiBmaWxsPSIjODc5NUFCIi8+CjxwYXRoIGQ9Ik05MS4wNTUgOS4zMTgwOUM5MS4wNTUgOC4xMDAwNSA5MS44MDA4IDcuNDA0MDMgOTIuODM0OSA3LjQwNDAzQzkzLjg0NDEgNy40MDQwMyA5NC40NTU2IDguMDY1MjUgOTQuNDU1NiA5LjE3MzkyVjEzLjg1MjJIOTUuOTQyMVY4Ljk5NDk0Qzk1Ljk0MjEgNy4xMDU3NCA5NC45MDMxIDYuMTE2MzkgOTMuMzQyIDYuMTE2MzlDOTIuMTkzNSA2LjExNjM5IDkxLjQ0MjggNi42NDgzNSA5MS4wODk4IDcuNDU4NzJIOTAuOTk1NFY2LjIxNTgySDg5LjU2ODVWMTMuODUyMkg5MS4wNTVWOS4zMTgwOVoiIGZpbGw9IiM4Nzk1QUIiLz4KPHBhdGggZD0iTTEwMS43NiAxMy44NTIySDEwMy4yOTZWOS40MTI1NUgxMDguMzcyVjEzLjg1MjJIMTA5LjkxNFYzLjY3MDM3SDEwOC4zNzJWOC4wOTUwOEgxMDMuMjk2VjMuNjcwMzdIMTAxLjc2VjEzLjg1MjJaIiBmaWxsPSIjODc5NUFCIi8+CjxwYXRoIGQ9Ik0xMTUuMzIzIDE0LjAwNjNDMTE2Ljk4OCAxNC4wMDYzIDExOC4xNjYgMTMuMTg2IDExOC41MDQgMTEuOTQzMUwxMTcuMDk3IDExLjY4OTVDMTE2LjgyOSAxMi40MTA0IDExNi4xODMgMTIuNzc4MyAxMTUuMzM4IDEyLjc3ODNDMTE0LjA2NSAxMi43NzgzIDExMy4yMSAxMS45NTMgMTEzLjE3IDEwLjQ4MTRIMTE4LjU5OVY5Ljk1NDQ2QzExOC41OTkgNy4xOTUyMiAxMTYuOTQ4IDYuMTE2MzkgMTE1LjIxOCA2LjExNjM5QzExMy4wOSA2LjExNjM5IDExMS42ODggNy43MzcxMyAxMTEuNjg4IDEwLjA4MzdDMTExLjY4OCAxMi40NTUyIDExMy4wNyAxNC4wMDYzIDExNS4zMjMgMTQuMDA2M1pNMTEzLjE3NSA5LjM2NzgxQzExMy4yMzUgOC4yODQgMTE0LjAyIDcuMzQ0MzcgMTE1LjIyOCA3LjM0NDM3QzExNi4zODIgNy4zNDQzNyAxMTcuMTM3IDguMTk5NDkgMTE3LjE0MiA5LjM2NzgxSDExMy4xNzVaIiBmaWxsPSIjODc5NUFCIi8+CjxwYXRoIGQ9Ik0xMjAuMjQ4IDEzLjg1MjJIMTIxLjczNVY5LjE4ODgzQzEyMS43MzUgOC4xODk1NCAxMjIuNTA1IDcuNDY4NjYgMTIzLjU1OSA3LjQ2ODY2QzEyMy44NjggNy40Njg2NiAxMjQuMjE2IDcuNTIzMzUgMTI0LjMzNSA3LjU1ODE1VjYuMTM2MjdDMTI0LjE4NiA2LjExNjM5IDEyMy44OTIgNi4xMDE0NyAxMjMuNzAzIDYuMTAxNDdDMTIyLjgwOSA2LjEwMTQ3IDEyMi4wNDMgNi42MDg1OCAxMjEuNzY1IDcuNDI4ODlIMTIxLjY4NVY2LjIxNTgySDEyMC4yNDhWMTMuODUyMloiIGZpbGw9IiM4Nzk1QUIiLz4KPHBhdGggZD0iTTEyOC42MzkgMTQuMDA2M0MxMzAuMzA1IDE0LjAwNjMgMTMxLjQ4MyAxMy4xODYgMTMxLjgyMSAxMS45NDMxTDEzMC40MTQgMTEuNjg5NUMxMzAuMTQ1IDEyLjQxMDQgMTI5LjQ5OSAxMi43NzgzIDEyOC42NTQgMTIuNzc4M0MxMjcuMzgxIDEyLjc3ODMgMTI2LjUyNiAxMS45NTMgMTI2LjQ4NiAxMC40ODE0SDEzMS45MTVWOS45NTQ0NkMxMzEuOTE1IDcuMTk1MjIgMTMwLjI2NSA2LjExNjM5IDEyOC41MzUgNi4xMTYzOUMxMjYuNDA3IDYuMTE2MzkgMTI1LjAwNSA3LjczNzEzIDEyNS4wMDUgMTAuMDgzN0MxMjUuMDA1IDEyLjQ1NTIgMTI2LjM4NyAxNC4wMDYzIDEyOC42MzkgMTQuMDA2M1pNMTI2LjQ5MSA5LjM2NzgxQzEyNi41NTEgOC4yODQgMTI3LjMzNiA3LjM0NDM3IDEyOC41NDUgNy4zNDQzN0MxMjkuNjk4IDcuMzQ0MzcgMTMwLjQ1NCA4LjE5OTQ5IDEzMC40NTkgOS4zNjc4MUgxMjYuNDkxWiIgZmlsbD0iIzg3OTVBQiIvPgo8cGF0aCBkPSJNMSAzNi4wMjI5QzEyLjI0NjEgMzkuMjIwNSAyMy4xODIgMzUuMDMyOCAzMi41MDg0IDI4Ljg1MTFDMzcuNDQwNCAyNS41ODIyIDQyLjMzNDEgMjEuNjY4NyA0NS4zMzI5IDE2LjUxMDFDNDYuNTI4MyAxNC40NTM5IDQ3Ljk4OTMgMTAuODg0NCA0NC4yMjcxIDEwLjg1MjhDNDAuMTMzNyAxMC44MTgzIDM3LjA4NjQgMTQuNTE0MiAzNS41NTg4IDE3Ljg3NDRDMzMuMzY4MSAyMi42OTMzIDMzLjI5MSAyOC40MDA0IDM1Ljk2NTYgMzMuMDQ0MUMzOC40OTcxIDM3LjQzOTYgNDIuNzQ0NSAzOS41MTg0IDQ3LjgxMTQgMzguNjYzOUM1My4xMDM3IDM3Ljc3MTMgNTcuNzMwNCAzNC4xNTYyIDYxLjU3NjUgMzAuNjc4NUM2Mi45OTMgMjkuMzk3NiA2NC4zMjA5IDI4LjA0NzUgNjUuNTQyIDI2LjU4NTdDNjUuNjg0MiAyNi40MTU1IDY2LjE4NDIgMjUuNTc5OCA2Ni41MDggMjUuNTIxOEM2Ni42Mjg0IDI1LjUwMDIgNjYuODA2NCAyOS4xNjQ1IDY2LjgzODUgMjkuMzY0M0M2Ny4xMjU1IDMxLjE1NDMgNjguMDI5NCAzMy4xNzA2IDcwLjE0MzEgMzMuMjMxOEM3Mi44MzMyIDMzLjMwOTcgNzUuMDgyNiAzMS4wNTkxIDc2Ljg5MjIgMjkuNDAxOEM3Ny41MDI2IDI4Ljg0MjggNzkuNDQyNSAyNi4xNjAxIDgwLjQ3NjQgMjYuMTYwMUM4MC45MDE0IDI2LjE2MDEgODEuNzI0OSAyOC4zMDM4IDgxLjkxMjcgMjguNTg4M0M4NC4zOTcyIDMyLjM1MjMgODguMDQ0NiAzMC45ODk0IDkwLjg3MzMgMjguMzUwNUM5MS4zOTM0IDI3Ljg2NTMgOTQuMTc4MSAyMy45ODM5IDk1LjMwOTEgMjQuNjgzMkM5Ni4yMjAzIDI1LjI0NjYgOTYuNjIxNyAyNi41NzY1IDk3LjA4ODYgMjcuNDYxOEM5Ny44NDg0IDI4LjkwMjkgOTguODEwNyAyOS45Mjk0IDEwMC40MTkgMzAuNDY1N0MxMDMuOTEyIDMxLjYzMSAxMDcuNjggMjguMzYzIDExMS4yMjIgMjguMzYzQzExMi4yNTUgMjguMzYzIDExMi43ODMgMjguOTMxNiAxMTMuMzMyIDI5LjcxNDhDMTE0LjA4MSAzMC43ODIzIDExNC44NTMgMzEuNTI3NiAxMTYuMjA1IDMxLjgxNzVDMTIwLjM5MyAzMi43MTU1IDEyMy44MjIgMjguNzM5OSAxMjcuODcyIDI5LjA4ODlDMTI5LjA1MyAyOS4xOTA3IDEyOS45MzUgMzAuMzgxNiAxMzAuODIxIDMxLjAxNjRDMTMyLjYwOSAzMi4yOTY5IDEzNC43NTkgMzMuMTgzNiAxMzYuOTQ4IDMzLjQ5NDdDMTQwLjQ1NyAzMy45OTM0IDE0My45NzUgMzMuMzMyNiAxNDcuMzk1IDMyLjU5MzVDMTUzLjMgMzEuMzE3NCAxNTkuMTQ3IDI5Ljc5NTggMTY1LjA2MiAyOC41NjMzIiBzdHJva2U9IiNERkUzRUQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5Ni41MTUgMTUuMDc3OEwxODQuNDkyIDAuNTUxNzk1QzE4NC4yNTcgMC4yNjc4MSAxODMuODM4IDAuMjI4MjYgMTgzLjU1NCAwLjQ2MzMwN0wxODAuNjQ5IDIuODY3ODhDMTgwLjM2NSAzLjEwMjkzIDE4MC4zMjUgMy41MjI0IDE4MC41NiAzLjgwNjM4TDE5Mi41ODMgMTguMzMyNEMxOTIuNyAxOC40NzQxIDE5Mi44NjQgMTguNTU1MSAxOTMuMDM0IDE4LjU3MTJDMTkzLjIwNCAxOC41ODcyIDE5My4zOCAxOC41MzgyIDE5My41MjIgMTguNDIwOUwxOTYuNDI3IDE2LjAxNjRDMTk2LjcxMSAxNS43ODEzIDE5Ni43NSAxNS4zNjE4IDE5Ni41MTUgMTUuMDc3OFoiIGZpbGw9IiNERkUzRUQiLz4KPHBhdGggZD0iTTE4MS40MzYgNi45NTc2OUwxNzAuODU1IDkuODI2NDJDMTcwLjYyMiA5Ljg4OTUgMTcwLjQ0MSAxMC4wNzMzIDE3MC4zODMgMTAuMzA3NkwxNjYuMTU1IDI3LjEwMjFMMTczLjk3NSAyMC42Mjk2QzE3My4yNDUgMTkuMjYxNyAxNzMuNTUgMTcuNTE5NCAxNzQuNzkgMTYuNDkyNkMxNzYuMjA2IDE1LjMyMDMgMTc4LjMxMiAxNS41MTk2IDE3OS40ODMgMTYuOTM1MUMxODAuNjU1IDE4LjM1MTMgMTgwLjQ1NiAyMC40NTY2IDE3OS4wNDEgMjEuNjI4MkMxNzguMzMzIDIyLjIxNDQgMTc3LjQ1MiAyMi40NTgyIDE3Ni42MDMgMjIuMzc4MUMxNzUuOTY0IDIyLjMxNzkgMTc1LjM0MyAyMi4wNzQ1IDE3NC44MjUgMjEuNjU3M0wxNjcuMDA1IDI4LjEyOTFMMTg0LjI5NCAyNy4xMTQyQzE4NC41MzQgMjcuMTAwMSAxODQuNzQ5IDI2Ljk1NzYgMTg0Ljg1NCAyNi43NDA2TDE4OS42NSAxNi44ODE5TDE4MS40MzYgNi45NTc2OVoiIGZpbGw9IiNERkUzRUQiLz4KPC9zdmc+Cg==);
}

.form-spinner-button.form-spinner-up:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjUgMTIuNUw3LjUgNy41TDEyLjUgNy41QzEyLjc3NiA3LjUgMTMgNy4yNzYgMTMgN0MxMyA2LjcyNCAxMi43NzYgNi41IDEyLjUgNi41TDcuNSA2LjVMNy41IDEuNUM3LjUgMS4yMjQgNy4yNzYgMSA3IDFDNi43MjQgMSA2LjUgMS4yMjQgNi41IDEuNUw2LjUgNi41TDEuNSA2LjVDMS4yMjQgNi41IDAuOTk5OTk5IDYuNzI0IDAuOTk5OTk5IDdDMC45OTk5OTkgNy4yNzYgMS4yMjQgNy41IDEuNSA3LjVMNi41IDcuNUw2LjUgMTIuNUM2LjUgMTIuNzc2IDYuNzI0IDEzIDcgMTNDNy4yNzYgMTMgNy41IDEyLjc3NiA3LjUgMTIuNVoiIGZpbGw9IiM1NjY1N0UiIHN0cm9rZT0iIzU2NjU3RSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPC9zdmc+Cg==);
}

.form-spinner-button.form-spinner-down:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDE0IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi41IDJMNy41IDJMMS41IDJDMS4yMjQgMiAxIDEuNzc2IDEgMS41QzEgMS4yMjQgMS4yMjQgMC45OTk5OTkgMS41IDAuOTk5OTk5TDYuNSAxTDEyLjUgMUMxMi43NzYgMSAxMyAxLjIyNCAxMyAxLjVDMTMgMS43NzYgMTIuNzc2IDIgMTIuNSAyWiIgZmlsbD0iIzU2NjU3RSIgc3Ryb2tlPSIjNTY2NTdFIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L3N2Zz4K);
}

.form-collapse-table:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNS41IiBjeT0iNS41IiByPSI1LjUiIHRyYW5zZm9ybT0icm90YXRlKC05MCA1LjUgNS41KSIgZmlsbD0iI0MzQ0FEOCIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPHBhdGggZD0iTTMuMTY3NTYgNC40NjExMkMzLjE0NzkzIDQuNTAzMDggMy4xMzk2MSA0LjU1MDA4IDMuMTQzNTIgNC41OTY4M0MzLjE0NzQzIDQuNjQzNTggMy4xNjM0MyA0LjY4ODI0IDMuMTg5NzIgNC43MjU3OUw1LjMxMTE1IDcuNzU2NEM1LjMzMzEgNy43ODc3NyA1LjM2MTU3IDcuODEzMjMgNS4zOTQzIDcuODMwNzZDNS40MjcwMyA3Ljg0ODI5IDUuNDYzMTIgNy44NTc0MiA1LjQ5OTcyIDcuODU3NDJDNS41MzYzMSA3Ljg1NzQyIDUuNTcyNCA3Ljg0ODI5IDUuNjA1MTMgNy44MzA3NkM1LjYzNzg2IDcuODEzMjMgNS42NjYzMyA3Ljc4Nzc3IDUuNjg4MjkgNy43NTY0TDcuODA5NzIgNC43MjU3OUM3Ljg0MDMyIDQuNjgyMDcgNy44NTY4NiA0LjYyODkgNy44NTY4NiA0LjU3NDI2QzcuODU2NzIgNC41MzQ5OSA3Ljg0ODE4IDQuNDk2MjkgNy44MzE4OCA0LjQ2MTEyQzcuODEyMjggNC40MTkyMiA3Ljc4MjE5IDQuMzgzOTkgNy43NDQ5OCA0LjM1OTM3QzcuNzA3NzYgNC4zMzQ3NSA3LjY2NDg5IDQuMzIxNzEgNy42MjExNSA0LjMyMTcxTDMuMzc4MjkgNC4zMjE3MUMzLjMzNDU1IDQuMzIxNzEgMy4yOTE2NyA0LjMzNDc1IDMuMjU0NDYgNC4zNTkzN0MzLjIxNzI0IDQuMzgzOTkgMy4xODcxNSA0LjQxOTIyIDMuMTY3NTYgNC40NjExMlY0LjQ2MTEyWiIgZmlsbD0iI0U1RTdGMSIvPgo8L3N2Zz4K);
}

li[data-type=control_fileupload] .qq-upload-button:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzOSAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjM3NSAxMS4zMTI1QzMxLjUgNC44MTI1IDI2IDAgMTkuMzc1IDBDMTMuNjg3NSAwIDguNzUgMy41NjI1IDYuOTM3NSA4LjkzNzVDMi44NzUgOS44MTI1IDAgMTMuMzEyNSAwIDE3LjVDMCAyMi4wNjI1IDMuNTYyNSAyNS44NzUgOC4xMjUgMjYuMjVIMzEuODc1SDMxLjkzNzVDMzUuNzUgMjUuODc1IDM4Ljc1IDIyLjYyNSAzOC43NSAxOC43NUMzOC43NSAxNS4wNjI1IDM2IDExLjg3NSAzMi4zNzUgMTEuMzEyNVpNMjYuMDYyNSAxNC44MTI1QzI1LjkzNzUgMTQuOTM3NSAyNS44MTI1IDE1IDI1LjYyNSAxNUMyNS40Mzc1IDE1IDI1LjMxMjUgMTQuOTM3NSAyNS4xODc1IDE0LjgxMjVMMjAgOS42MjVWMjEuODc1QzIwIDIyLjI1IDE5Ljc1IDIyLjUgMTkuMzc1IDIyLjVDMTkgMjIuNSAxOC43NSAyMi4yNSAxOC43NSAyMS44NzVWOS42MjVMMTMuNTYyNSAxNC44MTI1QzEzLjMxMjUgMTUuMDYyNSAxMi45Mzc1IDE1LjA2MjUgMTIuNjg3NSAxNC44MTI1QzEyLjQzNzUgMTQuNTYyNSAxMi40Mzc1IDE0LjE4NzUgMTIuNjg3NSAxMy45Mzc1TDE4LjkzNzUgNy42ODc1QzE5IDcuNjI1IDE5LjA2MjUgNy41NjI1IDE5LjEyNSA3LjU2MjVDMTkuMjUgNy41IDE5LjQzNzUgNy41IDE5LjYyNSA3LjU2MjVDMTkuNjg3NSA3LjYyNSAxOS43NSA3LjYyNSAxOS44MTI1IDcuNjg3NUwyNi4wNjI1IDEzLjkzNzVDMjYuMzEyNSAxNC4xODc1IDI2LjMxMjUgMTQuNTYyNSAyNi4wNjI1IDE0LjgxMjVaIiBmaWxsPSIjQjNCQ0NDIi8+Cjwvc3ZnPgo=);
}

.appointmentDayPickerButton {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDcgN0wxIDAuOTk5OTk5IiBzdHJva2U9IiM4Nzk1QUMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.FITB:not(.formRender) .qb-datebox input:not([data-labelid]),
.FITB:not(.formRender) .qb-selectbox input:not([data-labelid]),
.FITB:not(.formRender) .qb-signaturebox input:not([data-labelid]),
.FITB:not(.formRender) .qb-textbox input:not([data-labelid]),
.FITB:not(.formRender) .qb-timebox input:not([data-labelid]),
span.FITB-inptCont[data-type=datebox] label,
span.FITB-inptCont[data-type=signaturebox] label,
span.FITB-inptCont[data-type=textbox] label,
span.FITB-inptCont[data-type=timebox] label,
span.FITB-inptCont[data-type=datebox] input:focus~label,
span.FITB-inptCont[data-type=datebox] input:valid~label,
span.FITB-inptCont[data-type=signaturebox] input:focus~label,
span.FITB-inptCont[data-type=signaturebox] input:valid~label,
span.FITB-inptCont[data-type=textbox] input:focus~label,
span.FITB-inptCont[data-type=textbox] input:valid~label,
span.FITB-inptCont[data-type=timebox] input:focus~label,
span.FITB-inptCont[data-type=timebox] input:valid~label {
  color: #57647e;
}

/* NEW THEME STYLE */
/*PREFERENCES STYLE*/
/*PREFERENCES STYLE*/
.form-all {
  font-family: Roboto, sans-serif;
}

.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-family: Roboto, sans-serif;
}

.form-all .form-pagebreak-back-container,
.form-all .form-pagebreak-next-container {
  font-family: Roboto, sans-serif;
}

.form-header-group {
  font-family: Roboto, sans-serif;
}

.form-label {
  font-family: Roboto, sans-serif;
}

.form-label.form-label-auto {

  display: block;
  float: none;
  text-align: left;
  width: 100%;

}

.form-line {
  margin-top: -4px;
  margin-bottom: -4px;
}

.form-all {
  max-width: 752px;
  width: 100%;
}

.form-label.form-label-left,
.form-label.form-label-right,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
  width: 230px;
}

.form-all {
  font-size: 16px
}

.form-all .qq-upload-button,
.form-all .qq-upload-button,
.form-all .form-submit-button,
.form-all .form-submit-reset,
.form-all .form-submit-print {
  font-size: 16px
}

.form-all .form-pagebreak-back-container,
.form-all .form-pagebreak-next-container {
  font-size: 16px
}

.supernova .form-all,
.form-all {
  background-color: #FFFFFF;
}

.form-all {
  color: #000000;
}

.form-header-group .form-header {
  color: #000000;
}

.form-header-group .form-subHeader {
  color: #000000;
}

.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label {
  color: #000000;
}

.form-sub-label {
  color: #1a1a1a;
}

.supernova {
  background-color: #FFFFFF;
}

.supernova body {
  background: transparent;
}

.form-textbox,
.form-textarea,
.form-dropdown,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #FFFFFF;
}

.supernova {
  background-image: none;
}

#stage {
  background-image: none;
}

.form-all {
  background-image: none;
}

.ie-8 .form-all:before {
  display: none;
}

.ie-8 {
  margin-top: auto;
  margin-top: initial;
}

/*PREFERENCES STYLE*/
/*__INSPECT_SEPERATOR__*/
/* Injected CSS Code */

.formFooter {
  display: none !important;
}

.tgreviews__form-label {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.fa,
.fas {
  font-weight: 900 !important;
}

.tgreviews__form-row {
  clear: both !important;
  margin-bottom: 10px !important;
}

.tgreviews__form-input,
.tgreviews__form-textarea,
.tgreviews__form-submit {
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  font-size: 12px !important;
  border: 1px solid #cccccc !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.tgreviews__form-checkbox {
  display: flex !important;
  line-height: 130% !important;
  position: relative !important;
}

.tgreviews__form-checkbox .tgreviews__form-checkboxlabel::before {
  content: "" !important;
  height: 13px !important;
  width: 13px !important;
  padding: 1px !important;
  outline: 1px solid #ccc !important;
  border: 1px solid #fff !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 5px !important;
  left: 1px !important;
  visibility: visible !important;
}

.x-flex-tabs input[data-flex-tab]:checked+.x-flex-tabs__tab+.x-flex-tabs__content {
  color: #12141b;
  font-size: 14px;
  line-height: 1.6;
}

.tgreviews__form-row input[type="checkbox"] {
  visibility: visible !important;
}

.tgreviews__form-checkboxlabel {
  font-size: 14px !important;
}

.tgreviews__form {
  width: 350px !important;
}

.tgreviews-select {
  background: #fff !important;
}

.tgreviews__form-submit {
  background: #dd2027 !important
}

.x-product-layout-purchase__reviews:hover {
  text-decoration: none !important;
}

.productReviews {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.tgreviews-average {
  text-align: left !important;
  text-decoration: none !important;

}

.tgreviews-average__star-overlay {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFED85;
  overflow: hidden;
}

.tgreviews-average__star {
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  color: #ddd;
}

.tgreviews-average__text {
  font-size: 14px !important;
}

[role="tabpanel"] *+* {
  margin-top: 0rem;
}