<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,900;1,400&amp;display=swap');

.banner-image-wrapper{
    min-height:400px;
}



.columns-container {
  padding: 0px!important;
}
.columns-container .button a:hover{
    text-decoration:none!important;
}
.button-apply a:hover{
        text-decoration:none!important;
}
 a:hover.button-apply{
 text-decoration:none!important;
 }

.columns-container .button {
  width: auto;
}


hr {
  border-top: 2px solid #333;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-container {
  display: none;
}

.background-gray {
  background-color: #000 !important;
}

.clive-form-description-wrapper{
    font-family:'roboto condensed';
}


#hero-story{
position: relative;
    width: 100%;
    padding:20px 0px 20px 0px;
}
#hero-story .hero-subtitle{
  color:#444;
}
#hero-story .time{
    padding-left:5px;
    color:#fff;
}
h1.hero-title{
    font-family: 'Vollkorn', serif!important;
    font-weight:normal;
    margin:0px;
}
.hero-title{
    font-family: 'Vollkorn', serif!important;
    font-weight:900;
}
.hero-subtitle{
    display:inline-block;
    width:100%;
}
.lead-paragraph{
        font-family: 'Vollkorn', serif!important;
}

.blue{color:#0061a3;}
.white{color:#fff;}

.time{
font-family: 'Vollkorn', serif!important;
font-style:italic;
font-weight:400;
}

.columns-container a{
    font-family:'roboto condensed' !important;
}


#section-header {
  margin: 20px 0px 20px 0px;
  display: width: 100%;
  width: 100%;
  float: left;
}
#section-header a{
    font-family:'roboto condensed'!important
}

#minute-with .news-card-container .post-title h4 a {
  color: #333!important;
  margin-bottom: 0px;
}
#minute-with h4.post-title {
  color: #333!important;
  margin-bottom: 0px;
}
#minute-with .post-title h4{
  color: #333!important;
  margin-bottom: 0px;
}

.minute-name {
  font-size: 20px!important;
  margin-bottom: 0px;
}

.minute-desc {
  font-family: 'Vollkorn', serif!important;
  color: #981e32;
  font-size: 18px;
}

#section-header .title-container{
	float:left;
	border-bottom:1px solid #333;
	padding-left:50px;
	margin-bottom:20px;
}

#section-header .title-container-two{
	float:left;
	border-bottom:1px solid #fff;
	padding-left:50px;
	margin-bottom:20px;
}


.parallax .title-container{
    border-bottom:1px solid #fff!important
}
#section-header #alumni .title-container{
    border-bottom:1px solid #fff!important
}

.news-card-container {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.news-card-container:hover {
  background-color: #F0F0F0;
  text-decoration: none;
}

.news-card-container {
  text-align: center;
  padding: 0px;
}

.news-card-container .post-info-container {
  padding: 10px;
}

.news-card-container .img-container {
  margin-bottom: 10px;
  !important;
}

.news-card-container .post-title h3 {
  color: #981e32;
  !important;
}

.news-card-container .post-description a:hover, 
.news-card-container .time a:hover {
  text-decoration: none!important;
}

.news-card-container a:hover {
  text-decoration: none!important;
}

.news-card-container a {
  text-decoration: none!important;
}

.news-card-container .post-description p {
  font-family: 'roboto condensed'!important;
  font-weight: normal;
  margin-bottom: 0px!important;
}

.news-card-container .time {
  color: #333!important;
}

.news-card-container .img-zoom {
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-card-container .img-zoom img {
  transform: scale(1.04);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
}

.news-card-container .img-zoom img:hover {
  transform: scale(1.21);
  -webkit-transform: scale(1.21);
  -ms-transform: scale(1.21);
}

@media screen and (max-width: 1199px){
.banner-image-wrapper {
    min-height: 300px;
}
@media(max-width:991px) {
    #hero-story .button{
        float:left;
    }
      #hero-story .hero-subtitle{
         display:block;
         margin-bottom:20px;
     }
}

@media(max-width:767px) {
    
     #hero-story .button{
         float:left;
         margin-top:0px;
         padding:10px;
     }
     #hero-story{
         margin-bottom:40px;
         float:left;
         padding-left:25px;
     }
     
     #hero-story .hero-subtitle{
         display:block;
         margin-bottom:20px;
     }
     
     #hero-story .time{
         display:block;
         padding-top:5px;
     }
}
</pre></body></html>