﻿/*********************************************************************
                  External Apps - Generic - CSS

+ No Style is coming from MR
**********************************************************************/
/* Font Face -------------------------------------------------------- */
@import url("/ExternalApps/Arhaus/Styles/fonts.css");
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 400;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Black.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Black.woff") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 200;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Thin.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Thin.woff") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 300;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Light.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Light.woff") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 400;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Regular.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Regular.woff") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 500;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Medium.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Medium.woff") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 600;
  font-style: normal;
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Bold.woff") format("woff");
  src: url("/ExternalApps/Arhaus/Styles/Fonts/NeueHaasUnicaPro-Bold.woff") format("woff2");
}
/* --- Default Img / Logo -------------------------------------------------- */
.mrw_ext_master .img-logo {
  background-image: url('/ExternalApps/Arhaus/Images/default_logo.svg');
  background-size: auto 60px;
}
/* Global Styles ---------------------------------------------------- */
html,
body,
form {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
}
body {
  font-size: 14px;
  font-family: "Neue Haas Unica", sans-serif;
  color: #3A3C41;
}
input {
  outline: none;
}
a {
  color: #3A3C41;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* --- Global Style --- */
.theme-title1 {
  font-family: "Neue Haas Unica", sans-serif;
}
i.hide,
label.hide {
  left: -999999px;
  position: absolute;
}
.hide {
  display: none;
}
a.mrw_ext_linkback {
  color: #3A3C41;
  text-transform: uppercase;
  font-size: 1.143em;
  text-decoration: none;
}
a.mrw_ext_linkback:hover {
  text-decoration: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #BDBDBD;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="checkbox"]:focus {
  border: 1px solid #1E372F !important;
}
input:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #1E372F;
  transform: scale(1);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: #1E372F !important;
  border: 1px solid #1E372F;
}
#mr_spinner_loading {
  display: none;
  position: initial;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  z-index: 1;
  max-width: inherit !important;
}
#mr_spinner_loading .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  padding: 10px;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
}
#mr_spinner_loading .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#mr_spinner_empty .box {
  padding: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
#mr_spinner_loading,
#mr_spinner_empty {
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  padding: 10px;
  text-align: center;
  max-width: 600px;
}
#LP_DIV_2018 {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10000;
  /*-- Chat ---------------------------------------------------- */
}
#LP_DIV_2018 div {
  outline: none;
}
#LP_DIV_2018 #PST_Chat .chat_link {
  background-size: 48px 48px;
  box-sizing: border-box;
  background-position: center;
  vertical-align: middle;
  background-color: #141414;
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 100px;
  background-image: url('/ExternalApps/Arhaus/Images/chat.svg');
}
#LP_DIV_2018 #PST_Chat .chat_link.chat_phone {
  display: none;
  background-image: url('/ExternalApps/Arhaus/Images/phone.svg');
}
#LP_DIV_2018 #PST_Chat .plhChatPhone:after {
  content: "(201) 886-1000";
  display: inline-block;
  vertical-align: middle;
  margin: 17px 0 0 60px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity ease 250ms 250ms;
}
#LP_DIV_2018 #lpChat .lp_minimize {
  display: none !important;
}
a.mrw_ext_button,
a.mrw_ext_button.disabled {
  background: #4cb9a3;
  letter-spacing: 0.3px;
  padding: 9px 11px;
  border: 1px solid #4cb9a3;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.071em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  min-width: 60px;
  transition: background-color 250ms ease;
}
a.mrw_ext_button:hover,
a.mrw_ext_button.disabled:hover {
  background-color: #058471;
  text-decoration: none;
}
a.mrw_ext_button.small,
a.mrw_ext_button.disabled.small {
  padding: 5px 10px;
  font-size: 0.929em;
}
a.mrw_ext_button.medium,
a.mrw_ext_button.disabled.medium {
  padding: 12px 15px;
  font-size: 1.143em;
  line-height: 1.25;
}
a.mrw_ext_button.big,
a.mrw_ext_button.disabled.big {
  padding: 16px 30px;
  font-size: 24px;
}
a.mrw_ext_button.link,
a.mrw_ext_button.disabled.link,
a.mrw_ext_button.link:hover,
a.mrw_ext_button.disabled.link:hover {
  color: #3A3C41;
  background-color: #fff;
  border: 1px solid #3A3C41;
  border-radius: 0px;
}
a.mrw_ext_button.link.gray,
a.mrw_ext_button.disabled.link.gray,
a.mrw_ext_button.link:hover.gray,
a.mrw_ext_button.disabled.link:hover.gray {
  color: #4c5157;
  border: 1px solid #ccc;
  text-transform: none;
}
a.mrw_ext_button.btnGetStarted,
a.mrw_ext_button.disabled.btnGetStarted {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
a.mrw_ext_button.white,
a.mrw_ext_button.disabled.white {
  background-color: #fff;
  color: #1E7B92;
  border: 1px solid #7796A8;
}
a.mrw_ext_button.white:hover,
a.mrw_ext_button.disabled.white:hover {
  color: #fff;
}
a.mrw_ext_button.nobg,
a.mrw_ext_button.disabled.nobg {
  background: none;
  color: #1E7B92;
  border: 1px solid transparent;
}
a.mrw_ext_button.nobg:hover,
a.mrw_ext_button.disabled.nobg:hover {
  color: #1E7B92;
  background: none;
  text-decoration: underline;
}
a.mrw_ext_button.black,
a.mrw_ext_button.disabled.black {
  color: #141414 !important;
}
.mrw_ext_inputtext {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #b6b6b6;
  color: #797f86;
  font-size: 1.071em;
  padding: 9px 11px;
  resize: none;
  min-width: 150px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.mrw_ext_inputtext.search {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MzQ5YzkyNS01N2NhLTRlMmItYWIyYi1kNTg0YjQ0ZmFmMmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDFCNzUxN0E5N0FDMTFFNkIwRURGNEYyRjg2RERERDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDFCNzUxNzk5N0FDMTFFNkIwRURGNEYyRjg2RERERDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZGVmNGZiMi0yYWI1LTQyNzMtYjAyYS04ZmJhOWNlOTg2YTkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NzliOTQxZC1hYjhkLTExNzktODA3OS1mYTJhOTNkM2RiZDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6s4Ed6AAAFpUlEQVR42rRWWUxcVRg+c2dg2IZ9G4bFQZYwCKFYzCBLBXmoNjHxxTTVBxPjS63yYqI1aUh80KSJmmhcYnzQxNbE+lAf+iI1gIAIKIvKvhSYsu8DwzAsM37fzRxyGaaSJnqSM/fOvef83/99/3KuzufzCTlWV1fF7u6uCAsLEw6HI3t9ff3C1tZW1draWu729nYC1uoiIyPX4+Pj78XExPwaHR19JzMz82+v1yt0Op1ITk4Wpw2dFtDpdAqAxE1PT18ZGxt7ZXNzM2t/f18oiiLkOhomgMFgECaTaSk7O/tGTk7Oh7GxsfcxHw5wbm7O1tLS8hmu5whEpmA0CzZ/JSQkOADmg0PmjY2Nx1wul9XtdqvOgFlfVVXV6wBvOxVQyrG0tFTQ2Nh4C1IW6vV6kZqaOmg2m78A6B0wuVdUVOSj8cHBQUqfvre39zT2XIZzT+BepKSkzNbV1V2ExP8KqhAMnkY3Nzd/OTMzUxgSEiIKCgq+r62tfcZisXwC8MnDw0MfGeOqTgDfB6tvqqurz5eUlHxKJRYXFy1NTU1fgX0mVaMT3BM4Dfzp7++vn5qaqiQDm832Q01Nzcs7Ozvu5eVlNV40oJ18RoNwZr2ysvJKaGjoQWdnZ/3CwkI+rtfKyspePTg4ENpwHTHEoqyBgYHL9DwtLW0UXr8Bj91MimAb5JCJYzQaRXl5+VWr1drGZxMTEy+trKycpVJUL3AqiMNzSIRUbszPz/8YRuaZrRzw/IGAfEdFuBYqubH3ekRExCHKKAzyvoC4i2DTMD8//xRlZdBRX7fhnZClgOxUpeOUg+/oHNYKGFeZMsmioqLuJiYm/omSOgObVahbI2x4AlUyACCHG2C8H5Rnke5HUhKU0pANDXOiTFQH2CAYBsrEgXVu1GEXsvYM6veRrq4uC/ZPngCEl3HcBMDZjIwMlYF2EUH5nk5xZGVlHYFLMCkxwsNapTOxaBxBu4CB7crfQbyBicJ7Ah7LMvwnOAGPGcJevPNqGoouKCAk2oRH6Qh+KvRXZZLpT+MynmRPIDQG4fF4jhhrGaIhmP33TmS8k/tOOJaUlDQJKQqhezHAkrB4mTVEaeg1E4MA6CAqMApb3Zibm6s6R4N+wyGwcZbxRXgcdrt9Lhigguxsp2EYsoLleWSaiIuLE2zEBEMDUIG1ksr/4eHh6jqux7oKMCzle9jswDMXMlfgRDk2CfgjPNpgI0ag62EsmgYoGZ9pM1E7eJSRrZ+F0tvb+yYcNCJEh+jBt7gXpXFiKng5jKL9mhvRSx/v6Oh4j5JSRtkdgg06xHWUDGBvj4+PXyDzvLy8b9H4f5HZHtgSFRZxaWnpdQR5gAZ6enpea21t/QgvTUyEYIB0jvtw1Xd3d78DJ9/1J4sXIfkJYD6yIUs5ZX3rGxoauHkbMvahJT2LOJqQRHbIVQ6DTrY6xMqDk0NlRSkhcwQy+xya/gfsw3BUoXMsBbTJQrzvA6iDkrP1cUr5jx3AODGqccR8DqM20kdvZP/rQ2L8DpmmWWdwKh1GS8CgDDEzUEZ2I5mtlBLJMYMwXcL+dqrGwVxgQh4DZFaCnXV4ePgt1OQlyGCSvVI7aITGYXAP5fIdzsYmHMzXwOJRggcDDQpIubgY9SRwFtqR6s+DTQUc4edEPDsI5N9AujvQvH/D9TauP/MUgDoVIyMjNyFfpgRF9s8giVRQJmFQQAYYIKpEPBHAzjg0NGQB61jGCOees7i4eA7PXfiaU9exHhkn1uLo6OhNOBwI+iIcbWPNKg867yiDv6152PXxqAfzD9yPYbr4Xnuq855MyIhyqp8TiC/BwfwGnKmkE8ppX1nyE0Pb0AOfaZ1E4bczdmTG/wShzARFTjx5KuDDDjILZCpBkVjv/+eAWnnJlKBMGKqC52H/C6AWFJ+cF3G03UUna0WyXf1HgAEA0vkMbJMkiGMAAAAASUVORK5CYII=');
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding-right: 24px;
  background-size: 16px 16px;
}
.mrw_ext_inputtext.error {
  border: 1px solid #e32;
  outline: #e32 1px !important;
}
select.mrw_ext_inputselect::-ms-expand {
  display: none;
}
select.mrw_ext_inputselect {
  border: 1px solid #4cb9a3;
  color: #fff;
  font-size: 1.071em;
  padding: 9px 11px;
  min-width: 127px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%0D%0A%3C%2Fsvg%3E);
  background-color: #4cb9a3;
  background-repeat: no-repeat;
  background-position: 94% center;
  cursor: pointer;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 25px;
  width: 100%;
}
select.mrw_ext_inputselect.white {
  border: 1px solid #EDECE8;
  color: #000000;
  border-radius: 0px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%0D%0A%3C%2Fsvg%3E);
  background-color: #fff;
}
select.mrw_ext_inputselect.medium {
  min-width: 150px;
}
select.mrw_ext_inputselect > option {
  color: #797f86;
  background-color: #fff;
}
html.ie select.mrw_inputselect {
  padding-right: 4px;
}
.mrw_messagepanel {
  background: #cccccc !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000000 !important;
  font-size: 1.357em;
  left: 50%;
  display: none;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 350px;
  z-index: 2147483647;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.mrw_ext_dialogpanel {
  font-family: "Neue Haas Unica", sans-serif;
  width: 400px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  border: 0;
  background: #fff;
  margin: auto;
  position: relative;
  border-radius: 6px;
}
.mrw_ext_dialogpanel .header {
  background-color: #F0F2F4;
  border-bottom: 1px solid #CCCCCC;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  color: #363e50;
  font-size: 1.429em;
  background: none;
  padding: 11px 30px;
}
.mrw_ext_dialogpanel a {
  text-decoration: underline;
}
.mrw_ext_dialogpanel .mrw_ext_inputtext {
  margin: 10px 0;
}
.mrw_ext_dialogpanel #btnSendRequest {
  min-width: 182px !important;
}
.mrw_ext_dialogpanel #btnSendRequest:hover {
  background: #000 !important;
  text-decoration: none;
  color: #FFF;
}
.mrw_ext_dialogpanel .content {
  font-size: 1.143em;
  padding: 20px 10px;
  text-align: center;
}
.mrw_ext_dialogpanel .content .ship-empty .subPanel {
  display: none;
}
.mrw_ext_dialogpanel .content .ship-empty .subPanel[pnl='1'] {
  display: block;
}
.mrw_ext_dialogpanel .btnDialogClose {
  background: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAIVBMVEUAAAA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlAkhs0PAAAACnRSTlMAETPuzJlmd7uqVDu3rwAAAFBJREFUCNdjEGIAAQGGyQpAis2RQcQISGcFMDA6KzCwLQWygQJALgNQQA3IBQlYBYBp9lUKYDorBKQFqBioBawXpAWsFygA5ELMEAepYWwCAJdGDFJBIyAOAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  margin: 0;
  right: 8px;
  top: 8px;
}
.mrw_ext_dialogpanel .btnDialogClose.popUp {
  background-image: url('/ExternalApps/Arhaus/images/close.svg');
  width: 23px;
  height: 23px;
}
.mrw_ext_dialogpanel.large {
  width: 600px;
}
/* Arhaus Custom Tippy Theme */
.tippy-box[data-theme~="tip-arhaus"] {
  background-color: #fff;
  color: #141414;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.tippy-box[data-theme~="tip-arhaus"] .tippy-content {
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid #141414;
}
.tippy-box[data-theme~="tip-arhaus"] .tippy-content p {
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.tippy-box[data-theme~="tip-arhaus"] .tippy-content .mrw_ext_button {
  padding: 4px 24px;
  font-size: 0.875rem;
  line-height: 1.333;
  display: inline-block;
  font-weight: 500;
  height: auto;
  min-width: 0;
  border-width: 1px;
  border-radius: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  background-color: #fff;
  color: #3A3C41;
  border-color: #3A3C41;
}
.tippy-box[data-theme~="tip-arhaus"][data-theme~="tip-email-exists"] {
  min-width: 310px;
}
.tippy-box[data-theme~="tip-arhaus"][data-theme~="info-icon"] {
  font-size: 0.875rem;
  line-height: 1.33;
  font-weight: 400;
}
.tippy-box[data-theme~="tip-arhaus"][data-theme~="info-icon"] .tippy-content {
  padding: 5px 15px;
}
.tippy-box[data-theme~="tip-arhaus"] .tippy-arrow {
  z-index: 1;
}
.tippy-box[data-theme~="tip-arhaus"][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #141414;
}
.tippy-box[data-theme~="tip-arhaus"][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #141414;
}
.tippy-box[data-theme~="tip-arhaus"][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #141414;
}
.tippy-box[data-theme~="tip-arhaus"][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #141414;
  top: -8px;
}
.mrw_icon2 {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  background: transparent;
  background-image: url(/images/graph_pastel.png?v=20200210);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 875px 200px;
  display: inline-block;
}
.mrw_icon2.icon-info {
  background-position: -416px -38px;
}
.mrw_icon2.icon-info.black {
  background-position: -468px -38px;
}
/* --- Icons --------------------------------------------------------------*/
.mrw_ext_icon {
  background: transparent;
  background-image: url('/ExternalApps/Arhaus/images/template_graph.png');
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 24px;
  height: 24px;
}
.mrw_ext_icon.close {
  background-position: -2px -5px;
}
.mrw_ext_icon.leftgray {
  background-position: -27px -5px;
}
.mrw_ext_icon.favorite {
  background-position: -52px -5px;
}
.mrw_ext_icon.share-blue {
  background-position: -127px -5px;
}
.mrw_ext_icon.registry-2 {
  cursor: default;
  background-position: -152px -5px;
}
.mrw_ext_icon.registry-1 {
  cursor: default;
  background-position: -177px -5px;
}
.mrw_ext_icon.registry-0 {
  cursor: default;
  background-position: -202px -5px;
}
.mrw_ext_icon.facebook {
  background-position: -227px -5px;
}
.mrw_ext_icon.twitter {
  background-position: -252px -5px;
}
.mrw_ext_icon.pinterest {
  background-position: -277px -5px;
}
.mrw_ext_icon.google-plus {
  background-position: -302px -5px;
}
.mrw_ext_icon.instagram {
  background-position: -327px -5px;
}
.mrw_ext_icon.blue_phone {
  background-position: -352px -5px;
}
.mrw_ext_icon.close_left_bar_menu {
  background-position: -377px -5px;
}
.mrw_ext_icon.listview-grid {
  background-position: -402px -5px;
}
.mrw_ext_icon.listview-grid:hover,
.mrw_ext_icon.listview-grid.active {
  background-position: -427px -5px;
}
.mrw_ext_icon.listview-list {
  background-position: -452px -5px;
}
.mrw_ext_icon.listview-list:hover,
.mrw_ext_icon.listview-list.active {
  background-position: -477px -5px;
}
.mrw_ext_icon.search {
  background-position: -502px -5px;
}
#LoginPage.mrw_ext_page {
  padding-bottom: 24px;
}
#LoginPage .title {
  text-align: center;
  justify-content: center;
  font-weight: normal;
  font-size: 48px;
  margin: 24px 0;
}
#LoginPage .title .t1 p {
  font-size: 18px;
}
#LoginPage .subtitle {
  text-align: center;
  padding-bottom: 24px;
  font-size: 1em;
  letter-spacing: 0px;
  max-width: 445px;
  margin: 0 auto;
}
#LoginPage .fields-block {
  max-width: 445px;
  margin: auto;
}
#LoginPage .fields-block .pst_inputtext3-holder .pst_inputtext3 {
  margin: 2px 0;
}
#LoginPage .fields-block .pst_inputtext3-holder:nth-child(2) {
  margin-top: 16px;
}
#LoginPage .fields-block .pst_inputtext3-holder .pst_inputtext3-error {
  width: 100%;
  max-width: 100%;
  position: static;
  bottom: auto;
  top: auto;
  font-weight: 400;
}
#LoginPage .fields-block .pst_inputtext3-holder .pst_inputtext3.error:focus-visible {
  outline: none;
}
#LoginPage .fields-block .pst_inputtext3-holder .btnEyeToggle {
  right: 11px;
  top: 12px;
  bottom: initial;
}
#LoginPage .fields-block .lblForgetPassword {
  text-align: right;
  text-decoration: underline;
}
#LoginPage .fields-block .lblForgetPassword a:hover {
  text-decoration: underline;
}
#LoginPage .fields-block .controls {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}
#LoginPage .fields-block .controls .btnLogin {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1.2857em;
}
#LoginPage .social {
  text-align: center;
}
#LoginPage .social .loginWith {
  padding: 24px 0;
}
#LoginPage .social a {
  text-decoration: none;
  padding: 0 5px;
  display: inline-block;
}
#LoginPage .social .dontHaveAccount {
  padding-top: 20px;
}
#LoginPage .social .dontHaveAccount a {
  text-decoration: underline;
}
#LoginPage #genericError .pst_inputtext3-error {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #D64000;
}
#ForgetPassword .clsResendCode {
  text-decoration: underline !important;
}
#ForgetPassword .mrw_ext_button {
  border-radius: unset;
}
#ForgetPassword .mrw_ext_button.nobg {
  color: #030303;
  background: transparent !important;
  border-color: transparent !important;
  text-decoration: none;
}
#ForgetPassword .mrw_ext_button.nobg:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #ForgetPassword .mrw_ext_button.nobg:hover {
    text-decoration: underline;
  }
}
#ForgetPassword #btnSaveNewPassword {
  width: 100%;
  padding: 9px 0;
}
#ForgetPassword #btnSendForgetPassword {
  width: 100%;
  max-width: 282px;
}
#ForgetPassword #btnVerify,
#ForgetPassword #btnResendCode {
  width: 100%;
}
#ForgetPassword .error {
  -moz-box-shadow: 0 0 0 1px #d64000;
  -webkit-box-shadow: 0 0 0 1px #d64000;
  box-shadow: 0 0 0 1px #d64000;
  border: 1px solid #d64000 !important;
}
#ForgetPassword .error-message {
  text-align: left;
  color: #d64000;
  font-size: 14px;
  padding-bottom: 32px;
  font-weight: 600;
  width: 100%;
}
#ForgetPassword .error-message.error-message--center {
  text-align: center;
}
#ForgetPassword .forgpass_txtPassContainer {
  max-width: 445px;
  margin: auto;
  text-align: left;
}
#ForgetPassword .forgpass_txtPassContainer .pst_inputtext3-holder .btnEyeToggle {
  right: 11px;
  bottom: auto;
  top: 11px;
}
#ForgetPassword .mrw_master_header.member .mr_header_right {
  display: none;
}
#ForgetPassword .mrw_master_header.member .mr_member_top_nav_container {
  display: none;
}
#ForgetPassword .mrw_master_header.member .menu_small_icon {
  display: none;
}
#ForgetPassword .pst_inputtext3-holder .pst_inputtext3 {
  margin: 2px 0;
}
#ForgetPassword .pst_inputtext3-holder .pst_inputtext3 + .pst_inputtext3-label {
  top: 10px;
  bottom: auto;
}
#ForgetPassword .pst_button.medium {
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
#ForgetPassword .smr_title {
  color: #141414;
  font-family: 'SourceSerifPro', Times, serif;
  font-weight: 600;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin: 24px 0;
}
#ForgetPassword .smr_button.blue {
  background: #4cb9a3;
  border: 1px solid #4cb9a3;
  transition: all 250ms ease;
}
#ForgetPassword .smr_button.blue:hover {
  background-color: #c1f5eb;
  color: #324a4d;
  border-color: #c1f5eb;
}
#ForgetPassword .mrw_messagepanel.error {
  background: #c1f5eb;
  color: #324a4d !important;
  font-family: "Neue Haas Unica", sans-serif;
}
#ForgetPassword .forgpass_content {
  padding: 30px 30px 0px;
  text-align: center;
}
#ForgetPassword .forgpass_text {
  padding: 0px 0 24px;
  max-width: 445px;
  margin: 0 auto;
  line-height: 22px;
}
#ForgetPassword .forgpass_text_nowrap {
  white-space: nowrap;
}
#ForgetPassword .forgpass_subtitle {
  margin-bottom: 34px;
}
#ForgetPassword .smr_subtitle {
  font-size: 16px;
  line-height: 1.25;
}
#ForgetPassword .forgpass_space {
  padding: 20px 0;
}
#ForgetPassword .button-container {
  margin: 24px auto 0;
  width: 100%;
  max-width: 485px;
}
#ForgetPassword .forgpass_textinput_two {
  width: 86px !important;
  margin: 0 4px;
}
#ForgetPassword #pnlStep2 .digits_content {
  width: min-content;
  margin: 0 auto;
}
#ForgetPassword #pnlStep2 .digits-wrapper {
  display: flex;
}
#ForgetPassword #pnlStep2 .error-message {
  padding-inline-start: 8px;
  padding-block-start: 8px;
  padding-block-end: 0;
}
#ForgetPassword #pnlStep2 .button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 0;
  padding-top: 24px;
}
#ForgetPassword #pnlStep2 .smr_title,
#ForgetPassword #pnlStep3 .smr_title,
#ForgetPassword #pnlPasswordRequestExpired .smr_title {
  padding: 16px 10px 24px;
}
#ForgetPassword #pnlStep2 .forgpass_space,
#ForgetPassword #pnlStep3 .forgpass_space,
#ForgetPassword #pnlPasswordRequestExpired .forgpass_space {
  padding: 0 0 24px 0;
}
#ForgetPassword #pnlStep2.forgpass_text,
#ForgetPassword #pnlStep3.forgpass_text {
  max-width: 735px;
}
#ForgetPassword #pnlStep3 .forgpass_txtPassHolder,
#ForgetPassword #pnlStep3 .password-hint {
  margin: 10px auto;
  text-align: left;
  padding-left: 5px;
}
#ForgetPassword #pnlStep3 .forgpass_option {
  visibility: hidden;
  max-width: 300px;
  margin: 10px auto;
}
#ForgetPassword #pnlStep3 .forgpass_txtPassContainer:hover + .forgpass_option {
  visibility: visible;
  content: "";
}
#ForgetPassword #pnlStep1 .captcha #recaptcha > div {
  margin: auto;
}
#ForgetPassword .message.pwd {
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  text-decoration: underline;
  padding: 5px 0px 5px;
  display: block;
}
#ForgetPassword .forgpass_txtPassContainer:has(.pst_inputtext3-error.show) .message.pwd {
  display: none;
}
#ForgetPassword #txtPasssword2 {
  margin-top: 20px;
}
#ForgetPassword #pnlPasswordRequestExpired .smr_subtitle {
  width: 100%;
  max-width: 735px;
  margin: 0 auto 34px;
  font-weight: 400;
  text-align: center;
}
#ForgetPassword #pnlPasswordRequestExpired .forgpass_savebutton_holder {
  text-align: center;
  margin: 14px auto 0;
}
#ForgetPassword #pnlPasswordRequestExpired .forgpass_savebutton_holder .pst_button {
  height: auto;
}
#ForgetPassword .password_digits {
  width: 64px;
  height: 64px;
  padding: 10px;
  margin: 0 8px;
  font-size: 40px;
  text-align: center;
}
#ForgetPassword .pst_button.medium {
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
#ForgetPassword .smr_title {
  color: #141414;
  font-family: 'SourceSerifPro', Times, serif;
  font-weight: 600;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin: 24px 0;
}
#ForgetPassword .smr_button.blue {
  background: #4cb9a3;
  border: 1px solid #4cb9a3;
  transition: all 250ms ease;
}
#ForgetPassword .smr_button.blue:hover {
  background-color: #c1f5eb;
  color: #324a4d;
  border-color: #c1f5eb;
}
#ForgetPassword .mrw_messagepanel.error {
  background: #c1f5eb;
  color: #324a4d !important;
  font-family: "Neue Haas Unica", sans-serif;
}
#ForgetPassword .forgpass_text {
  padding: 0;
  max-width: 445px;
  margin: 0 auto;
  line-height: 22px;
}
#ForgetPassword .forgpass_text_nowrap {
  white-space: nowrap;
}
#ForgetPassword .forgpass_subtitle {
  margin-bottom: 34px;
}
#ForgetPassword .smr_subtitle {
  font-size: 16px;
  line-height: 1.25;
}
#ForgetPassword .forgpass_space {
  padding: 20px 0;
}
#ForgetPassword .forgpass_textinput_two {
  width: 86px !important;
  margin: 0 4px;
}
#ForgetPassword #pnlStep2 .smr_title,
#ForgetPassword #pnlStep3 .smr_title,
#ForgetPassword #pnlPasswordRequestExpired .smr_title {
  padding: 16px 10px 24px;
}
#ForgetPassword #pnlStep2 .forgpass_space,
#ForgetPassword #pnlStep3 .forgpass_space,
#ForgetPassword #pnlPasswordRequestExpired .forgpass_space {
  padding: 0 0 24px 0;
}
#ForgetPassword #pnlStep2.forgpass_text,
#ForgetPassword #pnlStep3.forgpass_text {
  max-width: 735px;
}
#ForgetPassword #pnlStep3 .forgpass_txtPassHolder,
#ForgetPassword #pnlStep3 .password-hint {
  margin: 10px auto;
  text-align: left;
  padding-left: 5px;
}
#ForgetPassword #pnlStep3 .forgpass_option {
  visibility: hidden;
  max-width: 300px;
  margin: 10px auto;
}
#ForgetPassword #pnlStep3 .forgpass_txtPassContainer:hover + .forgpass_option {
  visibility: visible;
  content: "";
}
#ForgetPassword #pnlStep1 .captcha {
  max-width: fit-content;
  margin: 0 auto;
}
#ForgetPassword #pnlStep1 .captcha #recaptcha > div {
  margin: auto;
}
#ForgetPassword .message.pwd {
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  text-decoration: underline;
  padding: 5px 0px 5px;
}
#ForgetPassword #txtPasssword2 {
  margin-top: 20px;
}
#ForgetPassword #pnlPasswordRequestExpired .smr_subtitle {
  width: 100%;
  max-width: 735px;
  margin: 0 auto 34px;
  font-weight: 400;
  text-align: center;
}
#ForgetPassword #pnlPasswordRequestExpired .forgpass_savebutton_holder {
  text-align: center;
  margin: 14px auto 0;
}
#ForgetPassword #pnlPasswordRequestExpired .forgpass_savebutton_holder .pst_button {
  height: auto;
}
#ForgetPassword .password_digits {
  width: 64px;
  height: 64px;
  padding: 10px;
  margin: 0 8px;
  font-size: 40px;
  text-align: center;
}
#ForgetPassword #pnlStep3.forgpass_text .pst_inputtext3-holder .pst_inputtext3 ~ .pst_inputtext3-error {
  position: static;
  font-weight: 400;
}
.password_hint_item {
  min-width: 303px;
}
/*--- Purchase Process Cart ---*/
#PurchaseCartPage.mrw_ext_page {
  max-width: 1210px;
  padding: 0 35px 50px;
}
#PurchaseCartPage .title {
  text-align: center;
  justify-content: center;
  font-weight: normal;
  font-size: 32px;
  margin: 24px 0;
}
#PurchaseCartPage .subtitle {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 4px;
  font-size: 16px;
  letter-spacing: 0px;
  margin: 0 auto;
  font-weight: 400;
}
#PurchaseCartPage .icon-info.large-tip.black {
  background: transparent;
  background-image: url(/images/graph_pastel.png?v=20220211);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 875px 200px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-position: -468px -38px;
  top: -4px;
  margin-left: 4px;
}
#PurchaseCartPage .icon-info.large-tip.black:before,
#PurchaseCartPage .icon-info.large-tip.black:after {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  padding: 0;
  width: auto;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#PurchaseCartPage .icon-info.large-tip.black:before {
  border: solid;
  border-color: transparent transparent #474747 transparent;
  border-width: 0 6px 6px 6px;
  top: 100%;
  content: "";
  left: calc(50% - 6px);
  position: absolute;
  z-index: 99;
}
#PurchaseCartPage .icon-info.large-tip.black:after {
  border-radius: 5px;
  top: calc(100% + 6px);
  color: #141414;
  content: attr(data-tooltip);
  right: -10px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 180px;
  text-transform: none;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid rgba(20, 20, 20, 0.9);
  background-color: #FFF;
}
#PurchaseCartPage .icon-info.large-tip.right-align-tip.black:after {
  border: 1px solid #474747;
  background-color: #474747;
  color: #FFF;
  width: 230px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  right: 0;
  left: auto;
}
#PurchaseCartPage .icon-info.large-tip.black:hover:before,
#PurchaseCartPage .icon-info.large-tip.black:hover:after {
  -moz-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  visibility: visible;
  opacity: 1;
}
#PurchaseCartPage .empty-cart {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 4px;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 0 auto;
  font-weight: 600;
  display: none;
}
#PurchaseCartPage .empty-cart.show {
  display: block;
}
#PurchaseCartPage .linkBack {
  padding-bottom: 16px;
  padding-left: 16px;
}
#PurchaseCartPage .processCart {
  display: flex;
  gap: 32px;
}
#PurchaseCartPage .processCart .leftContainer {
  flex: 1 1 100%;
  max-width: calc(100% - 368px);
}
#PurchaseCartPage .processCart .leftContainer .cartContainer {
  min-height: 200px;
  padding-bottom: 40px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items {
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding: 16px 0;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img {
  width: 100px;
  height: 100px;
  min-height: 1px;
  position: relative;
  flex: 0 0 auto;
  border: 1px solid #f1f2f3;
  box-sizing: border-box;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img .gift-image {
  min-width: inherit;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img .gift-image .gift-image-container {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img .gift-image .gift-image-cover:hover .zoomview {
  opacity: 0.8;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img .gift-image .gift-image-cover {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .item-gift-img .gift-image .gift-image-cover .zoomview {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  color: #4C5157;
  opacity: 0;
  padding: 3px;
  position: absolute;
  text-decoration: none;
  transition: opacity 500ms ease 0s;
  width: 70px;
  height: 22px;
  left: 50%;
  margin-left: -41px;
  top: 50%;
  margin-top: -9px;
  bottom: auto;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container {
  font-size: 16px;
  line-height: 1.25;
  margin-left: 24px;
  flex: 1 1 100%;
  max-width: calc(100% - 284px);
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .gift-title {
  width: 100%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .gift-price {
  display: block;
  width: 100%;
  padding-top: 10px;
  font-size: 13px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .gift-price .gift-desired,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .gift-price .gift-purchased {
  display: inline-block;
  padding-right: 12px;
  text-transform: uppercase;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .btnRemove {
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-description-container .btnRemove a {
  text-decoration: none;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-values-container {
  text-align: right;
  flex: 0 0 170px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-price .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-price .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-priceEach .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-priceEach .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-price .gift-title,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-price .gift-title,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-priceEach .gift-title,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-priceEach .gift-title {
  display: inline-flex;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-price .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-price .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container .gift-priceEach .gift-label,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container .gift-priceEach .gift-label {
  font-weight: normal;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-priceEach-container {
  margin-bottom: 12px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-price-container {
  margin-top: 12px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty {
  display: inline-flex;
  border: black 1px solid;
  width: 85px;
  box-sizing: border-box;
  height: 32px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty input[type=number] {
  -moz-appearance: textfield;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty a {
  text-decoration: unset;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty .subtractBtn,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty .addBtn,
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty .qty {
  width: 32px;
}
#PurchaseCartPage .processCart .leftContainer .cartContainer .gift-qty-container .gift-qty .gift-title .addRemoveQty .qty-input {
  width: 24px;
  text-align: center;
  display: none;
  font-size: 16px;
}
#PurchaseCartPage .processCart .rightContainer {
  background: #F5F5F5;
  flex: 0 0 368px;
  padding: 24px 16px;
  margin-bottom: 500px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .orderSummary {
  border-bottom: 1px solid #707070;
  margin: 0;
  padding-bottom: 24px;
  font-size: 24px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .registrantDesc {
  font-size: 18px;
  text-align: left;
  margin: 16px 0 0px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .registrantDesc.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 8px;
  margin-top: 16px;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup.disable {
  opacity: 50%;
  pointer-events: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup #chkStoreValueSelfPickupEnable {
  margin: 0;
  position: relative;
  top: 4px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup #chkStoreValueSelfPickupEnable:checked ~ .selfPickupDetails {
  opacity: 1;
  max-height: 600px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupLbl {
  font-size: 16px;
  flex: 1 1 calc(100% - 24px);
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit {
  flex: 1;
  font-size: 16px;
  text-align: left;
  margin: 0;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupDetailsLbl {
  padding-bottom: 16px;
  padding-top: 17px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupDetailsLbl {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  margin: 0;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupDetailsLbl .pickupEdit {
  float: right;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupDetailsLbl .pickupEdit .editBtn .title {
  font-size: 16px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupName,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupEmail,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupNumber {
  display: flex;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupName .nameVal,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupEmail .nameVal,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupNumber .nameVal {
  text-transform: capitalize;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupName .inputValue,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupEmail .inputValue,
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetailsEdit .pickupNumber .inputValue {
  padding-left: 5px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails {
  flex: 1 1 100%;
  height: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-out 400ms;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupDetailsLbl {
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 16px;
  font-weight: 700;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupDetailsReqLbl {
  font-size: 14px;
  padding-bottom: 16px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupButton.link .pickupBtn {
  width: 40%;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupButton .pickupBtn {
  width: 49%;
  box-sizing: border-box;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupButton .pickupBtn.right {
  float: right;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .selfPickupButton .pickupBtn.disable {
  opacity: 50%;
  pointer-events: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder {
  margin-bottom: 24px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder:last-child {
  margin-bottom: 0;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder .pst_inputtext3 {
  margin: 2px 0;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder .pst_inputtext3 ~ .pst_inputtext3-error {
  display: none;
  font-weight: 400;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder .pst_inputtext3.error {
  margin-bottom: 36px;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder .pst_inputtext3.error ~ .pst_inputtext3-error {
  display: block;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .giftWrap {
  display: flex;
  gap: 8px;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #707070;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .giftWrap.disable {
  opacity: 50%;
  pointer-events: none;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .giftWrap #chkStoreValueGiftWrapEnable {
  margin: 0;
}
#PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .giftWrap .giftWrapLbl {
  font-size: 16px;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer {
  display: block;
  width: 100%;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer.disable {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer .gift-total {
  font-size: 20px;
  width: 100%;
  padding-top: 24px;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer .gift-total .header {
  display: flex;
  padding-bottom: 8px;
  justify-content: space-between;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer .gift-total .header.gift-tax {
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}
#PurchaseCartPage .processCart .rightContainer .totalContainer .gift-total .header.gift-averageTotal {
  padding: 16px 0 24px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer {
  padding-bottom: 19px;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageText.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageText #giftMessage.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageText .giftMessageCounter {
  display: flex;
  flex-direction: row-reverse;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageText .giftMessageCounter .counterLabel {
  padding-left: 5px;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageHolder.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessageHolder .text-title {
  font-size: 18px;
  word-break: break-all;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftTitle {
  display: flex;
  justify-content: space-between;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftTitle .giftEdit {
  padding: 16px 0;
  margin: 0;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftTitle .giftEdit .editBtn.hide {
  display: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftTitle .giftEdit .editBtn .title {
  font-size: 16px;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer.disable {
  opacity: 50%;
  pointer-events: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer .giftMessageTitle {
  font-size: 16px;
  text-align: left;
  padding: 16px 0;
  margin: 0;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageContainer #giftMessage {
  width: 100%;
  height: 133px;
  border: #959595 solid 1px;
  padding: 16px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  resize: none;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageButton.link .purchaseMessageBtn {
  width: 40%;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageButton .purchaseMessageBtn {
  width: 49%;
  box-sizing: border-box;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageButton .purchaseMessageBtn.right {
  float: right;
}
#PurchaseCartPage .processCart .rightContainer .purchaseMessageButton .purchaseMessageBtn.disable {
  opacity: 50%;
  pointer-events: none;
}
#PurchaseCartPage .processCart .rightContainer .paymentContainer {
  text-align: right;
  margin: 24px 0 0;
}
#PurchaseCartPage .processCart .rightContainer .paymentContainer .btnCheckout {
  text-transform: none;
}
#PurchaseCartPage .processCart .rightContainer .paymentContainer .btnPay {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
#PurchaseCartPage .processCart .rightContainer .paymentContainer .btnPay.disable {
  pointer-events: none;
  opacity: 50%;
}
/* --- Master -------------------------------------------------------------- */
.mrw_ext_master {
  margin: auto;
  min-height: 100%;
  position: relative;
  vertical-align: top;
}
.mrw_ext_master .banner-container {
  position: relative;
  display: block;
}
.mrw_ext_master .banner-container .banner-line {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  background-color: #fafac5;
  font-size: 15px;
  position: absolute;
  z-index: 999;
}
.mrw_ext_master .banner-container .banner-line span {
  text-transform: uppercase;
  font-weight: bold;
}
.mrw_ext_master .top-box {
  min-height: 90px;
}
.mrw_ext_master .top-box .top-logo {
  margin: 0 10px;
  height: 90px;
}
.mrw_ext_master .top-box .top-logo.img-logo {
  background-repeat: no-repeat;
  background-position: left;
}
.mrw_ext_master .top-box .back-box {
  margin: auto;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}
.mrw_ext_master .image-box {
  display: none;
}
.mrw_ext_master > .content-box {
  top: 120px;
  left: 0px;
  min-height: 100%;
}
.mrw_ext_footer {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  padding-bottom: 24px;
}
.mrw_ext_footer .powerByLink {
  display: inline-block;
}
.mrw_ext_footer .powerby span {
  font-size: 1em;
  vertical-align: middle;
  margin-right: 2px;
}
.mrw_ext_footer .powerby img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 88px;
  position: relative;
  top: 1px;
}
.embed {
  background-color: transparent;
}
.powerByLink {
  text-decoration: inherit !important;
}
/* --- Page ------------------------------------------------------------------------ */
.mrw_ext_page {
  margin: auto;
  max-width: 1010px;
  position: relative;
  /*top: 50%;
    transform: translateY(-50%);*/
}
/* --- Page Home-------------------------------------------------------------------------- */
.mrw_ext_page.home .top-box .top-logo {
  margin: 0;
}
.mrw_ext_page.home .mrlogo-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mrw_ext_page.home .mrlogo-box .mrlogo-img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #4cb9a3;
}
.mrw_ext_page.home .image-box {
  display: none;
}
.mrw_ext_page.home > .content-box {
  height: 540px;
  background-color: #fff;
  position: relative;
}
.mrw_ext_page.home > .content-box .title {
  text-transform: uppercase;
}
.mrw_ext_page.home > .content-box .title h1 {
  margin: 0;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 46px;
}
.mrw_ext_page.home > .content-box .title div {
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 46px;
}
.mrw_ext_page.home .img-background {
  background-repeat: no-repeat;
  background-position: center;
}
.mrw_ext_page.home .img-background.empty {
  box-shadow: 0 0 0 10px #f8f8f8;
}
.mrw_ext_page.home .action-box .login-box {
  text-align: center;
}
.mrw_ext_page.home .action-box .login-box .social img {
  vertical-align: middle;
  width: 35px;
}
.mrw_ext_page.home .action-box .sep {
  content: "";
  border-top: 2px solid #707070;
  width: 50%;
  margin: auto;
}
.mrw_ext_page.home .action-box .controls.step-find {
  display: none;
}
.mrw_ext_page.home .action-box .embedSearch.embed-toggle {
  display: none;
}
.mrw_ext_page.home .step-login {
  display: none;
}
.mrw_ext_page.home .footer-box {
  padding: 24px 20px;
  font-size: 1.214em;
  text-align: center;
  line-height: 1.5em;
}
.mrw_ext_page.home .footer-box > em {
  font-weight: bold;
  font-style: normal;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch {
  background: none;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch #pnlSearchResult.active {
  border-bottom: 1px black solid;
  margin: 0 15%;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch #pnlSearchResult.active::-webkit-scrollbar {
  display: none;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item {
  padding: 16px 20px;
  border-bottom: 1px solid #8F8F8F;
  cursor: pointer;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item:first-child {
  border-top: 1px solid #8F8F8F;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item:nth-last-child(1) {
  margin-bottom: 24px;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item:nth-child(2n+1) {
  background: #FBFBFB;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item:nth-child(2n) {
  background: #FFFFFF;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item .item-desc {
  display: flex;
  align-items: center;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item .item-desc .desc-title .title-registry {
  font-weight: 400;
}
.mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .pnlSearchItems .search-item .mrw_ext_button.btnViewRegistry {
  background-color: transparent;
  border-color: transparent;
  color: #3A3C41;
  -webkit-text-fill-color: #3A3C41;
  text-decoration: underline;
  font-weight: 600;
}
/* --- Page Signup------------------------------------------------------------------------ */
.mrw_ext_page.signup {
  padding-bottom: 24px;
  /* --- Page Signup (Co-reg) ------------------------------------------------------------------------ */
}
.mrw_ext_page.signup .pst_inputtext3-holder .pst_inputtext3 {
  margin: 2px 0;
}
.mrw_ext_page.signup > .content-box {
  overflow: hidden;
  font-size: 1em;
  margin: auto;
  max-width: 1010px;
  width: 100%;
}
.mrw_ext_page.signup > .content-box .title {
  font-size: 48px;
  letter-spacing: 0px;
  opacity: 1;
  margin: 5px 0 8px;
  text-align: center;
  font-weight: 350;
  color: #222222;
  font-style: normal;
  text-transform: capitalize;
}
.mrw_ext_page.signup > .content-box .subtitle {
  font-size: 2em;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
}
.mrw_ext_page.signup > .content-box .reqfield {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  padding: 24px 0 13px 0;
  position: relative;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 16px;
  color: #222222;
}
.mrw_ext_page.signup #lblSignupError {
  margin-top: 25px;
}
.mrw_ext_page.signup .signup-box {
  min-width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mrw_ext_page.signup .signup-box .fields-box {
  margin: 10px auto 0px;
}
.mrw_ext_page.signup .signup-box .fields-box .fields-block {
  text-align: left;
  font-family: 'Proxima Nova', Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  margin: 0 0 17px 0;
}
.mrw_ext_page.signup .signup-box .fields-box .fields-block.right {
  text-align: right;
}
.mrw_ext_page.signup .signup-box .fields-box .password-hint {
  padding-bottom: 10px;
  margin-top: 0;
  position: absolute;
  font-size: 16px;
}
.mrw_ext_page.signup .signup-box .headsup-block {
  margin: 15px 0 24px 0;
  font-size: 14px;
  font-weight: 700;
}
.mrw_ext_page.signup .signup-box label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
}
.mrw_ext_page.signup .signup-box #txtEventDate {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.mrw_ext_page.signup .signup-box #txtEventDate::-webkit-calendar-picker-indicator,
.mrw_ext_page.signup .signup-box #txtOrgEventDate::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-position: 97% 10px;
  cursor: pointer;
  margin-inline-start: 0;
}
.mrw_ext_page.signup .signup-box #txtOrgEventDate::-webkit-calendar-picker-indicator {
  background-position: 97% 12px;
}
.mrw_ext_page.signup .field-container {
  display: inline-block;
  margin-top: 2px;
}
.mrw_ext_page.signup .field-container.error {
  border: 1px solid #e32;
  outline: #e32 1px !important;
}
.mrw_ext_page.signup .fields-block .required-before {
  margin-top: 15px;
}
.mrw_ext_page.signup .fields-block input[type="checkbox"] + label {
  display: inline;
}
.mrw_ext_page.signup .required-before label:before {
  color: #ee3322;
  content: '* ';
  display: inline;
}
.mrw_ext_page.signup .controls .mrw_ext_button {
  min-width: 150px;
}
.mrw_ext_page.signup .message {
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #222222;
}
.mrw_ext_page.signup .password-hint {
  display: none;
}
.mrw_ext_page.signup .agree-block {
  display: block;
}
.mrw_ext_page.signup .agree-block a {
  color: #3A3C41;
  text-decoration: underline;
}
.mrw_ext_page.signup .agree-block input[type="checkbox"] {
  margin: 2px 8px 5px 0;
}
.mrw_ext_page.signup .pwdmsg-block {
  opacity: 0;
  transition: opacity ease-in-out 250ms;
  margin-top: -8px;
}
.mrw_ext_page.signup .pwdmsg-block label {
  font-size: 10px;
}
.mrw_ext_page.signup .pwdmsg-block.show {
  opacity: 1;
}
.mrw_ext_page.signup .error-block {
  color: #D64000;
}
.mrw_ext_page.signup .group-block {
  overflow: hidden;
  padding-bottom: 27px;
}
.mrw_ext_page.signup .group-block > .group-a,
.mrw_ext_page.signup .group-block > .group-b {
  width: calc(50% - 15px);
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mrw_ext_page.signup .group-block > .group-a.hide,
.mrw_ext_page.signup .group-block > .group-b.hide {
  opacity: 0;
  display: none;
  height: 0;
}
.mrw_ext_page.signup .group-block > .group-a .eventDateInfo,
.mrw_ext_page.signup .group-block > .group-b .eventDateInfo {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -15px;
  z-index: 4;
}
.mrw_ext_page.signup .group-block > .group-c {
  width: 31.5%;
  display: inline-block;
  padding-right: 22.5px;
}
.mrw_ext_page.signup .group-block > .group-c.no-pad {
  padding-right: 0;
  float: right;
}
.mrw_ext_page.signup .group-block > .group-a {
  margin-right: 15px;
}
.mrw_ext_page.signup .group-block > .group-a.event-date {
  padding-top: 5px;
}
.mrw_ext_page.signup .group-block > .group-a input,
.mrw_ext_page.signup .group-block > .group-a select {
  width: 100%;
  max-width: 300px;
  height: 46px;
  line-height: 22px;
}
.mrw_ext_page.signup .group-block > .group-b {
  margin-left: 15px;
}
.mrw_ext_page.signup .group-block > .group-b input,
.mrw_ext_page.signup .group-block > .group-b select {
  width: 100%;
  max-width: 300px;
  height: 46px;
  line-height: 22px;
}
.mrw_ext_page.signup .group-block > .group-b.padded-top {
  position: relative;
  top: 43px;
}
.mrw_ext_page.signup .group-block.fullsize > .group-a,
.mrw_ext_page.signup .group-block.fullsize > .group-b {
  width: 100%;
  float: none;
  padding: 0;
}
.mrw_ext_page.signup .group-block.fullsize > .group-a.event-date,
.mrw_ext_page.signup .group-block.fullsize > .group-b.event-date {
  margin-top: 10px;
}
.mrw_ext_page.signup .group-block.fullsize > .group-b {
  margin-top: 15px;
}
.mrw_ext_page.signup .group-block.fullsize.hide {
  display: none;
}
.mrw_ext_page.signup .group-block:after {
  clear: both;
  content: "";
}
.mrw_ext_page.signup .group-block:last-child {
  padding-bottom: 2px;
}
.mrw_ext_page.signup .org-block.hide {
  display: none;
}
.mrw_ext_page.signup .org-block .org-info-tip {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 0;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-holder {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon {
  transform-origin: center center;
  transform: scale(0.73);
  cursor: pointer;
  margin: 0;
  position: relative;
  top: -3px;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip {
  pointer-events: none;
  opacity: 0;
  transition: opacity ease 200ms;
  background-color: #141414;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  border: 1px solid #141414;
  padding: 8px 16px;
  border-radius: 5px;
  box-shadow: 3px 1px 6px 2px rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 30px;
  width: 232px;
  box-sizing: border-box;
  left: -170px;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip:before {
  content: '';
  display: inline-block;
  border: 7px solid transparent;
  border-bottom-color: #141414;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 42px;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip.tip-two {
  left: -200px;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip.tip-two:before {
  right: 12px;
}
.mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip.show {
  opacity: 1;
}
.mrw_ext_page.signup #tool-tip-block {
  overflow: visible;
  min-height: 78px;
}
.mrw_ext_page.signup.signupcoregistration > .content-box .embed .fields-block {
  padding-bottom: 15px;
}
.mrw_ext_page.signup.signupcoregistration > .content-box .title {
  margin: 0 0 32px 0;
  font-weight: normal;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .pst_inputtext3-holder,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .pst_inputtext3-holder {
  margin-top: 20px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .pst_inputtext3-holder #txtEmail,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .pst_inputtext3-holder #txtEmail {
  opacity: 0.5;
  pointer-events: none;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .controls,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .controls {
  display: flex;
  margin-top: 32px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .controls .btnChangePwAndLogin,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .controls .btnChangePwAndLogin {
  margin: auto 0px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block label,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block label {
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #rewardsNumLabel,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #rewardsNumLabel {
  font-weight: 700;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .fields-box,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box {
  max-width: 445px;
  margin: auto;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block.signup-box .fields-box .password-hint,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block.signup-box .fields-box .password-hint {
  position: relative;
  padding-bottom: 0;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .btnChangePwAndLogin,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .btnChangePwAndLogin {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 18px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .btnNext,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .btnNext {
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  font-size: 16px;
  pointer-events: auto;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .btnNext.disabled,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .btnNext.disabled {
  pointer-events: none;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .headsup-block,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .headsup-block {
  margin: 16px 0 16px 0px;
  font-size: 14px;
  font-weight: 700;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .headsup-block #chkMerchantSignupPreCheck,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .headsup-block #chkMerchantSignupPreCheck,
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .headsup-block #chkMerchantEmailPromo,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .headsup-block #chkMerchantEmailPromo {
  margin-left: 0px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #makeitprivate,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #makeitprivate #lblImportant,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate #lblImportant {
  color: #222;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #makeitprivate #lblWouldYouLikeToMakeItPrivate,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate #lblWouldYouLikeToMakeItPrivate {
  width: 445px;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  max-width: 100%;
  margin: 0px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .agree-block,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block {
  display: block;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .agree-block a,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block a {
  color: #3A3C41;
  text-decoration: underline;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .agree-block input[type="checkbox"],
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block input[type="checkbox"] {
  margin: 3px 3px 3px 0;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .check-field,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .check-field {
  padding-top: 32px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #txtRewardsNumber {
  margin-top: 13px;
  margin-bottom: 32px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .pst_inputtext3-holder {
  max-width: 100%;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .title {
  font-weight: 350;
  color: #222222;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 3.5rem;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block {
  display: -webkit-box;
  max-width: calc(100% - 55px);
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block input[type="checkbox"] {
  margin: 5px 8px 8px 0;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .agree-block label {
  color: #222;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 20px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .mrw_ext_inputselect,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box select#ddlSignupRegistryType {
  width: 100%;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .mrw_ext_inputselect:hover,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box select#ddlSignupRegistryType:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjNDE0MTQxIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box #txtEventDate {
  width: 100%;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .group-block {
  padding-bottom: 0;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .group-block .pst_inputtext3-holder {
  margin-bottom: 32px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .group-block .pst_inputtext3-holder.pw-field {
  margin-bottom: 2px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block .group-block .pst_inputtext3-holder.rewards-field {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mrw_ext_page.signup.signupcoregistration .baby-makeitprivate-content,
.mrw_ext_page.signup.signupcoregistration .rewards-number,
.mrw_ext_page.signup.signupcoregistration .event-info {
  display: none;
}
.mrw_ext_page.signup.signupcoregistration .event-info #lblSignupError {
  color: #D64000;
  font-size: 14px;
}
.mrw_ext_page.signup.signupcoregistration #txtEventDate {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 48px;
  min-height: 48px;
}
.mrw_ext_page.signup.signupcoregistration #txtEventDate::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-position: 97% 10px;
  cursor: pointer;
  margin-inline-start: 0;
}
.mrw_ext_page.signup.signupcoregistration .btnSignup {
  pointer-events: auto;
  background-color: #A0A315;
  border-color: #A0A315;
  opacity: 1;
}
.mrw_ext_page.signup.signupcoregistration .btnSignup.disabled {
  pointer-events: none;
  background-color: #141414;
  border-color: #141414;
  opacity: 0.5;
}
/* --- Page Onboard------------------------------------------------------------------------ */
.mrw_ext_page.onboard {
  max-width: 820px;
  margin-top: 40px;
}
.mrw_ext_page.onboard #ddlCountry {
  margin: 0 0;
}
.mrw_ext_page.onboard .onboard-box {
  padding: 0 15px;
}
.mrw_ext_page.onboard .visitorPassword {
  text-transform: none !important;
}
.mrw_ext_page.onboard .pst_inputselect3-holder select.pst_inputselect3,
.mrw_ext_page.onboard .pst_inputtext3-holder .pst_inputtext3 {
  margin: 2px 0;
  height: 46px;
  text-transform: capitalize;
  font-weight: 400;
  max-width: 300px;
  line-height: 22px;
}
.mrw_ext_page.onboard .pst_inputselect3-holder select.pst_inputselect3 option,
.mrw_ext_page.onboard .pst_inputtext3-holder .pst_inputtext3 option {
  font-weight: 400;
}
.mrw_ext_page.onboard .col-a {
  margin-right: 16px;
}
.mrw_ext_page.onboard col-c.fullCol {
  margin-right: 0 !important;
}
.mrw_ext_page.onboard .col-b {
  margin-left: 16px;
}
.mrw_ext_page.onboard .col-f {
  width: calc(100% - 60px);
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mrw_ext_page.onboard .col-a,
.mrw_ext_page.onboard .col-b {
  width: calc(50% - 15px);
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mrw_ext_page.onboard .col-c.fullCol.cont-field,
.mrw_ext_page.onboard .col-c.fullCol.cont-field .pst_inputtext3 {
  width: 100%;
  max-width: 100%;
}
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black {
  background: transparent;
  background-image: url(/images/graph_pastel.png?v=20220211);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 875px 198px;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-position: -468px -38px;
  margin-top: -4px;
}
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:before,
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:after {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  padding: 0;
  width: auto;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s 0.1s ease-in-out, visibility 0.2s 0.1s ease-in-out, transform 0.2s 0.1s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:before {
  border: solid;
  border-color: transparent transparent rgba(20, 20, 20, 0.9) transparent;
  border-width: 0 6px 6px 6px;
  top: 100%;
  content: "";
  left: calc(50% - 6px);
  position: absolute;
  z-index: 99;
}
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:after {
  border-radius: 5px;
  top: calc(100% + 6px);
  color: #141414;
  content: attr(data-tooltip);
  right: -10px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 180px;
  text-transform: none;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid rgba(20, 20, 20, 0.9);
  background-color: #FFF;
}
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:hover:before,
.mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:hover:after {
  -moz-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s 0.7s ease-in-out, visibility 0.2s 0.7s ease-in-out, transform 0.2s 0.7s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  visibility: visible;
  opacity: 1;
}
.mrw_ext_page.onboard .icon-info.tip-ext {
  background: transparent;
  background-image: url("/ExternalApps/Arhaus/Images/icon-info.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100%;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-position: center center;
  margin-top: -4px;
}
.mrw_ext_page.onboard > .content-box {
  overflow: hidden;
  font-size: 1em;
  margin: auto;
  max-width: 819px;
  width: 100%;
}
.mrw_ext_page.onboard > .content-box .title {
  font-size: 48px;
  line-height: 72px;
  font-style: normal;
  font-weight: 350;
  letter-spacing: 0px;
  opacity: 1;
  margin: 5px 0 8px;
  text-align: center;
  justify-content: center;
}
.mrw_ext_page.onboard > .content-box .subtitle {
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
}
.mrw_ext_page.onboard > .content-box .reqfield {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  padding: 35px 0 0 0;
  position: relative;
  color: #222222;
}
.mrw_ext_page.onboard .fields-box {
  width: 80%;
  float: none;
  margin: 0 auto;
  padding-top: 0px !important;
  /*        a.mrw_ext_button {
            &:hover {
                background: #ffffff !important;
                text-decoration: none;
                color: #000;
            }
        }*/
}
.mrw_ext_page.onboard .fields-box .fields-block .fields-block-title {
  font-size: 32px;
  line-height: 44px;
  padding: 24px 0 0 0;
}
.mrw_ext_page.onboard .fields-box .fields-block .container-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}
.mrw_ext_page.onboard .fields-box .fields-block .box-name-event,
.mrw_ext_page.onboard .fields-box .fields-block .box-event-date {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder,
.mrw_ext_page.onboard .fields-box .fields-block .box-event-date .pst_inputtext3-holder {
  flex: 1 1 100%;
}
.mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder.cont-date.hide,
.mrw_ext_page.onboard .fields-box .fields-block .box-event-date .pst_inputtext3-holder.cont-date.hide {
  display: none;
}
.mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder.cont-date input[type="date"],
.mrw_ext_page.onboard .fields-box .fields-block .box-event-date .pst_inputtext3-holder.cont-date input[type="date"] {
  /*padding: 2px 8px;*/
  text-transform: none;
}
.mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder.cont-date input[type="date"]::-webkit-calendar-picker-indicator,
.mrw_ext_page.onboard .fields-box .fields-block .box-event-date .pst_inputtext3-holder.cont-date input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: none;
}
.mrw_ext_page.onboard .fields-box .fields-block .cont-twocols {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  /*   .col-a {
                    margin-right: 16px;
                    width: calc(50% - 15px);
                }

                .col-b {
                    margin-left: 16px;
                    width: calc(50% - 15px);
                }*/
}
.mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .formFixChrome {
  min-width: 0;
}
.mrw_ext_page.onboard .fields-box .fields-block .cont-twocols label {
  display: block;
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
}
.mrw_ext_page.onboard .fields-box .fields-block.coreg {
  display: grid;
}
.mrw_ext_page.onboard .fields-box .fields-block.privacy {
  display: grid;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}
.mrw_ext_page.onboard .fields-box .fields-block .pst_inputtext3-holder .pst_inputtext3.textArea {
  min-height: 108px;
  font-size: 18px;
  font-weight: 400;
}
.mrw_ext_page.onboard .fields-box .fields-block .pst_inputtext3-holder .pst_inputtext3.textArea + .pst_inputtext3-label {
  bottom: 70px;
}
.mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content {
  margin-top: 24px;
}
.mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content .pst_checkbox {
  display: -webkit-box;
  text-align: left;
  margin-bottom: 14px;
}
.mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content .pst_checkbox label {
  font-size: 14px;
  font-weight: 350;
  line-height: 21px;
}
.mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content .pst_checkbox input {
  margin-left: 0;
  margin: 2px 8px 5px 0;
}
.mrw_ext_page.onboard .fields-box .fields-block.coreg .container-content {
  margin-top: 15px;
}
.mrw_ext_page.onboard .fields-box .fields-block.coreg .container-content .pst_checkbox {
  display: -webkit-box;
  text-align: left;
  margin-bottom: 14px;
}
.mrw_ext_page.onboard .fields-box .fields-block.coreg .container-content .pst_checkbox label {
  font-size: 14px;
  font-weight: 350;
  line-height: 21px;
}
.mrw_ext_page.onboard .fields-box .fields-block.coreg .container-content .pst_checkbox input {
  margin-left: 0;
  margin: 2px 8px 5px 0;
}
.mrw_ext_page.onboard .fields-box .fields-block.hide {
  display: none;
}
.mrw_ext_page.onboard .fields-box .fields-block #btnRegistryDelete {
  color: #d46000;
}
.mrw_ext_page.onboard .buttons-container {
  text-align: left;
  margin: 24px 0 0px 0;
}
.mrw_ext_page.onboard .buttons-container a.mrw_ext_button {
  min-width: 155px;
  padding: 9px 55px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background: #243730;
}
/* --- Page Extension------------------------------------------------------------------------ */
.mrw_ext_page.signup-extension {
  max-width: 100%;
}
.mrw_ext_page.signup-extension > .content-box {
  overflow: hidden;
  font-size: 1em;
  margin: auto;
  max-width: 1352px;
  width: 100%;
}
.mrw_ext_page.signup-extension > .content-box .subtitle {
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  font-style: normal;
  font-weight: 350;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  margin: 18px 0 62px 0;
}
.mrw_ext_page.signup-extension > .content-box .divider {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #5B5A5A;
  text-align: center;
  margin-bottom: 20px;
}
.mrw_ext_page.signup-extension > .content-box .title {
  letter-spacing: 0px;
  opacity: 1;
  margin: 5px 0 0;
  text-align: center;
  font-style: normal;
  font-weight: 350;
  font-size: 48px;
  line-height: 72px;
  color: #222222;
}
.mrw_ext_page.signup-extension > .content-box .box-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.mrw_ext_page.signup-extension > .content-box #btnBrowseAndGifts {
  width: 272px;
  background: #243730;
  line-height: 24px;
  max-width: 100%;
  font-size: 16px;
}
.mrw_ext_page.signup-extension > .content-box #btnManageMyRegistry {
  width: 272px;
  background: #FFF;
  line-height: 24px;
  max-width: 100%;
  font-size: 16px;
  color: #000;
}
.mrw_ext_page.signup-extension > .content-box #btnManageMyRegistry:hover {
  background: #000 !important;
  text-decoration: none;
  color: #FFF;
}
.mrw_ext_page.signup-extension > .content-box .box-user {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #141414;
}
.mrw_ext_page.signup-extension > .content-box .box-user .userdetails.eventdate {
  margin-right: 80px;
}
.mrw_ext_page.signup-extension > .content-box .box-user .userdetails.registry {
  min-width: 180px;
}
.mrw_ext_page.signup-extension > .content-box .box-user .userdetails > span {
  font-weight: 350;
}
.mrw_ext_page.signup-extension .container-subtitle {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125em;
  line-height: 22px;
  padding: 12px 0 0 0;
}
.mrw_ext_page.signup-extension .container-panel {
  display: none;
}
.mrw_ext_page.signup-extension .box-extension {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.mrw_ext_page.signup-extension .box-extension .extension-desc {
  color: #058471;
  flex: 0 1 50%;
}
.mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 20px 30px 0;
}
.mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-num {
  flex: 0 0 70px;
  font-size: 56px;
  background: #fff;
  padding: 5px 0;
  border-radius: 40px;
  line-height: 56px;
  font-weight: bold;
  border: 5px solid #058471;
  width: 80px;
  box-sizing: border-box;
  text-align: center;
}
.mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-text {
  flex: 0 4 auto;
  font-size: 36px;
  padding-left: 40px;
  color: #141414;
}
.mrw_ext_page.signup-extension .box-extension .extension-image {
  flex: 0 1 50%;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.fullscreen {
  flex: none;
  padding: 50px 0;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.fullscreen img {
  max-width: none;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.btnAdd {
  background-color: #FFFFFF;
  min-width: 536px;
  min-height: 302px;
  font-size: 36px;
  line-height: 44px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.btnAdd .box-action {
  margin-top: 120px;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.btnAdd .box-action .addBtn {
  border-radius: 30px;
}
.mrw_ext_page.signup-extension .box-extension .extension-image.btnAdd .box-action .drag-arrow {
  position: absolute;
  display: none;
  z-index: 101;
  left: 74%;
  pointer-events: none;
}
.mrw_ext_page.signup-extension .box-extension .extension-image img {
  max-width: 642px;
}
.mrw_ext_page.signup-extension .box-mobile {
  max-width: 360px;
  margin: auto;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.mrw_ext_page.signup-extension .box-mobile .mobile-image {
  position: relative;
}
.mrw_ext_page.signup-extension .box-mobile .mobile-image.item-f {
  max-width: 360px;
  z-index: 1;
}
.mrw_ext_page.signup-extension .box-action {
  text-align: center;
  margin-top: 40px;
}
.mrw_ext_page.signup-extension .box-action.mobile {
  margin-top: 20px;
}
.mrw_ext_page.signup-extension .box-action .mrw_ext_link {
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
}
.mrw_ext_page.signup-extension .mrtbSection.mrtbSliderSection {
  width: 1352px;
  margin: 0 auto;
  max-width: 100%;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer {
  padding: 80px 0 50px 0;
  width: 1352px;
  max-width: Calc(100% - 60px);
  height: 104%;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .mrtbSlideItem.slick-slide {
  margin: 0 10px 0 0;
  max-width: 400px;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:before {
  width: 146px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7.19%, #FFFFFF 43.49%);
  left: -30px;
  height: 104%;
  top: -2%;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7.19%, #FFFFFF 43.49%);
  width: 106px;
  right: -30px;
  height: 102%;
  top: -2%;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-track {
  /*padding: 0px !important;
                padding-right: 30px !important;*/
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-prev {
  left: 70px;
  margin-top: -2px;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-next {
  right: 70px;
  margin-top: -2px;
}
.mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbH4 {
  margin-bottom: 31px;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #141414;
  padding-left: 0;
  letter-spacing: 0;
}
.mrw_ext_page.signup-extension #pnlMobileApp .box-action img {
  max-width: 150px;
}
.mrw_ext_page.signup-extension #pnlMobileApp .box-action .mrw_ext_link {
  font-size: 18px;
  text-transform: uppercase;
}
/* --- Page SearchResults----------------------------------------------------------------- */
.mrw_ext_page.searchResults {
  min-height: 363px;
  top: auto;
  transform: none;
  max-width: 100%;
}
.mrw_ext_page.searchResults .pnlSearchTop {
  position: relative;
  max-width: 634px;
  margin: 80px auto;
  text-align: center;
}
.mrw_ext_page.searchResults .pnlSearchTop .title {
  font-size: 48px;
  vertical-align: middle;
  margin: 0 auto 10px;
  font-style: normal;
  font-weight: 350;
  line-height: 72px;
  align-items: center;
  text-align: center;
  color: #222222;
}
.mrw_ext_page.searchResults .pnlSearchTop .search {
  border: 1px solid #858483;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-sub {
  text-align: right;
  margin-top: 8px;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-sub > a {
  opacity: 1;
  transition: opacity ease 250ms;
  text-decoration: underline;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-sub > a.hide {
  opacity: 0;
  pointer-events: none;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-adv {
  display: none;
  margin-top: 20px;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-adv .adv-item {
  display: inline-block;
  width: 24%;
}
.mrw_ext_page.searchResults .pnlSearchItems {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.mrw_ext_page.searchResults .pnlSearchItems.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "Loading...";
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item {
  padding: 23px 0;
  display: block;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px solid #8F8F8F;
  min-height: 90px;
  cursor: pointer;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item:first-child {
  border-top: 1px solid #8F8F8F;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
  float: left;
  width: 90%;
  display: flex;
  align-items: center;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title {
  float: left;
  width: 40%;
  font-weight: 350;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #23221E;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-name .n1,
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-name .n2 {
  white-space: nowrap;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-registry {
  font-weight: 400;
  color: #8F8F8F;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-location {
  float: left;
  width: 30%;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #8F8F8F;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-eventdate {
  float: left;
  width: 30%;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #8F8F8F;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
  float: right;
  text-align: center;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button {
  min-width: 0;
  padding: 12px 15px;
  font-size: 14px;
  background: #243730;
  width: 91px;
  height: 44px;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button:hover {
  background: #ffffff !important;
  text-decoration: none;
  color: #000;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-empty {
  font-size: 24px;
  text-align: center;
  padding: 10px;
}
.mrw_ext_page.searchResults .loader {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.mrw_ext_page.searchResults .loader *:after,
.mrw_ext_page.searchResults .loader *:before {
  box-sizing: inherit;
}
.mrw_ext_page.searchResults .loader .wrapper {
  font-size: 1.6rem;
  background: #dad8d2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mrw_ext_page.searchResults .loader .hourglass {
  display: block;
  background: #fff;
  margin: 3em auto;
  width: 2em;
  height: 4em;
  box-shadow: inset #fff 0 0 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 0 4em 0;
  -webkit-animation: hourglass 1s linear infinite;
  animation: hourglass 1s linear infinite;
}
.mrw_ext_page.searchResults .loader .outer {
  fill: #b0b0b0;
}
.mrw_ext_page.searchResults .loader .middle {
  fill: #fff;
}
/* --- Page Visitor Password ------------------------------------------------------------ */
.mrw_ext_page.visitorpassword {
  padding-top: 50px;
  padding-bottom: 20px;
}
.mrw_ext_page.visitorpassword .page-content {
  max-width: 395px;
  margin: auto;
}
.mrw_ext_page.visitorpassword .page-content .content-title {
  margin: 24px 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.mrw_ext_page.visitorpassword .page-content .box-password {
  text-align: center;
}
.mrw_ext_page.visitorpassword .page-content .box-password .password-field {
  margin: 10px auto;
}
.mrw_ext_page.visitorpassword .page-content .box-password .request-label {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.mrw_ext_page.visitorpassword .page-content .box-password .request-label a:hover {
  text-decoration: underline;
}
.mrw_ext_page.visitorpassword .page-content .box-password .password-action a.mrw_ext_button {
  font-size: 16px;
  max-width: none;
}
.mrw_ext_page.visitorpassword .page-content .box-request {
  text-align: center;
}
.mrw_ext_page.visitorpassword .page-content .box-request .password-label {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.mrw_ext_page.visitorpassword .page-content .box-request .password-label a:hover {
  text-decoration: underline;
}
.mrw_ext_page.visitorpassword .page-content .box-request .request-field {
  margin: 38px 0 8px 0;
}
.mrw_ext_page.visitorpassword .page-content .box-request .request-action a.mrw_ext_button {
  font-size: 16px;
  max-width: none;
}
.mrw_ext_page.visitorpassword .page-content .error-message {
  position: absolute;
  text-align: left;
  font-size: 14px;
  color: #D64000;
  font-weight: 500;
}
.mrw_ext_page.visitorpassword .page-content .displayNone {
  display: none;
}
.mrw_ext_page.visitorpassword .page-content .step_dont_have_pwd {
  display: block;
  position: relative;
  right: -120px;
  -webkit-animation: slide-right 0.8s forwards;
  -webkit-animation-delay: 0s;
  animation: slide-right 0.8s forwards;
  animation-delay: 0s;
}
.mrw_ext_page.visitorpassword .page-content .step_have_pwd {
  display: block;
  position: relative;
  left: -120px;
  -webkit-animation: slide-left 0.8s forwards;
  -webkit-animation-delay: 0s;
  animation: slide-left 0.8s forwards;
  animation-delay: 0s;
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75%,
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    right: -120px;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75%,
  100% {
    opacity: 1;
    right: 0;
  }
}
.mrw_ext_page.visitorpassword .page-content .mrw_ext_button {
  margin: 24px 2px 16px 2px;
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
}
#searchresults-page .ui-autocomplete.advanced-list {
  border-radius: 0;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 1em;
  max-height: calc(60% - 50px);
  overflow-y: scroll;
  z-index: 1;
}
#searchresults-page .ui-autocomplete.advanced-list .ui-menu-item a {
  color: #3A3C41;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 0;
}
#searchresults-page .ui-autocomplete.advanced-list .ui-menu-item a .ui-state-highlight {
  color: #3A3C41;
  font-weight: bold;
  border: 0;
  background: none;
}
#searchresults-page .ui-autocomplete.advanced-list .ui-menu-item a.ui-state-focus {
  border: 0;
  border-bottom: 1px solid #cccccc;
  background: none;
  margin: 0;
  border-radius: 0;
  background: #EBEBEB;
}
/* --- Panel SignupSuccess -------------------------------------------------------------------------- */
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel {
  height: auto;
  width: 750px;
  left: 0px;
  top: -43px;
  text-align: center;
  min-height: 600px;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pagSignupExtension {
  padding: 0 30px 30px;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel .box-extension {
  margin: 30px 0;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel .GifImage {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlAddButton .box-extension {
  margin: 25px 0 35px;
  font-size: 18px;
  line-height: 22px;
  color: #3A3C41;
  font-weight: 600;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlAddButton .box-extension .desc-item {
  padding-bottom: 20px;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlAddButton .box-extension a.mrw_ext_button {
  font-weight: 400;
  width: 190px;
  font-size: 16px;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlAddButton .box-extension .box-action {
  margin-bottom: 15px;
  margin-top: 40px;
  position: relative;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlAddButton .box-extension span#MyRegistryWelcomeDragArrow {
  width: 85px;
  position: absolute;
  top: -7px;
  pointer-events: none;
  right: 0;
  left: 200px;
  margin: auto;
}
.pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlExtension .box-action a.mrw_ext_button {
  width: 100%;
  max-width: 190px;
}
.pnlSignupSuccess .controls {
  margin-top: 15px;
}
/*Login Panel ----------------------------------------------------------------------------------------*/
.mrw_ext_master .login-box .error-block {
  color: #e32;
}
.purchaseAssistant #btnBuyGift {
  max-width: 100%;
  font-size: 22px;
  font-weight: 400;
}
.purchaseAssistant #btnBuyGift:hover {
  background: #ffffff !important;
  text-decoration: none;
  color: #000;
}
.mrw_ext_dialogpanel.pnlSharedUrl #btnCopy {
  min-width: 0;
  margin-top: 10px;
}
.mrw_ext_dialogpanel.pnlSharedUrl #btnCopy.hover {
  background: #000 !important;
  text-decoration: none;
  color: #FFF !important;
}
/* === Template A (Horizontal) ========================================================================================================================= */
.mrw_ext_master.template-a .mrw_ext_page.home .action-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 97%;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  max-width: 690px;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .title span {
  font-size: 5em;
  font-weight: 200;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span {
  font-size: 48px;
  display: block;
  line-height: 1.2em;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
  margin: 20px 0;
  font-size: 1.75em;
  font-weight: 200;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .sep {
  width: 100%;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .mrw_ext_button {
  min-width: 180px;
  margin: 5px 0;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find {
  text-transform: uppercase;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .desc {
  margin: 0 5px;
  vertical-align: middle;
  font-size: 1.286em;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
  min-width: 88px;
  margin-left: 3px;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
  display: block;
  width: 100%;
  text-align: left;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtFindName,
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
  display: inline-block;
  width: 20%;
  min-width: calc(100% - 250px) !important;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box {
  margin-top: 15px;
  text-align: center;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle {
  font-size: 1.271em;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block {
  margin: 0;
  font-weight: 600;
  font-size: 1.071em;
  float: left;
  padding: 0px 14px 0 0;
  border-right: 1px solid #cbcbcb;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block.login-email {
  margin-left: 10px;
  border-right: 0px solid #cbcbcb;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block .social {
  margin-top: 7px;
  text-align: right;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle .social a {
  text-decoration: none;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .controls {
  display: inline-block;
  margin-left: 1px;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .mrw_ext_button {
  margin-left: 6px;
  min-width: 110px;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
  display: inline-block;
  position: relative;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-a,
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-b {
  width: 180px;
  display: inline-block;
  text-align: right;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
  float: right;
  font-size: 0.929em;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .lblForgetPassword a {
  text-decoration: none;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .mrw_ext_linkback {
  display: inline-block;
  text-align: left;
  position: relative;
  /*top: 8px;
            right: 8px;*/
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .back-box {
  text-align: left;
}
/* === Template B (Vertical - Default 2021) =============================================================================================================== */
.mrw_ext_master.template-b .mrw_ext_page.home .fields-block {
  margin: 10px 0;
}
.mrw_ext_master.template-b .mrw_ext_page.home .fields-block.error {
  margin: -10px 0;
  padding-left: 16px;
  text-align: left;
}
.mrw_ext_master.template-b .mrw_ext_page.home .fields-block .mrw_ext_inputtext {
  min-width: 0;
  width: 100%;
  margin: 2px 0 0;
}
.mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box {
  top: 0;
  left: 360px;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box .mrlogo-img {
  display: block;
  width: 100%;
  max-width: 388px;
  left: initial;
  top: initial;
  transform: none;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box {
  height: 100%;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.75);
        border: 1px solid @ext_color_white;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;*/
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box.hidden-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box.hidden-title .controls {
  margin-bottom: 25px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title {
  margin: 90px 10px 15px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title span.t1 {
  font-size: 5.357em;
  font-weight: 200;
  display: block;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title span.t2 {
  font-size: 2.429em;
  font-weight: 200;
  line-height: 15px;
  display: block;
  line-height: 56px;
  padding-bottom: 10px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title h1.long span.t1 {
  font-size: 2.86em;
  font-weight: 400;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title h1.short span {
  font-size: 3.8em;
  display: inline;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .subtitle {
  font-size: 1.714em;
  line-height: 1.33;
  font-weight: 400;
  margin: 20px 15px 32px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .sep {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .mrw_ext_button {
  display: block;
  margin-bottom: 16px;
  font-size: 1.1429em;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls {
  margin-top: 40px;
  margin: 15px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find {
  text-transform: uppercase;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .desc {
  display: block;
  margin-bottom: 10px;
  font-size: 1.429em;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext {
  min-width: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_button {
  display: block;
  margin-top: 15px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
  display: inline-block;
  text-align: left;
  position: relative;
  float: left;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
  margin-bottom: 9px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .subtitle {
  font-size: 1.071em;
  font-weight: 600;
  margin: 18px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .fields-block label {
  display: block;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .social {
  margin-bottom: 15px;
  margin-top: 10px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .social .desc {
  padding-right: 10px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .social a {
  text-decoration: inherit;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
  float: right;
  margin-top: 12px;
  font-size: 0.929em;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .lblForgetPassword span {
  font-size: 0.857em;
  font-weight: 600;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .lblForgetPassword a {
  color: #3A3C41;
  text-decoration: none;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-block .controls {
  margin: 40px 0 0 0;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
  margin: 15px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-a {
  margin-bottom: 12px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .back-box {
  margin-top: 20px;
  float: left;
  margin-left: 18px;
}
.mrw_ext_master.template-b .mrw_ext_page.home .footer-box {
  font-size: 1em;
  text-align: center;
}
.mrw_ext_master.template-b .mrw_ext_page.home .footer-box > em {
  font-weight: 400;
}
.mrw_ext_master.template-a.forgetpassword .mrw_ext_footer,
.mrw_ext_master.template-b.forgetpassword .mrw_ext_footer {
  padding-top: 24px;
}
/* === Template C (Horizontal Wide) ======================================================================================================================== */
.mrw_ext_master.template-c .mrw_ext_page.home {
  max-width: none;
}
.mrw_ext_master.template-c .mrw_ext_page.home .top-box {
  height: 90px;
  box-sizing: border-box;
  padding: 15px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .top-box > a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .top-box > a .top-logo.img-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  background-size: contain;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box {
  background-size: cover;
  background-position: top center;
  margin-bottom: 190px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 90px);
  margin: auto;
  width: 97%;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  max-width: 1010px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title {
  margin-bottom: 20px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title span {
  font-size: 5em;
  font-weight: 200;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title h1.long span {
  font-size: 4.25em;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .subtitle {
  margin: 10px auto;
  max-width: 820px;
  font-size: 2em;
  font-weight: 400;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .sep {
  border-color: #000000;
  border-top-width: 1px;
  width: 28%;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
  font-size: 1.286em;
  min-width: 206px;
  margin: 10px 15px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_inputtext {
  font-size: 1.286em;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find {
  text-transform: uppercase;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .desc {
  margin: 0 5px;
  vertical-align: middle;
  font-size: 1.286em;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
  min-width: 88px;
  margin-left: 3px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_linkback {
  display: block;
  width: 100%;
  text-align: left;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName,
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
  display: inline-block;
  width: 50%;
  min-width: calc(50% - 110px);
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
  margin-top: 15px;
  /*
                    .back-box {
                        text-align: left;
                        height: 24px;
                        width: 24px;
                        position: relative;
                        right: -302px;
                        top: -7px
                    }*/
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle {
  font-size: 1.271em;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block {
  margin: 0;
  font-weight: 600;
  font-size: 1.071em;
  float: left;
  padding: 0px 16px 0 0;
  border-right: 1px solid #cbcbcb;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block.login-email {
  margin-left: 15px;
  border-right: 0px solid #cbcbcb;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block .social {
  margin-top: 12px;
  padding-left: 12px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle .social a {
  text-decoration: none;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .controls {
  display: inline-block;
  margin-left: 1px;
  position: relative;
  /*bottom: 5px;*/
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .mrw_ext_button {
  margin-left: 6px;
  min-width: 110px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .group-block.fullsize {
  display: inline-block;
  max-width: calc(100% - 110px);
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-a,
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-b {
  width: calc(50% - 90px);
  display: inline-block;
  text-align: right;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword {
  float: right;
  font-size: 0.929em;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword a {
  text-decoration: none;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .mrw_ext_linkback {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.mrw_ext_master.template-c .mrw_ext_page.home .footer-box {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 0;
}
.mrw_ext_master.template-c .mrw_ext_page.signup,
.mrw_ext_master.template-c .mrw_ext_page#LoginPage {
  padding-bottom: 0;
}
.mrw_ext_master.template-c.hide_header > .content-box.embed {
  height: 100%;
}
.mrw_ext_master.template-c > .content-box.embed {
  padding-bottom: 0px;
}
.mrw_ext_master.template-c > .mrw_ext_footer {
  padding-top: 24px;
}
/* === Template D (Horizontal Full) ======================================================================================================================== */
.mrw_ext_master.template-d .mrw_ext_page.home {
  max-width: none;
  top: 0;
  transform: none;
  position: static;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box {
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 90px);
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box {
  position: static;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px;
  max-width: 950px;
  height: 100%;
  margin: auto;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .title {
  margin-bottom: 10px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .title span {
  font-size: 5em;
  font-weight: 200;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .title h1.long span {
  font-size: 4.24em;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .subtitle {
  margin: 30px auto;
  max-width: 740px;
  font-size: 2em;
  font-weight: 300;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .sep {
  display: none;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
  font-size: 1.286em;
  min-width: 220px;
  margin: 10px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .mrw_ext_inputtext {
  font-size: 1.286em;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find {
  text-transform: uppercase;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .desc {
  margin: 0 5px;
  vertical-align: middle;
  font-size: 1.286em;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
  min-width: 88px;
  margin-left: 3px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_linkback {
  display: block;
  text-align: left;
  top: 15px;
  position: relative;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName,
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
  display: inline-block;
  width: 20%;
  min-width: 120px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box {
  margin-top: 15px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .subtitle {
  font-size: 1.271em;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block {
  margin: 0;
  font-weight: 600;
  font-size: 1.071em;
  float: left;
  padding: 0px 16px 0 0;
  border-right: 1px solid #cbcbcb;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block.login-email {
  margin-left: 15px;
  border-right: 0px solid #cbcbcb;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block .social {
  margin-top: 7px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .subtitle .social a {
  text-decoration: none;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .controls {
  display: inline-block;
  margin-left: 1px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .mrw_ext_button {
  margin-left: 6px;
  min-width: 110px;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .group-block.fullsize {
  display: inline-block;
  max-width: calc(100% - 110px);
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-a,
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-b {
  width: calc(50% - 90px);
  display: inline-block;
  text-align: right;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword {
  float: right;
  font-size: 0.929em;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword a {
  text-decoration: none;
}
.mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .mrw_ext_linkback {
  display: block;
  text-align: left;
  top: 15px;
  position: relative;
}
.mrw_ext_master.template-d .mrw_ext_page.home .footer-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
/* === Template F (Freemium - Default 2022) =============================================================================================================== */
@keyframes showOverlay {
  0% {
    width: 100%;
    max-width: 35%;
  }
  100% {
    width: 100%;
    max-width: 100%;
  }
}
@keyframes shortenOverlay {
  0% {
    width: 100%;
    max-width: 100%;
  }
  100% {
    width: 100%;
    max-width: 35%;
  }
}
.mrw_ext_master.template-f {
  margin: auto;
}
.mrw_ext_master.template-f.hide_header > .content-box {
  height: 100%;
  padding-bottom: 24px;
}
.mrw_ext_master.template-f.forgetpassword .mrw_ext_footer {
  padding-top: 24px;
}
.mrw_ext_master.template-f .mrw_ext_page {
  max-width: none;
}
.mrw_ext_master.template-f .mrw_ext_page.home {
  /* -- Embedded Search Results ------------- */
}
.mrw_ext_master.template-f .mrw_ext_page.home .img-background {
  background-image: none;
  border: 8px solid #f8f8f8;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.mrw_ext_master.template-f .mrw_ext_page.home .img-background:not(.empty) {
  border: none;
}
.mrw_ext_master.template-f .mrw_ext_page.home .img-background.empty .mrlogo-box {
  max-width: 65%;
  order: 2;
  left: 35%;
}
.mrw_ext_master.template-f .mrw_ext_page.home .img-background.empty .mrlogo-box:after {
  padding-top: 70%;
}
.mrw_ext_master.template-f .mrw_ext_page.home .img-background.empty .action-box {
  position: absolute;
}
.mrw_ext_master.template-f .mrw_ext_page.home .image-box,
.mrw_ext_master.template-f .mrw_ext_page.home .mrlogo-box {
  position: relative;
  flex: 1 1 100%;
  order: 1;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.mrw_ext_master.template-f .mrw_ext_page.home .image-box:before,
.mrw_ext_master.template-f .mrw_ext_page.home .mrlogo-box:before {
  content: '';
  display: table;
  clear: both;
}
.mrw_ext_master.template-f .mrw_ext_page.home .image-box:after,
.mrw_ext_master.template-f .mrw_ext_page.home .mrlogo-box:after {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 55%;
  position: relative;
}
.mrw_ext_master.template-f .mrw_ext_page.home .fields-block {
  margin: 10px 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .fields-block.error {
  margin: -10px 0;
  padding-left: 16px;
  text-align: left;
}
.mrw_ext_master.template-f .mrw_ext_page.home .fields-block .mrw_ext_inputtext {
  min-width: 0;
  width: 100%;
  margin: 2px 0 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .mrlogo-box .mrlogo-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 70%;
  max-height: 70%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: none;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box {
  height: auto;
  width: auto;
  flex: 1 1 100%;
  max-width: 35%;
  background: rgba(255, 255, 255, 0.75);
  /*border: 1px solid @ext_color_white;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box.full-overlay {
  animation: showOverlay 1s ease forwards;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box.full-overlay > .toggle-login,
.mrw_ext_master.template-f .mrw_ext_page.home .action-box.full-overlay > .theme-title1,
.mrw_ext_master.template-f .mrw_ext_page.home .action-box.full-overlay > .sep {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box.shorten-overlay {
  animation: shortenOverlay 1s ease forwards;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box > .toggle-login,
.mrw_ext_master.template-f .mrw_ext_page.home .action-box > .theme-title1,
.mrw_ext_master.template-f .mrw_ext_page.home .action-box > .sep {
  opacity: 1;
  transition: opacity ease 500ms;
  z-index: 1;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box > .embedSearch.embed-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity ease-in 500ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box > .embedSearch.embed-toggle.hide {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .title {
  margin: 90px 10px 15px 24px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .title span.t1 {
  font-size: 5.357em;
  font-weight: 200;
  display: block;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .title span.t2 {
  font-size: 2.429em;
  font-weight: 200;
  line-height: 15px;
  display: block;
  line-height: 56px;
  padding-bottom: 10px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .title h1.long span.t1 {
  font-size: 2.86em;
  font-weight: 400;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .title h1.short span {
  font-size: 3.8em;
  display: inline;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .subtitle {
  font-size: 1.714em;
  line-height: 1.33;
  font-weight: 400;
  margin: 20px 15px 32px 24px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .sep {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .mrw_ext_button {
  display: block;
  margin-bottom: 16px;
  font-size: 1.1429em;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls {
  margin-top: 40px;
  margin: 15px 0;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 375px;
  width: 100%;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find {
  text-transform: uppercase;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .desc {
  display: block;
  margin-bottom: 10px;
  font-size: 1.429em;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext {
  min-width: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_button {
  display: block;
  margin-top: 15px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
  display: inline-block;
  text-align: left;
  position: relative;
  float: left;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
  margin-bottom: 9px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .subtitle {
  font-size: 1.071em;
  font-weight: 600;
  margin: 18px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .fields-block label {
  display: block;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .social {
  margin-bottom: 15px;
  margin-top: 10px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .social .desc {
  padding-right: 10px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .social a {
  text-decoration: inherit;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
  float: right;
  margin-top: 12px;
  font-size: 0.929em;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .lblForgetPassword span {
  font-size: 0.857em;
  font-weight: 600;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .lblForgetPassword a {
  color: #3A3C41;
  text-decoration: none;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-block .controls {
  margin: 40px 0 0 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
  margin: 15px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-a {
  margin-bottom: 12px;
}
.mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .back-box {
  margin-top: 20px;
  float: left;
  margin-left: 18px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch {
  width: 100%;
  margin: 15px;
  max-width: 738px;
  box-sizing: border-box;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content {
  padding: 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop {
  max-width: 100%;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .mrw_ext_inputtext.search,
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .mrw_ext_inputtext.ui-autocomplete-input {
  min-width: 0;
  width: 100%;
  border: 1px solid #757575;
  font-size: 1em;
  color: #141414;
  font-family: "Neue Haas Unica", sans-serif;
  line-height: 20px;
  padding: 7px 10px 7px 16px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .mrw_ext_inputtext.search::-webkit-input-placeholder,
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .mrw_ext_inputtext.ui-autocomplete-input::-webkit-input-placeholder {
  color: #797f86;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .mrw_ext_inputtext.search {
  background-position: 98% 50%;
  background-size: 24px 24px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop #lnkAdvToggle:hover {
  text-decoration: underline;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems .search-item {
  cursor: pointer;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #959595;
  overflow: auto;
  max-height: 385px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item:last-child {
  margin-bottom: 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-desc {
  float: none;
  width: auto;
  text-align: left;
  flex: 1 1 100%;
  display: flex;
  align-items: flex-start;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-desc .desc-title {
  flex: 0 1 48%;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-desc .desc-location {
  flex: 0 1 30%;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-desc .desc-eventdate {
  flex: 0 1 22%;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-desc > * {
  float: none;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 16px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-action {
  float: right;
  width: auto;
  flex: 0 1 auto;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active .search-item .item-action .mrw_ext_button.btnViewRegistry {
  font-family: "Neue Haas Unica", sans-serif;
  color: #141414;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty {
  font-size: 18px;
  text-align: left;
  padding: 0;
  max-width: 420px;
  margin: 0 auto;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #search-title {
  margin-bottom: 32px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #seach-suggestion {
  padding-bottom: 8px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #seach-suggestion ul {
  margin: 0;
  padding: 0 20px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #seach-suggestion ul li::marker {
  font-size: 14px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #seach-suggestion .suggestion-title {
  margin-bottom: 16px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #seach-suggestion .bullet {
  margin-bottom: 8px;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems .pnlCancel #lnkCancel {
  text-transform: uppercase;
  text-decoration: none;
  color: #141414;
}
.mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems .pnlCancel #lnkCancel:hover {
  text-decoration: underline;
}
.mrw_ext_master.template-f .mrw_ext_page.home .footer-box {
  font-size: 1em;
  text-align: center;
  padding-bottom: 0;
}
.mrw_ext_master.template-f .mrw_ext_page.home .footer-box > em {
  font-weight: 400;
}
.mrw_ext_master.template-f .mrw_ext_footer {
  height: auto;
  margin: 0;
  position: relative;
}
.mrw_ext_master.template-f .mrw_ext_footer .powerby {
  padding-bottom: 24px;
}
.mr-culture-fr-CA .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty,
.mr-culture-es-US .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty {
  max-width: 580px;
}
.mr-culture-fr-CA .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #search-title,
.mr-culture-es-US .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult .search-empty #search-title {
  margin-bottom: 24px;
}
/* === Template Button A (Classic) ========================================================================================================================= */
/* === Template Button B (Underline) ======================================================================================================================== */
.mrw_ext_master.template-button-b .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
  border-width: 0 0 1px 0;
  text-align: left;
  padding: 7px 0;
  background-color: transparent;
  transition: text-shadow 250ms ease;
}
.mrw_ext_master.template-button-b .mrw_ext_page.home .content-box .action-box .mrw_ext_button:hover {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.8);
}
/* --- Animations ----------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #fff 0 0 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 4em 0 0, inset #b0b0b0 0 4em 0 0;
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #fff 0 2em 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 2em 0 0, inset #b0b0b0 0 4em 0 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #fff 0 2em 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 2em 0 0, inset #b0b0b0 0 4em 0 0;
  }
}
@keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #fff 0 0 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 4em 0 0, inset #b0b0b0 0 4em 0 0;
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #fff 0 2em 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 2em 0 0, inset #b0b0b0 0 4em 0 0;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #fff 0 2em 0 0, inset #b0b0b0 0 2em 0 0, inset #fff 0 2em 0 0, inset #b0b0b0 0 4em 0 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* New 2021 Input Fields -------------------------------------------------------------------- */
.pst_inputtext3-holder {
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.pst_inputtext3-holder .pst_inputtext3 {
  background: white;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  line-height: 24px;
  border: 1px solid #EDECE8;
  background-color: white;
  text-align: left;
  padding: 10px 16px;
  z-index: 1;
  margin: 2px;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
  box-sizing: border-box;
  transition: border 300ms cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
  -webkit-appearance: none;
  font-family: "Neue Haas Unica", sans-serif;
  background-repeat: no-repeat;
}
.pst_inputtext3-holder .pst_inputtext3:focus-visible {
  outline: -webkit-focus-ring-color 1px;
}
.pst_inputtext3-holder .pst_inputtext3.eye_icon_password {
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-size: 20px 20px;
}
.pst_inputtext3-holder .pst_inputtext3.eye_icon_password.pwdText_show {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMi4yNDU3NCAxMi43NzAzQzEuOTc0OTYgMTIuNDUxMSAxLjc2NDkzIDEyLjE4NTQgMS42MjI5MSAxMkMxLjc2NDkzIDExLjgxNDYgMS45NzQ5NiAxMS41NDg5IDIuMjQ1NzQgMTEuMjI5N0MyLjc5MDk5IDEwLjU4NjggMy41Nzk0MiA5LjczMDUgNC41NTE5NSA4Ljg3NTUyQzYuNTEzMTYgNy4xNTEzNyA5LjE0NjY3IDUuNSAxMiA1LjVDMTQuODUzMyA1LjUgMTcuNDg2OCA3LjE1MTM3IDE5LjQ0OCA4Ljg3NTUyQzIwLjQyMDYgOS43MzA1IDIxLjIwOSAxMC41ODY4IDIxLjc1NDMgMTEuMjI5N0MyMi4wMjUgMTEuNTQ4OSAyMi4yMzUxIDExLjgxNDYgMjIuMzc3MSAxMkMyMi4yMzUxIDEyLjE4NTQgMjIuMDI1IDEyLjQ1MTEgMjEuNzU0MyAxMi43NzAzQzIxLjIwOSAxMy40MTMyIDIwLjQyMDYgMTQuMjY5NSAxOS40NDggMTUuMTI0NUMxNy40ODY4IDE2Ljg0ODYgMTQuODUzMyAxOC41IDEyIDE4LjVDOS4xNDY2NyAxOC41IDYuNTEzMTYgMTYuODQ4NiA0LjU1MTk1IDE1LjEyNDVDMy41Nzk0MiAxNC4yNjk1IDIuNzkwOTkgMTMuNDEzMiAyLjI0NTc0IDEyLjc3MDNaJyBzdHJva2U9J2JsYWNrJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PGNpcmNsZSBjeD0nMTInIGN5PScxMicgcj0nNC41JyBzdHJva2U9J2JsYWNrJy8+PC9zdmc+);
}
.pst_inputtext3-holder .pst_inputtext3.eye_icon_password[type="password"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMi4yNDU3NCAxMi43NzAzQzEuOTc0OTYgMTIuNDUxMSAxLjc2NDkzIDEyLjE4NTQgMS42MjI5MSAxMkMxLjc2NDkzIDExLjgxNDYgMS45NzQ5NiAxMS41NDg5IDIuMjQ1NzQgMTEuMjI5N0MyLjc5MDk5IDEwLjU4NjggMy41Nzk0MiA5LjczMDUgNC41NTE5NSA4Ljg3NTUyQzYuNTEzMTYgNy4xNTEzNyA5LjE0NjY3IDUuNSAxMiA1LjVDMTQuODUzMyA1LjUgMTcuNDg2OCA3LjE1MTM3IDE5LjQ0OCA4Ljg3NTUyQzIwLjQyMDYgOS43MzA1IDIxLjIwOSAxMC41ODY4IDIxLjc1NDMgMTEuMjI5N0MyMi4wMjUgMTEuNTQ4OSAyMi4yMzUxIDExLjgxNDYgMjIuMzc3MSAxMkMyMi4yMzUxIDEyLjE4NTQgMjIuMDI1IDEyLjQ1MTEgMjEuNzU0MyAxMi43NzAzQzIxLjIwOSAxMy40MTMyIDIwLjQyMDYgMTQuMjY5NSAxOS40NDggMTUuMTI0NUMxNy40ODY4IDE2Ljg0ODYgMTQuODUzMyAxOC41IDEyIDE4LjVDOS4xNDY2NyAxOC41IDYuNTEzMTYgMTYuODQ4NiA0LjU1MTk1IDE1LjEyNDVDMy41Nzk0MiAxNC4yNjk1IDIuNzkwOTkgMTMuNDEzMiAyLjI0NTc0IDEyLjc3MDNaJyBzdHJva2U9J2JsYWNrJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PGNpcmNsZSBjeD0nMTInIGN5PScxMicgcj0nNC41JyBzdHJva2U9J2JsYWNrJy8+PC9zdmc+);
}
.pst_inputtext3-holder .pst_inputtext3.eye_icon_password[type="text"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMi4yNDU3NCAxMi43NzAzQzEuOTc0OTYgMTIuNDUxMSAxLjc2NDkzIDEyLjE4NTQgMS42MjI5MSAxMkMxLjc2NDkzIDExLjgxNDYgMS45NzQ5NiAxMS41NDg5IDIuMjQ1NzQgMTEuMjI5N0MyLjc5MDk5IDEwLjU4NjggMy41Nzk0MiA5LjczMDUgNC41NTE5NSA4Ljg3NTUyQzYuNTEzMTYgNy4xNTEzNyA5LjE0NjY3IDUuNSAxMiA1LjVDMTQuODUzMyA1LjUgMTcuNDg2OCA3LjE1MTM3IDE5LjQ0OCA4Ljg3NTUyQzIwLjQyMDYgOS43MzA1IDIxLjIwOSAxMC41ODY4IDIxLjc1NDMgMTEuMjI5N0MyMi4wMjUgMTEuNTQ4OSAyMi4yMzUxIDExLjgxNDYgMjIuMzc3MSAxMkMyMi4yMzUxIDEyLjE4NTQgMjIuMDI1IDEyLjQ1MTEgMjEuNzU0MyAxMi43NzAzQzIxLjIwOSAxMy40MTMyIDIwLjQyMDYgMTQuMjY5NSAxOS40NDggMTUuMTI0NUMxNy40ODY4IDE2Ljg0ODYgMTQuODUzMyAxOC41IDEyIDE4LjVDOS4xNDY2NyAxOC41IDYuNTEzMTYgMTYuODQ4NiA0LjU1MTk1IDE1LjEyNDVDMy41Nzk0MiAxNC4yNjk1IDIuNzkwOTkgMTMuNDEzMiAyLjI0NTc0IDEyLjc3MDNaJyBzdHJva2U9J2JsYWNrJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PGNpcmNsZSBjeD0nMTInIGN5PScxMicgcj0nNC41JyBzdHJva2U9J2JsYWNrJy8+PGxpbmUgeDE9JzIxLjMwOTgnIHkxPSc0LjM5MjQ0JyB4Mj0nMi4zMDk4MicgeTI9JzE5LjM5MjQnIHN0cm9rZT0nYmxhY2snLz48L3N2Zz4=);
}
.pst_inputtext3-holder .pst_inputtext3.eye_icon_password + .btnEyeToggle {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 7px;
  bottom: 11px;
}
.pst_inputtext3-holder .pst_inputtext3.firstName,
.pst_inputtext3-holder .pst_inputtext3.lastName {
  text-transform: capitalize;
}
.pst_inputtext3-holder .pst_inputtext3.userPassword + .pst_inputtext3-label {
  bottom: 14px;
}
.pst_inputtext3-holder .pst_inputtext3.textArea {
  height: auto;
  min-height: 150px;
  /*background-color: #f3f3f3;*/
  transition: background-color 300ms ease;
}
.pst_inputtext3-holder .pst_inputtext3.textArea:focus {
  background-color: #fff;
}
.pst_inputtext3-holder .pst_inputtext3.textArea + .pst_inputtext3-label {
  bottom: 115px;
}
.pst_inputtext3-holder .pst_inputtext3.search {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSIjNDE0MTQxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjcuNSIvPjxsaW5lIHgxPSIyMSIgeDI9IjE1LjgiIHkxPSIyMSIgeTI9IjE1LjgiLz48L3N2Zz4=);
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-size: 24px 24px;
}
.pst_inputtext3-holder .pst_inputtext3 + .pst_inputtext3-label {
  background-color: transparent;
  position: absolute;
  bottom: auto;
  top: 12px;
  left: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*color: #949494;*/
  color: #5f6368;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  max-width: calc(100% - 6px);
  white-space: nowrap;
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 3px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), left 300ms ease-in-out;
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), left 300ms ease-in-out;
  pointer-events: none;
}
.pst_inputtext3-holder .pst_inputtext3 ~ .pst_inputtext3-error {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 16px;
  bottom: auto;
  color: #D64000;
}
.pst_inputtext3-holder .pst_inputtext3.error {
  border-color: #D64000 !important;
}
.pst_inputtext3-holder .pst_inputtext3.error + .pst_inputtext3-label {
  color: #D64000 !important;
}
.pst_inputtext3-holder .pst_inputtext3.error ~ .pst_inputtext3-error {
  display: block;
}
.pst_inputtext3-holder .pst_inputtext3:focus {
  border: 1px solid;
}
.pst_inputtext3-holder .pst_inputtext3:focus ~ .pst_inputtext3-label {
  transform: scale(0.75) translateY(-30px);
  -webkit-transform: scale(0.75) translateY(-30px);
  transform-origin: center left;
  -webkit-transform-origin: center left;
  left: 7px;
  color: #3A3C41;
  background-color: #fff;
  font-weight: 600;
}
.pst_inputtext3-holder .pst_inputtext3:not(:placeholder-shown):focus {
  border-color: #141414;
}
.pst_inputtext3-holder .pst_inputtext3:not(:placeholder-shown) ~ .pst_inputtext3-label {
  transform: scale(0.75) translateY(-30px);
  -webkit-transform: scale(0.75) translateY(-30px);
  transform-origin: center left;
  -webkit-transform-origin: center left;
  left: 7px;
  color: #3A3C41;
  background-color: #fff;
  font-weight: 600;
}
.pst_inputtext3-holder.white .pst_inputtext3 {
  border: 1px solid #fff;
  color: #fff;
}
.pst_inputtext3-holder.white .pst_inputtext3 + .pst_inputtext3-label {
  color: #fff;
}
.pst_inputtext3-holder.white .pst_inputtext3:focus {
  border: 1px solid #fff;
}
.pst_inputtext3-holder.white .pst_inputtext3:focus ~ .pst_inputtext3-label {
  color: #fff;
  background-color: #4cb9a3;
}
.pst_inputtext3-holder.white .pst_inputtext3:not(:placeholder-shown) {
  /* input has a value */
  border: 1px solid #fff;
}
.pst_inputtext3-holder.white .pst_inputtext3:not(:placeholder-shown) ~ .pst_inputtext3-label {
  color: #fff;
  background-color: #4cb9a3;
}
.pst_inputtext3-holder .btnEyeToggle {
  position: absolute;
  height: 24px;
  width: 24px;
  content: "";
  cursor: pointer;
  top: auto;
  right: 7px;
  bottom: 11px;
}
.pst_inputtext3-holder .form-icon {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 16px;
  cursor: pointer;
}
.mrw_ext_page.signup .pst_inputselect3-holder {
  margin-top: 0;
}
.pst_inputselect3-holder {
  width: 100%;
  position: relative;
  margin-top: 5px;
  /* SB Dropdown -------------------*/
}
.pst_inputselect3-holder select.pst_inputselect3 {
  text-decoration: none;
  background: white;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 6px 20px 6px 15px;
  text-align: left;
  cursor: pointer;
  width: 100%;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjNDE0MTQxIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
  background-size: 30px 30px;
  background-position: calc(100% - 15px) 33%;
  background-repeat: no-repeat;
  background-color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-transform: none;
  font-family: "Neue Haas Unica", sans-serif;
}
.pst_inputselect3-holder select.pst_inputselect3:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjMDU4NDcxIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
}
.pst_inputselect3-holder select.pst_inputselect3 option {
  padding: 0;
  font-weight: 400;
}
.pst_inputselect3-holder select.pst_inputselect3:focus-visible {
  outline: -webkit-focus-ring-color 1px;
}
.pst_inputselect3-holder select.pst_inputselect3.hide_dropdown {
  pointer-events: none;
  background-image: unset;
}
.pst_inputselect3-holder select.pst_inputselect3.hidefirst > option:first-child {
  display: none;
}
.pst_inputselect3-holder select.pst_inputselect3.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pst_inputselect3-holder select.pst_inputselect3::-ms-expand {
  display: none;
}
.pst_inputselect3-holder .pst_inputselect3-label {
  background-color: transparent;
  position: absolute;
  top: 16px;
  left: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  max-width: calc(100% - 6px);
  white-space: nowrap;
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 3px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), left 300ms ease-in-out, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), left 300ms ease-in-out, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
}
.pst_inputselect3-holder .pst_inputselect3-label.opened {
  transform: scale(0.75) translateY(-34px);
  -webkit-transform: scale(0.75) translateY(-34px);
  transform-origin: center left;
  -webkit-transform-origin: center left;
  left: 7px;
  background-color: #fff;
  opacity: 1;
}
.pst_inputselect3-holder .pst_inputselect3-label-inline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #141414;
  margin-right: 10px;
}
.pst_inputselect3-holder .pst_inputselect3-label-inline ~ .pst_sbselect3 {
  display: inline-block;
  width: calc(100% - 133px);
}
.pst_inputselect3-holder .pst_inputselect3-error {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: none;
  position: absolute;
  bottom: -21px;
  color: #D64000;
}
.pst_inputselect3-holder.error select {
  color: #D64000 !important;
  border-color: #D64000 !important;
}
.pst_inputselect3-holder .pst_sbselect3 {
  border: 1px solid #949494;
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjNDE0MTQxIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: calc(100% - 16px) calc(50% - 4px);
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  position: relative;
}
.pst_inputselect3-holder .pst_sbselect3:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjMDU4NDcxIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
  border-color: #058471;
}
.pst_inputselect3-holder .pst_sbselect3 .sbSelector {
  display: block;
  position: relative;
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  outline: none !important;
  overflow: hidden;
  padding: 6px 32px 6px 16px;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
  top: 8px;
}
.pst_inputselect3-holder .pst_sbselect3 .sbSelector:link,
.pst_inputselect3-holder .pst_sbselect3 .sbSelector:visited,
.pst_inputselect3-holder .pst_sbselect3 .sbSelector:hover {
  outline: none !important;
  text-decoration: none;
}
.pst_inputselect3-holder .pst_sbselect3 .sbToggle,
.pst_inputselect3-holder .pst_sbselect3 .sbToggleOpen {
  background: none;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions {
  background-color: #fff;
  font-family: inherit;
  line-height: 20px;
  list-style: none outside none;
  margin: 0;
  outline: medium none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 50px !important;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a {
  transition: none;
  color: #141414;
  font-weight: 600;
  display: block;
  outline: none;
  padding: 6px 16px;
  font-weight: inherit;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a:link,
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a:visited,
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a:hover,
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a:focus,
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li a.sbFocus {
  color: #141414;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li .sbGroup {
  background-color: #dceced;
  color: #141414;
  display: block;
  font-weight: 600;
  margin: 0;
  padding: 6px 16px;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li .sbSub {
  padding-left: 16px;
}
.pst_inputselect3-holder .pst_sbselect3 .sbOptions li:hover {
  background-color: #dceced;
}
.pst_inputselect3-holder .pst_sbselect3.white {
  color: #fff;
  border: 1px solid #95d6c9;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBpZD0ic3ZnXzEiIGQ9Im0yNi44Mjg2MDIsMjMuNDcxNjE1bDkuMTcwMDAyLDkuMTY5OTk4bDkuMTY5OTk4LC05LjE2OTk5OGwyLjgzMDAwMiwyLjgyOTk5OGwtMTIsMTJsLTEyLjAwMDAwMiwtMTJsMi44MywtMi44Mjk5OTh6Ii8+PC9zdmc+);
}
.pst_inputselect3-holder .pst_sbselect3.white:hover {
  border-color: #fff;
}
.pst_inputselect3-holder .pst_sbselect3.withSCroll .sbSelector .sbOptions {
  width: calc(100% + 16px);
}
.pst_inputselect3-holder .pst_sbselect3.hidefirst .sbOptions li:first-child {
  display: none;
}
.pst_inputselect3-holder .pst_sbselect3.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tutor-tooltip {
  position: absolute;
  z-index: 9999;
  top: 20px;
  left: 0;
  padding: 8px 16px;
  background-color: #fff;
  right: initial;
  bottom: initial;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  border-color: black;
  border: 1px solid #141414;
}
.tutor-tooltip .tutor-tooltip-content {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
}
.tutor-tooltip .tutor-tooltip-content:after {
  display: table;
}
.tutor-tooltip .tutor-tooltip-content:before {
  border: solid;
  border-style: solid;
  border-color: #141414 transparent transparent transparent;
  border-width: 8px;
  top: initial;
  bottom: -24px;
  content: "";
  left: calc(50% - 16px);
  position: absolute;
  z-index: 99;
}
.tutor-tooltip .tutor-tooltip-header.hide {
  display: none;
}
.tutor-tooltip .tutor-tooltip-body {
  height: auto;
  width: 100%;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: 'Proxima Nova', Arial, Helvetica, Sans-Serif;
}
.tutor-tooltip .tutor-tooltip-footer {
  height: auto;
  justify-content: flex-start;
  margin-top: 8px;
}
.tutor-tooltip .tutor-tooltip-footer .tutor-tooltip-ok-button,
.tutor-tooltip .tutor-tooltip-footer .tutor-tooltip-not-ok-button {
  display: inline-block;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 24px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.875rem;
  line-height: 20px;
  padding: 4px 24px;
  transition: all 250ms ease;
  background-color: #fff;
  color: #3A3C41;
  cursor: pointer;
  font-weight: 500;
  text-transform: none;
  border-color: #3A3C41;
}
.tutor-tooltip .tutor-tooltip-footer .tutor-tooltip-ok-button:focus,
.tutor-tooltip .tutor-tooltip-footer .tutor-tooltip-not-ok-button:focus {
  outline: -webkit-focus-ring-color auto 2px;
  outline: Highlight auto 2px;
}
.tutor-tooltip .tutor-tooltip-footer .tutor-tooltip-not-ok-button {
  display: none;
}
.tutor-tooltip .tutor-tooltip-footer.two-buttons {
  gap: 16px;
  flex-wrap: wrap;
}
.tutor-tooltip .tutor-tooltip-footer.two-buttons .tutor-tooltip-ok-button,
.tutor-tooltip .tutor-tooltip-footer.two-buttons .tutor-tooltip-not-ok-button {
  padding: 8px;
  display: block;
  flex: 1 1 100%;
}
.tutor-tooltip.bottom-right .tutor-tooltip-content:before {
  top: -24px;
  bottom: initial;
  left: calc(100% - 12px);
  border-width: 8px;
  border-color: transparent transparent #FFF transparent;
  margin: 0;
}
.tutor-tooltip.bottom-middle .tutor-tooltip-content:before {
  bottom: initial;
  top: -24px;
}
.tutor-tooltip.top-middle {
  bottom: 64px;
}
.tutor-tooltip.blue {
  background-color: #4a7eba;
}
.tutor-tooltip.blue.top-middle .tutor-tooltip-content:before {
  border-color: #4a7eba transparent transparent transparent;
}
.tutor-tooltip.blue .tutor-tooltip-header,
.tutor-tooltip.blue .tutor-tooltip-body {
  color: #fff;
}
.tutor-tooltip.blue .tutor-tooltip-content:before {
  border-color: transparent transparent #4a7eba transparent;
}
.tutor-tooltip.blue .tutor-tooltip-footer .tutor-tooltip-ok-button,
.tutor-tooltip.blue .tutor-tooltip-footer .tutor-tooltip-not-ok-button {
  color: #3A3C41;
  background-color: #fff;
}
.tutor-tooltip.blue .tutor-tooltip-footer .tutor-tooltip-ok-button:hover,
.tutor-tooltip.blue .tutor-tooltip-footer .tutor-tooltip-not-ok-button:hover {
  background-color: #fff;
}
/* --- MEDIA (Height) ----------------------------------------------------------------------------------- */
/* Template for Smaller Laptop */
@media screen and (max-width: 1080px) {
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
    font-size: 1.45em;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 40px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 40px;
  }
  .mrw_ext_page.signup > .content-box .title {
    font-size: 40px;
  }
  .mrw_ext_page.signup > .content-box .subtitle {
    font-size: 1.45em;
  }
  .mrw_ext_page.signup > .group-a input,
  .mrw_ext_page.signup > .group-a select {
    width: 100%;
    max-width: 100%;
  }
  .mrw_ext_page.onboard {
    width: 100%;
  }
  .mrw_ext_page.onboard > .content-box .title {
    font-style: normal;
    font-weight: 350;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222;
    margin: 5px 0 16px;
  }
  .mrw_ext_page.onboard > .content-box .subtitle {
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #222222;
  }
  #LoginPage .title {
    font-size: 40px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active {
    max-height: 242px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .title {
    margin: 90px 10px 15px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .subtitle {
    margin: 20px 15px 32px;
  }
  .btnScrollToTop {
    display: none !important;
  }
}
/* Template for Ipad pro */
@media screen and (max-width: 1024px) {
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
    margin-top: 15px;
    position: relative;
    left: 15px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
    font-size: 1.45em;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 40px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 40px;
  }
  .mrw_ext_page.signup .signup-box .fields-box {
    width: 98%;
  }
  .mrw_ext_page.signup .group-block > .group-a input,
  .mrw_ext_page.signup .group-block > .group-a select {
    width: 100%;
    max-width: 100%;
    height: 46px;
  }
  .mrw_ext_page.signup .group-block > .group-a select {
    margin: 2px 0;
  }
  .mrw_ext_page.signup .group-block > .group-b input,
  .mrw_ext_page.signup .group-block > .group-b select {
    width: 100%;
    max-width: 100%;
    height: 46px;
  }
  .mrw_ext_page.signup .group-block > .group-c {
    width: 31%;
    padding-right: 19px;
  }
  .mrw_ext_page.signup > .content-box {
    max-width: 690px;
    width: 100%;
  }
  .mrw_ext_page.signup > .content-box .title {
    font-size: 40px;
  }
  .mrw_ext_page.signup > .content-box .subtitle {
    font-size: 1.45em;
  }
  .mrw_ext_page.signup .signup-box .fields-box .fields-block {
    font-size: 16px;
    font-weight: 600;
  }
  .mrw_ext_page.onboard {
    width: 100%;
  }
  .mrw_ext_page.onboard .onboard-box .fields-box {
    width: 98%;
  }
  .mrw_ext_page.onboard > .content-box {
    max-width: 690px;
    width: 100%;
  }
  .mrw_ext_page.onboard > .content-box .title {
    font-size: 40px;
  }
  .mrw_ext_page.onboard > .content-box .subtitle {
    font-size: 1.45em;
  }
  /* --- Template F ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .subtitle {
    font-size: 1.2857em;
    margin: 20px 15px 16px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .mrw_ext_button {
    font-size: 1em;
  }
  .btnScrollToTop {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .mrw_ext_page.signup .group-block > .group-c {
    width: 31%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #ForgetPassword .smr_container.smr_shadow {
    margin: 80px 20px;
  }
  #ForgetPassword .button-container #btnVerify {
    padding: 9px 0;
  }
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 85%;
    cursor: pointer;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button {
    width: 80px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 961px) {
  /* --- Template B ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-b .mrw_ext_page.home .img-background {
    background-position: top center;
    background-size: 100%;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 60px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box .mrlogo-img {
    max-width: 320px;
    max-height: 305px;
    margin: 0 auto;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box {
    height: auto;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 30px 10px;
    bottom: 0;
    border-top: 1px solid transparent;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box.hidden-title {
    bottom: 40px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .title {
    margin-top: 15px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .sep {
    width: 35%;
    max-width: 156px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls {
    max-width: 600px;
    margin: 32px auto 0;
    width: 100%;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .step-login {
    max-width: 600px;
    margin: 0 auto;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home > .content-box {
    height: 830px;
  }
  /*--- Purchase Process Cart ---*/
  #PurchaseCartPage .processCart {
    flex-wrap: wrap;
    gap: 24px;
  }
  #PurchaseCartPage .processCart .leftContainer {
    max-width: 100%;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer {
    padding-bottom: 0;
  }
  #PurchaseCartPage .processCart .rightContainer {
    flex: 1 1 100%;
  }
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 85%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button {
    width: 80px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  #ForgetPassword .smr_container.smr_shadow {
    margin: 80px 20px;
  }
  #ForgetPassword .button-container #btnVerify {
    padding: 9px 0;
  }
  #ForgetPassword .password_digits {
    width: 48px;
    height: 46px;
    font-size: 32px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
    font-size: 18px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 32px;
  }
  /* === Template C (Horizontal Wide) ======================================================================================================================== */
  div.mrw_ext_master.template-c .mrw_ext_page.home .top-box {
    height: 60px;
    padding: 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .top-box > a {
    max-width: 150px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box {
    height: 216px;
    margin-bottom: 170px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
    max-width: 605px;
    padding: 18px 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title {
    margin-bottom: 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title span,
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title h1.long span {
    font-size: 32px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .sep {
    width: 45%;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .subtitle {
    font-size: 1.28em;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
    /*padding: 12px;*/
    font-size: 1em;
    min-width: 146px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
    min-width: calc(100% - 265px);
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
    position: relative;
    left: 15px;
    margin-top: 15px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .footer-box {
    max-width: 565px;
    font-size: 0.857em;
    line-height: 1.33;
    padding: 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
  .mrw_ext_page.signup > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.signup > .content-box .subtitle {
    font-size: 18px;
  }
  .mrw_ext_page.onboard {
    width: 100%;
  }
  .mrw_ext_page.onboard > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.onboard > .content-box .subtitle {
    font-size: 18px;
  }
  #LoginPage .title {
    font-size: 32px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .img-background.empty .mrlogo-box {
    max-width: 80%;
    left: 30%;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .sep {
    margin: 0 auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop {
    margin-bottom: 16px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchTop .control-adv {
    margin-top: 16px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home #embedSearchPanel .pnlEmbedSearch .content .mrw_ext_page.searchResults .pnlSearchItems #pnlSearchResult.active {
    max-height: 200px;
  }
}
/* Template for Ipad */
@media screen and (max-width: 768px) {
  .mrw_ext_master .content-box {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
    font-size: 18px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 32px;
  }
  .mrw_ext_page.signup .group-block > .group-a input,
  .mrw_ext_page.signup .group-block > .group-a select {
    height: 46px;
  }
  .mrw_ext_page.signup .group-block > .group-b input,
  .mrw_ext_page.signup .group-block > .group-b select {
    height: 46px;
  }
  .mrw_ext_page.signup .group-block > .group-c {
    width: 31.5%;
    padding-right: 14px;
  }
  .mrw_ext_page.signup > .content-box {
    max-width: 690px;
    width: 100%;
  }
  .mrw_ext_page.signup > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.signup > .content-box .subtitle {
    font-size: 18px;
    width: 93%;
    margin: 0 auto;
  }
  .mrw_ext_page.onboard > .content-box {
    max-width: 690px;
    width: 100%;
  }
  .mrw_ext_page.onboard > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.onboard > .content-box .subtitle {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .mrw_ext_page.signup .group-block > .group-c {
    width: 31.5%;
    padding-right: 11px;
  }
}
@media screen and (max-width: 700px) {
  .mrw_ext_page.signup .group-block > .group-c {
    width: 30.5%;
    padding-right: 14px;
  }
}
/* Template for Mobile */
@media screen and (max-width: 450px) {
  /* Global Styles ---------------------------------------------------- */
  html,
  body,
  form {
    min-width: 200px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 32px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
  .mrw_ext_master .content-box {
    height: 100%;
  }
  .pst_inputtext3-holder .phone ~ .pst_inputtext3-error {
    bottom: -35px;
  }
  .pst_inputtext3-holder .form-icon {
    right: 10px;
  }
  .mrw_ext_page.signup .group-block > .group-b.padded-top {
    position: relative;
    top: 35px;
  }
  .mrw_ext_page.signup > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.signup > .content-box .signup-box .title-box {
    margin: 0 15px 0 15px;
  }
  .mrw_ext_page.signup > .content-box .signup-box .title-box .reqfield {
    padding-left: 0%;
    width: 100%;
  }
  .mrw_ext_page.onboard > .content-box .title {
    font-size: 32px;
  }
  .mrw_ext_page.onboard > .content-box .onboard-box .title-box .reqfield {
    padding-left: 0%;
    width: 100%;
  }
  #LoginPage.mrw_ext_page {
    max-width: 300px;
  }
  #LoginPage.mrw_ext_page .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 420px) {
  .pst_inputtext3-holder #txtPickupEmail ~ .pst_inputtext3-error,
  #txtPickupPhone ~ .pst_inputtext3-error {
    bottom: -21px;
  }
}
@media screen and (max-width: 395px) {
  .pst_inputtext3-holder #txtPickupEmail ~ .pst_inputtext3-error,
  #txtPickupPhone ~ .pst_inputtext3-error {
    bottom: -35px;
  }
  #PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .selfPickup .selfPickupDetails .pst_inputtext3-holder .pst_inputtext3.error {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 375px) {
  .pst_inputtext3-holder .pst_inputtext3-label ~ .pst_inputtext3-error {
    bottom: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fields-box {
    max-width: 98% !important;
  }
  .mrw_ext_page.onboard .pst_inputselect3-holder select.pst_inputselect3,
  .mrw_ext_page.onboard .pst_inputtext3-holder .pst_inputtext3 {
    max-width: 100%;
  }
  .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:before {
    width: 106px;
  }
}
@media only screen and (max-width: 900px) {
  #popSignupSuccess {
    width: calc(100% - 20px) !important;
    max-width: 400px !important;
  }
  #popSignupSuccess .pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel {
    width: 100%;
  }
  #popSignupSuccess .pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlMobileApp .box-mobile img {
    width: 90%;
  }
  #popSignupSuccess .pnlSignupSuccess.IsNotWidgetbutton.mrw_ext_dialogpanel #pnlMobileApp .box-action .GifImage {
    width: 130px;
    margin-top: 30px;
  }
  .mrw_ext_page.signup-extension .content-box .mrw_ext_button,
  .mrw_ext_page.signup-extension .content-box #btnBrowseAndGifts,
  .mrw_ext_page.signup-extension .content-box #btnManageMyRegistry {
    margin-right: 0;
    margin: 8px 0;
  }
  .mrw_ext_page.signup-extension .content-box .box-user {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .mrw_ext_page.signup-extension .content-box .box-user .userdetails {
    margin-right: 0;
    margin: 8px 0;
  }
  .mrw_ext_page.signup-extension .content-box .box-user .userdetails.eventdate {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .mrw_ext_page.signup-extension .content-box .title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    text-align: center;
  }
  .mrw_ext_page.signup-extension .content-box .subtitle {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 20px 0;
    text-align: center;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer {
    padding: 35px 0 30px 0;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:before {
    width: 72px;
    left: -2px !important;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:after {
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    right: -15px;
    width: 72px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-prev {
    left: 30px;
    margin-top: -2px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-prev:before {
    padding: 9px 19px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-next {
    right: 30px;
    margin-top: -2px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-next:before {
    padding: 8px 18px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .mrtbSlideItem .mrtbSlideHeading {
    font-size: 24px;
    line-height: 28px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbH4 {
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-text {
    font-size: 1.4375em;
  }
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 85%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button {
    width: 80px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
}
@media only screen and (max-height: 830px) {
  .mrw_ext_master .template-a .mrw_ext_page.home,
  .mrw_ext_master .template-b .mrw_ext_page.home,
  .mrw_ext_master .template-c .mrw_ext_page.home,
  .mrw_ext_master .template-f .mrw_ext_page.home {
    position: relative;
    top: auto;
    transform: none;
  }
  .mrw_ext_master .mrw_ext_footer {
    padding-bottom: 50px;
  }
  #index-page .mrw_ext_master.template-c > .content-box,
  #index-page .mrw_ext_master.template-f > .content-box {
    height: 100%;
  }
  #index-page .mrw_ext_master > .content-box {
    height: auto;
  }
  #index-page .mrw_ext_footer {
    position: static;
  }
  #signuppage-page .mrw_ext_master > .content-box {
    height: 100%;
  }
  #signuppage-page .mrw_ext_page {
    position: relative;
    top: auto;
    transform: none;
  }
}
@media only screen and (max-height: 830px) and (max-width: 420px) {
  #index-page .mrw_ext_master > .content-box {
    height: auto;
  }
}
@media only screen and (max-height: 680px) {
  #purchaseassistant-page .mrw_ext_master > .content-box {
    height: 100%;
  }
  #purchaseassistant-page .mrw_ext_page {
    position: relative;
    top: auto;
    transform: none;
  }
}
/* --- MEDIA (Width) ----------------------------------------------------------------------------------- */
@media only screen and (min-width: 1301px) {
  /* === Template C (Horizontal Wide) ======================================================================================================================== */
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .group-block.fullsize {
    padding-right: 55px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .item-desc {
    width: 85%;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 32px;
  }
  .mrw_ext_page.signup-extension .mrtbSection.mrtbSliderSection {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1300px) {
  /* === Template C (Horizontal Wide) ======================================================================================================================== */
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box {
    height: 360px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
    max-width: 920px;
    padding: 32px 25px;
  }
  .mrw_ext_page.signup > .group-a input,
  .mrw_ext_page.signup > .group-a select {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1290px) {
  .mrw_ext_page.signup > .content-box {
    max-width: 920px;
    width: 100%;
  }
  .mrw_ext_page.signup .group-block > .group-c {
    width: 31.5%;
    display: inline-block;
    padding-right: 20.5px;
  }
  .mrw_ext_page.onboard > .content-box {
    max-width: 920px;
    width: 100%;
  }
  .mrw_ext_page.signup-extension .content-box .mrw_ext_button,
  .mrw_ext_page.signup-extension .content-box #btnBrowseAndGifts,
  .mrw_ext_page.signup-extension .content-box #btnManageMyRegistry {
    margin-right: 0;
  }
  .mrw_ext_page.signup-extension .content-box .box-user {
    display: flex;
    max-width: 100%;
  }
  .mrw_ext_page.signup-extension .content-box .box-user .userdetails {
    margin-right: 0;
    margin: 8px 0;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbH4 {
    padding-left: 0;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-text {
    font-size: 1.4375em;
  }
}
@media only screen and (max-width: 1024px) {
  /* === Template C (Horizontal Wide) ======================================================================================================================== */
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box {
    height: 288px;
    margin-bottom: 205px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
    max-width: 730px;
    padding: 25px 30px;
    top: calc(100% - 40px);
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title span,
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title h1.long span {
    font-size: 48px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .subtitle {
    margin: 20px auto 10px;
    font-size: 1.28em;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
    margin: 10px 8px 0;
    padding: 10.5px;
    font-size: 1.15em;
    min-width: 176px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find > span.desc {
    position: relative;
    top: 5px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find input.txtFindName {
    position: relative;
    top: 5px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .controls {
    bottom: 5px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .footer-box {
    max-width: 650px;
    font-size: 1em;
    padding-top: 10px;
  }
  .mrw_ext_page.onboard > .content-box .reqfield {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mrw_ext_page.onboard .pst_inputselect3-holder select.pst_inputselect3,
  .mrw_ext_page.onboard .pst_inputtext3-holder .pst_inputtext3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .mrw_ext_page.signup .signup-box .fields-box {
    width: 98%;
  }
  .mrw_ext_page.onboard .onboard-box .fields-box {
    width: 98%;
  }
  .mrw_ext_page.signup > .content-box .reqfield {
    width: 93%;
    margin: auto;
  }
  .mrw_ext_page.signup .signup-box .headsup-block .no-wrap {
    white-space: nowrap;
  }
  /* Panel Login Template A-------------------------------- */
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    border-right: 0px solid #cbcbcb;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .back-box {
    left: 190px;
    top: 45px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block.login-email {
    margin-left: 0;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block .social {
    display: inline-block;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
    position: relative;
    left: 20px;
  }
  .mrw_ext_page.onboard .col-a,
  .mrw_ext_page.onboard .col-b {
    width: 100%;
    max-width: 100%;
    margin: auto 0;
  }
  .mrw_ext_page.onboard .col-f {
    width: 100%;
    max-width: 100%;
    margin: auto 0;
  }
}
@media only screen and (min-width: 681px) and (max-width: 750px) {
  /* --- Template F ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-f .mrw_ext_page.home .img-background {
    background-position: top center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 680px) {
  /* --- Template A ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-a .mrw_ext_page.home .img-background {
    background-position: top center;
    background-size: 100%;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box {
    top: auto;
    left: 0;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    background: #fff !important;
    bottom: 0;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .back-box {
    left: 45px;
    top: 45px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home > .content-box {
    height: 580px;
  }
  /* --- Template C ----------------------------------------------------------------------------------- */
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box {
    height: 530px;
    background-size: 100%;
    margin-bottom: 0;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
    position: absolute;
    top: initial;
    transform: none;
    width: 100%;
    /*padding: 28px 30px 24px 5px;*/
    left: 0;
    right: 0;
    bottom: 0;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title h1 {
    line-height: 1.5;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title span,
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .title h1.long span {
    font-size: 28px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .subtitle {
    font-size: 1.28em;
    margin-top: 15px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
    width: 100%;
    max-width: 315px;
    margin: 24px auto 0;
    box-sizing: border-box;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button:first-child {
    margin-top: 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-a,
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-b {
    width: 94%;
    margin-bottom: 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword {
    margin-top: 4px;
    margin-bottom: 0;
    float: none;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .back-box {
    top: -10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .mrw_ext_button {
    margin-left: 0px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find {
    position: relative;
    right: 4px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .desc {
    margin-bottom: 25px;
    display: block;
    margin: 24px 5px 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
    width: 100%;
    max-width: 180px;
    top: 0px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
    width: calc(50% - 18px);
    max-width: 180px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
    width: 50%;
    max-width: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_linkback {
    top: 10px;
  }
  /* --- Template D ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box {
    position: static;
    top: 0;
    height: auto;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    padding: 50px 10px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-a,
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .group-block .group-b {
    width: 94%;
    margin-bottom: 10px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword {
    margin-top: 11px;
    margin-bottom: 0;
    float: none;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .desc {
    margin-bottom: 25px;
    display: block;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
    width: calc(50% - 30px);
    max-width: 180px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
    width: calc(50% - 30px);
    max-width: 180px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
    width: 50%;
    max-width: 180px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_linkback {
    top: 10px;
  }
  .mrw_ext_master.template-d .mrw_ext_page.home .footer-box {
    position: static;
    bottom: 0;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .box-name-event {
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 0;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 12px;
    max-width: 100%;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder.cont-date {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .box-name-event .pst_inputtext3-holder.cont-date input[type="date"] {
    padding: 2px 16px;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputtext3-holder,
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputselect3-holder {
    margin-top: 11px;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputtext3-holder:first-child,
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputselect3-holder:first-child {
    margin-right: 0;
  }
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputtext3-holder:last-child,
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputselect3-holder:last-child,
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputtext3-holder.state,
  .mrw_ext_page.onboard .fields-box .fields-block .cont-twocols .pst_inputselect3-holder.state {
    margin-left: 0;
  }
  .mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:after {
    right: -100px;
  }
}
@media only screen and (max-width: 640px) {
  /* -- Page Search Result -------------------------*/
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item {
    min-height: 68px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    display: initial;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title {
    float: none;
    display: block;
    width: auto;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-name {
    padding-bottom: 3px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-registry {
    padding-bottom: 3px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-location,
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-eventdate {
    float: none;
    display: block;
    width: auto;
    padding-bottom: 3px;
  }
  .mrw_ext_page.signup-extension .content-box .mrw_ext_button,
  .mrw_ext_page.signup-extension .content-box #btnBrowseAndGifts,
  .mrw_ext_page.signup-extension .content-box #btnManageMyRegistry {
    margin: 0;
  }
  .mrw_ext_page.signup-extension .content-box .box-user {
    flex-direction: column;
    gap: 16px;
  }
  .mrw_ext_page.signup-extension .content-box .box-user .userdetails.registry,
  .mrw_ext_page.signup-extension .content-box .box-user .userdetails.eventdate {
    min-width: 0;
    margin: 0;
    line-height: 1.15;
  }
  .mrw_ext_page.signup-extension .content-box .box-action {
    margin-top: 24px;
    flex-direction: column;
    padding: 0 16px;
  }
  .mrw_ext_page.signup-extension .content-box .box-action > #btnBrowseAndGifts,
  .mrw_ext_page.signup-extension .content-box .box-action > #btnManageMyRegistry {
    padding: 9px;
    width: 100%;
  }
  .mrw_ext_page.signup-extension .content-box .title-box .title {
    line-height: 1.15;
  }
  .mrw_ext_page.signup-extension .content-box .title-box .subtitle {
    line-height: 1.15;
    margin: 32px 0 24px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer {
    max-width: Calc(100% - 20px);
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:before {
    width: 16px;
    right: -5px !important;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap:after {
    width: 36px;
    right: -1px !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7.19%, #FFFFFF 43.49%);
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-prev {
    left: 30px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .slick-next {
    right: 30px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbSliderWrap .mrtbSlideItem .mrtbSlideHeading {
    font-size: 36px;
    line-height: 36px;
  }
  .mrw_ext_page.signup-extension .mrtbSectionInner.mrtbContainer .mrtbH4 {
    padding: 0px;
    margin-left: 0px;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-desc {
    flex: 0 1 100%;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-text {
    font-size: 1.375em;
    padding-left: 20px;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-desc .desc-item .item-num {
    flex: 0 0 65px;
    font-size: 2.1875em;
    padding: 0px;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-image {
    flex: 0 1 100%;
  }
  .mrw_ext_page.signup-extension .box-extension .extension-image img {
    width: 100%;
  }
  .mrw_ext_page.signup-extension .container-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 620px) {
  .mrw_ext_master > .content-box {
    height: 100%;
  }
  .mrw_ext_page {
    position: relative;
    top: auto;
    transform: none;
  }
  /*SignUp Page -----------------------------------------------------*/
  .mrw_ext_page.signup .no-wrap {
    white-space: nowrap;
  }
  /*--- Search Panel (before Search Results)--------------------------*/
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box {
    /*   width: 95%;*/
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .subtitle.fields-block {
    text-align: center;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .desc {
    margin-bottom: 25px;
    display: block;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtFindName,
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
    width: 50%;
    max-width: 180px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
    top: 10px;
  }
  #mr_spinner_loading .loader {
    top: 45%;
    left: 40%;
  }
  /*--- Purchase Process Cart ---*/
  #PurchaseCartPage.mrw_ext_page {
    padding: 32px 10px;
  }
  #PurchaseCartPage .title {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
  #PurchaseCartPage .subtitle {
    font-size: 14px;
    padding: 0 10px 20px;
  }
  #PurchaseCartPage .linkBack {
    padding-bottom: 12px;
    padding-left: 10px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items {
    position: relative;
    display: block;
    padding: 24px 6px 12px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items:after {
    display: table;
    content: '';
    clear: both;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .item-gift-img {
    display: inline-block;
    float: left;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    float: left;
    width: calc(100% - 118px);
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container .gift-description .gift-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    height: 36px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container .gift-description .gift-price {
    display: none;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container .gift-description .btnRemove {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container .gift-description .btnRemove a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAIVBMVEUAAAA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlAkhs0PAAAACnRSTlMAETPuzJlmd7uqVDu3rwAAAFBJREFUCNdjEGIAAQGGyQpAis2RQcQISGcFMDA6KzCwLQWygQJALgNQQA3IBQlYBYBp9lUKYDorBKQFqBioBawXpAWsFygA5ELMEAepYWwCAJdGDFJBIyAOAAAAAElFTkSuQmCC');
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-description-container .gift-description .btnRemove a > span {
    display: none;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container {
    margin-left: 16px;
    float: left;
    width: calc(100% - 118px);
    text-align: left;
    padding-top: 16px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-price-container,
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-priceEach-container {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-price-container .gift-price .gift-title,
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-priceEach-container .gift-price .gift-title,
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-price-container .gift-priceEach .gift-title,
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-priceEach-container .gift-priceEach .gift-title {
    font-weight: 600;
  }
  #PurchaseCartPage .processCart .leftContainer .cartContainer .cart-items .gift-values-container .gift-qty-container .gift-qty .gift-title .addRemoveQty {
    height: 30px;
  }
  #PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .orderSummary {
    padding-bottom: 16px;
  }
  #PurchaseCartPage .processCart .rightContainer .orderSummaryContainer .registrantDesc {
    font-size: 16px;
  }
  #PurchaseCartPage .processCart .rightContainer .totalContainer .gift-total {
    font-size: 16px;
  }
  #PurchaseCartPage .processCart .rightContainer .paymentContainer {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 600px) {
  /* Page Signup ---------------------------------------------------- */
  .mrw_ext_page.signup .group-block .pst_inputtext3-holder {
    padding-top: 11px;
  }
  .mrw_ext_page.signup > .content-box .signup-box .title-box {
    margin: 0 15px;
  }
  .mrw_ext_page.signup[mode='signup'] .login-box {
    display: none;
  }
  .mrw_ext_page.signup > .content-box .reqfield {
    width: 100%;
  }
  .mrw_ext_page.signup[mode='login'] .signup-box {
    display: none;
  }
  .mrw_ext_page.signup .signup-box .fields-box,
  .mrw_ext_page.onboard .onboard-box .fields-box {
    width: calc(100% - 30px);
    float: none;
    margin: 16px 15px 0;
  }
  .mrw_ext_page.signup .signup-box #txtEventDate {
    margin-top: 0;
  }
  .mrw_ext_page.signup .signup-box #txtSignupOrgName {
    margin-top: 0;
  }
  .mrw_ext_page.signup .signup-box label {
    text-align: left;
  }
  .mrw_ext_page.signup > .content-box .signup-box .fields-box .fields-block {
    padding-bottom: 15px;
  }
  .mrw_ext_page.signup .group-block {
    padding-bottom: 0;
  }
  .mrw_ext_page.signup .group-block:last-of-type {
    padding-bottom: 23px;
  }
  .mrw_ext_page.signup .group-block > .group-b.padded-top {
    top: 0;
  }
  .mrw_ext_page.signup .group-block > .group-a,
  .mrw_ext_page.signup .group-block > .group-b,
  .mrw_ext_page.signup .group-block > .group-c {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
  }
  .mrw_ext_page.signup .group-block > .group-a .mrw_ext_inputtext,
  .mrw_ext_page.signup .group-block > .group-b .mrw_ext_inputtext {
    min-width: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin: 2px 0 0;
  }
  .mrw_ext_page.onboard .pst_inputtext3,
  .mrw_ext_page.onboard .pst_inputselect3 {
    min-width: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin: 2px 0 0;
    max-width: 100% !important;
  }
  .mrw_ext_page.signup .back-box {
    width: 100%;
    float: none;
    max-width: 358px;
    margin: 0 auto;
    min-width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mrw_ext_page.signup .signup-box .fields-box .field-container {
    width: 100%;
  }
  .mrw_ext_page.signup .signup-box .fields-box .mrw_ext_inputselect {
    width: 100%;
  }
  .mrw_ext_page.signup .signup-box .fields-box .fullsize input {
    padding: 9px;
  }
  .mrw_ext_page.signup .signup-box .fields-box agree-block {
    margin-top: 12px;
  }
  input [type="checkbox"] {
    width: 35px;
    margin: 0px 5px 0px 0;
  }
  .mrw_ext_page.signup .org-block .org-info-tip {
    padding: 24px 0 0;
  }
  .mrw_ext_page.signup .signup-box #txtOrgEventDate::-webkit-calendar-picker-indicator {
    background-position: 97% 60%;
  }
  .mrw_ext_page.onboard > .content-box .reqfield {
    width: 100%;
  }
  /* --- Template A ----------------------------------------------------------------------------------- */
  /*--- Search Panel - Template A (before Search Results)-----------------------------------------------*/
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_button {
    margin-top: 2px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
    top: -12px;
  }
  /* --- Template B ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box {
    /*--- Search Panel - Template B (before Search Results)-----------------------------------------------*/
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .title {
    margin: 15px 10px 15px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .title span {
    font-size: 3em;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .back-box {
    margin-top: 10px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
    margin-bottom: 9px;
  }
  /* --- Template F ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box {
    /*--- Search Panel - Template B (before Search Results)-----------------------------------------------*/
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .title {
    margin: 15px 10px 15px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .title span {
    font-size: 3em;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .back-box {
    margin-top: 10px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_inputtext.txtLastName {
    margin-bottom: 9px;
  }
  #LP_DIV_2018 {
    /*-- Chat ---------------------------------------------------- */
  }
  #LP_DIV_2018 #PST_Chat .chat_link {
    height: 48px;
    width: 48px;
    background-size: cover;
  }
  .mrw_ext_page.onboard {
    width: 100%;
  }
  .mrw_ext_page.onboard .fields-box .fields-block,
  .mrw_ext_page.onboard .fields-box .buttons-container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .mrw_ext_page.onboard .fields-box .fields-block a.mrw_ext_button,
  .mrw_ext_page.onboard .fields-box .buttons-container a.mrw_ext_button {
    padding: 9px 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 583px) {
  /* --- Template A ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    margin-left: -63px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 78%;
  }
}
@media only screen and (max-width: 540px) {
  /* -- Page Search Result -------------------------*/
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
    left: 10px;
    margin-top: 22px;
  }
  div.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .subtitle.fields-block.login-email {
    margin-left: 10px;
    padding-bottom: 12px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 78%;
  }
}
@media only screen and (max-width: 500px) {
  /*panel Login Template A-----------------------------------------------------------*/
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-a,
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-b {
    width: 80%;
    margin-bottom: 10px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-a .back-box,
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .group-block .group-b .back-box {
    left: 45px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
    margin-top: 11px;
    margin-bottom: 0;
    float: none;
  }
  /* -- Page Search Result -------------------------*/
  .mrw_ext_page.searchResults .pnlSearchItems {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 78%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
    text-align: right;
  }
  .pnlSignupSuccess {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #ForgetPassword .forgpass_content {
    padding: 20px 10px;
  }
  #ForgetPassword .smr_container.smr_shadow {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 20px;
  }
  #ForgetPassword .smr_container .smr_title {
    font-size: 26px;
  }
  #ForgetPassword .smr_container {
    padding: 20px 10px;
  }
  #ForgetPassword .password_digits {
    font-size: 20px;
    margin: 0 4px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 78%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
}
@media only screen and (max-width: 290px) {
  #ForgetPassword .password_digits {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 460px) {
  /* Global Styles ---------------------------------------------------- */
  .mrw_ext_master.template-a .top-box,
  .mrw_ext_master.template-b .top-box,
  .mrw_ext_master.template-f .top-box {
    min-height: 50px;
  }
  .mrw_ext_master.template-a .top-box .top-logo.img-logo,
  .mrw_ext_master.template-b .top-box .top-logo.img-logo,
  .mrw_ext_master.template-f .top-box .top-logo.img-logo {
    height: 50px;
    background-size: auto 30px;
    background-position: center;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 75%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
  .pst_checkbox {
    display: -webkit-box;
  }
}
@media only screen and (max-width: 415px) {
  /*Template B-----------------------------------------------------------*/
  .mrw_ext_master.template-b .mrw_ext_page.home > .content-box {
    height: 700px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box {
    padding-top: 40px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box .mrlogo-img {
    max-width: 220px;
    max-height: 215px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home #ForgetPassword .password_digits {
    width: 40px;
    height: 40px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 2.55em;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .subtitle {
    font-size: 1.29em;
    max-width: 338px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls {
    margin: 24px auto 15px;
    max-width: 338px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .step-login {
    max-width: 338px;
    margin: 0 auto;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .mrw_ext_button {
    font-size: 1em;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
    margin: 15px 0;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .back-box {
    margin-left: 0;
  }
  /* --- Template F ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-f .mrw_ext_page.home > .content-box {
    height: auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home > .content-box:not(.empty) {
    height: auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .mrlogo-box {
    margin-top: 40px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box {
    padding: 24px 10px 32px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .title h1.long span.t1 {
    font-size: 2.55em;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .subtitle {
    font-size: 1.29em;
    max-width: 338px;
    margin: 0 auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls {
    margin: 28px auto 0;
    max-width: 338px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .step-login {
    max-width: 338px;
    margin: 0 auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .mrw_ext_button {
    font-size: 1em;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
    margin: 15px 0;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .back-box {
    margin-left: 0;
  }
  .pst_checkbox {
    display: -webkit-box;
  }
}
@media only screen and (max-width: 400px) {
  /* -- Visitor Password   -------------------------*/
  .mrw_ext_page.visitorpassword .page-content {
    margin: auto 20px;
  }
  .mrw_ext_page.visitorpassword .page-content .pst_inputtext3-holder .pst_inputtext3 {
    margin: 2px 0;
  }
  .mrw_ext_page.visitorpassword .page-content .mrw_ext_button {
    width: calc(100% - 2px);
  }
  #ForgetPassword .password_digits {
    width: 44px;
    height: 44px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 65%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
  .mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content .pst_checkbox {
    display: inline-flex;
  }
}
@media only screen and (max-width: 380px) {
  /* Global Styles ---------------------------------------------------- */
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 73%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
  a.mrw_ext_button,
  a.mrw_ext_button.disabled {
    font-size: 1.171em;
  }
  .mrw_ext_master .top-box .btnGlobalBack {
    left: 2%;
    top: 21px;
  }
  #ForgetPassword .password_digits {
    width: 40px;
    height: 40px;
  }
  .mrw_ext_page.home .footer-box {
    font-size: 1.114em;
  }
  /* --- Template A ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box {
    padding: 20px 10px;
    width: 100%;
    background: #fff;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .title span {
    font-size: 3em;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home > .content-box {
    height: 522px;
  }
  /* --- Template B ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-b .mrw_ext_page.home .mrlogo-box {
    padding-top: 48px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box {
    background: #fff;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .social {
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .subtitle {
    max-width: 300px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls,
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .step-login {
    max-width: 300px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home > .content-box {
    height: 685px;
  }
  /* Panel Login Template B --------------------------------------------- */
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .subtitle {
    margin: 10px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .back-box {
    margin-top: 0;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
    margin-top: 15px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-a {
    margin-bottom: 7px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .group-block .controls {
    margin: 30px 0px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .sep {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
    margin-top: 7px;
  }
  /*--- Search Panel - Template B (before Search Results)--------------------------------------------*/
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .desc {
    margin-top: -10px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
    top: -9px;
  }
  /*--- Search Panel - Template F (before Search Results)--------------------------------------------*/
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .desc {
    margin-top: -10px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
    top: -9px;
  }
  .mrw_ext_page.onboard .icon-info.pst_tooltip.large-tip.black:after {
    right: -50px;
  }
  /* --- Template F ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box {
    background: #fff;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .social {
    margin-bottom: 10px;
    margin-top: 6px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .subtitle {
    margin: 10px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .back-box {
    margin-top: 0;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-block.fullsize {
    margin-top: 15px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-a {
    margin-bottom: 7px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .group-block .controls {
    margin: 30px 0px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .login-box .lblForgetPassword {
    margin-top: 7px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .subtitle {
    max-width: 300px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .controls,
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .step-login {
    max-width: 300px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home .action-box .sep {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home > .content-box {
    height: auto;
  }
  .mrw_ext_master.template-f .mrw_ext_page.home > .content-box:not(.empty) {
    height: auto;
  }
}
@media only screen and (max-width: 345px) {
  .mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip.tip-two {
    left: 0;
  }
  .mrw_ext_page.signup .org-block .org-info-tip .org-info-icon + .org-info-icon-tip.tip-two:before {
    left: 5px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 60%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .mrw_ext_page.signup > .group-a input,
  .mrw_ext_page.signup > .group-a select {
    width: 100%;
    max-width: 100%;
  }
  .mrw_ext_page.onboard {
    width: 100%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    display: initial;
    width: 60%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: auto;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find {
    position: relative;
    right: 0px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
    max-width: 95px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_inputtext.txtFindName {
    width: 53%;
  }
  .mrw_ext_page.onboard .fields-box .fields-block.privacy .container-content .pst_checkbox,
  .mrw_ext_page.onboard .fields-box .fields-block.coreg .container-content .pst_checkbox {
    display: -webkit-box;
  }
}
/* --- Theme - Cutomizations (SAMPLE) -----------------------------------------------------------------------------------
.theme-color1
{
    color: #2b7935;
}

.theme-color1-back
{
    background-color: #2b7935;
}
.theme-title1
{
    color: #3A3C41;
}
.theme-title2
{
    color: #3A3C41;
}

a.mrw_ext_button, a.mrw_ext_button.disabled
{
background: #2b7935;
border: 1px solid #2b7935;
}
a.mrw_ext_button:hover
{
background: #225c2a;
}
select.mrw_ext_inputselect
{
background-color: #2b7935;
} 
*/