﻿/*********************************************************************
                  External Apps - Bass Pro - CSS

+ No Style is coming from MR
**********************************************************************/
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 600;
  src: local('bebas neue v1 latin regular'), local('bebas-neue-v1-latin-regular'), url('fonts/bebas-neue-v1-latin-regular.woff2') format('woff2'), url('fonts/bebas-neue-v1-latin-regular.woff') format('woff'), url('fonts/bebas-neue-v1-latin-regular.ttf') format('truetype'), url('fonts/bebas-neue-v1-latin-regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('cabin v14 latin regular'), local('cabin-v14-latin-regular'), url('fonts/cabin-v14-latin-regular.woff2') format('woff2'), url('fonts/cabin-v14-latin-regular.woff') format('woff'), url('fonts/cabin-v14-latin-regular.ttf') format('truetype'), url('fonts/cabin-v14-latin-regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: local('cabin v14 latin 500'), local('cabin-v14-latin-500'), url('fonts/cabin-v14-latin-500.woff2') format('woff2'), url('fonts/cabin-v14-latin-500.woff') format('woff'), url('fonts/cabin-v14-latin-500.ttf') format('truetype'), url('fonts/cabin-v14-latin-500.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: local('cabin v14 latin 600'), local('cabin-v14-latin-600'), url('fonts/cabin-v14-latin-600.woff2') format('woff2'), url('fonts/cabin-v14-latin-600.woff') format('woff'), url('fonts/cabin-v14-latin-600.ttf') format('truetype'), url('fonts/cabin-v14-latin-600.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: local('cabin v14 latin 700'), local('cabin-v14-latin-700'), url('fonts/cabin-v14-latin-700.woff2') format('woff2'), url('fonts/cabin-v14-latin-700.woff') format('woff'), url('fonts/cabin-v14-latin-700.ttf') format('truetype'), url('fonts/cabin-v14-latin-700.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('open sans v17 latin regular'), local('open-sans-v17-latin-regular'), url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), url('fonts/open-sans-v17-latin-regular.woff') format('woff'), url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), url('fonts/open-sans-v17-latin-regular.eot') format('embedded-opentype');
}
/* --- Default Img / Logo -------------------------------------------------- */
.mrw_ext_master .img-background {
  background-image: url('/ExternalApps/BassPro/Images/default_bg.jpg');
}
.mrw_ext_master .img-logo {
  background-image: url('/ExternalApps/BassPro/Images/default_logo.png');
  background-size: auto 60px;
}
/* Global Styles ---------------------------------------------------- */
html,
body,
form {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
}
body {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #141414;
}
input {
  outline: none;
}
a {
  color: #141414;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* --- Global Style --- */
i.hide,
label.hide {
  left: -999999px;
  position: absolute;
}
a.mrw_ext_linkback {
  color: #3A3C41;
  text-transform: uppercase;
  font-size: 1.143em;
  text-decoration: none;
}
a.mrw_ext_linkback:hover {
  text-decoration: none;
}
#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: #22372B;
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 100px;
  background-image: url('/ExternalApps/Basspro/Images/chat.svg');
}
#LP_DIV_2018 #PST_Chat .chat_link.chat_phone {
  display: none;
  background-image: url('/ExternalApps/Basspro/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,
.mrw_ext_button {
  border-radius: 0;
  /*letter-spacing: .3px;*/
  padding: 7px 0px;
  border: 1px solid #FFFFFF;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  min-width: 208px;
  transition: background-color 250ms ease;
  cursor: pointer;
}
a.mrw_ext_button.white,
a.mrw_ext_button.disabled.white,
.mrw_ext_button.white {
  background: #FFFFFF;
  color: #22372B;
}
a.mrw_ext_button.green,
a.mrw_ext_button.disabled.green,
.mrw_ext_button.green {
  color: #FFFFFF;
  background: #22372B;
  /*&:hover {
            background-color: transparent;
            color: #22372B;
            border: 1px solid #22372B;
            text-decoration: none;
        }*/
}
a.mrw_ext_button.green.disabled,
a.mrw_ext_button.disabled.green.disabled,
.mrw_ext_button.green.disabled {
  opacity: 0.5;
  pointer-events: none;
}
a.mrw_ext_button.green.functionally_disabled,
a.mrw_ext_button.disabled.green.functionally_disabled,
.mrw_ext_button.green.functionally_disabled {
  opacity: 0.5;
  pointer-events: none;
}
a.mrw_ext_button:hover,
a.mrw_ext_button.disabled:hover,
.mrw_ext_button:hover {
  /*background: #4372a8;*/
  text-decoration: none;
}
a.mrw_ext_button.nobg_green,
a.mrw_ext_button.disabled.nobg_green,
.mrw_ext_button.nobg_green {
  border: 2px solid #22372B;
  color: #22372B;
}
a.mrw_ext_button.nobg_white,
a.mrw_ext_button.disabled.nobg_white,
.mrw_ext_button.nobg_white {
  border: 2px solid #FFFFFF;
}
a.mrw_ext_button.note-view,
a.mrw_ext_button.disabled.note-view,
.mrw_ext_button.note-view {
  border: 1px solid #22372B;
  color: #22372B;
  min-width: 86px;
  padding: 0px;
  font-size: 12px;
  line-height: 23px;
}
a.mrw_ext_button.small,
a.mrw_ext_button.disabled.small,
.mrw_ext_button.small {
  padding: 5px 10px;
  font-size: 0.929em;
}
a.mrw_ext_button.big,
a.mrw_ext_button.disabled.big,
.mrw_ext_button.big {
  padding: 16px 30px;
  font-size: 24px;
}
a.mrw_ext_button.link,
a.mrw_ext_button.disabled.link,
.mrw_ext_button.link,
a.mrw_ext_button.link:hover,
a.mrw_ext_button.disabled.link:hover,
.mrw_ext_button.link:hover {
  color: #3A3C41;
  background-color: #FFFFFF;
  border: 1px solid #3A3C41;
  border-radius: 0px;
}
a.mrw_ext_button.link.gray,
a.mrw_ext_button.disabled.link.gray,
.mrw_ext_button.link.gray,
a.mrw_ext_button.link:hover.gray,
a.mrw_ext_button.disabled.link:hover.gray,
.mrw_ext_button.link:hover.gray {
  color: #4c5157;
  border: 1px solid #ccc;
  text-transform: none;
}
.mrw_ext_inputtext {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #22372B;
  color: #535353;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
  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;
  border: 1px solid #8D8C86;
}
.mrw_ext_inputtext.error {
  border: 1px solid #e32;
}
/*Password field with Eye icon*/
.pwdFieldWrapper {
  position: relative;
}
.pwdFieldWrapper input.eye_icon_password {
  background-position: 97% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  background-size: 20px 20px;
}
.pwdFieldWrapper input.eye_icon_password[type="password"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiA2QzE1Ljc5IDYgMTkuMTcgOC4xMyAyMC44MiAxMS41QzE5LjE3IDE0Ljg3IDE1Ljc5IDE3IDEyIDE3QzguMjEgMTcgNC44MyAxNC44NyAzLjE4IDExLjVDNC44MyA4LjEzIDguMjEgNiAxMiA2Wk0xMiA0QzcgNCAyLjczIDcuMTEgMSAxMS41QzIuNzMgMTUuODkgNyAxOSAxMiAxOUMxNyAxOSAyMS4yNyAxNS44OSAyMyAxMS41QzIxLjI3IDcuMTEgMTcgNCAxMiA0Wk0xMiA5QzEzLjM4IDkgMTQuNSAxMC4xMiAxNC41IDExLjVDMTQuNSAxMi44OCAxMy4zOCAxNCAxMiAxNEMxMC42MiAxNCA5LjUgMTIuODggOS41IDExLjVDOS41IDEwLjEyIDEwLjYyIDkgMTIgOVpNMTIgN0M5LjUyIDcgNy41IDkuMDIgNy41IDExLjVDNy41IDEzLjk4IDkuNTIgMTYgMTIgMTZDMTQuNDggMTYgMTYuNSAxMy45OCAxNi41IDExLjVDMTYuNSA5LjAyIDE0LjQ4IDcgMTIgN1oiIGZpbGw9IiM0MTQxNDEiLz4NCjwvc3ZnPg0K);
}
.pwdFieldWrapper input.eye_icon_password[type="text"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiA2LjAwMDAxQzE1Ljc5IDYuMDAwMDEgMTkuMTcgOC4xMzAwMSAyMC44MiAxMS41QzIwLjIzIDEyLjcyIDE5LjQgMTMuNzcgMTguNDEgMTQuNjJMMTkuODIgMTYuMDNDMjEuMjEgMTQuOCAyMi4zMSAxMy4yNiAyMyAxMS41QzIxLjI3IDcuMTEwMDEgMTcgNC4wMDAwMSAxMiA0LjAwMDAxQzEwLjczIDQuMDAwMDEgOS41MSA0LjIwMDAxIDguMzYgNC41NzAwMUwxMC4wMSA2LjIyMDAxQzEwLjY2IDYuMDkwMDEgMTEuMzIgNi4wMDAwMSAxMiA2LjAwMDAxWk0xMC45MyA3LjE0MDAxTDEzIDkuMjEwMDFDMTMuNTcgOS40NjAwMSAxNC4wMyA5LjkyMDAxIDE0LjI4IDEwLjQ5TDE2LjM1IDEyLjU2QzE2LjQzIDEyLjIyIDE2LjQ5IDExLjg2IDE2LjQ5IDExLjQ5QzE2LjUgOS4wMTAwMSAxNC40OCA3LjAwMDAxIDEyIDcuMDAwMDFDMTEuNjMgNy4wMDAwMSAxMS4yOCA3LjA1MDAxIDEwLjkzIDcuMTQwMDFaTTIuMDEgMy44NzAwMUw0LjY5IDYuNTUwMDFDMy4wNiA3LjgzMDAxIDEuNzcgOS41MzAwMSAxIDExLjVDMi43MyAxNS44OSA3IDE5IDEyIDE5QzEzLjUyIDE5IDE0Ljk4IDE4LjcxIDE2LjMyIDE4LjE4TDE5Ljc0IDIxLjZMMjEuMTUgMjAuMTlMMy40MiAyLjQ1MDAxTDIuMDEgMy44NzAwMVpNOS41MSAxMS4zN0wxMi4xMiAxMy45OEMxMi4wOCAxMy45OSAxMi4wNCAxNCAxMiAxNEMxMC42MiAxNCA5LjUgMTIuODggOS41IDExLjVDOS41IDExLjQ1IDkuNTEgMTEuNDIgOS41MSAxMS4zN1pNNi4xMSA3Ljk3MDAxTDcuODYgOS43MjAwMUM3LjYzIDEwLjI3IDcuNSAxMC44NyA3LjUgMTEuNUM3LjUgMTMuOTggOS41MiAxNiAxMiAxNkMxMi42MyAxNiAxMy4yMyAxNS44NyAxMy43NyAxNS42NEwxNC43NSAxNi42MkMxMy44NyAxNi44NiAxMi45NSAxNyAxMiAxN0M4LjIxIDE3IDQuODMgMTQuODcgMy4xOCAxMS41QzMuODggMTAuMDcgNC45IDguODkwMDEgNi4xMSA3Ljk3MDAxWiIgZmlsbD0iIzQxNDE0MSIvPg0KPC9zdmc+DQo=);
}
.pwdFieldWrapper input.eye_icon_password ~ .btnEyeToggle {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: auto;
  bottom: 8px;
  right: 16px;
}
.pwdFieldWrapper input.eye_icon_password ~ .btnEyeToggle:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
/*To hide native password eye icon in edge */
input.eye_icon_password::-ms-reveal,
input.eye_icon_password::-ms-clear {
  display: none;
}
select.mrw_ext_inputselect::-ms-expand {
  display: none;
}
select.mrw_ext_inputselect {
  border: 1px solid #b6b6b6;
  border-radius: 0;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 11px;
  min-width: 200px;
  -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: #4a7eba;*/
  background-repeat: no-repeat;
  background-position: 97% center;
  cursor: pointer;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 25px;
}
select.mrw_ext_inputselect.white {
  border: 1px solid #8D8C86;
  color: #4c5157;
  /*padding: 4px 5px;
        font-size: 0.929em;*/
  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: #ffffff;
}
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: #22372B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF !important;
  font-size: 16px;
  left: 50%;
  margin-left: -190px;
  margin-top: -20px;
  display: none;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 35%;
  width: 350px;
  z-index: 2147483647;
}
.mrw_ext_dialogpanel {
  width: 400px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  border: 0;
  background: #ffffff;
  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 .content {
  font-size: 1.143em;
  padding: 20px 30px;
  text-align: center;
}
.mrw_ext_dialogpanel .btnDialogClose {
  background: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAIVBMVEUAAAA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlA2PlAkhs0PAAAACnRSTlMAETPuzJlmd7uqVDu3rwAAAFBJREFUCNdjEGIAAQGGyQpAis2RQcQISGcFMDA6KzCwLQWygQJALgNQQA3IBQlYBYBp9lUKYDorBKQFqBioBawXpAWsFygA5ELMEAepYWwCAJdGDFJBIyAOAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  margin: 0px;
  padding: 10px;
  right: 10px;
  top: 10px;
}
.mrw_ext_dialogpanel.large {
  width: 600px;
}
.breadcrumb {
  position: absolute;
  top: 32px;
  left: 40px;
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #64635C;
}
.breadcrumb .greater {
  border: 1px solid #64635C;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin: 2px 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  cursor: pointer;
  margin-right: 4px;
}
.breadcrumb a {
  color: #0D64D9;
  text-decoration: underline;
}
.bottom-poweredby {
  text-align: center;
  padding: 36px 0 36px 0;
}
.bottom-poweredby .poweredby-label {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  vertical-align: super;
}
.bottom-poweredby .poweredby-logo img {
  max-width: 172px;
}
/* --- Icons --------------------------------------------------------------*/
.mrw_ext_icon {
  background: transparent;
  background-image: url('/ExternalApps/BassPro/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 .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 .mrw_ext_icon.listview-list.active {
  background-position: -477px -5px;
}
.mrw_ext_icon.search {
  background-position: -502px -5px;
}
/* --- Master -------------------------------------------------------------- */
.mrw_ext_master {
  margin: auto;
  min-height: 100%;
  position: relative;
  vertical-align: top;
  /*&.hide_header > .content-box {
        height: calc(100vh - 70px);
    }

    & > .content-box.embed {
        height: calc(100vh - 200px);
    }*/
  /* --- Page Signup (Co-reg) ------------------------------------------------------------------------ */
}
.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: center;
}
.mrw_ext_master .top-box .back-box {
  margin: auto;
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}
.mrw_ext_master > .content-box {
  /*margin-top: 120px;
        min-height: calc(100vh - 150px);
        min-height: 100%;
        padding-bottom: 50px;
        height: calc(100vh - 150px);*/
}
.mrw_ext_master.signupconnect .bottom-box {
  margin-top: 172px;
}
.mrw_ext_master.signupconnect .bottom-poweredby {
  padding-top: 20px;
}
.mrw_ext_master.signupconnect .footer {
  margin-top: 0;
}
.mrw_ext_footer {
  height: 32px;
  margin-top: -32px;
  position: relative;
  width: 100%;
}
.mrw_ext_footer .powerby {
  max-width: 980px;
  margin: auto;
  text-align: center;
  position: relative;
}
.mrw_ext_footer .powerby span {
  font-size: 1.071em;
  vertical-align: middle;
  margin: 0 5px;
}
.mrw_ext_footer .powerby img {
  vertical-align: middle;
}
.embed {
  background-color: transparent;
}
.powerByLink {
  text-decoration: inherit !important;
}
.footer-contact .title {
  font-size: 24px;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1.5px;
  color: #000000;
  font-weight: normal;
  display: inline-block;
  margin: 5px 30px 0 0;
}
/* --- Page ------------------------------------------------------------------------ */
.mrw_ext_page {
  margin: auto;
  position: relative;
  /*h1, h2 {
        font-family: @ext_font_family_title;
        margin: 0;
        font-size: 3.286em;
        line-height: 46px;
        font-weight: normal;
        font-weight: 600;
        font-stretch: extra-condensed;
    }*/
}
.mrw_ext_page h1 {
  margin-block: 0;
}
/* --- Page Home-------------------------------------------------------------------------- */
.mrw_ext_page.home .top-box .top-logo {
  margin: 0;
}
.mrw_ext_page.home > .content-box {
  height: 390px;
  position: relative;
}
.mrw_ext_page.home .img-background {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  min-height: 390px;
  height: 100%;
}
.mrw_ext_page.home h1 {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 64px;
  line-height: 77px;
  font-weight: 600;
  font-stretch: extra-condensed;
  color: #FFFFFF;
  margin: 0;
}
.mrw_ext_page.home .tinted {
  width: 100%;
  min-height: 390px;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
}
.mrw_ext_page.home .action-box .toggle-find.step-find {
  display: none;
}
.mrw_ext_page.home .step-login {
  display: none;
}
.mrw_ext_page.home .action-box {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px 30px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.mrw_ext_page.home .action-box .title {
  text-transform: uppercase;
}
.mrw_ext_page.home .action-box .subtitle {
  max-width: 322px;
  margin: 20px auto 40px auto;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.mrw_ext_page.home .action-box .btnShowFind {
  margin-right: 16px;
}
.mrw_ext_page.home .action-box .step-menu-login {
  padding: 36px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.mrw_ext_page.home .action-box .step-menu-login .btnManageRegistry,
.mrw_ext_page.home .action-box .step-menu-login .btnGoToHome {
  color: #FFFFFF;
  text-decoration: underline;
}
.mrw_ext_page.home .action-box .login-box {
  text-align: center;
  display: block;
  color: #FFFFFF;
}
.mrw_ext_page.home .action-box .login-box .fields-block,
.mrw_ext_page.home .action-box .login-box .group-block {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.mrw_ext_page.home .action-box .login-box .fields-block.login-email,
.mrw_ext_page.home .action-box .login-box .group-block.login-email,
.mrw_ext_page.home .action-box .login-box .fields-block.error,
.mrw_ext_page.home .action-box .login-box .group-block.error {
  display: block;
}
.mrw_ext_page.home .action-box .login-box .group-block .pwdFieldWrapper input.eye_icon_password ~ .btnEyeToggle {
  bottom: 8px;
  right: 4px;
}
.mrw_ext_page.home .action-box .login-box .social-section {
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
}
.mrw_ext_page.home .action-box .login-box .form-section {
  padding: 0px 20px;
}
.mrw_ext_page.home .action-box .login-box .group-a,
.mrw_ext_page.home .action-box .login-box .group-b {
  display: inline-block;
  max-width: 180px;
}
.mrw_ext_page.home .action-box .login-box .group-a {
  padding-right: 18px;
}
.mrw_ext_page.home .action-box .login-box .social {
  display: flex;
  gap: 16px;
}
.mrw_ext_page.home .action-box .login-box .social a {
  display: inline-block;
}
.mrw_ext_page.home .action-box .login-box .social #btnFacebook {
  text-decoration: none;
}
.mrw_ext_page.home .action-box .login-box .social img {
  vertical-align: middle;
  width: 43px;
}
.mrw_ext_page.home .action-box .login-box .lblForgetPassword {
  text-align: right;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.mrw_ext_page.home .action-box .login-box .lblForgetPassword a {
  color: #FFFFFF;
  text-decoration: none;
}
.mrw_ext_page.home .action-box .login-box .buttons-block {
  display: inline-block;
  vertical-align: -32px;
}
.mrw_ext_page.home .action-box .login-box .buttons-block .mrw_ext_button {
  min-width: 125px;
}
.mrw_ext_page.home .action-box .login-box .buttons-block .mrw_ext_button.btnLogin {
  margin-right: 16px;
}
.mrw_ext_page.home .action-box .login-box .error-block {
  color: #e32;
  max-width: 528px;
  margin: 0 auto;
}
.mrw_ext_page.home .action-box .step-find .desc {
  font-weight: 600;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  max-width: 678px;
  margin: 0 auto;
}
.mrw_ext_page.home .action-box .step-find .fields-block {
  display: block;
}
.mrw_ext_page.home .action-box .step-find .fields-block .field-block {
  display: inline-block;
  width: 382px;
  padding-right: 18px;
}
.mrw_ext_page.home .action-box .step-find .fields-block .btnSearchRegistry,
.mrw_ext_page.home .action-box .step-find .fields-block .btnHideFind {
  min-width: 125px;
}
.mrw_ext_page.home .action-box .step-find .fields-block .btnSearchRegistry {
  margin-right: 16px;
}
.mrw_ext_page.home .recent-gift-box {
  padding: 40px;
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mrw_ext_page.home .recent-gift-box .title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 34px;
  line-height: 41px;
  font-weight: normal;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  color: #22372B;
  padding-bottom: 30px;
}
.mrw_ext_page.home .recent-gift-box .container {
  display: flex;
  justify-content: space-between;
  max-width: 1152px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.mrw_ext_page.home .recent-gift-box .container .element {
  width: 234px;
  height: 346px;
  min-height: 1px;
  margin: 15px 12px;
  float: left;
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  /*display: block;
                width: 264px;
                border-top: 1px solid #e5e5e5;
                height: 368px;
                color: #1E1D19;
                padding: 0px 16px;*/
}
.mrw_ext_page.home .recent-gift-box .container .element:hover {
  /*box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.1);
}
.mrw_ext_page.home .recent-gift-box .container .element .image {
  min-width: inherit;
  position: relative;
  margin: 10px;
  height: 200px;
  text-align: center;
  /*padding: 25px 0px 12px 0px;
                    text-align: center;
                    min-height: 240px;*/
}
.mrw_ext_page.home .recent-gift-box .container .element .image img {
  max-width: 232px;
  max-height: 200px;
}
.mrw_ext_page.home .recent-gift-box .container .element .itemTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.mrw_ext_page.home .recent-gift-box .container .element .price {
  font-weight: 600;
  padding: 10px 0;
}
.mrw_ext_page.home .recent-gift-box .container .element .price .sale,
.mrw_ext_page.home .recent-gift-box .container .element .price .clearance {
  display: inline-block;
}
.mrw_ext_page.home .recent-gift-box .container .element .price .reg {
  display: inline-block;
  padding-left: 10px;
  color: #9A9A9A;
  text-decoration: line-through;
}
.mrw_ext_page.home .recent-gift-box .container .element .mrw_ext_button {
  min-width: 232px;
}
.mrw_ext_page.home .recent-gift-box .seeAll {
  text-align: center;
  padding-top: 62px;
  font-weight: 600;
}
.mrw_ext_page.home .recent-gift-box .seeAll a {
  color: #022B49;
  text-decoration: underline;
}
.mrw_ext_page.home .perk-box {
  /*background-image: url('/ExternalApps/BassPro/Images/green_background.jpg');
        background-size: cover;
        background-position: 0% 0%;*/
  background-color: #666666;
  color: #FFFFFF;
}
.mrw_ext_page.home .perk-box .perk-container {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
}
.mrw_ext_page.home .perk-box .perk-container .perk-title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.mrw_ext_page.home .perk-box .perk-container .perk-content {
  display: flex;
  justify-content: space-between;
  max-width: 1132px;
  margin: 0 auto;
}
.mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item {
  display: block;
  width: 264px;
}
.mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item .item-top {
  padding-bottom: 12px;
}
.mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item .item-top .item-subtitle {
  color: #E0D5AF;
  font-weight: 600;
}
.mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item .item-top .item-title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  display: inline-block;
}
.mrw_ext_page.home .travel-box {
  background-image: url('/ExternalApps/BassPro/Images/adventure_together_background.jpg');
  background-size: cover;
  background-position: 100% 100%;
  color: #22372B;
  height: 360px;
  position: relative;
}
.mrw_ext_page.home .travel-box .travel-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 360px;
  box-sizing: border-box;
  padding: 40px;
}
.mrw_ext_page.home .travel-box .travel-container .travel-title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
}
.mrw_ext_page.home .travel-box .travel-container .travel-subtitle {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  /*font-stretch: extra-condensed;*/
  padding: 10px 0 20px 0;
  max-width: 262px;
}
.mrw_ext_page.home .travel-box .travel-container .mrw_ext_button {
  min-width: 158px;
}
.mrw_ext_page.home .travel-box .travel-container .travel-sub {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.mrw_ext_page.home .gift-card-box {
  background-color: #FFFFFF;
  display: block;
  position: relative;
}
.mrw_ext_page.home .gift-card-box .gift-card-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 40px;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-image {
  display: inline-block;
  vertical-align: top;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-image img {
  max-width: 164px;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content {
  display: inline-block;
  padding-left: 25px;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #22372B;
  display: inline-block;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-subtitle {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 10px;
  max-width: 560px;
  display: block;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-button {
  position: absolute;
  right: 40px;
  top: 80px;
}
.mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-button .mrw_ext_button {
  min-width: 160px;
}
.mrw_ext_page.home .club-box {
  background-color: #084D32;
  display: block;
  position: relative;
}
.mrw_ext_page.home .club-box .club-container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 28px 40px;
}
.mrw_ext_page.home .club-box .club-container .club-image {
  display: inline-block;
  vertical-align: top;
}
.mrw_ext_page.home .club-box .club-container .club-image img {
  max-width: 102px;
}
.mrw_ext_page.home .club-box .club-container .club-content {
  display: inline-block;
  padding-left: 74px;
}
.mrw_ext_page.home .club-box .club-container .club-content .club-subtitle {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 18px 0px;
  max-width: 910px;
  display: block;
  color: #FFFFFF;
}
.mrw_ext_page.home .club-box .club-container .club-button {
  position: absolute;
  right: 40px;
  top: 45px;
}
.mrw_ext_page.home .club-box .club-container .club-button .mrw_ext_button {
  min-width: 160px;
}
/* --- Page Signup------------------------------------------------------------------------ */
.mrw_ext_page.signup {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* --- Page Signup (Co-reg) ------------------------------------------------------------------------ */
}
.mrw_ext_page.signup .mrw_ext_inputcheck:focus-visible {
  outline: 2px solid Highlight;
  outline: 2px solid -webkit-focus-ring-color;
}
.mrw_ext_page.signup .required {
  color: #000000;
  font-size: 16px;
}
.mrw_ext_page.signup > .content-box {
  overflow: hidden;
  font-size: 1em;
  margin: auto;
}
.mrw_ext_page.signup > .content-box .title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 77px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  padding: 65px 0 10px 0;
  text-align: center;
  color: #22372B;
}
.mrw_ext_page.signup > .content-box .subtitle {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 0 20px;
  text-align: center;
  color: #22372B;
}
.mrw_ext_page.signup #lblSignupError {
  margin-bottom: 16px;
}
.mrw_ext_page.signup .signup-box {
  min-width: 300px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mrw_ext_page.signup .signup-box .fields-box .mrw_ext_inputselect {
  width: 436px;
}
.mrw_ext_page.signup .signup-box input.eye_icon_password ~ .btnEyeToggle {
  top: 48px;
  bottom: auto;
}
.mrw_ext_page.signup .signup-box .org-info-tip {
  font-size: 0.875rem;
  line-height: 1.6667;
  color: #535353;
  font-weight: 400;
}
.mrw_ext_page.signup .signup-box .org-info-tip .org-info-holder {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 8px;
}
.mrw_ext_page.signup .signup-box .org-info-tip .org-info-holder .org-info-icon {
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
}
.mrw_ext_page.signup .signup-box .mrw_icon2 {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
}
.mrw_ext_page.signup .signup-box .mrw_icon2.icon-info {
  background-image: url('/Images/info-icon.svg');
}
.mrw_ext_page.signup .signup-box .mrw_icon2.icon-info .tooltip-content {
  position: absolute;
  width: 318px;
  padding: 8px 16px;
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  border-radius: 2px;
  background: #fff;
  color: #141414;
  border: 1px solid #141414;
  top: 32px;
  left: -161px;
  opacity: 0;
  transition: opacity ease 350ms;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0px 4px 8px 3px #00000026;
}
.mrw_ext_page.signup .signup-box .mrw_icon2.icon-info .tooltip-content:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.9) transparent;
  border-width: 0px 8px 8px 8px;
  top: -8px;
  content: "";
  left: calc(50% - 16px);
  position: absolute;
  z-index: 99;
}
.mrw_ext_page.signup .signup-box .mrw_icon2.icon-info .tooltip-content.show {
  opacity: 1;
}
.mrw_ext_page.signup .signup-box .fields-box {
  max-width: 438px;
  margin: 10px auto 0;
}
.mrw_ext_page.signup .signup-box .fields-box .password-validation {
  display: inline-block;
  width: calc(100% - 5px);
  top: 5px;
  position: relative;
}
.mrw_ext_page.signup .signup-box .fields-box .password-validation .password-hint {
  padding-bottom: 0;
}
.mrw_ext_page.signup .signup-box .fields-box .password-validation .password-hint .password_hint_content .password_hint_item {
  display: inline-block;
  color: #D64000;
  font-size: 12px;
  line-height: 14px;
}
.mrw_ext_page.signup .signup-box .fields-box .password-validation .message {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #141414;
}
.mrw_ext_page.signup .signup-box .fields-box .group-b.hide {
  display: none;
}
.mrw_ext_page.signup .signup-box .fields-box .group-b.pwdFieldWrapper input.eye_icon_password ~ .btnEyeToggle {
  right: 5px;
}
.mrw_ext_page.signup .signup-box .fields-box .password-hint {
  padding-bottom: 10px;
}
.mrw_ext_page.signup .signup-box .headsup-block {
  margin: 16px 0 12px;
}
.mrw_ext_page.signup .signup-box #txtOrgEventDate {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.mrw_ext_page.signup .signup-box label {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}
.mrw_ext_page.signup .signup-box input {
  font-weight: 400;
}
.mrw_ext_page.signup .field-container {
  display: inline-block;
  margin-top: 2px;
}
.mrw_ext_page.signup .field-container.error {
  border: 1px solid #e32;
}
.mrw_ext_page.signup .fields-block.required-before {
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}
.mrw_ext_page.signup .fields-block input[type="checkbox"] + label {
  display: inline;
  padding-left: 16px;
}
.mrw_ext_page.signup .required label:after {
  color: #ee3322;
  content: ' *';
  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 .password-hint {
  display: none;
}
.mrw_ext_page.signup .agree-block {
  display: flex;
  align-items: baseline;
  height: 30px;
}
.mrw_ext_page.signup .agree-block a {
  color: #3A3C41;
  text-decoration: underline;
}
.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: 12px;
}
.mrw_ext_page.signup .pwdmsg-block.show {
  opacity: 1;
}
.mrw_ext_page.signup .error-block {
  color: #D64000;
  font-size: 14px;
}
.mrw_ext_page.signup .group-block {
  overflow: hidden;
  margin: 8px 0 16px;
}
.mrw_ext_page.signup .group-block > .group-a,
.mrw_ext_page.signup .group-block > .group-b {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mrw_ext_page.signup .group-block > .group-a {
  padding-right: 12px;
}
.mrw_ext_page.signup .group-block > .group-b {
  padding-left: 12px;
}
.mrw_ext_page.signup .group-block.fullsize {
  margin: 16px 0 16px;
}
.mrw_ext_page.signup .group-block.fullsize.typeOfReg {
  margin-top: 0px;
}
.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-b {
  margin-top: 28px;
}
.mrw_ext_page.signup .group-block:after {
  clear: both;
  content: "";
}
.mrw_ext_page.signup #tool-tip-block {
  overflow: visible;
  min-height: 100px;
  display: flex;
}
.mrw_ext_page.signup #tool-tip-block .tutor-tooltip {
  transform: translateY(-16px);
}
.mrw_ext_page.signup #tool-tip-block .pwdFieldWrapper {
  float: none;
}
.mrw_ext_page.signup #tool-tip-block:has( .error) .tutor-tooltip {
  transform: translateY(-39px);
}
.mrw_ext_page.signup .tutor-tooltip .tutor-tooltip-body {
  font-family: inherit;
}
.mrw_ext_page.signup .tutor-tooltip .tutor-tooltip-ok-button {
  background-color: #22372B;
  color: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.mrw_ext_page.signup.signupcoregistration > .content-box .embed .fields-block {
  padding-bottom: 15px;
}
.mrw_ext_page.signup.signupcoregistration > .content-box .title {
  margin: 32px 0 0 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;
  justify-content: center;
  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: 14px;
  margin-top: 8px;
  font-style: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.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: 10px 0;
  box-sizing: border-box;
  font-size: 18px;
  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 .makeitprivate-lbl,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate .makeitprivate-lbl {
  margin: 10px 0 10px 4px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #makeitprivate #lblImportant,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate #lblImportant {
  width: 101px;
  height: 32px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.mrw_ext_page.signup.signupcoregistration #temporary-pw-block #makeitprivate #lblWouldYouLikeToMakeItPrivate,
.mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate #lblWouldYouLikeToMakeItPrivate {
  width: 445px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.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 .fields-box .fields-block {
  margin: 0 0 18px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .fields-block.pst_inputselect3-holder {
  padding-top: 8px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .fields-block .agree-block input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
  vertical-align: text-top;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .fields-block .agree-block input[type="checkbox"] + label {
  line-height: 1.5;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box #txtRewardsNumber {
  margin-top: 13px;
  margin-bottom: 32px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box label {
  font-size: 1rem;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .help-box-required {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 18px;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .help-box-required:before {
  content: "*";
  color: #ee3322;
  display: inline;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .controls {
  margin-top: 30px;
  justify-content: flex-start;
}
.mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .controls .btnNext {
  width: auto;
  min-width: 208px;
}
.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;
  width: 436px;
}
.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 Extension------------------------------------------------------------------------ */
.mrw_ext_page.signup-extension > .content-box {
  font-size: 1em;
  color: #22372B;
  text-align: center;
  width: 100%;
  max-width: 1010px;
  margin: auto;
  overflow: hidden;
  padding-top: 65px;
}
.mrw_ext_page.signup-extension > .content-box .subtitle {
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: 0px;
  opacity: 1;
  text-align: center;
  padding: 0;
  margin: 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;
  text-align: center;
  font-family: 'Bebas Neue';
  font-size: 64px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 10px;
}
.mrw_ext_page.signup-extension > .content-box .userdetails {
  font-weight: 700;
  font-size: 1.125rem;
}
.mrw_ext_page.signup-extension > .content-box .userdetails span {
  font-weight: 400;
}
.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-user {
  padding-top: 3px;
}
.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: #22372B;
  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 #22372B;
  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;
  padding-top: 24px;
}
.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 .box-action .mrw_ext_button.green {
  border: 2px solid #22372B;
}
/* --- Page SearchResults----------------------------------------------------------------- */
.mrw_ext_page.searchResults {
  min-height: 363px;
  top: auto;
  transform: none;
  max-width: 100%;
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
.mrw_ext_page.searchResults .pnlSearchTop {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px;
  text-align: center;
}
.mrw_ext_page.searchResults .pnlSearchTop .title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 77px;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  padding: 65px 0 10px 0;
  text-align: center;
  color: #22372B;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-sub {
  text-align: right;
  font-weight: 600;
  text-decoration: underline;
}
.mrw_ext_page.searchResults .pnlSearchTop .control-sub > a {
  opacity: 1;
  transition: opacity ease 250ms;
}
.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: 20px 10px 20px 30px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item:nth-child(2n+1) {
  background: #F9F9F9;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item:hover {
  text-decoration: none;
  /*background: #EBEBEB;*/
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
  float: left;
  width: 90%;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title {
  float: left;
  width: 55%;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title .title-name {
  font-weight: 600;
}
.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;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-location {
  float: left;
  width: 27%;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-eventdate {
  float: left;
  width: 18%;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
  float: left;
  width: 10%;
  text-align: center;
}
.mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action .mrw_ext_button {
  min-width: 0;
  padding: 6px 19px;
}
.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: #ffffff;
  margin: 3em auto;
  width: 2em;
  height: 4em;
  box-shadow: inset #ffffff 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: #ffffff;
}
/* --- Page Recent Gifts (Live Gift Feed) ----------------------------------------------------------------- */
.mrw_ext_page.recentGifts {
  padding: 40px;
}
.mrw_ext_page.recentGifts .recent-gifts-container {
  max-width: 1440px;
  margin: 0 auto;
}
.mrw_ext_page.recentGifts .recent-gifts-container .title {
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 34px;
  line-height: 41px;
  font-weight: normal;
  font-weight: 600;
  font-stretch: extra-condensed;
  text-transform: uppercase;
  color: #22372B;
  padding: 28px 0 30px;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box {
  font-family: 'Cabin', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  max-width: 1206px;
  margin: 0 auto;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box #main {
  margin: 0px 5px 20px 5px;
  position: relative;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box #tiles {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container {
  list-style: none;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container a {
  text-decoration: none;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container {
  width: 234px;
  margin: 15px 12px;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container:hover {
  /*box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.1);
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .mrm_community_image_container {
  min-width: inherit;
  position: relative;
  margin: 10px;
  height: 200px;
  text-align: center;
  /*padding: 25px 0px 12px 0px;
                    text-align: center;
                    min-height: 240px;*/
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .mrm_community_image_container .gift-image {
  max-width: 232px;
  max-height: 200px;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .community-gift-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .community-gift-price {
  font-weight: 600;
  padding: 10px 0;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .community-gift-price .sale,
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .community-gift-price .clearance {
  display: inline-block;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .community-gift-price .reg {
  display: inline-block;
  padding-left: 10px;
  color: #9A9A9A;
  text-decoration: line-through;
}
.mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box .community-gift-container .gift-image-container .button-addToMR .mrw_ext_button {
  min-width: 232px;
}
/* --- Page Visitor Password ------------------------------------------------------------------------ */
.mrw_ext_page.visitorpassword {
  /* &:after {
            content: "";
            display: block;
            float: none;
            clear: both;
        }*/
}
.mrw_ext_page.visitorpassword .page-content {
  max-width: 640px;
  margin: auto;
  height: 70vh;
}
.mrw_ext_page.visitorpassword .page-content .displayNone {
  display: none;
}
.mrw_ext_page.visitorpassword .page-content .mrw_ext_inputtext {
  width: 438px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #707070;
  line-height: 28px;
  padding: 10px;
}
.mrw_ext_page.visitorpassword .page-content .mrw_ext_inputtext.error {
  border: 1px solid #e32;
}
.mrw_ext_page.visitorpassword .page-content .error-message {
  position: relative;
  text-align: left;
  font-size: 14px;
  padding-left: 3px;
  padding-top: 3px;
  color: #d64000;
  font-weight: 500;
  left: 68px;
  width: fit-content;
}
.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 p {
  margin: 0px 0px 30px 0px;
  font-size: 18px;
  font-weight: bold;
}
.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_inputtext {
  width: 438px;
  height: 40px;
}
.mrw_ext_page.visitorpassword .page-content .mrw_ext_button {
  margin: 20px 0px 24px 0px;
  min-width: 0px;
  padding: 7px 19px;
}
.mrw_ext_page.visitorpassword .page-content #linkHavePassword,
.mrw_ext_page.visitorpassword .page-content #linkDontHavePassword {
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}
.mrw_ext_page.visitorpassword .page-content .content-title {
  text-align: center;
  margin: 60px 10px 0px 10px;
}
.mrw_ext_page.visitorpassword .page-content .content-title h1 {
  font-family: 'Bebas Neue';
  font-size: 64px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 10px;
}
.mrw_ext_page.visitorpassword .box-password {
  text-align: center;
  padding: 30px;
  padding-top: 0px;
  box-sizing: border-box;
}
.mrw_ext_page.visitorpassword .box-password .password-label {
  font-size: 1.143em;
  margin: 10px 0;
}
.mrw_ext_page.visitorpassword .box-password .password-field {
  margin: 10px 0;
}
.mrw_ext_page.visitorpassword .box-password .pwdFieldWrapper {
  display: inline-block;
}
.mrw_ext_page.visitorpassword .box-password .pwdFieldWrapper input.eye_icon_password ~ .btnEyeToggle {
  right: 11px;
}
.mrw_ext_page.visitorpassword .box-request {
  text-align: center;
  padding: 30px;
  padding-top: 0px;
  box-sizing: border-box;
  position: relative;
  /* &:before {
                height: 60%;
                content: "";
                display: block;
                border-left: 1px solid @ext_color_black;
                position: absolute;
                left: 0;
            }*/
}
.mrw_ext_page.visitorpassword .box-request .request-label {
  font-size: 1.143em;
  margin: 10px 0;
}
.mrw_ext_page.visitorpassword .box-request .request-field {
  margin: 20px 0 12px 0px;
}
#searchresults-page .ui-autocomplete.advanced-list {
  border-radius: 0;
  font-family: 'Cabin', Arial, Helvetica, 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: #2a2a2a;
  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: #2a2a2a;
  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 .controls {
  margin-top: 15px;
}
.pnlSignupSuccess .controls .btnGetStarted {
  width: 234px;
}
/*Login Panel ----------------------------------------------------------------------------------------*/
.mrw_ext_master .login-box .error-block {
  color: #e32;
}
/* === 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: 4.5em;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .subtitle {
  margin: 20px 0;
  font-size: 1.571em;
  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;
  text-align: left;
  top: 15px;
  position: relative;
}
.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: 0 !important;
}
.mrw_ext_master.template-a .mrw_ext_page.home .action-box .login-box {
  margin-top: 15px;
}
.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 16px 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: 15px;
  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;
}
.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;
}
.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: block;
  text-align: left;
  top: 15px;
  position: relative;
}
/* === Template B (Vertical)  ========================================================================================================================= */
.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;
}
.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 .action-box {
  height: 100%;
  width: 294px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.mrw_ext_master.template-b .mrw_ext_page.home .action-box .title {
  margin: 30px 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: 3.6em;
  font-weight: 200;
}
.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.5em;
  font-weight: 200;
  margin: 30px;
}
.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: 15px;
}
.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: block;
  text-align: left;
  top: 2px;
  position: relative;
}
.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;
}
/* === 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 .content-box {
  background-size: cover;
  background-position: top center;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box {
  position: absolute;
  top: 30%;
  left: 50%;
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  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: 50px 30px;
  max-width: 950px;
}
.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: 40px auto;
  max-width: 740px;
  font-size: 2em;
  font-weight: 300;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .sep {
  border-color: rgba(255, 255, 255, 0.75);
  width: 20%;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .mrw_ext_button {
  font-size: 1.286em;
  min-width: 220px;
  margin: 10px;
}
.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;
  text-align: left;
  top: 15px;
  position: relative;
}
.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: 20%;
  min-width: 120px;
}
.mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box {
  margin-top: 15px;
}
.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: 7px;
}
.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;
}
.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: block;
  text-align: left;
  top: 15px;
  position: relative;
}
/* === 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 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);
}
html.touch input[type="date"].mrw_ext_inputtext {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.875H11.375V0.625H10.125V1.875H3.875V0.625H2.625V1.875H2C1.3125 1.875 0.75 2.4375 0.75 3.125V13.125C0.75 13.8125 1.3125 14.375 2 14.375H12C12.6875 14.375 13.25 13.8125 13.25 13.125V3.125C13.25 2.4375 12.6875 1.875 12 1.875ZM12 13.125H2V5H12V13.125Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: calc(100% - 6px) 50%;
  text-align: left;
  position: relative;
  background-color: transparent;
  height: 45px;
  line-height: 39px;
  padding-top: 0;
  align-items: center;
  padding-bottom: 15px;
}
html.touch input[type="date"].mrw_ext_inputtext:before {
  color: inherit;
  content: "MM/DD/YYYY" !important;
  opacity: 0.7;
  position: absolute;
  left: 17px;
  top: 3px;
  letter-spacing: 0.535px;
}
html.touch input[type="date"].mrw_ext_inputtext::-webkit-date-and-time-value {
  text-align: left;
  position: relative;
  top: 8px;
  left: 2px;
}
html.touch input[type="date"].mrw_ext_inputtext:focus:before,
html.touch input[type="date"].mrw_ext_inputtext:focus-within:before,
html.touch input[type="date"].mrw_ext_inputtext:focus-visible:before,
html.touch input[type="date"].mrw_ext_inputtext.mobile-hide-ph:before {
  content: "" !important;
}
html.touch input[type="date"]::-webkit-calendar-picker-indicator,
html.touch input[type="date"] .datetime-calendar-button {
  background-image: none;
  opacity: 0;
  cursor: pointer;
  position: relative;
  right: 3.5%;
}
html.touch input[type="date"]::-webkit-calendar-picker-indicator:focus-visible,
html.touch input[type="date"] .datetime-calendar-button:focus-visible {
  outline-color: -webkit-focus-ring-color;
  outline-color: Highlight;
}
html:not(.ff) .mrw_ext_inputtext[type="date"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.875H11.375V0.625H10.125V1.875H3.875V0.625H2.625V1.875H2C1.3125 1.875 0.75 2.4375 0.75 3.125V13.125C0.75 13.8125 1.3125 14.375 2 14.375H12C12.6875 14.375 13.25 13.8125 13.25 13.125V3.125C13.25 2.4375 12.6875 1.875 12 1.875ZM12 13.125H2V5H12V13.125Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 16px) 50%;
  text-transform: uppercase;
}
html:not(.ff) .mrw_ext_inputtext[type="date"]::-webkit-calendar-picker-indicator,
html:not(.ff) .mrw_ext_inputtext[type="date"] .datetime-calendar-button {
  background-image: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  -webkit-appearance: none;
}
html:not(.ff) .mrw_ext_inputtext[type="date"]::-webkit-calendar-picker-indicator:focus-visible,
html:not(.ff) .mrw_ext_inputtext[type="date"] .datetime-calendar-button:focus-visible {
  outline-color: -webkit-focus-ring-color;
  outline-color: Highlight;
}
html.safari input[type="date"]::-webkit-datetime-edit {
  position: relative;
  top: 6px;
  left: -6px;
}
html.os-android input[type="date"] {
  -webkit-appearance: none;
}
html.os-android input[type="date"].mrw_ext_inputtext:before {
  top: 3px;
  left: 14px;
  font-size: 14px;
}
/* --- 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;
}
/* Bass Pro Custom Tippy Theme */
.tippy-box[data-theme~="tip-basspro"] {
  background-color: #FFFFFF;
  color: #141414;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.tippy-box[data-theme~="tip-basspro"] .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-basspro"] .tippy-content p {
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: 0.5px;
}
.tippy-box[data-theme~="tip-basspro"] .tippy-content .mrw_ext_button {
  padding: 4px 24px;
  font-size: 0.875rem;
  line-height: 1.333;
  display: inline-block;
  font-weight: 400;
  height: auto;
  min-width: 0;
  border-width: 1px;
  border-radius: 0px;
  text-transform: none;
  letter-spacing: 0;
  background-color: #22372B;
  border-color: #22372B;
  color: #FFFFFF;
  width: auto;
}
.tippy-box[data-theme~="tip-basspro"][data-theme~="tip-email-exists"] {
  width: 275px;
}
@media only screen and (max-width: 500px) {
  .tippy-box[data-theme~="tip-basspro"][data-theme~="tip-email-exists"] {
    width: 248px;
  }
}
.tippy-box[data-theme~="tip-basspro"] .tippy-arrow {
  z-index: 1;
}
.tippy-box[data-theme~="tip-basspro"][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #141414;
  bottom: -8px;
}
.tippy-box[data-theme~="tip-basspro"][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #141414;
}
.tippy-box[data-theme~="tip-basspro"][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #141414;
}
.tippy-box[data-theme~="tip-basspro"][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #141414;
  top: -8px;
}
/* --- MEDIA (Height) ----------------------------------------------------------------------------------- */
@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 {
    position: relative;
    top: auto;
    transform: none;
  }
  /*#index-page .mrw_ext_master > .content-box {
        height: calc(100vh - 50px);
    }*/
  #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-width: 500px) {
  a.mrw_ext_button,
  a.mrw_ext_button.disabled,
  .mrw_ext_button {
    width: 45%;
    max-width: 45%;
  }
  .mrw_ext_page.home .action-box .step-find .fields-block .btnSearchRegistry {
    margin-right: 7%;
  }
  .mrw_ext_page.home .action-box .step-find .fields-block .field-block {
    width: 100%;
  }
}
@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 (max-width: 1440px) {
  .mrw_ext_page.home .img-background {
    background-size: 1440px 100%;
    background-position: 50% 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .mrw_ext_page.home .club-box .club-container .club-content .club-subtitle {
    max-width: 566px;
  }
}
@media only screen and (max-width: 1140px) {
  .mrw_ext_page.home .recent-gift-box .container {
    flex-wrap: wrap;
    max-width: 600px;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-content {
    flex-wrap: wrap;
    width: 100%;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item {
    display: block;
    width: 438px;
    padding-bottom: 30px;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item.double {
    flex-basis: 700px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-subtitle {
    max-width: 480px;
  }
}
@media only screen and (max-width: 900px) {
  .mrw_ext_page.home .action-box .subtitle {
    margin: 20px auto;
  }
  .mrw_ext_page.home .action-box .login-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
  }
  .mrw_ext_page.home .action-box .login-box .social-section {
    display: block;
    text-align: left;
    border: none;
    flex-basis: 100%;
  }
  .mrw_ext_page.home .action-box .login-box .form-section {
    padding-left: 0px;
  }
  .mrw_ext_page.home .action-box .login-box .error {
    flex-basis: 100%;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item {
    width: 326px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-image img {
    max-width: 276px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-subtitle {
    max-width: 370px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-button {
    position: relative;
    right: 0;
    top: 30px;
    padding-bottom: 40px;
  }
  .mrw_ext_page.home .club-box .club-container .club-image {
    vertical-align: sub;
  }
  .mrw_ext_page.home .club-box .club-container .club-content {
    padding-left: 20px;
  }
  .mrw_ext_page.home .club-box .club-container .club-content .club-subtitle {
    padding: 0px;
  }
  .mrw_ext_page.home .club-box .club-container .club-content .club-button {
    position: relative;
    right: 0;
    top: 20px;
    padding-bottom: 30px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 85%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc .desc-title {
    width: 50%;
  }
  .mrw_ext_page.recentGifts .recent-gifts-container .recent-gifts-box #main {
    margin: 0px 5px 20px -10px;
    position: relative;
  }
}
@media only screen and (max-width: 785px) {
  .mrw_ext_page.home .action-box .theme-title1 {
    margin-bottom: 16px;
  }
  .mrw_ext_page.home .action-box .login-box {
    flex-direction: column;
    justify-content: center;
  }
  .mrw_ext_page.home .action-box .login-box .social-section {
    text-align: center;
  }
  .mrw_ext_page.signup .fields-block #tool-tip-block .tutor-tooltip {
    transform: translateX(64px) translateY(-16px);
  }
  .mrw_ext_page.signup .fields-block #tool-tip-block:has( .error) .tutor-tooltip {
    transform: translateX(64px) translateY(-53px);
  }
  .mrw_ext_page.signup.signupcoregistration #signup-connect-block #makeitprivate #lblWouldYouLikeToMakeItPrivate {
    width: 100%;
  }
  .mrw_ext_page.signup-extension .box-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
}
@media only screen and (max-width: 760px) {
  .mrw_ext_page.home .club-box .club-container .club-content {
    padding-left: 0px;
    padding-top: 25px;
  }
  .mrw_ext_page.signup .signup-box .fields-box {
    width: 81%;
  }
  .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 .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-flex;
  }
}
@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: #ffffff !important;
    bottom: 0;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home > .content-box {
    height: 580px;
  }
  /* --- 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 .action-box {
    height: auto;
    position: absolute;
    width: 100%;
    background: #ffffff !important;
    padding: 30px;
    max-width: 690px;
    bottom: 0;
    border-top: 1px solid transparent;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .controls {
    max-width: 230px;
    margin: 40px auto 15px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home > .content-box {
    height: 720px;
  }
  /* --- Template C ----------------------------------------------------------------------------------- */
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box {
    height: auto;
  }
  .mrw_ext_master.template-c .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-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: 94%;
    margin-bottom: 10px;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .login-box .lblForgetPassword {
    margin-top: 11px;
    margin-bottom: 0;
    float: none;
  }
  .mrw_ext_master.template-c .mrw_ext_page.home .content-box .action-box .controls.step-find .desc {
    margin-bottom: 25px;
    display: block;
  }
  .mrw_ext_master.template-c .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-c .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-c .mrw_ext_page.home .content-box .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
    width: 50%;
    max-width: 180px;
  }
  .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;
  }
}
@media only screen and (max-width: 640px) {
  /* -- Page Search Result -------------------------*/
  .mrw_ext_page.searchResults .pnlSearchTop {
    padding: 0 10px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item {
    min-height: 68px;
  }
  .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_master.signupconnect .bottom-box {
    margin-top: 16px;
  }
  .mrw_ext_page.signup .signup-box .org-info-tip .mrw_icon2.icon-info .tooltip-content {
    /* left: -280px;
                        right: auto;*/
    left: auto;
    right: -40px;
    max-width: 230px;
  }
  .mrw_ext_page.signup .signup-box .org-info-tip .mrw_icon2.icon-info .tooltip-content:before {
    left: calc(85% - 16px);
  }
  .mrw_ext_page.signup.signupcoregistration .breadcrumb {
    top: 0;
  }
  .mrw_ext_page.signup.signupcoregistration #signup-connect-block .title {
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 62px;
  }
  .mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .fields-block {
    margin: 0 0 16px;
  }
  .mrw_ext_page.signup.signupcoregistration #signup-connect-block .fields-box .fields-block.help-box-required {
    margin: 0;
  }
}
@media only screen and (max-width: 620px) {
  .mrw_ext_master > .content-box {
    height: 100%;
  }
  .mrw_ext_page {
    position: relative;
    top: auto;
    transform: none;
  }
  .mrw_ext_page.signup-extension {
    padding: 0 16px;
  }
  /*SignUp Page -----------------------------------------------------*/
  .mrw_ext_page.signup .no-wrap {
    white-space: nowrap;
  }
  .mrw_ext_page.visitorpassword .page-content .mrw_ext_inputtext {
    width: 280px;
  }
  /*--- Search Panel (before Search Results)--------------------------*/
  .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: calc(50% - 30px);
    max-width: 180px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_button.btnSearchRegistry {
    width: 50%;
    margin-top: 25px;
    max-width: 180px;
  }
  .mrw_ext_master.template-a .mrw_ext_page.home .action-box .controls.step-find .mrw_ext_linkback {
    top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* Page Signup ---------------------------------------------------- */
  .mrw_ext_page.signup[mode='signup'] .login-box {
    display: none;
  }
  .mrw_ext_page.signup[mode='login'] .signup-box {
    display: none;
  }
  #sectionOrganization {
    width: 100%;
    padding-left: 0px;
  }
  .mrw_ext_page.signup .signup-box .fields-box {
    width: 100%;
    float: none;
    max-width: 358px;
    margin: 0 auto;
  }
  .mrw_ext_page.signup .signup-box label {
    text-align: left;
  }
  .mrw_ext_page.signup .group-block > .group-a,
  .mrw_ext_page.signup .group-block > .group-b {
    width: 50%;
    display: inline-block;
  }
  .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.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;
  }
  .mrw_ext_page.signup.signupcoregistration #txtEventDate {
    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;
  }
  #LP_DIV_2018 {
    /*-- Chat ---------------------------------------------------- */
  }
  #LP_DIV_2018 #PST_Chat .chat_link {
    height: 48px;
    width: 48px;
    background-size: cover;
  }
}
@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;
  }
}
@media only screen and (max-width: 540px) {
  /* -- Page Search Result -------------------------*/
  .mrw_ext_page.searchResults .pnlSearchItems .search-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 530px) {
  /*.mrw_ext_page.signup .signup-box label span {
        display: block;
    }*/
}
@media only screen and (max-width: 500px) {
  .mrw_ext_master .img-background {
    background-image: url('/ExternalApps/BassPro/Images/default_bg_mobile.png');
  }
  /*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 .lblForgetPassword {
    margin-top: 11px;
    margin-bottom: 0;
    float: none;
  }
  /* -- Page Search Result -------------------------*/
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 76%;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-action {
    width: 15%;
    text-align: right;
  }
  .mrw_ext_page.home > .content-box {
    min-height: 368px;
  }
  .mrw_ext_page.home .img-background {
    background-size: 546px 100%;
    background-position: 90% 100%;
  }
  .mrw_ext_page.home .tinted {
    min-height: 368px;
  }
  .mrw_ext_page.home h1 {
    font-size: 42px;
    line-height: 40px;
  }
  .mrw_ext_page.home .action-box {
    padding: 40px 30px 30px;
  }
  .mrw_ext_page.home .action-box .title {
    max-width: 240px;
    margin: 0 auto 16px;
  }
  .mrw_ext_page.home .action-box .subtitle {
    margin: 20px auto;
    padding: 0;
  }
  .mrw_ext_page.home .action-box .toggle-login.toggle-find.step-menu {
    max-width: 210px;
    margin: 0 auto;
  }
  .mrw_ext_page.home .action-box .toggle-login.toggle-find.step-menu.step-menu-login {
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .mrw_ext_page.home .action-box .toggle-find.step-find {
    margin-top: 20px;
  }
  .mrw_ext_page.home .action-box .btnShowFind {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .mrw_ext_page.home .action-box .step-find .fields-block {
    text-align: left;
  }
  .mrw_ext_page.home .action-box .step-find .fields-block .field-block {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 18px;
  }
  .mrw_ext_page.home .action-box .login-box {
    margin-top: 0px;
    align-items: flex-start;
  }
  .mrw_ext_page.home .action-box .login-box .social-section {
    padding: 0;
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 4px;
  }
  .mrw_ext_page.home .action-box .login-box .social-section .desc {
    display: inline-block;
  }
  .mrw_ext_page.home .action-box .login-box .social-section .social {
    display: inline-flex;
  }
  .mrw_ext_page.home .action-box .login-box .social-section .social img {
    width: 35px;
  }
  .mrw_ext_page.home .action-box .login-box .form-section {
    padding: 0px;
    width: 100%;
  }
  .mrw_ext_page.home .action-box .login-box .form-section .login-email {
    display: block;
  }
  .mrw_ext_page.home .action-box .login-box .form-section .fullsize {
    display: block;
  }
  .mrw_ext_page.home .action-box .login-box .form-section .fullsize .group-a {
    padding-right: 0px;
    padding-bottom: 5px;
    display: block;
    max-width: 100%;
  }
  .mrw_ext_page.home .action-box .login-box .form-section .fullsize .group-b {
    display: block;
    max-width: 100%;
  }
  .mrw_ext_page.home .action-box .login-box .buttons-block {
    vertical-align: -16px;
    display: flex;
    row-gap: 16px;
  }
  .mrw_ext_page.home .action-box .login-box .error-block {
    margin: -70px auto 0;
    font-size: 16px;
  }
  .mrw_ext_page.home .recent-gift-box {
    padding: 40px 20px;
  }
  .mrw_ext_page.home .recent-gift-box .container {
    max-width: 290px;
  }
  .mrw_ext_page.home .recent-gift-box .container .element .image {
    margin: 0px;
  }
  .mrw_ext_page.home .recent-gift-box .container .element .mrw_ext_button {
    width: 232px;
  }
  .mrw_ext_page.home .recent-gift-box .seeAll {
    padding-top: 0px;
  }
  .mrw_ext_page.home .perk-box .perk-container {
    padding: 20px;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-title {
    max-width: 240px;
  }
  .mrw_ext_page.home .perk-box .perk-container .perk-content .perk-item {
    width: 100%;
    padding-bottom: 56px;
  }
  .mrw_ext_page.home .travel-box {
    color: #FFFFFF;
    background-size: auto 474px;
    background-position: 79% 100%;
  }
  .mrw_ext_page.home .travel-box .travel-tinted {
    width: 100%;
    height: 360px;
    position: absolute;
    background-color: black;
    opacity: 0.25;
    top: 0px;
    left: 0px;
  }
  .mrw_ext_page.home .travel-box .travel-container {
    padding: 20px;
  }
  .mrw_ext_page.home .travel-box .travel-container .travel-subtitle {
    max-width: 246px;
  }
  .mrw_ext_page.home .travel-box .travel-container .travel-sub {
    bottom: 20px;
    right: 20px;
  }
  .mrw_ext_page.home .travel-box .travel-container .travel-sub img {
    max-width: 175px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container {
    padding: 20px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-image img {
    max-width: 335px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content {
    display: inline-block;
    padding-left: 0px;
    padding-top: 24px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-button {
    padding-bottom: 40px;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-content .gift-card-button .mrw_ext_button {
    min-width: 156px;
  }
  .mrw_ext_page.signup .content-box .title {
    font-size: 42px;
    line-height: 40px;
  }
  .mrw_ext_page.signup .agree-block {
    height: 50px;
  }
  .mrw_ext_page.searchResults .pnlSearchTop .title {
    font-size: 42px;
    line-height: 40px;
  }
  .mrw_ext_page.visitorpassword {
    padding: 0;
  }
  .mrw_ext_page.visitorpassword .page-content {
    padding: 0px 20px;
    box-shadow: none;
    height: 80vh;
  }
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 42px;
  }
  .mrw_ext_page.visitorpassword .page-content .content-title {
    margin: 0px 10px;
  }
  .mrw_ext_page.visitorpassword .page-content .content-title .title-reg {
    font-size: 48px;
    line-height: 24px;
  }
  .mrw_ext_page.visitorpassword .page-content .content-title .title-sec {
    font-size: 24px;
    line-height: 24px;
  }
  .mrw_ext_page.visitorpassword .page-content .box-content .box-password {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    /*display: none;*/
  }
  .mrw_ext_page.visitorpassword .page-content .box-content .box-password .password-action {
    text-align: center;
  }
  .mrw_ext_page.visitorpassword .page-content .box-content .box-request {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    /*display: block;*/
  }
  .mrw_ext_page.visitorpassword .page-content .box-content .box-request .request-action {
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  /* Global Styles ---------------------------------------------------- */
  .mrw_ext_master.template-a .top-box,
  .mrw_ext_master.template-b .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 {
    height: 50px;
    background-size: auto 30px;
    background-position: center;
  }
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 42px;
  }
  .mrw_ext_page.signup .signup-box label {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 380px) {
  #popSharedUrlPanel .mrw_ext_dialogpanel {
    width: 315px;
  }
  .mrw_ext_page.home .action-box .login-box .error-block {
    font-size: 12px;
    margin: -74px auto 0;
  }
  .mrw_messagepanel {
    width: 315px;
    margin: 0 auto;
    margin-left: -170px;
  }
  .mrw_ext_page.signup .signup-box label {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 18px;
  }
  /* Global Styles ---------------------------------------------------- */
  /*body {
        font-size: 12px;
    }*/
  /*a.mrw_ext_button, a.mrw_ext_button.disabled {
        font-size: 1.171em;
    }*/
  .mrw_ext_master .top-box .btnGlobalBack {
    left: 2%;
    top: 21px;
  }
  .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: #ffffff;
  }
  .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 .action-box {
    background: #ffffff;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .title {
    margin: 7px 10px 15px;
  }
  .mrw_ext_master.template-b .mrw_ext_page.home .action-box .subtitle {
    margin: 17px 39px;
    font-size: 1.514em;
    margin: 10px 39px;
  }
  .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 > .content-box {
    height: 620px;
  }
  /* 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: -10px;
  }
  .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 0 0 0;
  }
  .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;
  }
}
@media only screen and (max-width: 375px) {
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 26px;
  }
  .mrw_ext_page.visitorpassword .page-content .content-title .title-reg {
    font-size: 40px;
  }
}
@media only screen and (max-width: 360px) {
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 18px;
  }
}
@media only screen and (max-width: 348px) {
  .mrw_ext_page.home .action-box .toggle-login.toggle-find.step-menu.step-menu-login {
    padding: 20px 0 0 0;
  }
  .mrw_ext_page.home .gift-card-box .gift-card-container .gift-card-image img {
    max-width: 280px;
  }
  .mrw_ext_page.searchResults .pnlSearchItems .search-item .item-desc {
    width: 72%;
  }
  .mrw_ext_page.home .action-box .login-box .buttons-block .mrw_ext_button {
    min-width: 118px;
  }
  .mrw_ext_page.home .action-box .subtitle {
    margin: 10px auto;
  }
  .mrw_ext_page.home .action-box .step-find .fields-block .btnSearchRegistry,
  .mrw_ext_page.home .action-box .step-find .fields-block .btnHideFind {
    min-width: 118px;
  }
  .mrw_ext_page.visitorpassword .page-content .error-message {
    left: 18px;
  }
}