/**
 * Fonts
 */
@font-face {
  font-family: 'AvenirBook';
  src: url("../fonts/AvenirBook.eot");
  src: url("../fonts/AvenirBook.eot") format("embedded-opentype"), url("../fonts/AvenirBook.woff") format("woff"), url("../fonts/AvenirBook.ttf") format("truetype"), url("../fonts/AvenirBook.svg#AvenirBook") format("svg");
}
@font-face {
  font-family: 'AvenirRoman';
  src: url("../fonts/AvenirRoman.eot");
  src: url("../fonts/AvenirRoman.eot") format("embedded-opentype"), url("../fonts/AvenirRoman.woff") format("woff"), url("../fonts/AvenirRoman.ttf") format("truetype"), url("../fonts/AvenirRoman.svg#AvenirRoman") format("svg");
}
@font-face {
  font-family: 'AvenirMedium';
  src: url("../fonts/AvenirMedium.eot");
  src: url("../fonts/AvenirMedium.eot") format("embedded-opentype"), url("../fonts/AvenirMedium.woff") format("woff"), url("../fonts/AvenirMedium.ttf") format("truetype"), url("../fonts/AvenirMedium.svg#AvenirMedium") format("svg");
}
@font-face {
  font-family: 'AvenirMediumOblique';
  src: url("../fonts/AvenirMediumOblique.eot");
  src: url("../fonts/AvenirMediumOblique.eot") format("embedded-opentype"), url("../fonts/AvenirMediumOblique.woff") format("woff"), url("../fonts/AvenirMediumOblique.ttf") format("truetype"), url("../fonts/AvenirMediumOblique.svg#AvenirMediumOblique") format("svg");
}
@font-face {
  font-family: 'AvenirHeavy';
  src: url("../fonts/AvenirHeavy.eot");
  src: url("../fonts/AvenirHeavy.eot") format("embedded-opentype"), url("../fonts/AvenirHeavy.woff") format("woff"), url("../fonts/AvenirHeavy.ttf") format("truetype"), url("../fonts/AvenirHeavy.svg#AvenirHeavy") format("svg");
}
@font-face {
  font-family: 'AvenirBlack';
  src: url("../fonts/AvenirBlack.eot");
  src: url("../fonts/AvenirBlack.eot") format("embedded-opentype"), url("../fonts/AvenirBlack.woff") format("woff"), url("../fonts/AvenirBlack.ttf") format("truetype"), url("../fonts/AvenirBlack.svg#AvenirBlack") format("svg");
}
/**
 * Helpers/Utilities
 */
/* Visibility */
.only-mobile {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .only-mobile {
    display: block !important;
  }
}

.only-desktop {
  display: block !important;
}
@media only screen and (max-width: 480px) {
  .only-desktop {
    display: none !important;
  }
}

.only-mobile-list {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .only-mobile-list {
    display: block !important;
  }
}

.only-desktop-list {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .only-desktop-list {
    display: none !important;
  }
}

/* Text */
.text-center {
  text-align: center;
}

/* Spacing */
.mt-30 {
  margin-top: 30px;
}

/* Grid */
.column-wide-8 {
  flex: 0 0 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}

.column-wide-4 {
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.column-wide-7 {
  flex: 0 0 62.6666666667% !important;
  max-width: 62.6666666667% !important;
}

.column-wide-5 {
  flex: 0 0 37.3333333334% !important;
  max-width: 37.3333333334% !important;
}

@media only screen and (max-width: 480px) {
  .column-wide-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .column-wide-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .column-wide-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .column-wide-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* Other */
.hpm-pos-rel {
  position: relative;
}

/* OLD - iOS 6-, Safari 3.1-6 */
.row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 40em) {
  .row {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
  }
}

/**
 * Global
 */
/* Container & Lightbox */
.hpm-container {
  font-family: 'AvenirBook';
  font-size: 24px;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  position: relative;
}

.hpm-container b {
  font-family: 'AvenirBlack';
}

.hpm-container td,
.hpm-container th {
  border-bottom: none;
  padding: 0;
  text-align: left;
}

.hpm-container fieldset,
.hpm-container form {
  margin-bottom: 0;
}

.hpm-lightbox {
  max-width: 1200px;
}
@media only screen and (max-width: 480px) {
  .hpm-lightbox {
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.hpm-hr {
  border-color: #414042;
  width: 50px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .hpm-hr {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 320px) {
  .hpm-hr {
    margin: 1.5rem 0;
  }
}

/* Alerts */
.hpm-alert {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-family: 'AvenirMedium';
  font-size: 12px;
  background-color: #de4a51;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 8px;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .hpm-alert {
    width: 90%;
  }
}
.hpm-alert span {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.hpm-alert span:nth-child(2) {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.hpm-alert img {
  display: block;
  width: 30px;
}

/* Close button */
.hpm-close {
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 10;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 480px) {
  .hpm-close {
    top: 34px;
  }
}

.hpm-close:hover {
  opacity: 0.3;
}

.hpm-close::before,
.hpm-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #8f9ba7;
}
@media only screen and (max-width: 480px) {
  .hpm-close::before,
  .hpm-close::after {
    width: 4px;
    background-color: #7a4792;
  }
}

.hpm-close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.hpm-close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/**
 * Login page/view
 */
.hpm-login a {
  font-family: 'AvenirBlack';
  color: #231f20;
  text-decoration: underline;
}

.hpm-login p {
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 880px) {
  .hpm-login p {
    font-size: 14px;
    margin-top: 30px;
  }
}

.hpm-login .hpm-header {
  display: none !important;
  position: relative;
  left: 0;
  z-index: 1;
  height: 90px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0 );
  border-bottom: 1px solid #939598;
  padding: 15px;
}
@media screen and (max-width: 360px) {
  .hpm-login .hpm-header {
    height: 80px;
  }
}

.hpm-login .hpm-header .hpm-logo {
  width: 65px;
  float: left;
}
@media screen and (max-width: 360px) {
  .hpm-login .hpm-header .hpm-logo {
    width: 45px;
    margin-top: 5px;
  }
}

.hpm-login .hpm-header h2 {
  font-family: 'AvenirHeavy';
  float: left;
  font-size: 23px;
  margin-left: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 360px) {
  .hpm-login .hpm-header h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .hpm-show-header .hpm-login .hpm-header {
    display: block !important;
  }
}
.hpm-login .hpm-col-image {
  padding-right: 80px;
  padding-top: 90px;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  .hpm-login .hpm-col-image {
    padding-right: 60px;
  }
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-col-image {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .hpm-login .hpm-col-image {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-login .hpm-col-image {
    display: none !important;
  }
}

.hpm-login .hpm-col-form-2 {
  padding-left: 230px !important;
  padding-right: 230px !important;
}
@media screen and (max-width: 1115px) {
  .hpm-login .hpm-col-form-2 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-col-form-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.hpm-login .hpm-col-form {
  font-family: 'AvenirRoman';
  text-align: center;
  padding-left: 100px;
  padding-right: 70px;
}
@media screen and (max-width: 1115px) {
  .hpm-login .hpm-col-form {
    padding-left: 60px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-col-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media screen and (max-width: 640px) {
  .hpm-login .hpm-col-form {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-login .hpm-col-form {
    margin-top: 20px;
  }
}

.hpm-login .hpm-col-form .hpm-logo {
  width: 116px;
  margin: 100px auto 30px;
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-col-form .hpm-logo {
    width: 90px;
    margin: 80px auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-login .hpm-col-form .hpm-logo {
    margin-top: 40px;
  }
}

.hpm-login .hpm-col-form h1 {
  font-size: 28px;
  line-height: 1.571;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .hpm-login .hpm-col-form h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-col-form h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-login .hpm-col-form h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .hpm-login .hpm-col-form h1 {
    font-size: 18px;
  }
}

.hpm-login .hpm-input-id {
  font-family: 'AvenirBlack';
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #414042;
  height: 72px;
  line-height: 72px;
  border-color: #dedede !important;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.1rem solid #d1d1d1;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0 );
  width: 100%;
}
.hpm-login .hpm-input-id::placeholder {
  color: #d7d9db;
  opacity: 1;
}
.hpm-login .hpm-input-id:focus {
  border-color: #e30d7d;
}
@media screen and (max-width: 880px) {
  .hpm-login .hpm-input-id {
    font-size: 24px;
    height: 62px;
    line-height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .hpm-login .hpm-input-id {
    font-size: 22px;
    height: 52px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-login .hpm-input-id {
    font-size: 20px;
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 360px) {
  .hpm-login .hpm-input-id {
    font-size: 18px;
  }
}

.hpm-login .button.hpm-button-login {
  width: 70%;
  height: 68px;
  margin-bottom: 0;
  background-color: #e30d7d;
  border-color: #e30d7d;
  border-radius: 34px;
  font-family: 'AvenirMedium';
  font-size: 28px;
  letter-spacing: 0.4rem;
  margin-top: 1rem;
  color: #ffffff;
}
.hpm-login .button.hpm-button-login:hover {
  background-color: #c60c6d;
}
@media screen and (max-width: 880px) {
  .hpm-login .button.hpm-button-login {
    height: 58px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .hpm-login .button.hpm-button-login {
	  width: 60%;
    height: 42px;
    font-size: 22px;
  }
}


.hpm-login .button.hpm-button-confirm {
  width: 35%;
  height: 48px;
  margin-bottom: 0;
  background-color: #e30d7d;
  border-color: #e30d7d;
  border-radius: 34px;
  font-family: 'AvenirMedium';
  font-size: 18px;
  letter-spacing: 0.4rem;
}
.hpm-login .button.hpm-button-confirm:hover {
  background-color: #c60c6d;
}
@media only screen and (max-width: 767px) {
  .hpm-login .button.hpm-button-confirm {
	  width: 45%;
    height: 38px;
    font-size: 16px;
	  padding: 0 2.0rem;
		  letter-spacing: 0.2rem;
  }
}
@media only screen and (max-width: 414px) {
  .hpm-login .button.hpm-button-confirm {
     width: 80%;
	  margin-top: 15px;
  }
}


.hpm-login .button.hpm-button-cancel {
  width: 35%;
  height: 48px;
  margin-bottom: 0;
  background-color: white;
  border: 2px solid #3d3a3b;
  border-radius: 34px;
  font-family: 'AvenirMedium';
  font-size: 18px;
  letter-spacing: 0.4rem;
  color: #3d3a3b;
}
.hpm-login .button.hpm-button-cancel:hover {
  background-color: #3d3a3b;
	color: white;
}
@media only screen and (max-width: 767px) {
  .hpm-login .button.hpm-button-cancel {
	  width: 45%;
    height: 38px;
    font-size: 16px;
	  padding: 0 2.0rem;
	  letter-spacing: 0.2rem;
  }
}
@media only screen and (max-width: 414px) {
  .hpm-login .button.hpm-button-cancel  {
     width: 80%;
  }
}

.hpm-rememberqr{
	font-family: 'AvenirMedium';
	font-size: 16px;
	margin-left: 5px;
}

/**
 * List page/view
 */
/* List column */
.hpm-list .hpm-col-list {
  padding-left: 70px;
  padding-right: 15px;
}
@media screen and (max-width: 860px) {
  .hpm-list .hpm-col-list {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .hpm-list .hpm-col-list {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-list .hpm-col-list {
    order: 1;
    -webkit-order: 1;
    flex: 0 0 0 !important;
    max-width: none !important;
    margin-bottom: 60px;
    margin-top: 0;
  }
}

.hpm-list .hpm-col-list h1 {
  font-family: 'AvenirMedium';
  color: #e30d7d;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .hpm-list .hpm-col-list h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-col-list h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-list .hpm-col-list h1 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-list h1 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.hpm-list .hpm-col-list h3 {
  font-family: 'AvenirBlack';
  color: #414042;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-list h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-list h3 {
    font-size: 12px;
  }
}

.hpm-list .hpm-scrollable {
  height: 230px;
  overflow: scroll;
  overflow-x: hidden;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-scrollable {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-scrollable {
    height: 170px;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-scrollable {
    height: 120px;
  }
}
.hpm-list .hpm-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.hpm-list .hpm-scrollable::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.hpm-list .hpm-col-list .hpm-form-row {
  width: 90%;
  margin-bottom: 20px;
  position: relative;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-list .hpm-form-row {
    margin-bottom: 10px;
  }
}

.hpm-list .hpm-col-list .hpm-form-row:last-child {
  margin-bottom: 0;
}

.hpm-list .hpm-col-list .hpm-input-radio {
  position: absolute;
  margin-top: 7px;
  margin-left: -30px;
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-list .hpm-input-radio {
    margin-top: 9px;
    margin-left: -20px;
  }
}

.hpm-list .hpm-col-list .hpm-input-label {
  font-size: 21px;
  font-weight: 400;
  color: #414042;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-col-list .hpm-input-label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-list .hpm-input-label {
    font-size: 16px;
    line-height: normal;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-list .hpm-input-label {
    font-size: 14px;
  }
}

.hpm-list .hpm-col-list .hpm-form-text {
  display: block;
  font-family: 'AvenirMediumOblique';
  font-size: 12px;
  font-weight: 700;
  color: #e30d7d;
  margin-bottom: 0;
}
.hpm-list .hpm-col-list .hpm-form-text span {
  font-family: 'AvenirBlack';
  color: #414042;
  font-size: 13px;
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-list .hpm-form-text {
    font-size: 10px;
  }
}

/* Summary column - aside  */
.hpm-list .button.hpm-button-continue {
  width: 90%;
  height: 56px;
  margin-bottom: 0;
  background-color: #1e9cd7;
  border-color: #1e9cd7;
  border-radius: 34px;
  font-family: 'AvenirMedium';
  font-size: 22px;
  letter-spacing: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .hpm-list .button.hpm-button-continue {
    width: 70%;
    height: 48px;
    font-size: 18px;
  }
}

.hpm-button-sticky {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -30px;
  background-color: white;
  margin-right: -30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .hpm-button-sticky {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-button-sticky {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .hpm-button-sticky {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.hpm-button-sticky .button.hpm-button-continue {
  width: 50%;
  height: 38px;
  background-color: #1e9cd7;
  border-color: #1e9cd7;
  margin-bottom: 0;
  font-size: 18px;
}
@media screen and (max-width: 320px) {
  .hpm-button-sticky .button.hpm-button-continue {
    height: 32px;
    font-size: 16px;
    line-height: 0;
  }
}

.hpm-list .hpm-col-summary {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 125px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 860px) {
  .hpm-list .hpm-col-summary {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
}
@media screen and (max-width: 800px) {
  .hpm-list .hpm-col-summary {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-list .hpm-col-summary {
    order: -1;
    -webkit-order: -1;
    flex: 0 0 0 !important;
    max-width: none !important;
    height: auto;
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hpm-list .hpm-col-summary p.lead {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -.1rem;
  line-height: 1.6;
  margin-bottom: 2.0rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-col-summary p.lead {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .hpm-list .hpm-col-summary p.lead {
    line-height: normal;
    margin-bottom: 15px;
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary p.lead {
    font-size: 16px;
  }
}

.hpm-list .hpm-col-summary p {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary p {
    font-size: 12px;
  }
}

.hpm-list .hpm-col-summary .hpm-table {
  margin-top: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-col-summary .hpm-table {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .hpm-list .hpm-col-summary .hpm-table {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary .hpm-table {
    margin-top: 0;
  }
}

.hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(2) td,
.hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(4) td {
  padding: 1rem 0 0;
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(2) td,
  .hpm-list .hpm-col-summary .hpm-table tbody tr:nth-child(4) td {
    padding: 0;
  }
}

.hpm-list .hpm-col-summary .hpm-table p {
  font-family: 'AvenirHeavy';
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .hpm-list .hpm-col-summary .hpm-table p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-summary .hpm-table p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary .hpm-table p {
    margin-top: 5px;
  }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-paracik {
  font-family: 'AvenirBlack';
  font-size: 26px;
  color: #f1c220;
  border: none;
  border-bottom: 1px solid #f1c220;
  border-radius: 0;
  margin-bottom: 0;
}
.hpm-list .hpm-col-summary .hpm-table .hpm-paracik:focus {
  border-color: #f1c220;
}
@media only screen and (max-width: 480px) {
  .hpm-list .hpm-col-summary .hpm-table .hpm-paracik {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-paracik-border {
  border: 2px solid #f1c220;
}

.hpm-list .hpm-col-summary .hpm-table span {
  font-family: 'AvenirHeavy';
  font-size: 22px;
}

.hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik,
.hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik span {
  font-family: 'AvenirBook';
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik,
  .hpm-list .hpm-col-summary .hpm-table .hpm-kalan-paracik span {
    font-size: 12px;
  }
}

.hpm-list .hpm-col-summary .hpm-table .hpm-cart .hpm-icon-cart {
  width: 20px;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}
.hpm-list .hpm-col-summary .hpm-table .hpm-cart span {
  position: absolute;
  background-color: #c0bfc1;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  color: #414042;
  font-size: 8px !important;
  text-align: center;
  top: -6px;
  left: 16px;
  padding-top: 1px;
}

.hpm-list .hpm-col-summary .hpm-table .hpm-tl-border {
  font-family: 'AvenirBlack' !important;
  font-size: 25px !important;
  border: 1px solid #dfe1e3;
  display: block;
  text-align: center;
  height: 38px;
}

/* Close button */
@media only screen and (max-width: 480px) {
  .hpm-close .hpm-list-close {
    top: 25px !important;
  }
}

/* Row */
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}

/**
 * Cta page/view
 */
.hpm-cta {
  position: relative;
  font-family: 'AvenirMedium';
  max-width: 420px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .hpm-cta {
    max-width: 100%;
  }
}

.hpm-white {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  color: #b2b8c3;
  -webkit-box-shadow: 0px 5px 0px 0px #e7e7e8;
  -moz-box-shadow: 0px 5px 0px 0px #e7e7e8;
  box-shadow: 0px 5px 0px 0px #e7e7e8;
}
@media only screen and (max-width: 480px) {
  .hpm-white {
    -webkit-box-shadow: 0px 2px 0px 0px #e7e7e8;
    -moz-box-shadow: 0px 2px 0px 0px #e7e7e8;
    box-shadow: 0px 2px 0px 0px #e7e7e8;
  }
}

.hpm-grey {
  background-color: #bfc4cd;
  border: 1px solid #bfc4cd;
  color: white;
  -webkit-box-shadow: 0px 5px 0px 0px #919aa3;
  -moz-box-shadow: 0px 5px 0px 0px #919aa3;
  box-shadow: 0px 5px 0px 0px #919aa3;
}
@media only screen and (max-width: 480px) {
  .hpm-grey {
    -webkit-box-shadow: 0px 2px 0px 0px #919aa3;
    -moz-box-shadow: 0px 2px 0px 0px #919aa3;
    box-shadow: 0px 2px 0px 0px #919aa3;
  }
}

.hpm-pink {
  background-color: #e81e89;
  border: 1px solid #e81e89;
  color: white;
  -webkit-box-shadow: 0px 5px 0px 0px #b12d70;
  -moz-box-shadow: 0px 5px 0px 0px #b12d70;
  box-shadow: 0px 5px 0px 0px #b12d70;
}
@media only screen and (max-width: 480px) {
  .hpm-pink {
    -webkit-box-shadow: 0px 2px 0px 0px #b12d70;
    -moz-box-shadow: 0px 2px 0px 0px #b12d70;
    box-shadow: 0px 2px 0px 0px #b12d70;
  }
}
.hpm-pink:hover, .hpm-pink:focus, .hpm-pink:hover strong, .hpm-pink:focus strong {
  color: #ff94cf !important;
}

.hpm-cta-logo {
  width: 40px;
  margin-left: 3rem;
  float: left;
}
@media only screen and (max-width: 480px) {
  .hpm-cta-logo {
    margin-left: 2rem;
    width: 34px;
    margin-top: 2px;
  }
}
@media (max-width: 320px) {
  .hpm-cta-logo {
    margin-left: 1rem;
  }
}

.hpm-vl {
  height: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
  border-left: 1px solid;
  float: left;
}
@media only screen and (max-width: 480px) {
  .hpm-vl {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (max-width: 320px) {
  .hpm-vl {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.hpm-cta-text {
  font-size: 20px;
  margin-top: 5px;
  float: left;
}
@media (max-width: 320px) {
  .hpm-cta-text {
    font-size: 18px;
  }
}

.hpm-cta-text strong {
  color: #e81e89;
}

.hpm-arrow {
  position: absolute;
  right: 3rem;
  margin-top: 0.4rem;
}
@media (max-width: 320px) {
  .hpm-arrow {
    right: 2.5rem;
  }
}

.hpm-arrow span {
  position: absolute;
  height: 0.2rem;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.hpm-arrow span:nth-child(1) {
  width: 1.5rem;
  top: 1.5rem;
  left: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.hpm-arrow span:nth-child(2) {
  width: 1.5rem;
  top: 1.5rem;
  left: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.hpm-arrow-right span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hpm-arrow-right span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hpm-white .hpm-arrow span {
  background-color: #b1b8c4;
}

.hpm-grey .hpm-arrow span, .hpm-pink .hpm-arrow span {
  background-color: #fff;
}

.hpm-pink .hpm-cta-text strong {
  color: #fff;
}

/**
 * Status page/view
 */
.hpm-status {
  font-family: 'AvenirBook';
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 5px 0px 0px #e7e7e8;
  -moz-box-shadow: 0px 5px 0px 0px #e7e7e8;
  box-shadow: 0px 5px 0px 0px #e7e7e8;
}
@media only screen and (max-width: 480px) {
  .hpm-status {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 2px 0px 0px #e7e7e8;
    -moz-box-shadow: 0px 2px 0px 0px #e7e7e8;
    box-shadow: 0px 2px 0px 0px #e7e7e8;
  }
}

.hpm-status-title {
  font-family: 'AvenirMedium';
  font-size: 16px;
  color: #e81e89;
  letter-spacing: normal;
  margin-bottom: 5px;
}
@media (max-width: 320px) {
  .hpm-status-title {
    font-size: 14px;
  }
}

.hpm-status-subtitle {
  font-size: 18px;
  line-height: 1.2;
  color: #414042;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .hpm-status-subtitle {
    font-size: 16px;
  }
}

.hpm-status-body {
  -ms-flex: 1;
  flex: 1;
}

.hpm-status-logo {
  width: 95px;
  height: 80px;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .hpm-status-logo {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 320px) {
  .hpm-status-logo {
    width: auto;
    height: 50px;
  }
}

.hpm-text {
  float: left;
  margin-top: 5px;
  font-size: 20px;
}

.hpm-text strong {
  color: #e81e89;
}

.hpm-edit, .hpm-delete {
  width: 13px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 2px;
}

.hpm-status-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hpm-status-actions > a {
  font-family: 'AvenirBlack';
  font-size: 11px;
  color: #f1c220;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hpm-status-actions > a:hover, .hpm-status-actions > a:focus {
  opacity: 0.7;
}

/*# sourceMappingURL=hopi-merchant.css.map */
