  body {background: #ebe7db; 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;
  }
  .two-diamonds hr {
    border-top:none;
    height:auto;
    margin: 2rem auto;
  }
  .two-diamonds hr::after {
    /*content: url("/l/application/files/9416/9826/6313/diamonds-blue-gold.svg");*/
    content:'';
    background: transparent url('/l/application/files/9416/9826/6313/diamonds-blue-gold.svg') no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
  }

  /*providence specific stuff*/
  .background iframe {height: 61.25vw;}
  .content h2 {font-family: "rosella-engraved", sans-serif;
    font-weight: 400; letter-spacing: 2px;}
    @media (min-width: 901px) {
      .content h2 {
          font-size: 3rem;
          color:#542e26;
      }
  }
  .content h3 {color:#2e483f;}
  
  .sponsor-section {
    max-width: 1680px;
    margin: auto;
    text-align: center;
}
.sponsor-section h3 {color:#fff;}
  .sponsor {
    border: 1px solid #fff;
    padding: 60px;
}
.sponsor-levels h2 {
  text-align: center;
  margin:90px 0 -30px;
  z-index: 3;
  position: relative;
}
.sponsor-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.diamond-background.blue-cta.fullwidth.providence {
  background-image: url('https://www.mc.edu/l/application/files/2217/0568/5326/providence-home-bg.jpg');
  background-size: cover;
  background-position: center top;
  padding-top: 193px;
}

.fullwidth.image-gallery-container {
  display: flex;
}

.fullwidth.image-gallery-container div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .sponsor-container {
    grid-template-columns: 1fr;
    padding: 80px 30px;
  }
  .sponsor {
    padding: 20px;
}
.fullwidth.image-gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ccm-custom-style-container.ccm-custom-style-main-1837 {margin-top:-135px;}
}

  /*====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 {
     
  }
  
  #testimonialSlider {
    position: relative;      /* recommended */
  }
  #testimonialSlider h2 {text-align: center;     padding: 1.5rem 2rem 0;}
  #testimonialSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 ;            /* makes room for L/R arrows */
  }
  #testimonialSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 33.33%;              /* required * Determines number of visible slides */
    width: 100%; 
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
    padding:0 5%;
  }
  .grid-container-test {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 2rem;
  }
  @media screen and (max-width: 900px) {
    #testimonialSlider .MS-content .item {
      padding:0 30px;
    }
  }
  
  
  #testimonialSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 35px;
    top:50%;
  
    display: inline-block;
    margin: 0;
    background: transparent;
    border: none;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 2rem;
    padding: 0 1rem 0.25rem;
    line-height: 2;
    transition: background-color 250ms, box-shadow 200ms;
    font-family: new-atten,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none !important;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
  
  
  }
  #testimonialSlider .MS-controls button:hover {
    color: #69B3E7;
  }
  #testimonialSlider .MS-controls button::after {
    content:none;
  
  }
  #testimonialSlider .MS-controls .MS-left {
    left: 10px;
  }
  #testimonialSlider .MS-controls .MS-right {
    right: 10px;
  }
  @media screen and (max-width: 901px) {
  .diamond  {
   margin: 0;
  }
    .diamond-background {
      background-size:auto 70%;
    }
  
    .diamond-background.fullwidth.blue-cta {
      padding:0;
    }
    #testimonialSlider .MS-content {
      margin: 0 5%;
    }
    #testimonialSlider .MS-content .item {
      width: 100%; 
      padding: 0 2rem;
    }
    #testimonialSlider .MS-controls .MS-left {
      left: 0;
    }
    #testimonialSlider .MS-controls .MS-right {
      right: 0;
    }
  }