


/*
.collapse-pricing {
  max-height: 1000vh !important;
  visibility: visible !important;
}*/
.post-edit-link {
  display: none;
}



.spf {
  color: #467992;
}

.gray-pricing {
  margin: 0 !important;
  padding: 0 40px 60px 40px !important;
}

.table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.table div {
  padding: 20px;
  background: #fff;
}

.table .th {
  background-color: #467992;
  color: #fff;
}

.table .c1,
.table .c2 {
  border-right: 1px solid #ccc;
}

.table .c1,
.table .c2,
.table .c3 {
  border-bottom: 1px solid #ccc;
}

.table .c-mobile {
  display: none;
}

.h4-desktop {
  color: #fff;
  margin: 0;
}

.blue-section {
  background-color: #2E2E2E;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  transition: background 0.3s;
  cursor: pointer;
}

.blue-section.expanded {
  background-color: #467992;
}
/* only do hover for mouse */
@media(pointer: fine) {
  .blue-section:hover {
    background-color: #467992;
  }
}

.blue-section * {
  color: #fff !important;
  cursor: pointer;
}

.pricing-toggle {
  display: flex;
  border: 1px solid #fff;
  padding: 13px 20px;
  font-size: 16px;
}

.blue-section.expanded .pricing-toggle {
  background-color: #fff;
}

.blue-section.expanded .pricing-toggle span {
  color: #434343 !important;
}

.pricing-toggle img {
  width: 15px;
  margin-left: 10px;
  transition: transform 0.3s;
}

.blue-section.expanded .pricing-toggle img {
  transform: rotate(180deg);
  filter: invert(1);
}

.banner-interior {
  position: relative;
  background-color: #e6f1f5;
}

.banner-interior img {
  transform: translateX(-15%);
}

#bannerAnchor img {
  position: absolute;
  left: 75%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 60%;
  width: auto;
  max-height: 250px;
}

.h3-mobile {
  display: none;
}
.table .c2:nth-child(even),
.table .c3:nth-child(even) {
  background: #D5EFF2;
}
.gray-pricing > p {
  margin-top: 40px;
}


@media (max-width: 800px) {
  #bannerAnchor img {    
      height: 40%;
  }
  .banner-interior img {
      transform: translateX(0);
  }
}

@media (min-width: 769px) {
  .table {
    margin-top: 50px;
  }
  .blue-section {
    padding: 15px;
    padding-left: 30px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 15px;
  }
  .blue-section > h2 {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .pricing-toggle {
    font-size: 14px;
    padding: 10px 20px;
  }
  .table .th {
    display: none;
  }
  .table .c1 {
    grid-column: span 2;
    background-color: #467992;
    color: #fff;
    margin-top: 50px;
  }
  .table .c1.spf {
    background-color: #444;
  }
  .spf {
    color: #434343;
  }
  .table {
    grid-template-columns: 1fr 1fr;
  }
  .table .c-mobile {
    display: flex;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
  .table .c1,
  .table .c2 {
    border-right: none;
  }
  .table .c1,
  .table .c3 {
    border-bottom: 0;
  }
  .table .ef {
    border-bottom: 1px solid #ccc;
  }
  .table .c2:nth-child(even),
  .table .c3:nth-child(even) {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .h3-mobile {
    display: block;
  }
  .blue-section {
    display: table;
    width: 100%;
    padding: 20px;
  }
  .blue-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .pricing-toggle {
    float: left;
  }
  .gray-pricing {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .h3-mobile {
    margin-bottom: -20px;
    font-size: 22px;
    margin-top: 60px;
  }
  .h3-mobile:first-child {
    margin-top: 40px;
  }
  .blue-section .h3-style {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .container-pricing {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gray-pricing {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .blue-section {
    margin-top: 20px;
  }
  .table div {
    padding: 20px 15px;
    display: flex;
    align-items: center;
  }
  .h3-mobile {
    margin-left: 5px;
  }
  /*.table .c1 {
    text-align: center;
  }*/
  .table {
    grid-template-columns: auto max-content;
  }
}


#makingDecision h3 {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #makingDecision {
    margin-bottom: 30px;
  }
  #makingDecision .col-lg-7 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #makingDecision .afford {
    max-width: 100%;
    height: 350px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  #makingDecision .afford {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .order-1 {
      order: 1;
  }
  .order-2 {
      order: 2;
  }
  .order-3 {
      order: 3;
  }
  #happiness img {
    margin: 0 auto;
    margin-top: 30px;
  }
  #happiness h2 {
    text-align: center;
  }
}