@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

/** Font **/
body {
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/** Colors **/
.danger {
  color: #bc1f1f; }

/** Media Queries **/
/** Btns **/
.btn-primary {
  background-color: #bc1f1f;
  border: 2px solid #bc1f1f;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #a61818;
    border-color: #a61818; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem #ffe1e1 !important; }
  .btn-primary.place-order {
    width: 100%;
    min-width: 230px; }

.btn-secondary {
  width: 100%;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  background-color: transparent;
  border: 2px solid #E2E8EF; }
  .btn-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff; }
  .btn-secondary .bi {
    margin-right: 10px; }

.btn-outline-primary {
  color: #bc1f1f;
  border-color: #bc1f1f;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-outline-primary:active, .btn-outline-primary:hover {
    background-color: #a61818;
    border-color: #a61818; }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem #ffe1e1 !important; }
  .btn-outline-primary .bi {
    margin-right: 10px; }

.btn-success {
  background-color: #3CA71C;
  border: 2px solid #3CA71C;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-info {
  background-color: #2151D8;
  border: 2px solid #2151D8;
  color: #fff;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-info .bi {
    margin-right: 10px; }
  .btn-info:active, .btn-info:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    color: #fff; }

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0; }
  .cta-btns .cancel {
    margin-top: 20px; }
  .cta-btns div:last-child {
    margin-top: 20px; }
    .cta-btns div:last-child .btn-primary .bi,
    .cta-btns div:last-child .btn-success .bi {
      margin-left: 10px; }
  @media all and (min-width: 768px) {
    .cta-btns {
      justify-content: space-evenly; }
      .cta-btns .cancel,
      .cta-btns div:last-child {
        margin-top: 0px; } }

.margin-center {
  margin: 0 auto; }

/** Alert **/
.alert {
  background: #EFF6FF;
  border-color: #EFF6FF;
  color: #2151D8;
  font-size: 0.875rem; }

.note-text {
  color: #2151D8;
  font-size: 0.75rem; }

.note-text-gray {
  color: #65758C;
  font-size: 0.75rem; }

.text-gray {
  color: #65758C; }

.msg-text {
  font-size: 1rem;
  color: #bc1f1f; }

/** Table **/
.table .table-head {
  background: #f1f5f9; }
.table tbody {
  color: #65758C; }

/** Body due to the fixed menu **/
body.not-front {
  padding-top: 75px;
  min-height: 75px; }

.visuallyhidden {
  display: none; }

/** Links **/
.main-link {
  color: #bc1f1f;
  text-decoration: none;
  font-weight: bold; }
  .main-link:hover {
    text-decoration: underline;
    color: #a61818; }

img {
  width: 100%; }

/** Container Size **/
@media all and (min-width: 1200px) {
  .container {
    max-width: 960px; } }
/** Radio Btns */
.form-check-input:checked {
  background-color: #bc1f1f;
  border-color: #bc1f1f; }
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #ffe1e1; }

/** Modal **/
.modal {
  top: 10%; }
  @media all and (min-width: 768px) {
    .modal .modal-dialog {
      max-width: 600px; } }
  .modal#distributionOptions, .modal#distributionCost {
    top: 0%;
    color: #64748b; }
    @media all and (min-width: 768px) {
      .modal#distributionOptions .modal-dialog.distributionOptions,
      .modal#distributionOptions .modal-dialog.distributionCost, .modal#distributionCost .modal-dialog.distributionOptions,
      .modal#distributionCost .modal-dialog.distributionCost {
        min-width: 700px; } }
    @media all and (min-width: 992px) {
      .modal#distributionOptions .modal-dialog.distributionOptions,
      .modal#distributionOptions .modal-dialog.distributionCost, .modal#distributionCost .modal-dialog.distributionOptions,
      .modal#distributionCost .modal-dialog.distributionCost {
        min-width: 900px; } }
    .modal#distributionOptions .modal-dialog.distributionOptions #optionsTitle,
    .modal#distributionOptions .modal-dialog.distributionCost #optionsTitle, .modal#distributionCost .modal-dialog.distributionOptions #optionsTitle,
    .modal#distributionCost .modal-dialog.distributionCost #optionsTitle {
      font-weight: bold; }
    .modal#distributionOptions .modal-dialog.distributionOptions .content-header,
    .modal#distributionOptions .modal-dialog.distributionCost .content-header, .modal#distributionCost .modal-dialog.distributionOptions .content-header,
    .modal#distributionCost .modal-dialog.distributionCost .content-header {
      font-weight: bold;
      display: none; }
      @media all and (min-width: 768px) {
        .modal#distributionOptions .modal-dialog.distributionOptions .content-header,
        .modal#distributionOptions .modal-dialog.distributionCost .content-header, .modal#distributionCost .modal-dialog.distributionOptions .content-header,
        .modal#distributionCost .modal-dialog.distributionCost .content-header {
          display: flex; } }
    .modal#distributionOptions .modal-dialog.distributionOptions .btn-close,
    .modal#distributionOptions .modal-dialog.distributionCost .btn-close, .modal#distributionCost .modal-dialog.distributionOptions .btn-close,
    .modal#distributionCost .modal-dialog.distributionCost .btn-close {
      background: #bc1f1f url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") center/1em auto no-repeat;
      border-radius: 50px; }
    .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description,
    .modal#distributionOptions .modal-dialog.distributionCost .distribution-description, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description,
    .modal#distributionCost .modal-dialog.distributionCost .distribution-description {
      background-color: #f1f5f9;
      border: 1px solid #dee2e6; }
      .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description .distribution-type,
      .modal#distributionOptions .modal-dialog.distributionCost .distribution-description .distribution-type, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description .distribution-type,
      .modal#distributionCost .modal-dialog.distributionCost .distribution-description .distribution-type {
        background: #334155;
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 5px;
        font-weight: bold; }
      .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description .distribution-info,
      .modal#distributionOptions .modal-dialog.distributionCost .distribution-description .distribution-info, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description .distribution-info,
      .modal#distributionCost .modal-dialog.distributionCost .distribution-description .distribution-info {
        padding: 10px; }
        @media all and (min-width: 768px) {
          .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description .distribution-info,
          .modal#distributionOptions .modal-dialog.distributionCost .distribution-description .distribution-info, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description .distribution-info,
          .modal#distributionCost .modal-dialog.distributionCost .distribution-description .distribution-info {
            padding: 10px 0; } }
        .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description .distribution-info.list,
        .modal#distributionOptions .modal-dialog.distributionCost .distribution-description .distribution-info.list, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description .distribution-info.list,
        .modal#distributionCost .modal-dialog.distributionCost .distribution-description .distribution-info.list {
          font-weight: bold; }
          @media all and (min-width: 768px) {
            .modal#distributionOptions .modal-dialog.distributionOptions .distribution-description .distribution-info.list,
            .modal#distributionOptions .modal-dialog.distributionCost .distribution-description .distribution-info.list, .modal#distributionCost .modal-dialog.distributionOptions .distribution-description .distribution-info.list,
            .modal#distributionCost .modal-dialog.distributionCost .distribution-description .distribution-info.list {
              padding-right: 5px; } }

.modal-backdrop.show {
  opacity: 0.8; }

/** Placeholder**/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #65758C;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #65758C; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #65758C; }

.form-control,
.form-select {
  color: #65758C; }

.spacer {
  width: 100%;
  height: 1px;
  background-color: #E2E8EF;
  margin: 30px auto; }

.spacer-2 {
  width: calc(100% - 20px);
  height: 1px;
  background-color: #E2E8EF;
  margin: 10px auto; }

.loader {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto; }
  .loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #bc1f1f;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .loader div:nth-child(1) {
      left: 8px;
      -webkit-animation: lds-ellipsis1 0.6s infinite;
      animation: lds-ellipsis1 0.6s infinite; }
    .loader div:nth-child(2) {
      left: 8px;
      -webkit-animation: lds-ellipsis2 0.6s infinite;
      animation: lds-ellipsis2 0.6s infinite; }
    .loader div:nth-child(3) {
      left: 32px;
      -webkit-animation: lds-ellipsis2 0.6s infinite;
      animation: lds-ellipsis2 0.6s infinite; }
    .loader div:nth-child(4) {
      left: 56px;
      -webkit-animation: lds-ellipsis3 0.6s infinite;
      animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0); } }
/* Inline form */
.form-check-inline-mr {
  margin-right: 0.9rem; }

.tooltip-inner {
  max-width: 250px; }

body {
  overflow-x: hidden; }

#header {
  background: #bc1f1f;
  color: #fff;
  min-height: 75px; }
  #header nav {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px; }
    @media all and (min-width: 1200px) {
      #header nav {
        position: relative; } }
    #header nav .nav-links {
      opacity: 0;
      position: fixed;
      left: 0px;
      height: 94vh;
      top: 75px;
      background-color: #bc1f1f;
      display: flex;
      flex-direction: column;
      width: 100%;
      transform: translateX(-100%);
      transition: opacity 0.3s, transform 0.5s ease-in;
      z-index: 9999;
      padding: 20px 0px; }
      @media all and (min-width: 768px) {
        #header nav .nav-links {
          width: 40%;
          height: auto; } }
      @media all and (min-width: 1200px) {
        #header nav .nav-links {
          position: absolute;
          transform: translateX(-300%);
          transition: opacity 0.3s, transform 0.7s ease-in; } }
      #header nav .nav-links li {
        list-style: none;
        opacity: 0; }
        #header nav .nav-links li a {
          display: flex;
          align-items: center;
          color: #fff;
          text-decoration: none;
          font-weight: normal;
          text-transform: uppercase; }
          #header nav .nav-links li a:hover {
            text-decoration: underline; }
          #header nav .nav-links li a .bi {
            margin-right: 10px; }
      #header nav .nav-links .spacer {
        width: calc(100% - 2rem);
        height: 2px;
        background: #c05a5a;
        margin: 10px 1rem; }
      #header nav .nav-links.nav-active {
        transform: translateX(0%);
        opacity: 1; }
    #header nav .branding-container {
      display: flex;
      align-items: center;
      justify-content: center; }
      #header nav .branding-container .burger {
        cursor: pointer; }
        #header nav .branding-container .burger div {
          width: 25px;
          height: 3px;
          background-color: #fff;
          margin: 5px;
          transition: all 0.3s ease; }
      #header nav .branding-container .logo-container {
        margin-left: 10px; }
        #header nav .branding-container .logo-container img {
          width: 220px; }
          @media all and (min-width: 768px) {
            #header nav .branding-container .logo-container img {
              width: 100%; } }
    #header nav .store-info {
	    text-align: center;
	    margin-left: 20px;
	}
	
	#header nav .store-name {
	    font-weight: bold;
	    font-size: 16px;
	    color: #FFF;
	}
	#header nav .store-number {
	    font-size: 14px;
	    color: #FFF;
	    margin-top: 2px;
	}
    #header nav .header-phone-container a.btn {
      width: auto; }
      #header nav .header-phone-container a.btn .bi {
        margin-right: 0; }
      #header nav .header-phone-container a.btn span {
        display: none; }
      @media all and (min-width: 768px) {
        #header nav .header-phone-container a.btn {
          width: 220px; }
          #header nav .header-phone-container a.btn .bi {
            margin-right: 10px; }
          #header nav .header-phone-container a.btn span {
            display: block; } }
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
  #header .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px); }
  #header .toggle .line2 {
    opacity: 0; }
  #header .toggle .line3 {
    width: 25px !important;
    transform: rotate(45deg) translate(-5px, -6px); }

.contact-block {
  background-color: #f1f5f9;
  margin: 20px 0;
  padding: 60px 20px;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .contact-block textarea {
    margin: 20px 0; }
    @media all and (min-width: 768px) {
      .contact-block textarea {
        width: 60%; } }

#up {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  width: 100%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #a61818;
  color: white;
  cursor: pointer;
  transition: visibility 0s, opacity 300ms ease-in-out; }
  #up .bi {
    font-weight: bold;
    width: 1.5rem;
    height: 1.5rem; }
  @media all and (min-width: 992px) {
    #up {
      width: auto;
      bottom: 10px;
      right: 20px;
      padding: 15px;
      border-radius: 50%; } }

.main-page {
  padding-top: 15vh; }
  @media all and (min-width: 768px) {
    .main-page {
      max-width: 500px; } }
  .main-page .front-logo {
    max-width: 220px;
    margin-bottom: 20px; }
  .main-page .form-signin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column; }
    .main-page .form-signin .site-password {
      margin-bottom: 20px; }
    .main-page .form-signin .btn {
      margin: 20px auto; }
  .main-page .site-user {
    margin: 20px 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .main-page .site-user .bi {
      position: absolute;
      right: 15px; }
  .main-page #resetPassword {
    display: none; }
    .main-page #resetPassword .reset-pass-btns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 30px 0; }
      .main-page #resetPassword .reset-pass-btns div:last-child {
        margin-top: 20px; }
        .main-page #resetPassword .reset-pass-btns div:last-child .btn-primary .bi,
        .main-page #resetPassword .reset-pass-btns div:last-child .btn-success .bi {
          margin-left: 10px; }
      @media all and (min-width: 768px) {
        .main-page #resetPassword .reset-pass-btns {
          justify-content: space-between; }
          .main-page #resetPassword .reset-pass-btns .cancel,
          .main-page #resetPassword .reset-pass-btns div:last-child {
            margin-top: 0px; } }

.front-block {
  position: relative;
  background-color: #f1f5f9;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 80px 20px;
  border-radius: 10px; }
  .front-block .subtitle {
    font-weight: normal;
    color: #64748b; }
  .front-block .block-logo {
    max-width: 240px; }
  .front-block .block-footer {
    background-color: #818690;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 10px; }
    .front-block .block-footer p {
      margin-bottom: 0;
      font-size: 0.8em; }
  .front-block .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }
  .front-block .block-content {
    position: relative; }
  .front-block.doit-4me {
    background: url(../images/doit4me-bg-17MA01180C.jpg) center center no-repeat;
    background-size: cover; }
  .front-block.retail-block {
    background: url(../images/TV_HeroImage-retailevents.jpg) center center no-repeat;
    background-size: cover; }
    .front-block.retail-block .overlay {
      background-color: rgba(0, 0, 0, 0.8); }
    .front-block.retail-block .block-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .front-block.retail-block .block-content h1 {
        color: #fff; }
  .front-block.contact-temporal {
    background: url(../images/TV_HeroImage-contact.jpg) center center no-repeat;
    background-size: cover; }
    .front-block.contact-temporal .overlay {
      background-color: rgba(0, 0, 0, 0.8); }
    .front-block.contact-temporal .block-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .front-block.contact-temporal .block-content h1 {
        color: #fff; }

/** Page Header  **/
.title-container {
  background: #f1f5f9;
  padding: 40px 0; }
  .title-container .title {
    margin-bottom: 0px;
    font-weight: bold; }
    .title-container .title span {
      color: #bc1f1f; }

/** Order Steps **/
.order-steps {
  margin: 20px auto; }
  .order-steps h4 {
    color: #bc1f1f;
    text-transform: capitalize;
    font-weight: bold; }
  .order-steps .stepper-numbers {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    font-size: 12px;
    color: #65758C; }
    @media all and (min-width: 768px) {
      .order-steps .stepper-numbers {
        width: 600px;
        font-size: 16px; } }
    .order-steps .stepper-numbers .stepper-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1; }
      .order-steps .stepper-numbers .stepper-item:before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #bc1f1f;
        width: 100%;
        top: 15px;
        left: -50%;
        z-index: 2; }
      .order-steps .stepper-numbers .stepper-item:after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #bc1f1f;
        width: 100%;
        top: 15px;
        left: 50%;
        z-index: 2; }
      .order-steps .stepper-numbers .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #bc1f1f;
        background: #fff;
        margin-bottom: 6px; }
      .order-steps .stepper-numbers .stepper-item.active
      .step-counter {
        box-shadow: inset 0px 0px 0px 8px #bc1f1f; }
      .order-steps .stepper-numbers .stepper-item:after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #bc1f1f;
        width: 100%;
        top: 15px;
        left: 50%;
        z-index: 3; }
      .order-steps .stepper-numbers .stepper-item:first-child:before, .order-steps .stepper-numbers .stepper-item:last-child:after {
        content: none; }

/** Content w wrapper**/
.content-wrapper {
  padding: 10px;
  background: #f1f5f9; }
  @media all and (min-width: 992px) {
    .content-wrapper {
      padding: 20px; } }
  .content-wrapper .content-wrapper-container {
    background: #fff;
    padding: 10px; }
    .content-wrapper .content-wrapper-container .alert {
      margin: 20px auto; }

/** Success Table **/
.success-container {
  border: 1px solid #dee2e6; }

/** Programs Main Page **/
.program-info {
  margin: 30px auto 40px auto; }
  .program-info .program-benefits {
    background: #f1f5f9;
    color: #64748b;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px; }
    .program-info .program-benefits .title {
      font-weight: bold;
      margin-bottom: 20px;
      color: #212529; }
    .program-info .program-benefits .bi {
      margin-right: 10px;
      color: #3CA71C; }
  .program-info .program-how-it-works {
    padding: 0 20px 20px 20px;
    color: #64748b; }
    .program-info .program-how-it-works .title {
      color: #bc1f1f;
      font-weight: bold;
      margin-bottom: 20px; }
  .program-info .program-examples .title {
    color: #bc1f1f;
    font-weight: bold;
    margin-bottom: 20px; }
  .program-info .divider {
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background: #CDD7E2; }
  .program-info .divider-2 {
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background: #000; }

.events-page {
  /* Shipping Page */ }
  .events-page .events-title-container {
    background: #f1f5f9;
    padding: 40px 0; }
    .events-page .events-title-container .title {
      margin-bottom: 0px;
      font-weight: bold; }
      .events-page .events-title-container .title span {
        color: #bc1f1f; }
  .events-page .events {
    margin-top: 20px; }
    .events-page .events .event-block {
      -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
      border-radius: 10px;
      margin-top: 20px;
      padding: 0px;
      border: 1px solid #e2e8ef;
      color: #64748b; }
      .events-page .events .event-block .event-date {
        background: #f1f5f9;
        padding: 10px;
        font-weight: bold; }
      .events-page .events .event-block .event-img {
        border-bottom: 1px solid #dee2e6;
        min-height: 160px;
        background: #fff;
        color: #64748b;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .events-page .events .event-block .event-title {
        padding: 10px;
        font-weight: bold; }
      .events-page .events .event-block .event-radios {
        padding: 5px 10px; }
      .events-page .events .event-block .event-deadline,
      .events-page .events .event-block .print-deadline {
        padding: 0 10px;
        color: #65758C; }
        @media all and (min-width: 1200px) {
          .events-page .events .event-block .event-deadline,
          .events-page .events .event-block .print-deadline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
      .events-page .events .event-block .event-review {
        padding: 10px 10px 5px 10px; }
      .events-page .events .event-block .event-review-details {
        padding: 5px 10px 20px 10px; }
    .events-page .events .event-details {
      color: #64748b; }
      .events-page .events .event-details .event-date {
        color: #bc1f1f;
        font-weight: bold; }
      .events-page .events .event-details .event-title {
        font-weight: bold;
        padding: 10px 0; }
      .events-page .events .event-details .event-radios {
        padding: 5px 0 10px 0; }
    @media all and (min-width: 768px) {
      .events-page .events .event-dates .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .events-page .events .alert {
      margin: 20px auto; }
    .events-page .events .product-graphic {
      text-align: center; }
      .events-page .events .product-graphic .graphic {
        margin-bottom: 20px; }
        .events-page .events .product-graphic .graphic img {
          max-width: 400px; }
      @media all and (min-width: 992px) {
        .events-page .events .product-graphic {
          margin-top: 40px; } }
    .events-page .events .review-creatives .btn {
      width: 230px;
      margin: 0 auto; }
  .events-page .mt-20 {
    margin-top: 20px; }
  .events-page .electronic-proof {
    background: #f1f5f9;
    padding: 1.5rem 2.5rem;
    border: 1px solid #dee2e6; }
  .events-page .choose-ad-zone {
    margin-bottom: 20px; }
    @media all and (min-width: 768px) {
      .events-page .choose-ad-zone .form-select {
        width: 52%; } }
  .events-page .breadcrumb .event-year {
    margin-bottom: 0; }
  .events-page .destination-wrapper {
    padding: 10px;
    background: #f1f5f9; }
    @media all and (min-width: 992px) {
      .events-page .destination-wrapper {
        padding: 20px; } }
    .events-page .destination-wrapper .destination-container {
      background: #fff;
      padding: 10px; }
      .events-page .destination-wrapper .destination-container .distributionDescription {
        display: none; }
        .events-page .destination-wrapper .destination-container .distributionDescription .alert {
          margin-top: 0; }
      .events-page .destination-wrapper .destination-container .destination.extras,
      .events-page .destination-wrapper .destination-container .destination.extras2,
      .events-page .destination-wrapper .destination-container .destination.extras3,
      .events-page .destination-wrapper .destination-container .destination.extras4 {
        border-top: 1px solid #dee2e6;
        padding-top: 30px;
        color: #65758C;
        margin-top: 30px; }
        .events-page .destination-wrapper .destination-container .destination.extras .destinationTitle,
        .events-page .destination-wrapper .destination-container .destination.extras2 .destinationTitle,
        .events-page .destination-wrapper .destination-container .destination.extras3 .destinationTitle,
        .events-page .destination-wrapper .destination-container .destination.extras4 .destinationTitle {
          color: #000; }
        .events-page .destination-wrapper .destination-container .destination.extras .remove,
        .events-page .destination-wrapper .destination-container .destination.extras2 .remove,
        .events-page .destination-wrapper .destination-container .destination.extras3 .remove,
        .events-page .destination-wrapper .destination-container .destination.extras4 .remove {
          margin-top: 20px; }
      .events-page .destination-wrapper .destination-container .destinationTitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold; }
        .events-page .destination-wrapper .destination-container .destinationTitle .bi {
          margin-left: 10px;
          color: #2151d8; }
      .events-page .destination-wrapper .destination-container .select-destination-group {
        margin: 30px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        color: #65758C; }
        @media all and (min-width: 768px) {
          .events-page .destination-wrapper .destination-container .select-destination-group {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            justify-content: space-between; } }
    .events-page .destination-wrapper #destination-type,
    .events-page .destination-wrapper #myDistribution-1,
    .events-page .destination-wrapper #fisherSolo,
    .events-page .destination-wrapper #prepareShip,
    .events-page .destination-wrapper .storeCopies {
      border-top: 1px solid #dee2e6;
      padding-top: 30px;
      color: #65758C; }
      .events-page .destination-wrapper #destination-type.box,
      .events-page .destination-wrapper #myDistribution-1.box,
      .events-page .destination-wrapper #fisherSolo.box,
      .events-page .destination-wrapper #prepareShip.box,
      .events-page .destination-wrapper .storeCopies.box {
        display: none; }
      .events-page .destination-wrapper #destination-type .packing,
      .events-page .destination-wrapper #destination-type .folding,
      .events-page .destination-wrapper #myDistribution-1 .packing,
      .events-page .destination-wrapper #myDistribution-1 .folding,
      .events-page .destination-wrapper #fisherSolo .packing,
      .events-page .destination-wrapper #fisherSolo .folding,
      .events-page .destination-wrapper #prepareShip .packing,
      .events-page .destination-wrapper #prepareShip .folding,
      .events-page .destination-wrapper .storeCopies .packing,
      .events-page .destination-wrapper .storeCopies .folding {
        border: 1px solid #dee2e6;
        padding: 10px; }
    .events-page .destination-wrapper #myDistribution-1,
    .events-page .destination-wrapper #storeCopy-1 {
      border-top: none; }
    .events-page .destination-wrapper .fisherSolo-wrapper .view-list {
      margin-top: 10px;
      display: none; }
      .events-page .destination-wrapper .fisherSolo-wrapper .view-list .btn-secondary {
        min-width: 100%; }
  .events-page .priceBox-wrapper {
	max-width: 940px;
    width: 247px;
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 10;
    font-size: 0.875rem; }
    @media all and (min-width: 768px) {
      .events-page .priceBox-wrapper {
        bottom: 5%; } }
    .events-page .priceBox-wrapper #price-box {
      background: #bc1f1f;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 10px;
      cursor: pointer; }
      .events-page .priceBox-wrapper #price-box .price {
        font-size: 1.5rem;
        font-weight: bold; }
      .events-page .priceBox-wrapper #price-box .totalQty {
        font-size: 1.3rem;
        font-weight: bold; }
    .events-page .priceBox-wrapper #priceTable {
      visibility: hidden;
      height: 0;
      opacity: 0;
      background: #fff;
      border: 1px solid #dee2e6;
      -webkit-transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
      transition: opacity 300ms ease-in-out, height 300ms ease-in-out; }
      .events-page .priceBox-wrapper #priceTable .tableTitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px;
        font-weight: bold; }
        .events-page .priceBox-wrapper #priceTable .tableTitle #close-table {
          background: #bc1f1f;
          border-radius: 50px; }
        .events-page .priceBox-wrapper #priceTable .tableTitle .btn-close {
          background-size: 0.7em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          opacity: 1; }
          @media all and (min-width: 768px) {
            .events-page .priceBox-wrapper #priceTable .tableTitle .btn-close {
              width: 1.2em;
              height: 1.2em;
              background-size: 0.9em; } }
          .events-page .priceBox-wrapper #priceTable .tableTitle .btn-close:hover {
            opacity: 0.75; }
      .events-page .priceBox-wrapper #priceTable .alert {
        width: calc(100% - 20px);
        margin: 0 10px 10px 10px; }
      .events-page .priceBox-wrapper #priceTable.active {
        visibility: visible;
        height: 100%;
        opacity: 1; }

#optOutModal .modal-content,
switchEventModal .modal-content, 
#cancelOrder .modal-content {
  padding: 1rem; }
  #optOutModal .modal-content .modal-header,
  #switchEventModal .modal-content .modal-header, 
  #cancelOrder .modal-content .modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2rem;
    text-align: center;
    border-bottom: none; }
    #optOutModal .modal-content .modal-header .modal-title,
    #switchEventModal .modal-content .modal-header .modal-title,
    #cancelOrder .modal-content .modal-header .modal-title {
      font-weight: bold; }
  #optOutModal .modal-content .modal-body p,
  #switchEventModal .modal-content .modal-body p,
  #cancelOrder .modal-content .modal-body p {
    margin-bottom: 0; }
  #optOutModal .modal-content .modal-footer,
  #switchEventModal .modal-content .modal-footer,
  #cancelOrder .modal-content .modal-footer {
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #optOutModal .modal-content .modal-footer .btn-secondary,
    #switchEventModal .modal-content .modal-footer .btn-secondary,
    #cancelOrder .modal-content .modal-footer .btn-secondary {
      width: 230px; }
    @media all and (min-width: 768px) {
      #optOutModal .modal-content .modal-footer,
      #switchEventModal .modal-content .modal-footer,
      #cancelOrder .modal-content .modal-footer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

/* Date picker overrrides */
.datepicker-days .table-condensed {
  width: 250px; }
  @media all and (min-width: 768px) {
    .datepicker-days .table-condensed {
      width: 350px; } }
  .datepicker-days .table-condensed .today.day {
    background: #bc1f1f;
    color: #fff;
    border: none;
    -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    transition: background 300ms ease-in-out, color 300ms ease-in-out; }
    .datepicker-days .table-condensed .today.day:hover {
      background: #a61818;
      color: #fff; }
  .datepicker-days .table-condensed .active.day {
    background: #818690;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out; }
    .datepicker-days .table-condensed .active.day:hover {
      background: #64748b; }
  .datepicker-days .table-condensed .today {
    border: 1px solid #bc1f1f;
    color: #bc1f1f;
    -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    transition: background 300ms ease-in-out, color 300ms ease-in-out; }
    .datepicker-days .table-condensed .today:hover {
      background: #bc1f1f;
      color: #fff; }

.datepicker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .datepicker-wrapper .bi {
    position: absolute;
    right: 15px;
    color: #bc1f1f;
    pointer-events: none; }

#destination-type {
  display: none; }

/** Imprint **/
.print-subtitle {
  margin: 30px auto; }

.imprint-wrapper,
.customizations-wrapper,
.success-wrapper {
  padding: 10px;
  background: #f1f5f9; }
  @media all and (min-width: 992px) {
    .imprint-wrapper,
    .customizations-wrapper,
    .success-wrapper {
      padding: 20px; } }
  .imprint-wrapper .imprint-container,
  .imprint-wrapper .customizations-container,
  .imprint-wrapper .success-container,
  .customizations-wrapper .imprint-container,
  .customizations-wrapper .customizations-container,
  .customizations-wrapper .success-container,
  .success-wrapper .imprint-container,
  .success-wrapper .customizations-container,
  .success-wrapper .success-container {
    background: #fff;
    padding: 10px; }
    .imprint-wrapper .imprint-container .imprint-preview,
    .imprint-wrapper .customizations-container .imprint-preview,
    .imprint-wrapper .success-container .imprint-preview,
    .customizations-wrapper .imprint-container .imprint-preview,
    .customizations-wrapper .customizations-container .imprint-preview,
    .customizations-wrapper .success-container .imprint-preview,
    .success-wrapper .imprint-container .imprint-preview,
    .success-wrapper .customizations-container .imprint-preview,
    .success-wrapper .success-container .imprint-preview {
      width: 100%;
      min-height: 120px;
      background: #64748b;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 5px;
      overflow: scroll; }

.customization-options {
  display: block; }
  .customization-options .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .customization-options .btn-wrapper .btn-dark {
      width: 100%;
      height: 85px;
      background-color: #bc1f1f;
      border-color: #bc1f1f;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-transform: uppercase; }
    .customization-options .btn-wrapper .btn-check:active + .btn-dark,
    .customization-options .btn-wrapper .btn-check:checked + .btn-dark {
      background-color: #64748b;
      border-color: #64748b; }
  .customization-options .customBoxes {
    display: none; }

/** Review Page **/
.review-page .subtitle {
  margin-bottom: 20px; }
.review-page .review-container,
.review-page .success-container {
  border: 1px solid #dee2e6; }
  .review-page .review-container .review-table .row,
  .review-page .success-container .review-table .row {
    margin: 0; }
  .review-page .review-container .alert,
  .review-page .success-container .alert {
    margin: 20px; }

/** Confrmation Page **/
.success-wrapper .success-message p,
.success-wrapper .success-message p a {
  color: #64748b;
  text-decoration: none; }
@media all and (min-width: 768px) {
  .success-wrapper .success-message p {
    padding: 0 50px; } }

/** Opt Out Page **/
.opt-out-message p,
.opt-out-message p a {
  color: #64748b;
  text-decoration: none; }
@media all and (min-width: 768px) {
  .opt-out-message p {
    padding: 0 50px; } }

.circular-wrapper {
  padding: 20px 50px 50px 50px;
  background: #f1f5f9;
  position: relative; }
  .circular-wrapper .swiper-pagination.upper {
    position: relative;
    width: 100%;
    margin: 20px auto;
    max-width: 1200px; }
  .circular-wrapper .swiper-container {
    width: 100%;
    height: 100%; }
    @media all and (min-width: 768px) {
      .circular-wrapper .swiper-container {
        max-width: 60%; } }
    .circular-wrapper .swiper-container .swiper-slide {
      text-align: center;
      font-size: 16px;
      color: #fff; }
      .circular-wrapper .swiper-container .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: #64748b;
  border-radius: 5px;
  font-weight: bolder;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 16px; }

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-color: #bc1f1f !important; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 5px; }

.swiper-button-next.disabled,
.swiper-button-prev.disabled {
  display: none; }

.newneighbor-page .block-title {
  font-weight: bold; }
.newneighbor-page .block-with-bg {
  margin-top: 20px;
  background: url(../images/new-neighbor/newneighbor-bg-19MA01204C.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }
  .newneighbor-page .block-with-bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }
  .newneighbor-page .block-with-bg .block-content {
    position: relative;
    padding: 20px; }
    @media all and (min-width: 768px) {
      .newneighbor-page .block-with-bg .block-content {
        padding: 0px; } }
    .newneighbor-page .block-with-bg .block-content .newneighbor-description {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-flow: column; }
      .newneighbor-page .block-with-bg .block-content .newneighbor-description .title {
        font-weight: bold; }
      @media all and (min-width: 768px) {
        .newneighbor-page .block-with-bg .block-content .newneighbor-description {
          padding-left: 25px;
          align-items: start;
          text-align: left; } }
      @media all and (min-width: 992px) {
        .newneighbor-page .block-with-bg .block-content .newneighbor-description {
          padding-left: 50px; } }
    .newneighbor-page .block-with-bg .block-content .newneighbor-graphic {
      display: none; }
      @media all and (min-width: 768px) {
        .newneighbor-page .block-with-bg .block-content .newneighbor-graphic {
          display: block; } }
  .newneighbor-page .block-with-bg.store-handouts {
    background: url(../images/new-neighbor/tv-520544914.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 40px; }
    .newneighbor-page .block-with-bg.store-handouts .overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .newneighbor-page .block-with-bg.store-handouts .block-content {
      color: #fff; }
      .newneighbor-page .block-with-bg.store-handouts .block-content .newneighbor-description {
        align-items: center;
        min-height: 315px;
        padding-left: calc(var(--bs-gutter-x) * .5); }
.newneighbor-page .newneighbor-sample {
  margin-top: 20px; }
.newneighbor-page #Address-1,
.newneighbor-page #zipCode-1 {
  display: none; }
  .newneighbor-page #Address-1 .block-title,
  .newneighbor-page #zipCode-1 .block-title {
    font-weight: bold; }
.newneighbor-page .input-daterange {
  flex-wrap: nowrap; }
  .newneighbor-page .input-daterange input {
    text-align: left; }
.newneighbor-page .nn-order-review {
  border: 1px solid #dee2e6; }
  .newneighbor-page .nn-order-review .alert {
    margin: 20px; }
.newneighbor-page .agreement-container {
  border: 1px solid #dee2e6;
  color: #64748b;
  background: #f1f5f9; }
  .newneighbor-page .agreement-container .agreement {
    padding: 10px; }
.newneighbor-page .review-table .row {
  margin: 0; }

.digitalShopper-page .block-title {
  font-weight: bold; }
.digitalShopper-page .block-with-bg {
  margin-top: 20px;
  background: url(../images/digital-shopper/digitalshopper-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }
  .digitalShopper-page .block-with-bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }
  .digitalShopper-page .block-with-bg .block-content {
    position: relative;
    padding: 20px; }
    @media all and (min-width: 768px) {
      .digitalShopper-page .block-with-bg .block-content {
        padding: 0px; } }
    .digitalShopper-page .block-with-bg .block-content .program-description {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-flow: column; }
      .digitalShopper-page .block-with-bg .block-content .program-description .title {
        font-weight: bold; }
      @media all and (min-width: 768px) {
        .digitalShopper-page .block-with-bg .block-content .program-description {
          padding-left: 25px;
          align-items: start;
          text-align: left;
          height: 279px; } }
      @media all and (min-width: 992px) {
        .digitalShopper-page .block-with-bg .block-content .program-description {
          padding-left: 50px; } }
.digitalShopper-page .review-table .row {
  margin: 0; }

.doit4me-page .block-title {
  font-weight: bold; }
.doit4me-page .block-with-bg {
  margin-top: 20px;
  background: url(../images/doit4me-bg-17MA01180C.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }
  .doit4me-page .block-with-bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }
  .doit4me-page .block-with-bg .block-content {
    position: relative;
    padding: 20px; }
    @media all and (min-width: 768px) {
      .doit4me-page .block-with-bg .block-content {
        padding: 0px; } }
    .doit4me-page .block-with-bg .block-content .program-description {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-flow: column; }
      .doit4me-page .block-with-bg .block-content .program-description .title {
        font-weight: bold; }
      .doit4me-page .block-with-bg .block-content .program-description img {
        max-width: 240px; }
      @media all and (min-width: 768px) {
        .doit4me-page .block-with-bg .block-content .program-description {
          padding-left: 25px;
          align-items: start;
          text-align: left;
          height: 279px; } }
      @media all and (min-width: 992px) {
        .doit4me-page .block-with-bg .block-content .program-description {
          padding-left: 50px; } }
.doit4me-page .program-info .program-how-it-works {
  padding: 0; }
  .doit4me-page .program-info .program-how-it-works .how-it-works-steps {
    display: flex;
    flex-flow: column;
    align-items: center; }
    .doit4me-page .program-info .program-how-it-works .how-it-works-steps img {
      max-width: 131px; }
    .doit4me-page .program-info .program-how-it-works .how-it-works-steps .subtitle {
      color: #bc1f1f;
      margin-top: .5rem; }
    @media all and (min-width: 992px) {
      .doit4me-page .program-info .program-how-it-works .how-it-works-steps {
        margin-bottom: 0 !important; } }
.doit4me-page .program-info .program-description .h5-text {
  text-transform: uppercase; }
.doit4me-page .program-info .program-description .program-info-title {
  color: #bc1f1f;
  font-weight: bold; }
.doit4me-page .program-info .program-description .bold-text {
  font-weight: bold; }
.doit4me-page .program-info .program-description .form-check-label {
  display: flex;
  align-items: start; }
  .doit4me-page .program-info .program-description .form-check-label .d-inline-block {
    display: flex !important;
    margin-left: 5px;
    color: #2151D8; }
.doit4me-page .program-info .program-description .concierge-line .btn {
  background: #00949e;
  color: #fff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00949e;
  transition: background 300ms ease-in-out, color  300ms ease-in-out;
  font-weight: bold;
  font-size: 1.3rem; }
  .doit4me-page .program-info .program-description .concierge-line .btn .bi {
    margin-right: 20px; }
  .doit4me-page .program-info .program-description .concierge-line .btn:hover {
    color: #00949e;
    background: #fff; }
.doit4me-page .program-info .program-description .content-wrapper {
  padding: 40px; }
  .doit4me-page .program-info .program-description .content-wrapper .title {
    color: #bc1f1f;
    font-weight: bold; }
  .doit4me-page .program-info .program-description .content-wrapper .doit-team img {
    max-width: 160px; }

.contact-box {
  padding-top: 20px;
  padding-bottom: 20px; }
  .contact-box .area {
    text-transform: uppercase;
    font-weight: bold; }
  .contact-box a {
    color: #bc1f1f;
    text-decoration: none; }
    .contact-box a:hover {
      color: #a61818;
      text-decoration: underline; }
  .contact-box img {
    max-width: 160px; }
  .contact-box .help-services {
    padding-left: 15px;
    text-align: left;
    color: #bc1f1f; }

.contact-page-anonymous #header nav {
  justify-content: center; }
  .contact-page-anonymous #header nav .nav-links,
  .contact-page-anonymous #header nav .burger,
  .contact-page-anonymous #header nav .header-phone-container {
    display: none; }

/*# sourceMappingURL=styles.css.map */
