.intro .text .container span.parent-site {display: none;}
.content form textarea:invalid {
    background-color: transparent!important;
    border: 1px solid #0c2340!important;
  }
  body.marketing-landing-page section.main {
    padding-bottom:0!important;
  }
  body {
      overflow-x: hidden;
    }
    body.with-header-image .intro .text .container, body.with-header-image .intro .text {
      max-width: 100% !important;;
      text-align: center;
      padding-bottom: 2rem;
    }
  
    @media screen and (min-width: 1400px) {
      .intro .text .container h1 {
          font-size: 3.5em;
      }
  }
  
  @media screen and (min-width: 1400px) {
    .intro .text .container p, .intro .text .container h2 {
        font-size: 1.5rem;
    }
  }
  
  
  .two-column-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .stat, .blue-background-stat {
    border:6px solid #8B8B8B;
    background: #0c2340;
    text-align: center;
    color:#fff;
    padding:40px;
    display: flex;
    align-items: center;
      justify-content: center;
      display: inline-block;
      margin: auto!important;
  }
  .blue-background-stat img {
    min-width: 200px;
  }
  
  .gold-stats-container {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0;
    max-width: 700px;
    margin: 90px auto;
  }
  .gold-stat {
    padding: 0 40px 0;
  }
  .gold-stats-container .border {
    background-color: #69B3E7;
  }
  
  .ccm-block-testimonial-wrapper.testimonial.full-width-image {
    margin-bottom: 0;
  
  }

    h4:first-of-type {
      margin-top:0;
    }
    /*====MODAL Window===*/ /* Unopened lightbox */
    .off-canvas-toggle,
    .modal-toggle {
      /*float: left;
        padding: 0 15px;*/
    }
    .close.off-canvas-toggle {
      position: absolute;
      right: 30px;
      top: 30px;
      display: block;
      background: #fff;
      background: rgba(255, 255, 255, 0.2);
      width: 30px;
      height: 30px;
      text-align: center;
    }
    .off-canvas {
      width: 300px;
      width: 100vw;
      position: fixed;
      display: grid;
      align-items: center;
      justify-items: center;
      left: 0;
      top: 0;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      /*background: #c99700;*/
      transform: translateX(-100%);
      transition: 0.4s ease-in-out;
      z-index: 1060;
    }
    .modal-active .off-canvas {
      transform: translateX(0);
    }
    
    .list-group {
      padding: 20px;
    }
    .off-canvas-overlay {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(12, 35, 64, 0.85);
      z-index: 1050;
      visibility: hidden;
      opacity: 0;
      transition: 0.4s ease-in-out;
    }
    .off-canvas-active .off-canvas-overlay {
      opacity: 1;
      visibility: visible;
    }
    
    .box-info {
      padding: 3em;
      margin: 15px;
      max-width: 900px;
      background: #558ac4;
      color: #0c2340;
      position: relative;
    }
    .box-content p {
      color: #fff;
      font-size: 1.1em;
    }
    .box-info p {
      color: #0c2340;
    }
    .box-info h3 {
      font-weight: 700;
      font-size: 1.875em;
      color: #0c2340;
      margin: 1em 0 0.75em;
    }
    .box-info ul {
      margin: 0 0 1em;
    }
    
    .box-info ul li {
      font-family: "new-atten", sans-serif;
      font-size: 1.325em;
      margin: 0 0 1em;
    }
    
    
    @media screen and (max-width: 901px) {
      .box-info {
        padding: 1em;
      }
      .box-info h3 {
        font-size: 1.5em;
      }
      .box-info p {
        font-size: 1.2em;
        line-height: 1.325em;
      }
    
    }
    
    
    
    body.with-header-image header.main {
        height:100vh;
    }
    .testimonial.default.photo div.ccm-block-testimonial-image {
      width: 100px;
      height: 100px;
      margin-bottom: 40px;
    }
    .testimonial.default.photo div.ccm-block-testimonial-image img {
      width: 100%;
      height: auto;
    }
    .icon-modal.no-modal .icon-info-container .title h3 {
      color: #c99700;
      font-weight: 700;
      margin: 18px 0 43px 0;
      letter-spacing: -.02em;
      font-family: psfournier-std,serif;
      font-size: 6rem;
    }
    .testimonial.default.photo .ccm-block-testimonial-text {
    
    }
    .boards .icon-modal.no-modal .icon-info-container .title h3 {
      font-size: 2.5rem;
    }
    .diamond  {
      margin:2rem auto 2rem;
      clear:both;
    }
    .diamond hr {max-width:300px; margin:4em auto;}
    
    .diamond hr::after {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        background: #69B3E7;
        border-top: 1px solid #69B3E7;
        border-right: 1px solid #69B3E7;
        transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);;
        -moz-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);;
        -webkit-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);;
        margin: -9px 0;
        position: absolute;
        left:50%
    }
    .diamond-background {
        background-image: url(https://www.mc.edu/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-blue.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size:55% auto;
       
    }
    .diamond-background.fullwidth .container {
        max-width: none;
    }
    .testimonial.container-grid {
        display: grid;
        grid-template-columns: var(--grid-template-columns, 1fr 1fr);
        gap: 0 6rem;
    }
    @media screen and (max-width: 901px) {
      .testimonial.container-grid {
       gap: 0 2rem;
      }
    }
    .testimonial.default.photo .ccm-block-testimonial {
        align-content: start;
    }
    
    .testimonial.default .ccm-block-testimonial-paragraph, .testimonial.default .ccm-block-testimonial-name {
        color: #fff;
        font-size: 1.45rem;
        line-height: 2.5rem;
    }
    .testimonial.default .ccm-block-testimonial-name {
        font-size: .875rem;
        line-height: 1.5rem;
    }
    .testimonial.default.photo div.ccm-block-testimonial-image {
       
    }
    
    @media screen and (max-width: 901px) {
      .gold-stats-container .border {
        height: 1px;;
      }
      .two-column-container, .gold-stats-container {
        display: block;
      }
      .gold-stat, .three-stats {
        margin: 40px 0;
      }
      .testimonial.half-width-image.light-blue .ccm-block-testimonial-text {
        background-color: unset;
        text-align: center;
      }
    .diamond  {
     margin: 0;
    }
      .diamond-background {
        background-size:auto 70%;
      }
    
      .diamond-background.fullwidth.blue-cta {
        padding:0;
      }
  
  
    }


    
    .tuition-card {
      max-width: 500px;
      margin: 0 auto;
      background: #ffffff;
      border: 2px solid #69B3E7;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .row {
      padding: 1rem 1.5rem;
      display: flex;
      align-items: center;
    }
    
    .left {
      font-size: 1.375rem;
      display: grid ;
        grid-template-columns: auto 2fr;
    grid-gap: 10px;
    }
    
    .gold-bold {
      color: #a3832a;
      font-weight: bold;
      margin-right: 6px;
    }
    
    .symbol {
      font-weight: bold;
      margin-right: 8px;
      font-size: 1.2rem;
    }
    
    .amount {
      font-weight: bold;
      margin-right: 4px;
    }
    
   
    .divider {
      height: 1px;
      background-color: #dbe9f4;
    }
    
    .bottom-row {
      background: #0c2340;
      text-align: center;
      padding: 2rem 1rem;
      color:#fff;
    }
    
    .total-amount {
      font-size: 2.625rem;
      font-weight: bold;
      color:#C99700;
    }
    
    .bottom-text {
      margin-top: 0.5rem;
      font-size: 1rem;
      font-weight: normal;
    }
    
    .footnotes {
      margin-top: 1.5rem;
      text-align: center;
      font-size: 1.25rem;
      color: #666;
      line-height: 1.4;
      margin-bottom: 2rem;
    }
    @media screen and (max-width: 901px) { 
      .left {display: grid ;
        grid-template-columns: 1fr 2fr;
      }
    }