  html {
    scroll-behavior: smooth;
}
nav.menu.site-navigation {
    display: none;
}
nav.section {
    display: none;
}
#mc-logo a {
    pointer-events: none;
}
.eyebrow {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    /* margin-bottom: 0!important; */
    border-bottom: 1px solid #fff;
    display: inline-block!important;
    padding-bottom: 5px;
}
section.main {
    background-attachment: scroll;
    background: none;
}
body.with-header-image header.main {
    display: block;
    height: 100vh;
    min-height: auto;
}
.intro .text .container h1 { font-weight: 700;}
.slate-modal {
    z-index: 20;
}
.slate-modal-overlay {
    z-index: 10;
}
.down-arrow {
  display: none;
}
a.down-arrow:hover {
    background: rgba(255,255,255,1);
    width: 140px;
    height: 140px;
}
.down-arrow:before {
    content: '';
    color: #c99700;
    content: '\2193';
    text-align: center;
    display: block;
    padding: 20px;
    font-size: 2em;    
    animation: bouncing 2.0s;
   /* animation-direction: alternate;*/
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);
    animation-iteration-count: infinite;
}
.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%
  }
@media screen and (min-width: 901px) {
    .down-arrow {
        position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
    background: rgba(255,255,255,.5);
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 100%;
    display: block;
    transition: all .3s;
    animation: slide-in .75s 2s forwards;
    z-index: 3;
    }
    body.with-header-image .intro .text .container {
        max-width: 100%;
    }
    .intro .text {
        padding: 6em 5em 8em 5em;
    }
}
@media screen and (min-width: 1200px) {
    body.with-header-image .intro .text .container {
        max-width: 70%;
    }
}
@media screen and (min-width: 1400px) {
    body.with-header-image .intro .text .container {
        max-width: 70%;
    }
    .intro .text .container h1 {font-size:5.25em;}
    .intro .text .container p, .intro .text .container h2 { font-size:1.7em}


}
@keyframes slide-in {
    from {
      transform: translate(-50%,-100%);
      opacity: 0;
    }
    to {
      transform: translate(-50%, 50%);
      opacity: 1;
    }
  }
  @keyframes bouncing {
    from {
        transform: translate3d(0, -12px, 0);
    }
    to {
        transform: translate3d(0, 6px, 0);
    }
}
.top .icon-modal .title h3 {
    line-height: 2.5rem;
}

section.page-layout .highlights-container {

    background-image: url(https://www.mc.edu/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-white.svg);
    background-repeat: no-repeat;
    background-size: 900px auto;
    background-position: 0 100%;
}

.content .highlights-container h3 {
    color: #0c2340;
}

.content .highlights-container ul li::before {
    color: #fff;
    /*content:none;*/
}
.content .highlights-container, .content .highlights-container p {
    color: #0c2340;
}
.bullet-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}
.bullet-container ul  {
   margin-bottom: 0;
}
.bullet-container ul li {
    line-height: 1.75rem;
}

@media screen and (min-width: 901px) {
    .bullet-container {

        grid-template-columns: 1fr 1fr 1fr ;

    }
}
/* box and underline w diamond around bullets
.content .highlights-container ul li {
    background: rgba(255,255,255,.8);
    padding: 0 0 0 2em;
    margin: 0 0 2.75em 0;
    font-family: new-atten,sans-serif;
    position: relative;
    line-height: 1.75em;
    padding: 1em;
    border-bottom: 2px solid #c99700;
}
.content .highlights-container ul li:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #c99700;
    border-top: 1px solid #c99700;
    border-right: 1px solid #c99700;
    transform: rotate(45deg) skew(15deg, 15deg);
    -moz-transform: rotate(45deg) skew(15deg, 15deg);
    -webkit-transform: rotate(45deg) skew(15deg, 15deg);
    margin: -8px 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
*/
/* box with blue border around bullets 
.content .highlights-container ul li {
    background: rgba(255,255,255,.6);
    padding: 0 0 0 2em;
    margin: 0 0 0.75em 0;
    font-family: new-atten,sans-serif;
    position: relative;
    line-height: 1.75em;
    padding: 1em;
    border: 10px solid #0c2340;
}
*/